| Age | Commit message (Expand) | Author | Lines |
| 2022-03-01 | Rollup merge of #93926 - PatchMixolydic:bugfix/must_use-on-exprs, r=cjgillot | Dylan DPC | -162/+193 |
| 2022-02-27 | Lint against more useless `#[must_use]` attributes | Ruby Lazuli | -162/+193 |
| 2022-02-24 | Remove in-band lifetimes | Michael Goulet | -293/+0 |
| 2022-02-21 | fix test | Mario Carneiro | -2/+2 |
| 2022-02-19 | Rollup merge of #93658 - cchiw:issue-77443-fix, r=joshtriplett | Matthias Krüger | -32/+0 |
| 2022-02-18 | Rollup merge of #93915 - Urgau:rfc-3013, r=petrochenkov | Matthias Krüger | -0/+5 |
| 2022-02-17 | fix impl trait message, bless tests | Michael Goulet | -12/+6 |
| 2022-02-17 | Add more information to `impl Trait` deny error | Michael Goulet | -6/+12 |
| 2022-02-17 | Rollup merge of #93337 - Amanieu:asm_tracking, r=tmiasko | Matthias Krüger | -4/+4 |
| 2022-02-17 | Rollup merge of #94031 - danielhenrymantilla:diagnostics/union-drop-suggest-c... | Matthias Krüger | -6/+8 |
| 2022-02-16 | Destabilize cfg(target_has_atomic_load_store = ...) | Mark Rousskov | -0/+71 |
| 2022-02-16 | Add mentions to `Copy` for `union` fields | Daniel Henry-Mantilla | -6/+8 |
| 2022-02-16 | Implement --check-cfg option (RFC 3013) | Loïc BRANSTETT | -0/+5 |
| 2022-02-14 | Mark `unsafe_pin_internals` as `incomplete`. | Daniel Henry-Mantilla | -0/+31 |
| 2022-02-11 | Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis" | Oli Scherer | -4/+80 |
| 2022-02-10 | Rebase | Charisee | -32/+0 |
| 2022-02-10 | Rollup merge of #93824 - Amanieu:stable_cfg_target_has_atomic, r=davidtwco | Matthias Krüger | -391/+71 |
| 2022-02-09 | Rollup merge of #91504 - cynecx:used_retain, r=nikic | Matthias Krüger | -0/+28 |
| 2022-02-09 | Stabilize cfg_target_has_atomic | Amanieu d'Antras | -391/+71 |
| 2022-02-09 | Add tracking issue | Nikita Popov | -0/+2 |
| 2022-02-07 | Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis | bors | -80/+4 |
| 2022-02-07 | Rollup merge of #93416 - name1e5s:chore/remove_allow_fail, r=m-ou-se | Mara Bos | -20/+0 |
| 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 |