| Age | Commit message (Expand) | Author | Lines |
| 2023-11-02 | Minimize `pub` usage in `source_map.rs`. | Nicholas Nethercote | -2/+2 |
| 2023-10-26 | Auto merge of #116818 - Nilstrieb:stop-submitting-bug-reports, r=wesleywiser | bors | -1/+9 |
| 2023-10-25 | Stop telling people to submit bugs for internal feature ICEs | Nilstrieb | -1/+9 |
| 2023-10-24 | Introduce `-C instrument-coverage=branch` to gate branch coverage | Arpad Borsos | -0/+4 |
| 2023-10-17 | [RFC 3127 - Trim Paths]: Condition remapped filepath on remap scopes | Urgau | -2/+104 |
| 2023-10-09 | Remove cgu_reuse_tracker from Session | bjorn3 | -11/+0 |
| 2023-09-22 | Auto merge of #116001 - fmease:validate-crate-name-extern-cli-opt, r=est31 | bors | -0/+9 |
| 2023-09-20 | Validate crate name in CLI option --extern | León Orell Valerian Liehr | -0/+9 |
| 2023-09-15 | implement -Z ignore-directory-in-diagnostics-source-blocks | Pietro Albini | -2/+8 |
| 2023-09-08 | Add missing Debuginfo to PDB debug file on windows. | Florian Schmiderer | -0/+8 |
| 2023-08-30 | Use conditional synchronization for Lock | John Kåre Alsaker | -5/+5 |
| 2023-08-11 | rustc: Move `features` from `Session` to `GlobalCtxt` | Vadim Petrochenkov | -19/+1 |
| 2023-08-09 | rustc: Move `stable_crate_id` from `Session` to `GlobalCtxt` | Vadim Petrochenkov | -12/+0 |
| 2023-08-09 | rustc: Move `crate_types` from `Session` to `GlobalCtxt` | Vadim Petrochenkov | -42/+0 |
| 2023-08-08 | Rollup merge of #113593 - rcvalle:rust-cfi-fix-90546, r=wesleywiser | Matthias Krüger | -3/+9 |
| 2023-08-07 | CFI: Fix error compiling core with LLVM CFI enabled | Ramon de C Valle | -3/+9 |
| 2023-07-31 | Replace the many arguments of `EmitterWriter::stderr` with builder methods | Oli Scherer | -24/+10 |
| 2023-07-25 | Use a builder instead of boolean/option arguments | Oli Scherer | -7/+7 |
| 2023-07-21 | Auto merge of #113707 - sivadeilra:user/ardavis/sha256, r=eholk | bors | -1/+1 |
| 2023-07-21 | Rollup merge of #113723 - khei4:khei4/llvm-stats, r=oli-obk,nikic | Matthias Krüger | -0/+4 |
| 2023-07-20 | Don't translate compiler-internal bug messages | Oli Scherer | -1/+1 |
| 2023-07-20 | Auto merge of #108714 - estebank:ice_dump, r=oli-obk | bors | -2/+4 |
| 2023-07-19 | Make it clearer that edition functions are >=, not == | Michael Goulet | -6/+6 |
| 2023-07-19 | On nightly, dump ICE backtraces to disk | Esteban Küber | -2/+4 |
| 2023-07-17 | print on rustc_codegen_llvm and rename malloc and cpy c_char | khei4 | -1/+1 |
| 2023-07-16 | rustc_llvm: Add a `-Z print-llvm-stats` option to expose LLVM statistics. | Patrick Walton | -0/+4 |
| 2023-07-14 | Use SHA256 by default when targeting MSVC | Arlie Davis | -1/+1 |
| 2023-06-27 | Provide more context for `rustc +nightly -Zunstable-options` on stable | 许杰友 Jieyou Xu (Joe) | -32/+67 |
| 2023-06-22 | switch to using a target property to control plt default | Augie Fackler | -5/+5 |
| 2023-06-22 | rustc_session: default to -Z plt=yes on non-x86_64 | Augie Fackler | -1/+1 |
| 2023-06-14 | Introduce a minimum CGU size in non-incremental builds. | Nicholas Nethercote | -6/+27 |
| 2023-06-09 | Auto merge of #111626 - pjhades:output, r=b-naber | bors | -2/+4 |
| 2023-06-06 | Write to stdout if `-` is given as output file | Jing Peng | -2/+4 |
| 2023-06-01 | Auto merge of #103877 - oli-obk:const_eval_step_limit, r=fee1-dead | bors | -2/+0 |
| 2023-05-31 | Remove const eval limit and implement an exponential backoff lint instead | Oli Scherer | -2/+0 |
| 2023-05-29 | linker: Report linker flavors incompatible with the current target | Vadim Petrochenkov | -0/+7 |
| 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 |