| Age | Commit message (Expand) | Author | Lines |
| 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/+12 |
| 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/+129 |
| 2022-11-04 | improve `filesearch::get_or_default_sysroot` r=ozkanonur | Onur Özkan | -18/+129 |
| 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 |
| 2022-11-01 | Print valid `--print` requests if request is invalid | nils | -23/+38 |
| 2022-10-31 | Add more track_caller | mejrs | -0/+21 |
| 2022-10-26 | Allow use of `-Clto=thin` with `-Ccodegen-units=1` in general | Wesley Wiser | -14/+11 |
| 2022-10-24 | Address some comments | mejrs | -2/+2 |
| 2022-10-23 | Introduce dedicated `-Zdylib-lto` flag for enabling LTO on `dylib`s | Jakub Beránek | -0/+2 |
| 2022-10-23 | Migrate all diagnostics | Nilstrieb | -28/+28 |
| 2022-10-22 | Auto merge of #103196 - Nilstrieb:no-meta-query, r=cjgillot | bors | -0/+11 |
| 2022-10-21 | Auto merge of #101077 - sunshowers:signal-mask-inherit, r=sunshowers | bors | -5/+8 |
| 2022-10-21 | Rollup merge of #103051 - davidtwco:translation-tidying-up, r=compiler-errors | Dylan DPC | -32/+42 |
| 2022-10-20 | Change process spawning to inherit the parent's signal mask by default | Rain | -5/+8 |
| 2022-10-19 | Get rid of native_library projection queries | nils | -0/+11 |
| 2022-10-19 | Implement -Ztrack-diagnostics | mejrs | -3/+30 |
| 2022-10-18 | Remove `RunCompiler::emitter`. | Nicholas Nethercote | -55/+14 |
| 2022-10-17 | session: use derive more | David Wood | -32/+42 |
| 2022-10-14 | Rollup merge of #103018 - Rageking8:more-dupe-word-typos, r=TaKO8Ki | Dylan DPC | -1/+1 |
| 2022-10-14 | more dupe word typos | Rageking8 | -1/+1 |
| 2022-10-12 | ADD - IntoDiagnostic conformance for TargetDataLayoutErrors in rustc_errors | Jhonny Bill Mena | -56/+1 |
| 2022-10-12 | Use `tidy-alphabetical` in the compiler | Nilstrieb | -55/+51 |
| 2022-10-07 | errors: add `emit_note`/`create_note` | David Wood | -2/+22 |
| 2022-10-06 | Remove `-Ztime` option. | Nicholas Nethercote | -17/+5 |
| 2022-09-30 | Remove expr_parentheses_needed from ParseSess | Michael Goulet | -11/+3 |
| 2022-09-28 | Auto merge of #101619 - Xiretza:rustc_parse-session-diagnostics, r=davidtwco | bors | -7/+20 |