| Age | Commit message (Expand) | Author | Lines |
| 2022-04-30 | Add `do yeet` expressions to allow experimentation in nightly | Scott McMurray | -0/+4 |
| 2022-04-19 | Rollup merge of #95740 - Amanieu:kreg0, r=nagisa | Dylan DPC | -0/+1 |
| 2022-04-19 | asm: Add a kreg0 register class on x86 which includes k0 | Amanieu d'Antras | -0/+1 |
| 2022-04-16 | Rollup merge of #95961 - RalfJung:gather-scatter, r=workingjubilee | Dylan DPC | -0/+1 |
| 2022-04-15 | Rollup merge of #94461 - jhpratt:2024-edition, r=pnkfelix | Dylan DPC | -0/+2 |
| 2022-04-12 | add simd_arith_offset intrinsics | Ralf Jung | -0/+1 |
| 2022-04-08 | Split `fuzzy_provenance_casts` into lossy and fuzzy, feature gate and test it | niluxv | -0/+1 |
| 2022-04-04 | Mention implementers of unsatisfied trait | Esteban Kuber | -0/+4 |
| 2022-04-02 | Create 2024 edition | Jacob Pratt | -0/+2 |
| 2022-03-31 | Rollup merge of #95497 - nyurik:compiler-spell-comments, r=compiler-errors | Dylan DPC | -2/+2 |
| 2022-03-31 | Rollup merge of #95011 - michaelwoerister:awaitee_field, r=tmandry | Dylan DPC | -1/+1 |
| 2022-03-31 | Rollup merge of #94869 - jackh726:gats_extended, r=compiler-errors | Dylan DPC | -0/+1 |
| 2022-03-30 | Add the generic_associated_types_extended feature | Jack Huey | -0/+1 |
| 2022-03-30 | Spellchecking compiler comments | Yuri Astrakhan | -2/+2 |
| 2022-03-30 | remove now unnecessary lang items | lcnr | -10/+0 |
| 2022-03-30 | rework implementation for inherent impls for builtin types | lcnr | -0/+2 |
| 2022-03-30 | async: Give predictable, reserved name to binding generated from .await expre... | Michael Woerister | -1/+1 |
| 2022-03-24 | add diagnostic items for clippy's | Max Baumann | -0/+4 |
| 2022-03-21 | Rename `~const Drop` to `~const Destruct` | Deadbeef | -1/+1 |
| 2022-03-21 | Add `Destructible` for replacing `~const Drop` | Deadbeef | -0/+1 |
| 2022-03-15 | Add deprecated_safe feature gate and attribute, cc #94978 | skippy10110 | -0/+1 |
| 2022-03-14 | Rollup merge of #90621 - adamgemmell:dev/stabilise-target-feature, r=Amanieu | Matthias Krüger | -0/+1 |
| 2022-03-14 | Stabilise `aarch64_target_feature` | Adam Gemmell | -0/+1 |
| 2022-03-10 | Rollup merge of #94368 - c410-f3r:metaaaaaaaaaaaaaaaaaaaaaaaaaaa, r=petrochenkov | Dylan DPC | -0/+1 |
| 2022-03-10 | Rollup merge of #94274 - djkoloski:unknown_unstable_lints, r=tmandry | Dylan DPC | -0/+1 |
| 2022-03-10 | Rollup merge of #94635 - jhpratt:merge-deprecated-attrs, r=davidtwco | Matthias Krüger | -0/+1 |
| 2022-03-09 | New `deprecated_suggestion` feature, use in tests | Jacob Pratt | -0/+1 |
| 2022-03-09 | Implement macro meta-variable expressions | Caio | -0/+1 |
| 2022-03-09 | Add miri to the well known conditional compilation names and values | Loïc BRANSTETT | -0/+1 |
| 2022-03-08 | Treat unstable lints as unknown | David Koloski | -0/+1 |
| 2022-03-04 | Rollup merge of #94362 - Urgau:check-cfg-values, r=petrochenkov | Dylan DPC | -0/+1 |
| 2022-03-04 | Add well known values to --check-cfg implementation | Loïc BRANSTETT | -0/+1 |
| 2022-02-24 | ARM: Only allow using d16-d31 with asm! when supported by the target | Amanieu d'Antras | -0/+1 |
| 2022-02-21 | On ARM, use relocation_model to detect whether r9 should be reserved | Amanieu d'Antras | -1/+0 |
| 2022-02-18 | Rollup merge of #93915 - Urgau:rfc-3013, r=petrochenkov | Matthias Krüger | -0/+2 |
| 2022-02-18 | Rollup merge of #91675 - ivanloz:memtagsan, r=nagisa | Matthias Krüger | -0/+1 |
| 2022-02-16 | Destabilize cfg(target_has_atomic_load_store = ...) | Mark Rousskov | -0/+1 |
| 2022-02-16 | MemTagSanitizer Support | Ivan Lozano | -0/+1 |
| 2022-02-16 | Implement --check-cfg option (RFC 3013) | Loïc BRANSTETT | -0/+2 |
| 2022-02-14 | Mark `unsafe_pin_internals` as `incomplete`. | Daniel Henry-Mantilla | -0/+1 |
| 2022-02-12 | Improve error messages even more | Deadbeef | -0/+1 |
| 2022-02-10 | Rollup merge of #93824 - Amanieu:stable_cfg_target_has_atomic, r=davidtwco | Matthias Krüger | -0/+1 |
| 2022-02-09 | Rollup merge of #91504 - cynecx:used_retain, r=nikic | Matthias Krüger | -0/+3 |
| 2022-02-09 | Stabilize cfg_target_has_atomic | Amanieu d'Antras | -0/+1 |
| 2022-02-09 | Allow substitutions in `rustc_on_unimplemented` predicate | Michael Goulet | -0/+3 |
| 2022-02-07 | Auto merge of #93179 - Urgau:unreachable-2021, r=m-ou-se,oli-obk | bors | -0/+5 |
| 2022-02-06 | `#[used(linker)]` attribute (https://github.com/dtolnay/linkme/issues/41) | cynecx | -0/+3 |
| 2022-02-01 | add a rustc::query_stability lint | lcnr | -0/+1 |
| 2022-01-31 | Auto merge of #93348 - spastorino:fix-perf-overlap-mode2, r=nikomatsakis | bors | -1/+1 |
| 2022-01-31 | Fix invalid special casing of the unreachable! macro | Loïc BRANSTETT | -0/+5 |