| Age | Commit message (Expand) | Author | Lines |
| 2024-06-04 | Rollup merge of #125953 - nnethercote:streamline-nested-calls, r=lqd | Michael Goulet | -8/+2 |
| 2024-06-04 | Streamline `nested` calls. | Nicholas Nethercote | -8/+2 |
| 2024-06-02 | Handle no values cfg with --print=check-cfg | Urgau | -7/+11 |
| 2024-05-29 | Make `body_owned_by` return the body directly. | Oli Scherer | -1/+1 |
| 2024-05-29 | Rollup merge of #124320 - Urgau:print-check-cfg, r=petrochenkov | 许杰友 Jieyou Xu (Joe) | -0/+33 |
| 2024-05-24 | Exit the process a short time after entering our ctrl-c handler | Ben Kimock | -9/+8 |
| 2024-05-21 | PR feedback | Ben Kimock | -3/+3 |
| 2024-05-21 | Add a footer in FileEncoder and check for it in MemDecoder | Ben Kimock | -3/+13 |
| 2024-05-13 | Don't call `env::set_var` in `rustc_driver::install_ice_hook` | Tobias Bucher | -2/+3 |
| 2024-05-04 | compiler: upgrade time from 0.3.34 to 0.3.36 | Caleb Sander | -1/+1 |
| 2024-05-03 | Fix `Cargo.toml` whitespace. | Nicholas Nethercote | -1/+1 |
| 2024-05-03 | Remove some unneeded `Cargo.toml` dependencies. | Nicholas Nethercote | -1/+0 |
| 2024-04-30 | Rollup merge of #124511 - nnethercote:rm-extern-crates, r=fee1-dead | Matthias Krüger | -5/+2 |
| 2024-04-30 | Remove `extern crate tracing` from numerous crates. | Nicholas Nethercote | -5/+2 |
| 2024-04-29 | [Refactor] Rename Lint and LintGroup\'s is_loaded to is_externally_loaded | blyxyas | -1/+1 |
| 2024-04-25 | Add `--print=check-cfg` to get the expected configs | Urgau | -0/+33 |
| 2024-04-15 | Fix pretty hir for anon consts in diagnostics | Michael Goulet | -18/+1 |
| 2024-04-11 | Disable Ctrl-C handling on WASM | bjorn3 | -1/+6 |
| 2024-04-09 | driver: unconditionally show update nightly hint | 许杰友 Jieyou Xu (Joe) | -45/+13 |
| 2024-04-09 | Auto merge of #123631 - oli-obk:fail_slow, r=jieyouxu | bors | -2/+4 |
| 2024-04-08 | Ensure we do not accidentally insert new early aborts in the analysis passes | Oli Scherer | -2/+4 |
| 2024-04-08 | Rollup merge of #122807 - danielhuang:fix-1, r=davidtwco | Matthias Krüger | -1/+1 |
| 2024-04-03 | update messages | Dan | -1/+1 |
| 2024-03-26 | Auto merge of #111769 - saethlin:ctfe-backtrace-ctrlc, r=RalfJung | bors | -0/+20 |
| 2024-03-22 | Rollup merge of #122847 - workingjubilee:suggest-rust-min-stack-workaround-on... | Matthias Krüger | -1/+5 |
| 2024-03-21 | Suggest using RUST_MIN_STACK if rustc overflowed | Jubilee Young | -1/+5 |
| 2024-03-21 | Remove `CodegenBackend::target_override`. | Nicholas Nethercote | -2/+2 |
| 2024-03-17 | Print a backtrace in const eval if interrupted | Ben Kimock | -0/+20 |
| 2024-03-14 | Rollup merge of #121764 - Zoxc:incr-sess-no-source, r=oli-obk | Matthias Krüger | -1/+2 |
| 2024-03-14 | Auto merge of #122347 - oli-obk:track_errors13, r=compiler-errors | bors | -4/+2 |
| 2024-03-13 | Make incremental sessions identity no longer depend on the crate names provid... | John Kåre Alsaker | -1/+2 |
| 2024-03-12 | Auto merge of #122218 - Zoxc:no-interleave-panics, r=michaelwoerister | bors | -0/+3 |
| 2024-03-11 | Revert "Auto merge of #122140 - oli-obk:track_errors13, r=davidtwco" | Oli Scherer | -4/+2 |
| 2024-03-11 | Auto merge of #122338 - workingjubilee:rollup-xzpt4v4, r=workingjubilee | bors | -3/+12 |
| 2024-03-11 | Rollup merge of #116793 - WaffleLapkin:target_rules_the_backend, r=cjgillot | Jubilee | -3/+12 |
| 2024-03-11 | Never bail out early while running all the type check queries | Oli Scherer | -2/+4 |
| 2024-03-09 | Rollup merge of #122187 - bjorn3:merge_header_version_checks, r=petrochenkov | Matthias Krüger | -0/+1 |
| 2024-03-09 | Lock stderr in panic handler | John Kåre Alsaker | -0/+3 |
| 2024-03-08 | Move metadata header and version checks together | bjorn3 | -0/+1 |
| 2024-03-08 | Rollup merge of #121194 - beetrees:rustc-raw-args, r=petrochenkov | Matthias Krüger | -24/+43 |
| 2024-03-07 | Rollup merge of #121089 - oli-obk:create_def_feed, r=petrochenkov | Guillaume Gomez | -3/+3 |
| 2024-03-07 | Refactor argument UTF-8 checking into `rustc_driver::args::raw_args()` | beetrees | -13/+25 |
| 2024-03-07 | Make `arg_expand_all` not short-circuit on first error | beetrees | -11/+18 |
| 2024-03-06 | Rollup merge of #121382 - nnethercote:rework-untranslatable_diagnostic-lint, ... | Matthias Krüger | -0/+2 |
| 2024-03-06 | Rewrite the `untranslatable_diagnostic` lint. | Nicholas Nethercote | -0/+2 |
| 2024-03-05 | Rollup merge of #121658 - jieyouxu:ice-outdated-nightly, r=oli-obk | Matthias Krüger | -5/+47 |
| 2024-03-05 | Avoid using feed_unit_query from within queries | Oli Scherer | -3/+3 |
| 2024-03-05 | Rename all `ParseSess` variables/fields/lifetimes as `psess`. | Nicholas Nethercote | -11/+9 |
| 2024-02-29 | Inline and remove `HumanEmitter::stderr`. | Nicholas Nethercote | -2/+3 |
| 2024-02-29 | Rename `DiagCtxt::with_emitter` as `DiagCtxt::new`. | Nicholas Nethercote | -1/+1 |