| Age | Commit message (Expand) | Author | Lines |
| 2022-12-19 | Rollup merge of #105864 - matthiaskrgr:compl, r=Nilstrieb | Dylan DPC | -2/+2 |
| 2022-12-19 | clippy::complexity fixes | Matthias Krüger | -2/+2 |
| 2022-12-18 | don't restuct references just to reborrow | Matthias Krüger | -1/+1 |
| 2022-12-17 | Auto merge of #105421 - jacobbramley:jb/branch-prot-check, r=nagisa | bors | -4/+12 |
| 2022-12-15 | Rollup merge of #105481 - lqd:mono-stats, r=wesleywiser | Matthias Krüger | -0/+3 |
| 2022-12-15 | more clippy::complexity fixes | Matthias Krüger | -9/+3 |
| 2022-12-14 | add `-Z dump-mono-stats` | Rémy Rakic | -0/+3 |
| 2022-12-14 | Auto merge of #105233 - mejrs:always_eager, r=estebank | bors | -1/+1 |
| 2022-12-14 | Rollup merge of #105161 - cassaundra:numeric-literal-error, r=nnethercote | Matthias Krüger | -10/+23 |
| 2022-12-12 | Refine when invalid prefix case error arises | Cassaundra Smith | -10/+23 |
| 2022-12-10 | compiler: remove unnecessary imports and qualified paths | KaDiWa | -2/+1 |
| 2022-12-10 | Auto merge of #105525 - matthiaskrgr:rollup-ricyw5s, r=matthiaskrgr | bors | -3/+17 |
| 2022-12-10 | Rollup merge of #105109 - rcvalle:rust-kcfi, r=bjorn3 | Matthias Krüger | -1/+14 |
| 2022-12-10 | Rollup merge of #104019 - compiler-errors:print-generator-sizes, r=wesleywiser | Matthias Krüger | -2/+3 |
| 2022-12-09 | Fold `Definitions` into the untracked data | Oli Scherer | -2/+3 |
| 2022-12-09 | Move the untracked cstore and source_span into a struct | Oli Scherer | -1/+10 |
| 2022-12-08 | Add LLVM KCFI support to the Rust compiler | Ramon de C Valle | -1/+14 |
| 2022-12-08 | Rollup merge of #105423 - oli-obk:symbols, r=jackh726 | Matthias Krüger | -18/+19 |
| 2022-12-08 | Rollup merge of #104922 - estebank:fur-elize, r=oli-obk | Matthias Krüger | -0/+11 |
| 2022-12-07 | Use `Symbol` for the crate name instead of `String`/`str` | Oli Scherer | -18/+19 |
| 2022-12-07 | Properly print generator interior type sizes | Michael Goulet | -3/+3 |
| 2022-12-07 | Compute generator sizes with -Zprint_type_sizes | Michael Goulet | -1/+2 |
| 2022-12-06 | Rollup merge of #105286 - willcrichton:maximal-hir-to-mir-coverage, r=cjgillot | Matthias Krüger | -0/+3 |
| 2022-12-06 | Check AArch64 branch-protection earlier in the pipeline. | Jacob Bramley | -4/+12 |
| 2022-12-06 | Auto merge of #105175 - michaelwoerister:add-stable-ord-trait, r=nagisa | bors | -1/+4 |
| 2022-12-04 | Add -Z maximal-hir-to-mir-coverage flag | Will Crichton | -0/+3 |
| 2022-12-04 | Always evaluate vecs of subdiagnostics eagerly | mejrs | -1/+1 |
| 2022-12-03 | Rollup merge of #105050 - WaffleLapkin:uselessrefign, r=jyn514 | Matthias Krüger | -8/+8 |
| 2022-12-02 | Add StableOrd trait as proposed in MCP 533. | Michael Woerister | -1/+4 |
| 2022-12-02 | Remove `-Zno-interleave-lints`. | Nicholas Nethercote | -2/+0 |
| 2022-12-01 | Remove useless borrows and derefs | Maybe Waffle | -8/+8 |
| 2022-12-01 | Rollup merge of #105078 - TaKO8Ki:fix-105011, r=nnethercote | Matthias Krüger | -7/+3 |
| 2022-11-30 | avoid an unnecessary `&str` to `String` conversion | Takayuki Maeda | -7/+3 |
| 2022-11-28 | Detect long types in E0308 and write them to disk | Esteban Küber | -0/+11 |
| 2022-11-27 | Stabilize native library modifier `verbatim` | Vadim Petrochenkov | -4/+1 |
| 2022-11-24 | Auto merge of #104845 - matthiaskrgr:rollup-tckj956, r=matthiaskrgr | bors | -1/+4 |
| 2022-11-24 | Rollup merge of #104780 - BoxyUwU:error_reported_not_be_bad, r=oli-obk | Matthias Krüger | -1/+4 |
| 2022-11-24 | move things from rustc_target::abi to rustc_abi | hkalbasi | -2/+2 |
| 2022-11-24 | make `error_reported` check for delayed bugs | Boxy | -1/+4 |
| 2022-11-24 | Auto merge of #104507 - WaffleLapkin:asderefsyou, r=wesleywiser | bors | -4/+4 |
| 2022-11-21 | Match crate and slug names | mejrs | -13/+13 |
| 2022-11-18 | `track_errors` use a delay_span_bug | Boxy | -1/+4 |
| 2022-11-16 | Use `as_deref` in compiler (but only where it makes sense) | Maybe Waffle | -4/+4 |
| 2022-11-16 | Use `token::Lit` in `ast::ExprKind::Lit`. | Nicholas Nethercote | -0/+162 |
| 2022-11-07 | Add --print=split-debuginfo | Kamil Koczurek | -0/+2 |
| 2022-11-05 | Rollup merge of #103660 - ozkanonur:master, r=jyn514 | Dylan DPC | -18/+122 |
| 2022-11-04 | improve `filesearch::get_or_default_sysroot` r=ozkanonur | Onur Özkan | -18/+122 |
| 2022-11-02 | Rollup merge of #103610 - wesleywiser:thinlto_cgu1, r=michaelwoerister | Matthias Krüger | -14/+11 |
| 2022-11-01 | Rollup merge of #103839 - Nilstrieb:print-list, r=compiler-errors | Manish Goregaokar | -23/+38 |
| 2022-11-01 | Auto merge of #103217 - mejrs:track, r=eholk | bors | -3/+51 |