| Age | Commit message (Expand) | Author | Lines |
| 2021-11-22 | Split inline const to two feature gates | Gary Guo | -15/+26 |
| 2021-11-16 | Rollup merge of #90058 - joshtriplett:stabilize-strip, r=wesleywiser | Yuki Okushi | -17/+0 |
| 2021-11-15 | Stabilize -Z strip as -C strip | Josh Triplett | -17/+0 |
| 2021-11-15 | Stabilize format_args_capture | Josh Triplett | -47/+0 |
| 2021-11-12 | Auto merge of #89316 - asquared31415:multiple-clobber-abi, r=Amanieu | bors | -3/+5 |
| 2021-11-11 | Auto merge of #83846 - torhovland:issue-10971, r=davidtwco | bors | -0/+10 |
| 2021-11-10 | Rollup merge of #90736 - Lokathor:inline-asm-docs-updates, r=Amanieu | Matthias Krüger | -2/+5 |
| 2021-11-10 | Add support for specifying multiple clobber_abi in `asm!` | asquared31415 | -3/+5 |
| 2021-11-09 | Update src/doc/unstable-book/src/library-features/asm.md | Lokathor | -2/+2 |
| 2021-11-09 | Update src/doc/unstable-book/src/library-features/asm.md | Lokathor | -1/+1 |
| 2021-11-09 | adjust documented register constraints to match https://llvm.org/docs/LangRef... | Lokathor | -2/+5 |
| 2021-11-09 | Rollup merge of #90035 - SparrowLii:rfc2528, r=jackh726 | Matthias Krüger | -0/+33 |
| 2021-11-07 | Made temps-dir an unstable option. | Tor Hovland | -0/+10 |
| 2021-11-07 | Auto merge of #90348 - Amanieu:asm_feature_gates, r=joshtriplett | bors | -2/+2 |
| 2021-11-07 | Add features gates for experimental asm features | Amanieu d'Antras | -2/+2 |
| 2021-11-04 | Mention possible future rejections | Smittyvb | -1/+1 |
| 2021-11-03 | Add note about x86 instruction prefixes in asm! | Smittyvb | -0/+2 |
| 2021-11-02 | Rollup merge of #90084 - noncombatant:patch-2, r=steveklabnik | Matthias Krüger | -1/+1 |
| 2021-10-29 | Rollup merge of #90082 - noncombatant:patch-1, r=GuillaumeGomez | Matthias Krüger | -2/+2 |
| 2021-10-28 | implement type-changing-struct-update | SparrowLii | -0/+33 |
| 2021-10-27 | Auto merge of #89652 - rcvalle:rust-cfi, r=nagisa | bors | -2/+179 |
| 2021-10-26 | Add documentation for LLVM CFI support | Ramon de C Valle | -2/+179 |
| 2021-10-25 | Rollup merge of #89581 - jblazquez:master, r=Mark-Simulacrum | Matthias Krüger | -0/+9 |
| 2021-10-23 | Rollup merge of #89920 - hudson-ayers:location-detail-control, r=davidtwco | Matthias Krüger | -0/+43 |
| 2021-10-21 | document the unstable location-detail flag | Hudson Ayers | -0/+43 |
| 2021-10-19 | Make printed message match the code comment | Chris Palmer | -1/+1 |
| 2021-10-19 | Fix minor typos | Chris Palmer | -2/+2 |
| 2021-10-14 | Revert "Stabilize `arbitrary_enum_discriminant`" | Mark Rousskov | -0/+37 |
| 2021-10-11 | Add -Z no-unique-section-names to reduce ELF header bloat. | Javier Blazquez | -0/+9 |
| 2021-10-09 | Fix ABNF of inline asm options | Gary Guo | -1/+1 |
| 2021-10-08 | Fix asm docs typo | asquared31415 | -2/+2 |
| 2021-10-06 | Enable AutoFDO. | Michael Benfield | -0/+45 |
| 2021-09-22 | Support `#[track_caller]` on closures and generators | Aaron Hill | -0/+12 |
| 2021-09-16 | Rollup merge of #88985 - Commeownist:patch-1, r=Amanieu | Manish Goregaokar | -3/+3 |
| 2021-09-15 | Rollup merge of #87320 - danakj:debug-compilation-dir, r=michaelwoerister | Manish Goregaokar | -0/+24 |
| 2021-09-15 | Update clobber_abi list to include k[1-7] regs | Commeownist | -3/+3 |
| 2021-09-10 | Fix typo `option` -> `options`. | Gerd Zellweger | -1/+1 |
| 2021-09-07 | Move documentation to the unstable book | danakj | -0/+24 |
| 2021-09-01 | Rollup merge of #88350 - programmerjake:add-ppc-cr-xer-clobbers, r=Amanieu | Mara Bos | -0/+4 |
| 2021-08-30 | Auto merge of #88281 - asquared31415:asm-docs, r=Amanieu | bors | -19/+20 |
| 2021-08-25 | add support for clobbering xer, cr, and cr[0-7] for asm! on OpenPower/PowerPC | Jacob Lifshay | -0/+4 |
| 2021-08-25 | remove mention of ICEs/segfaults | asquared31415 | -2/+2 |
| 2021-08-24 | Document `force-warn` | inquisitivecrystal | -21/+0 |
| 2021-08-22 | Update asm docs | asquared31415 | -19/+20 |
| 2021-08-18 | Auto merge of #86860 - fee1-dead:stabilize, r=LeSeulArtichaut | bors | -37/+0 |
| 2021-08-14 | Auto merge of #87581 - Amanieu:asm_clobber_abi, r=nagisa | bors | -21/+50 |
| 2021-08-12 | Add support for clobber_abi to asm! | Amanieu d'Antras | -21/+49 |
| 2021-08-12 | Mark RISC-V vector state as clobbered in inline assembly | Amanieu d'Antras | -0/+1 |
| 2021-08-10 | Replace #[plugin_registrar] with exporting __rustc_plugin_registrar | bjorn3 | -19/+3 |
| 2021-08-03 | Auto merge of #87515 - crlf0710:trait_upcasting_part2, r=bjorn3 | bors | -0/+27 |