| Age | Commit message (Expand) | Author | Lines |
| 2022-05-11 | Add `unsigned_offset_from` on pointers | Scott McMurray | -0/+1 |
| 2022-05-07 | Auto merge of #96094 - Elliot-Roberts:fix_doctests, r=compiler-errors | bors | -7/+10 |
| 2022-05-07 | Remove closures on `expect_local` to apply `#[track_caller]` | Yuki Okushi | -1/+6 |
| 2022-05-05 | Rollup merge of #96747 - JohnTitor:expect-local-track-caller, r=compiler-errors | Michael Goulet | -0/+1 |
| 2022-05-05 | Auto merge of #96520 - lcnr:general-incoherent-impls, r=petrochenkov | bors | -0/+1 |
| 2022-05-06 | Add `track_caller` to `DefId::expect_local()` | Yuki Okushi | -0/+1 |
| 2022-05-05 | Auto merge of #91779 - ridwanabdillahi:natvis, r=michaelwoerister | bors | -0/+25 |
| 2022-05-05 | generalize "incoherent impls" impl for custom types | lcnr | -0/+1 |
| 2022-05-04 | Stabilize `bool::then_some` | Josh Triplett | -1/+0 |
| 2022-05-03 | Add support for a new attribute `#[debugger_visualizer]` to support embedding... | ridwanabdillahi | -0/+25 |
| 2022-05-02 | fix most compiler/ doctests | Elliot Roberts | -7/+10 |
| 2022-04-30 | Add `do yeet` expressions to allow experimentation in nightly | Scott McMurray | -0/+6 |
| 2022-04-29 | Fix duplicate directory separator in --remap-path-prefix. | Michael Woerister | -1/+93 |
| 2022-04-22 | extend `EventArgRecorder` into span-aware `SpannedEventArgRecorder` | Rémy Rakic | -0/+37 |
| 2022-04-20 | Auto merge of #96082 - michaelwoerister:less_impl_stable_hash_via_hash, r=com... | bors | -2/+1 |
| 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-19 | Rollup merge of #96142 - cjgillot:no-crate-def-index, r=petrochenkov | Dylan DPC | -2/+13 |
| 2022-04-19 | incr. comp.: Don't export impl_stable_hash_via_hash!() and warn about using it. | Michael Woerister | -2/+1 |
| 2022-04-17 | Auto merge of #96016 - Aaron1011:hash-name-cleanup, r=cjgillot | bors | -10/+0 |
| 2022-04-17 | Stop using CRATE_DEF_INDEX. | Camille GILLOT | -2/+13 |
| 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 | -2/+35 |
| 2022-04-13 | Auto merge of #95981 - martingms:invert-line-offset-parsing, r=nnethercote | bors | -11/+14 |
| 2022-04-13 | Remove last vestiges of skippng ident span hashing | Aaron Hill | -10/+0 |
| 2022-04-13 | Use .extend(..) instead of push()-ing in loop | Martin Gammelsæter | -18/+12 |
| 2022-04-12 | Remove NodeIdHashingMode. | Camille GILLOT | -1/+1 |
| 2022-04-12 | Optimize line offset parsing in <SourceFile as Decodable>::decode | Martin Gammelsæter | -11/+20 |
| 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-05 | span: move `MultiSpan` | David Wood | -137/+0 |
| 2022-04-04 | Mention implementers of unsatisfied trait | Esteban Kuber | -0/+4 |
| 2022-04-03 | Improve method name suggestions | Oliver Downard | -2/+82 |
| 2022-04-02 | Create 2024 edition | Jacob Pratt | -2/+35 |
| 2022-03-31 | Rollup merge of #95497 - nyurik:compiler-spell-comments, r=compiler-errors | Dylan DPC | -3/+3 |
| 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 | -3/+3 |
| 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-27 | Make fatal DiagnosticBuilder yield never | Michael Goulet | -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 |