| Age | Commit message (Expand) | Author | Lines |
| 2023-05-24 | Use `Option::is_some_and` and `Result::is_ok_and` in the compiler | Maybe Waffle | -2/+2 |
| 2023-05-20 | Rollup merge of #111606 - jyn514:nightly-diagnostics, r=lcnr | Dylan DPC | -0/+1 |
| 2023-05-18 | Auto merge of #111345 - jyn514:cfg-release-caching, r=cjgillot,est31 | bors | -0/+5 |
| 2023-05-18 | very minor cleanups | jyn | -0/+1 |
| 2023-05-17 | Only depend on CFG_VERSION in rustc_interface | jyn | -0/+5 |
| 2023-05-16 | Avoid `&format("...")` calls in error message code. | Nicholas Nethercote | -6/+9 |
| 2023-05-16 | Remove `Session::span_err_or_warn`. | Nicholas Nethercote | -14/+0 |
| 2023-05-03 | Rollup merge of #105452 - rcvalle:rust-cfi-3, r=bjorn3 | Manish Goregaokar | -9/+65 |
| 2023-05-03 | Add cross-language LLVM CFI support to the Rust compiler | Ramon de C Valle | -9/+65 |
| 2023-04-26 | Remove QueryEngine trait | John Kåre Alsaker | -0/+1 |
| 2023-04-18 | Store hashes in special types so they aren't accidentally encoded as numbers | Ben Kimock | -1/+1 |
| 2023-04-09 | Add little `is_test_crate` function | blyxyas | -0/+5 |
| 2023-03-23 | Rollup merge of #107718 - Zoxc:z-time, r=nnethercote | Matthias Krüger | -1/+4 |
| 2023-03-22 | rustc: Remove unused `Session` argument from some attribute functions | Vadim Petrochenkov | -35/+1 |
| 2023-03-21 | Add `-Z time-passes-format` to allow specifying a JSON output for `-Z time-pa... | John Kåre Alsaker | -1/+4 |
| 2023-03-12 | Auto merge of #108794 - nnethercote:avoid-unnecessary-hashing, r=cjgillot | bors | -0/+39 |
| 2023-03-08 | Auto merge of #108312 - michaelwoerister:hash-set-not-hash-stable, r=eholk | bors | -5/+5 |
| 2023-03-08 | Only compute the crate hash when necessary. | Nicholas Nethercote | -0/+39 |
| 2023-03-01 | Use FxIndexSet instead of FxHashSet for asm_target_features query. | Michael Woerister | -5/+5 |
| 2023-02-23 | Lazily compute crate name for consider_optimizing | Nilstrieb | -3/+7 |
| 2023-02-22 | various: translation resources from cg backend | David Wood | -7/+5 |
| 2023-02-22 | errors: generate typed identifiers in each crate | David Wood | -2/+8 |
| 2023-02-14 | Add `kernel-address` sanitizer support for freestanding targets | Wesley Norris | -2/+2 |
| 2023-02-13 | Rollup merge of #107838 - estebank:terminal_hyperlinks, r=nagisa | Matthias Krüger | -0/+18 |
| 2023-02-12 | Rollup merge of #107748 - tshepang:renamed, r=cuviper | Matthias Krüger | -1/+1 |
| 2023-02-09 | Introduce `-Zterminal-urls` to use OSC8 for error codes | Esteban Küber | -0/+18 |
| 2023-02-09 | Emit an error if -Z instrument-xray is not supported | Oleksii Lozovskyi | -0/+4 |
| 2023-02-07 | refer to new home | Tshepang Mbambo | -1/+1 |
| 2023-02-05 | rustc_session: remove huge error imports | est31 | -29/+23 |
| 2023-02-02 | Rename `rust_2015` => `is_rust_2015` | Maybe Waffle | -2/+2 |
| 2023-02-01 | Rollup merge of #107533 - pnkfelix:distinguish-generator-state-in-print-type-... | Matthias Krüger | -1/+1 |
| 2023-01-31 | Rollup merge of #107508 - WaffleLapkin:uneq'15, r=oli-obk | Guillaume Gomez | -4/+5 |
| 2023-01-31 | Extend `-Z print-type-sizes` to distinguish generator upvars and locals from ... | Felix S. Klock II | -1/+1 |
| 2023-01-31 | Document `rust_2015` methods | Maybe Waffle | -0/+1 |
| 2023-01-31 | Use `Edition` methods a bit more | Maybe Waffle | -4/+4 |
| 2023-01-30 | session: diagnostic migration lint on more fns | David Wood | -4/+23 |
| 2023-01-19 | Auto merge of #106810 - oli-obk:resolver_reverse_plumbing, r=petrochenkov | bors | -10/+17 |
| 2023-01-17 | Remove double spaces after dots in comments | Maybe Waffle | -1/+1 |
| 2023-01-16 | Avoid an unnecessary allocation | Oli Scherer | -1/+1 |
| 2023-01-16 | Move compiler input and ouput paths into session | Oli Scherer | -10/+17 |
| 2022-12-30 | Add some docs to `bug`, `span_bug` and `delay_span_bug` | Nilstrieb | -1/+13 |
| 2022-12-20 | Remove wrapper functions for some unstable options | Nilstrieb | -24/+0 |
| 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/+8 |
| 2022-12-10 | Rollup merge of #105109 - rcvalle:rust-kcfi, r=bjorn3 | Matthias Krüger | -0/+12 |
| 2022-12-08 | Add LLVM KCFI support to the Rust compiler | Ramon de C Valle | -0/+12 |
| 2022-12-06 | Check AArch64 branch-protection earlier in the pipeline. | Jacob Bramley | -4/+8 |
| 2022-11-28 | Detect long types in E0308 and write them to disk | Esteban Küber | -0/+11 |
| 2022-11-24 | Rollup merge of #104780 - BoxyUwU:error_reported_not_be_bad, r=oli-obk | Matthias Krüger | -1/+4 |
| 2022-11-24 | make `error_reported` check for delayed bugs | Boxy | -1/+4 |