| Age | Commit message (Expand) | Author | Lines |
| 2021-12-23 | update feature gate test | lcnr | -3/+44 |
| 2021-12-14 | Stabilize `destructuring_assignment` | Jacob Pratt | -18/+0 |
| 2021-12-14 | Auto merge of #91728 - Amanieu:stable_asm, r=joshtriplett | bors | -49/+11 |
| 2021-12-12 | Auto merge of #90207 - BoxyUwU:stabilise_cg_defaults, r=lcnr | bors | -30/+0 |
| 2021-12-12 | Stabilize asm! and global_asm! | Amanieu d'Antras | -49/+11 |
| 2021-12-11 | Tweak assoc type obligation spans | Esteban Kuber | -2/+2 |
| 2021-12-10 | bless tests | Ellen | -30/+0 |
| 2021-12-06 | Implement concat_bytes! | Smitty | -0/+16 |
| 2021-12-05 | Rollup merge of #91355 - alexcrichton:stabilize-thread-local-const, r=m-ou-se | Matthias Krüger | -17/+0 |
| 2021-12-04 | Rollup merge of #89701 - tom7980:issue-89566-fix, r=petrochenkov | Matthias Krüger | -4/+56 |
| 2021-12-03 | fix feature-gate test for may_unwind | cynecx | -1/+3 |
| 2021-12-03 | add `unwind_asm` feature gate for `may_unwind` option | cynecx | -0/+20 |
| 2021-12-03 | Update invalid crate attributes, add help message | Tom Farmer | -4/+56 |
| 2021-11-29 | std: Stabilize the `thread_local_const_init` feature | Alex Crichton | -17/+0 |
| 2021-11-24 | Rollup merge of #90420 - GuillaumeGomez:rustdoc-internals-feature, r=camelid | Guillaume Gomez | -17/+17 |
| 2021-11-24 | Update error message for doc(keyword) | Guillaume Gomez | -2/+2 |
| 2021-11-24 | Add feature gate test for "rustdoc_internal" feature | Guillaume Gomez | -0/+17 |
| 2021-11-24 | Create rustdoc_internals feature gate | Guillaume Gomez | -17/+0 |
| 2021-11-23 | Rollup merge of #91140 - nbdd0121:const_typeck, r=oli-obk | Matthias Krüger | -0/+16 |
| 2021-11-22 | Split inline const to two feature gates | Gary Guo | -0/+16 |
| 2021-11-22 | Auto merge of #88681 - ehuss:duplicate-attributes, r=petrochenkov | bors | -118/+167 |
| 2021-11-20 | Point at source of trait bound obligations in more places | Esteban Kuber | -7/+0 |
| 2021-11-18 | Add checks for more empty attributes. | Eric Huss | -118/+167 |
| 2021-11-17 | Rollup merge of #90901 - rukai:improve_manuallydrop_help, r=estebank | Matthias Krüger | -8/+6 |
| 2021-11-17 | Rollup merge of #90884 - Nilstrieb:fix-span-trivial-trait-bound, r=estebank | Matthias Krüger | -48/+28 |
| 2021-11-15 | feedback | Lucas Kent | -2/+2 |
| 2021-11-14 | Move some tests to more reasonable directories | Caio | -0/+78 |
| 2021-11-15 | Improve ManuallyDrop suggestion | Lucas Kent | -8/+6 |
| 2021-11-14 | Fix span for non-satisfied trivial trait bounds | Nilstrieb | -48/+28 |
| 2021-11-09 | Rollup merge of #90035 - SparrowLii:rfc2528, r=jackh726 | Matthias Krüger | -38/+0 |
| 2021-11-07 | Add features gates for experimental asm features | Amanieu d'Antras | -0/+77 |
| 2021-10-30 | stabilize `relaxed_struct_unsize` | lcnr | -24/+0 |
| 2021-10-28 | implement type-changing-struct-update | SparrowLii | -38/+0 |
| 2021-10-24 | Always sort suggestions before emitting them | Esteban Kuber | -2/+2 |
| 2021-10-23 | Rollup merge of #89730 - crlf0710:type_changing_feature, r=jackh726 | Matthias Krüger | -0/+38 |
| 2021-10-22 | add feature flag for `type_changing_struct_update` | Charles Lew | -0/+38 |
| 2021-10-16 | Auto merge of #89860 - camsteffen:macro-semi, r=petrochenkov | bors | -6/+6 |
| 2021-10-15 | Bless tests | Cameron Steffen | -6/+6 |
| 2021-10-14 | add long explanation for E0183 | cameron1024 | -3/+4 |
| 2021-10-08 | Add feature gate to non_exhaustive_omitted_patterns lint | Devin Ragotzy | -0/+124 |
| 2021-10-04 | Stabilize try_reserve | Kornel | -16/+0 |
| 2021-09-22 | Support `#[track_caller]` on closures and generators | Aaron Hill | -0/+28 |
| 2021-09-16 | Auto merge of #88719 - estebank:point-at-arg-for-obligation, r=nagisa | bors | -2/+2 |
| 2021-09-16 | Rollup merge of #88892 - estebank:trait-objects, r=petrochenkov | Manish Goregaokar | -2/+2 |
| 2021-09-16 | Point at argument when evaluating `Path`'s bounds | Esteban Kuber | -2/+2 |
| 2021-09-15 | Move object safety suggestions to the end of the error | Esteban Kuber | -2/+2 |
| 2021-09-09 | Revert "Implement Anonymous{Struct, Union} in the AST" | Felix S. Klock II | -138/+0 |
| 2021-09-01 | Auto merge of #87688 - camsteffen:let-else, r=cjgillot | bors | -0/+19 |
| 2021-08-31 | Auto merge of #88414 - Aaron1011:guess-foreign-head-span, r=estebank | bors | -2/+4 |
| 2021-08-30 | Add let_else feature gate | Cameron Steffen | -0/+19 |