Commit Graph

2943 Commits

Author SHA1 Message Date
Lokathor a38bdf7e0f
Update src/attributes/codegen.md
Co-authored-by: Eric Huss <eric@huss.org>
2023-05-27 20:31:34 -06:00
Lokathor 236e01489c
Update src/attributes/codegen.md
Co-authored-by: Eric Huss <eric@huss.org>
2023-05-27 20:30:35 -06:00
Eric Huss e5ecb2de11
Merge pull request #1364 from spencerwilson/patch-1
comments: Fix typo: inner -> outer
2023-05-25 08:57:15 -07:00
Spencer Wilson b1d0c5bfc7
comments: Fix typo: inner -> outer 2023-05-24 23:07:21 -07:00
Eric Huss 553d99b02a
Merge pull request #1360 from eegli/patch-1
Fix example code in `impl` docs
2023-05-22 10:50:07 -07:00
Eric Huss 3f5f3b2428
Remove use of `ignore` from examples. 2023-05-22 10:39:42 -07:00
Eric Huss f30520a1d7
Merge pull request #1335 from gibbyfree/natvis-doc
Add documentation for debugger_visualizer attribute
2023-05-22 10:17:33 -07:00
Eric Egli 5f49f2d882
fix example code in impl docs 2023-05-17 08:25:40 +02:00
Eric Huss 47b54b5f1f
Merge pull request #1345 from dpaoliello/rawdylib
Update raw-dylib documentation for stabilization
2023-05-14 13:43:56 -07:00
Eric Huss 5ddf52ae12
Merge pull request #1359 from OccupyMars2025/patch-1
fix a typo
2023-05-11 07:54:24 -07:00
OccupyMars2025 042cd782cc
fix a typo 2023-05-11 20:13:17 +08:00
Eric Huss 9ac3de60df
Merge pull request #1358 from Oxyn4/master
fixed minor error in a comment that annotated output of a proc macro
2023-05-09 18:54:07 -07:00
jacob 0e4662dd8c removed a space that causes annotation of the output of some code to be incorrect 2023-05-10 02:28:24 +01:00
WANG Rui b36de24dd9 Add LoongArch to inline-assembly documentation 2023-05-08 14:55:43 +08:00
Eric Huss 28dc0f3576
Merge pull request #1356 from mattheww/2023-05_kw_macro_rules
Add an entry for macro_rules in the "Weak keywords" lexer block
2023-05-06 13:25:36 -07:00
Eric Huss 39a0be6dc8 Updates and copy-edits for debugger_visualizer. 2023-05-06 10:25:55 -07:00
Matthew Woodcraft 089f6e12c2 keywords.md: add an entry for macro_rules in the "Weak keywords" lexer block 2023-05-06 15:02:42 +01:00
Eric Huss 689ef0581a
Merge pull request #1337 from ehuss/f16c
Document f16c target feature
2023-05-04 18:51:11 -07:00
Eric Huss ae66749a41
Merge pull request #1334 from ehuss/inline-assembly-x86_64
Fix example for non-x86 targets
2023-05-04 18:51:00 -07:00
Gibby Free 4dee364a2c fix compile errors in code snippets 2023-05-04 17:02:49 -07:00
Gibby Free 1c56d59ddd address pr comments 2023-05-04 17:02:49 -07:00
Gibby Free c3be903447 fix rustdoc failures 2023-05-04 17:02:49 -07:00
Gibby Free 5784e5300a fix broken link 2023-05-04 17:02:49 -07:00
Gibby Free 2d45187862 fix style errors 2023-05-04 17:02:49 -07:00
Gibby Free 8db722e99b add details for GDB auto-load 2023-05-04 17:02:49 -07:00
Gibby Free e6f6ce8e17 add line 2023-05-04 17:02:49 -07:00
Gibby Free ed69dfa154 move to debugger page, modify style 2023-05-04 17:02:49 -07:00
Gibby Free 2749bce830 first pass for debugger_visualizer docs 2023-05-04 17:02:49 -07:00
Eric Huss 1f8dc727e9
Merge pull request #1344 from workingjubilee/patch-1
Explain typos in `asm!` can be unsound
2023-04-09 07:04:53 -07:00
Jubilee Young aba56b9dd7 Move Correctness and Validity section 2023-04-07 22:01:36 -07:00
Eric Huss 5c328ef45d
Merge pull request #1347 from n-eq/patch-1
Fix coding style in example: add space between module name and bracket
2023-04-06 07:02:23 -07:00
Nabil Elqatib fc61be0f7e
Fix coding style: add space between module name and bracket 2023-04-06 13:17:41 +02:00
Daniel Paoliello f0bb14c9ba Remove note about raw-dylib being unstable on x86 Windows 2023-03-30 14:58:11 -07:00
Eric Huss fcc12c7a8e
Merge pull request #1346 from sam-zheng/patch-1
redundant word removed
2023-03-29 06:21:47 -07:00
Sam Zheng 6e6e8b4219
redundant word removed
"struct expressions can be in used in these situations" => "struct expressions can be used in these situations"
2023-03-29 14:46:43 +08:00
Jubilee 0a89373cc3
Explain typos in `asm!` can be unsound 2023-03-27 00:28:31 -07:00
Eric Huss 3c47807a31
Merge pull request #1323 from Amanieu/asm-order
Relax ordering rules for `asm!` operands
2023-03-26 11:42:43 -07:00
Eric Huss 76f771b9ec
Merge pull request #1342 from est31/labeled_blocks
Improve labeled blocks documentation
2023-03-20 13:51:44 -07:00
est31 aa9c70bda6 Improve labeled blocks documentation
* list labeled blocks in the namespaces page
* add an example
* improve wording
2023-03-20 18:26:23 +01:00
Eric Huss 3bb0f033f5
Merge pull request #1341 from chirsz-ever/patch-1
Inline assembly: Fix repeated and unordered items in guaranteed directives
2023-03-19 10:30:37 -07:00
chirsz 960ec1f2dd Inline assembly: Fix repeated and unordered items in guaranteed directives 2023-03-19 13:06:56 +00:00
Niko Matsakis ebab1cda4a
Merge pull request #1328 from XrXr/unamed-const-eval-timing
Clarify that free constants are always evaluated at compile time
2023-03-14 14:28:23 -04:00
Eric Huss 24c87f6663
Merge pull request #1336 from calebzulawski/movbe
Document movbe target feature
2023-03-11 05:53:24 -08:00
Eric Huss 846bdbb818
Merge pull request #1339 from tshepang/patch-2
fix typo
2023-03-09 06:15:53 -08:00
Tshepang Mbambo 945a2bdba1
fix typo 2023-03-09 07:41:45 +02:00
Eric Huss 93137b002b
Merge pull request #1338 from alexpovel/patch-1
fix: Typo/reference
2023-03-06 11:59:36 -08:00
Alex Povel e185cb9465
fix: Typo/reference 2023-03-06 19:51:08 +01:00
Eric Huss cec5aaf9bd Document f16c target feature 2023-03-03 16:33:19 -08:00
Caleb Zulawski f37b1c11fc Document movbe target feature 2023-03-02 19:32:23 -05:00
Eric Huss 650dd01892 Fix example for non-x86 targets 2023-02-28 08:55:25 -08:00