| Age | Commit message (Expand) | Author | Lines |
| 2022-06-08 | Use delayed error handling for `Encodable` and `Encoder` infallible. | Nicholas Nethercote | -64/+55 |
| 2022-06-07 | Auto merge of #97512 - scottmcm:add-coldcc, r=nagisa,lcnr | bors | -0/+1 |
| 2022-06-03 | Fully stabilize NLL | Jack Huey | -1/+0 |
| 2022-06-03 | Inline many methods of Encoder | bjorn3 | -85/+78 |
| 2022-06-03 | Remove all names from Encoder | bjorn3 | -25/+24 |
| 2022-06-02 | Auto merge of #97575 - nnethercote:lazify-SourceFile-lines, r=Mark-Simulacrum | bors | -98/+204 |
| 2022-06-02 | Auto merge of #97654 - Dylan-DPC:rollup-w6zrzxf, r=Dylan-DPC | bors | -0/+1 |
| 2022-06-02 | Basic compiler infra | Caio | -0/+1 |
| 2022-06-02 | Address review comments. | Nicholas Nethercote | -40/+62 |
| 2022-06-01 | Lazify `SourceFile::lines`. | Nicholas Nethercote | -97/+181 |
| 2022-06-01 | Add #[rustc_box] | est31 | -0/+1 |
| 2022-05-30 | Auto merge of #96964 - oli-obk:const_trait_mvp, r=compiler-errors | bors | -0/+1 |
| 2022-05-30 | Remove `#[default..]` and add `#[const_trait]` | Deadbeef | -0/+1 |
| 2022-05-30 | Add support for emitting functions with `coldcc` in LLVM | Scott McMurray | -0/+1 |
| 2022-05-29 | Auto merge of #97287 - compiler-errors:type-interner, r=jackh726,oli-obk | bors | -0/+1 |
| 2022-05-29 | Rollup merge of #97028 - ridwanabdillahi:pretty-printer, r=michaelwoerister | Guillaume Gomez | -0/+2 |
| 2022-05-28 | Fix TyKind lint, make consts no longer fn, etc | Michael Goulet | -0/+1 |
| 2022-05-26 | Auto merge of #97386 - nnethercote:optimize-pos-adjustments, r=bjorn3 | bors | -8/+17 |
| 2022-05-26 | Avoid adjusting file positions twice. | Nicholas Nethercote | -7/+14 |
| 2022-05-26 | Augment a comment. | Nicholas Nethercote | -1/+3 |
| 2022-05-24 | Add support for embedding pretty printers via the `#[debugger_visualizer]` at... | ridwanabdillahi | -0/+2 |
| 2022-05-24 | RFC3239: Implement compact `cfg(target(..))` | Loïc BRANSTETT | -0/+2 |
| 2022-05-20 | Remove `crate` visibility usage in compiler | Jacob Pratt | -5/+4 |
| 2022-05-18 | Properly apply path prefix remapping paths emitted into debuginfo. | Michael Woerister | -3/+5 |
| 2022-05-18 | Add tests for FilePathMapping::to_embeddable_absolute_path(). | Michael Woerister | -41/+128 |
| 2022-05-18 | Move logic for making potentially remapped paths absolute into helper method. | Michael Woerister | -0/+79 |
| 2022-05-18 | Add debug tracing to FilePathMapping::map_prefix | Michael Woerister | -19/+34 |
| 2022-05-16 | Add tmm_reg clobbers | Connor Horman | -0/+1 |
| 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 |