| Age | Commit message (Expand) | Author | Lines |
| 2022-02-07 | add tests and fix comments | cynecx | -0/+26 |
| 2022-02-02 | Lazily resolve type-alias-impl-trait defining uses | Oli Scherer | -80/+4 |
| 2022-02-01 | Auto merge of #93285 - JulianKnodt:const_eq_2, r=oli-obk | bors | -8/+1 |
| 2022-01-31 | Add ValuePairs::Terms & Fix compile error | kadmin | -8/+1 |
| 2022-01-31 | Move overlap_mode into trait level attribute + feature flag | Santiago Pastorino | -0/+20 |
| 2022-01-28 | remove allow_fail test flag | yuhaixin.hx | -20/+0 |
| 2022-01-26 | Update tracking issue numbers for inline assembly sub-features | Amanieu d'Antras | -4/+4 |
| 2022-01-18 | Rollup merge of #90782 - ricobbe:binutils-dlltool, r=michaelwoerister | Matthias Krüger | -29/+2 |
| 2022-01-18 | Auto merge of #87648 - JulianKnodt:const_eq_constrain, r=oli-obk | bors | -0/+34 |
| 2022-01-18 | Rollup merge of #92701 - ehuss:even-more-attr-validation, r=matthewjasper | Matthias Krüger | -161/+327 |
| 2022-01-17 | Add term to ExistentialProjection | kadmin | -0/+34 |
| 2022-01-17 | Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieu | bors | -44/+0 |
| 2022-01-17 | Auto merge of #92473 - petrochenkov:ltrattr2, r=Aaron1011 | bors | -9/+11 |
| 2022-01-12 | Bless tests. | Camille GILLOT | -84/+84 |
| 2022-01-12 | Err about fn traits in a single place. | Camille GILLOT | -30/+30 |
| 2022-01-12 | Call out to binutils' dlltool for raw-dylib on windows-gnu platforms. | Richard Cobbe | -29/+2 |
| 2022-01-12 | Remove ui tests for LLVM-style inline assembly | Tomasz Miąsko | -44/+0 |
| 2022-01-10 | expand: Pick `cfg`s and `cfg_attrs` one by one, like other attributes | Vadim Petrochenkov | -9/+11 |
| 2022-01-09 | Mark windows_subsytem and no_builtins as crate-only attributes. | Eric Huss | -37/+121 |
| 2022-01-09 | Add validation for `link` attribute position. | Eric Huss | -161/+243 |
| 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 |