| Age | Commit message (Expand) | Author | Lines |
| 2022-05-30 | Auto merge of #96964 - oli-obk:const_trait_mvp, r=compiler-errors | bors | -3/+4 |
| 2022-05-30 | Remove `#[default..]` and add `#[const_trait]` | Deadbeef | -3/+4 |
| 2022-05-30 | Add support for emitting functions with `coldcc` in LLVM | Scott McMurray | -0/+2 |
| 2022-05-29 | Auto merge of #97214 - Mark-Simulacrum:stage0-bump, r=pietroalbini | bors | -1/+0 |
| 2022-05-29 | Rollup merge of #97028 - ridwanabdillahi:pretty-printer, r=michaelwoerister | Guillaume Gomez | -1/+1 |
| 2022-05-27 | Finish bumping stage0 | Mark Rousskov | -1/+0 |
| 2022-05-25 | Rollup merge of #96913 - Urgau:rfc3239-part2, r=petrochenkov | Dylan DPC | -0/+2 |
| 2022-05-24 | Add support for embedding pretty printers via the `#[debugger_visualizer]` at... | ridwanabdillahi | -1/+1 |
| 2022-05-24 | RFC3239: Implement compact `cfg(target(..))` | Loïc BRANSTETT | -0/+2 |
| 2022-05-21 | Remove feature: `crate` visibility modifier | Jacob Pratt | -2/+2 |
| 2022-05-10 | change some attrs to `only_local` | lcnr | -7/+7 |
| 2022-05-10 | only_local: always check for misuse | lcnr | -1/+1 |
| 2022-05-10 | add check and don't encode `#[inline]` | lcnr | -1/+1 |
| 2022-05-10 | don't encode only locally used attrs | lcnr | -13/+40 |
| 2022-05-09 | Auto merge of #95960 - jhpratt:remove-rustc_deprecated, r=compiler-errors | bors | -4/+3 |
| 2022-05-06 | Remove `adx_target_feature` feature from active features list | Arseniy Pendryak | -1/+0 |
| 2022-05-05 | Auto merge of #96520 - lcnr:general-incoherent-impls, r=petrochenkov | bors | -0/+5 |
| 2022-05-05 | generalize "incoherent impls" impl for custom types | lcnr | -0/+5 |
| 2022-05-03 | Add support for a new attribute `#[debugger_visualizer]` to support embedding... | ridwanabdillahi | -0/+8 |
| 2022-04-30 | Add `do yeet` expressions to allow experimentation in nightly | Scott McMurray | -0/+2 |
| 2022-04-15 | Rollup merge of #94457 - jhpratt:stabilize-derive_default_enum, r=davidtwco | Dylan DPC | -3/+3 |
| 2022-04-14 | Use native duplicate attribute check | Jacob Pratt | -4/+3 |
| 2022-04-10 | Fix crate_type attribute to not warn on duplicates | Eric Huss | -1/+1 |
| 2022-04-08 | Split `fuzzy_provenance_casts` into lossy and fuzzy, feature gate and test it | niluxv | -0/+2 |
| 2022-04-07 | Stabilize `derive_default_enum` | Jacob Pratt | -3/+3 |
| 2022-03-31 | Rollup merge of #94869 - jackh726:gats_extended, r=compiler-errors | Dylan DPC | -0/+2 |
| 2022-03-30 | Add the generic_associated_types_extended feature | Jack Huey | -0/+2 |
| 2022-03-30 | Stabilize native library modifier syntax and the `whole-archive` modifier spe... | Vadim Petrochenkov | -4/+4 |
| 2022-03-30 | rework implementation for inherent impls for builtin types | lcnr | -0/+8 |
| 2022-03-21 | move `adt_const_params` to its own tracking issue | lcnr | -1/+1 |
| 2022-03-17 | Rollup merge of #94982 - skippy10110:deprecated_safe, r=Dylan-DPC | Dylan DPC | -0/+7 |
| 2022-03-15 | Add deprecated_safe feature gate and attribute, cc #94978 | skippy10110 | -0/+7 |
| 2022-03-14 | Stabilize ADX target feature | Tony Arcieri | -0/+2 |
| 2022-03-14 | Rollup merge of #90621 - adamgemmell:dev/stabilise-target-feature, r=Amanieu | Matthias Krüger | -1/+3 |
| 2022-03-14 | Stabilise `aarch64_target_feature` | Adam Gemmell | -1/+3 |
| 2022-03-10 | Rollup merge of #94368 - c410-f3r:metaaaaaaaaaaaaaaaaaaaaaaaaaaa, r=petrochenkov | Dylan DPC | -0/+2 |
| 2022-03-10 | Rollup merge of #94274 - djkoloski:unknown_unstable_lints, r=tmandry | Dylan DPC | -0/+2 |
| 2022-03-10 | Rollup merge of #94635 - jhpratt:merge-deprecated-attrs, r=davidtwco | Matthias Krüger | -1/+3 |
| 2022-03-09 | New `deprecated_suggestion` feature, use in tests | Jacob Pratt | -0/+2 |
| 2022-03-09 | Implement macro meta-variable expressions | Caio | -0/+2 |
| 2022-03-08 | Treat unstable lints as unknown | David Koloski | -0/+2 |
| 2022-03-08 | Rollup merge of #94586 - sunfishcode:sunfishcode/io-lifetimes-tests, r=davidtwco | Matthias Krüger | -3/+3 |
| 2022-03-07 | Bump stabilization version to 1.61.0 | Eric Holk | -3/+3 |
| 2022-03-07 | Stabilize const_impl_trait as well | Eric Holk | -2/+2 |
| 2022-03-07 | Stabilize const_fn_fn_ptr_basics and const_fn_trait_bound | Eric Holk | -4/+4 |
| 2022-03-04 | Change `rustc_deprecated` to use `note` | Jacob Pratt | -1/+1 |
| 2022-03-04 | Auto merge of #94096 - cjgillot:ensure-stability, r=lcnr | bors | -0/+8 |
| 2022-03-03 | Generalize `get_nullable_type` to allow types where null is all-ones. | Dan Gohman | -3/+3 |
| 2022-03-03 | Move the set of features to the `features` query. | Camille GILLOT | -0/+8 |
| 2022-03-02 | Added `Expect` lint level and attribute (RFC-2383) | xFrednet | -0/+4 |