| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-08-02 | Another one | noproto | -1/+1 |
| 2021-08-02 | Correct typo | noproto | -1/+1 |
| 2021-08-03 | Various adjustments to historic tests and documents. | Charles Lew | -6/+7 |
| 2021-08-03 | Added page to Unstable Book. | Alexander Regueiro | -0/+26 |
| 2021-08-02 | Implement a `explicit_generic_args_with_impl_trait` feature gate | Gary Guo | -0/+53 |
| 2021-07-28 | Stabilize `arbitrary_enum_discriminant` | Deadbeef | -37/+0 |
| 2021-07-28 | Rollup merge of #87315 - ricobbe:raw-dylib-unstable-book, r=wesleywiser | Yuki Okushi | -0/+34 |
| 2021-07-27 | Rollup merge of #86450 - tmiasko:move-size-limit, r=pnkfelix | Yuki Okushi | -0/+10 |
| 2021-07-21 | Rename force-warns to force-warn | Ryan Levick | -3/+3 |
| 2021-07-20 | Fix ignore annotation | Richard Cobbe | -2/+1 |
| 2021-07-20 | Ignore example in automation | Richard Cobbe | -1/+2 |
| 2021-07-19 | Add docs for raw-dylib to unstable book | Richard Cobbe | -0/+34 |
| 2021-07-18 | Remove impl_trait_in_bindings feature flag | Santiago Pastorino | -28/+0 |
| 2021-07-11 | Auto merge of #83918 - workingjubilee:stable-rangefrom-pat, r=joshtriplett | bors | -0/+53 |
| 2021-07-11 | Auto merge of #86416 - Amanieu:asm_clobber_only, r=nagisa | bors | -0/+10 |
| 2021-07-10 | Add clobber-only register classes for asm! | Amanieu d'Antras | -0/+10 |
| 2021-07-06 | Add flag to configure `large_assignments` lint | Tomasz Miąsko | -0/+10 |
| 2021-06-28 | Update to new bootstrap compiler | Mark Rousskov | -50/+0 |
| 2021-06-25 | Auto merge of #86599 - Amanieu:asm_raw, r=nagisa | bors | -1/+2 |
| 2021-06-24 | Add a "raw" option for asm! which ignores format string specifiers | Amanieu d'Antras | -1/+2 |
| 2021-06-10 | Add support for using qualified paths with structs in expression and pattern | Ryan Levick | -0/+29 |
| 2021-06-06 | Auto merge of #79608 - alessandrod:bpf, r=nagisa | bors | -0/+6 |
| 2021-06-05 | Auto merge of #85457 - jyn514:remove-doc-include, r=GuillaumeGomez | bors | -40/+0 |
| 2021-06-04 | Remove `doc(include)` | Joshua Nelson | -40/+0 |
| 2021-06-03 | Satisfy unstable book lint | Jubilee Young | -2/+5 |
| 2021-06-03 | Add run-make test testing flag stability | Ryan Levick | -1/+1 |
| 2021-06-02 | Add a page on force-warns in unstable book | Ryan Levick | -0/+21 |
| 2021-05-29 | BPF: misc minor review fixes | Alessandro Decina | -3/+3 |
| 2021-05-26 | stabilize member constraints | Niko Matsakis | -29/+0 |