| Age | Commit message (Expand) | Author | Lines |
| 2025-02-18 | Rollup merge of #137151 - Urgau:register-more-signals, r=workingjubilee | Urgau | -11/+39 |
| 2025-02-18 | Move methods from `Map` to `TyCtxt`, part 2. | Nicholas Nethercote | -4/+3 |
| 2025-02-17 | Install more signal stack trace handlers | Urgau | -11/+39 |
| 2025-02-17 | Remove `TyCtxt::hir_krate`. | Nicholas Nethercote | -1/+1 |
| 2025-02-17 | Move some `Map` methods onto `TyCtxt`. | Nicholas Nethercote | -2/+2 |
| 2025-02-15 | Reject macro calls inside of `#![crate_name]` | León Orell Valerian Liehr | -5/+5 |
| 2025-02-11 | compiler: compare and hash ExternAbi like its string | Jubilee Young | -2/+1 |
| 2025-02-09 | compiler: remove rustc_target::spec::abi reexports | Jubilee Young | -1/+1 |
| 2025-02-06 | Rollup merge of #136636 - bjorn3:error_cleanup, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2025-02-06 | Avoid manually producing FatalError in a couple of places | bjorn3 | -1/+1 |
| 2025-02-05 | Couple of changes to run rustc in miri | bjorn3 | -3/+3 |
| 2025-02-03 | Use a different hir type for patterns in pattern types than we use in match p... | Oli Scherer | -0/+4 |
| 2025-02-02 | Rollup merge of #136445 - bjorn3:diag_ctxt_cleanup, r=oli-obk | Matthias Krüger | -16/+13 |
| 2025-02-02 | Some cleanups around EarlyDiagCtxt | bjorn3 | -16/+13 |
| 2025-02-01 | Rename `tcx.ensure()` to `tcx.ensure_ok()` | Zalathar | -3/+3 |
| 2025-01-31 | Remove the `thir_{tree,flat}` hooks. | Nicholas Nethercote | -2/+3 |
| 2025-01-28 | Make crate AST mutation accessible for driver callback | Mohammad Omidvar | -3/+3 |
| 2025-01-23 | Rollup merge of #135880 - bjorn3:misc_driver_refactors, r=oli-obk | Matthias Krüger | -100/+11 |
| 2025-01-23 | Remove RunCompiler | bjorn3 | -18/+2 |
| 2025-01-23 | Remove set_make_codegen_backend and set_file_loader | bjorn3 | -45/+5 |
| 2025-01-23 | Remove the need to manually call set_using_internal_features | bjorn3 | -43/+10 |
| 2025-01-22 | Rollup merge of #135596 - compiler-errors:stack, r=oli-obk | Matthias Krüger | -2/+2 |
| 2025-01-20 | Rollup merge of #135330 - bjorn3:respect_sysroot_in_version_printing, r=lqd | Matthias Krüger | -15/+22 |
| 2025-01-20 | Respect --target in get_backend_from_raw_matches | bjorn3 | -5/+6 |
| 2025-01-19 | Don't skip argument parsing when running `rustc` with no arguments | Zalathar | -10/+1 |
| 2025-01-16 | Properly note when query stack is being cut off | Michael Goulet | -2/+2 |
| 2025-01-10 | Respect --sysroot for rustc -vV and -Cpasses=list | bjorn3 | -14/+20 |
| 2025-01-06 | add deprecated and do nothing flag to options table | klensy | -20/+10 |
| 2025-01-01 | Rollup merge of #131439 - mu001999-contrib:cleanup/static-mut, r=estebank | Stuart Cook | -9/+11 |
| 2024-12-25 | fix default-backtrace-ice test | jyn | -1/+3 |
| 2024-12-24 | Default to short backtraces for dev builds of rustc itself | jyn | -1/+5 |
| 2024-12-20 | Reduce the amount of explicit FatalError.raise() | bjorn3 | -7/+2 |
| 2024-12-18 | Rollup merge of #134420 - Integral-Tech:pathbuf-refactor, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -2/+2 |
| 2024-12-18 | Re-export more `rustc_span::symbol` things from `rustc_span`. | Nicholas Nethercote | -2/+1 |
| 2024-12-17 | Auto merge of #134381 - jdonszelmann:move-attribute-types, r=oli-obk | bors | -1/+1 |
| 2024-12-18 | refactor: replace &PathBuf with &Path to enhance generality | Integral | -2/+2 |
| 2024-12-16 | rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures | Jonathan Dönszelmann | -1/+1 |
| 2024-12-14 | Remove two unnecessary references | bjorn3 | -2/+2 |
| 2024-12-14 | Remove the parse query | bjorn3 | -55/+44 |
| 2024-12-14 | Get rid of of the global_ctxt query | bjorn3 | -3/+7 |
| 2024-12-14 | Rollup merge of #134251 - bjorn3:various_cleanups2, r=oli-obk | Matthias Krüger | -3/+5 |
| 2024-12-13 | Remove registered_lints field from Session | bjorn3 | -3/+5 |
| 2024-12-12 | Pass rustc_ast::Crate rather than Queries to after_crate_root_parsing | bjorn3 | -8/+6 |
| 2024-12-12 | Pass TyCtxt rather than Queries to after_expansion | bjorn3 | -10/+10 |
| 2024-12-08 | Use ensure for analysis calls | bjorn3 | -2/+2 |
| 2024-12-06 | Remove all threading through of ErrorGuaranteed from the driver | bjorn3 | -45/+41 |
| 2024-12-06 | Move some timers around | bjorn3 | -2/+1 |
| 2024-12-04 | Rollup merge of #133847 - nnethercote:rm-Z-show-span, r=compiler-errors | Matthias Krüger | -3/+1 |
| 2024-12-04 | Remove `-Zshow-span`. | Nicholas Nethercote | -3/+1 |
| 2024-12-03 | Rollup merge of #133041 - madsmtm:print-deployment-target-env-var, r=davidtwco | Matthias Krüger | -2/+3 |