| Age | Commit message (Expand) | Author | Lines |
| 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 | -2/+2 |
| 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 | -2/+2 |
| 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 |
| 2024-11-29 | Rollup merge of #133590 - nnethercote:rename-parse-only, r=estebank | Matthias Krüger | -1/+3 |
| 2024-11-29 | Rename `-Zparse-only`. | Nicholas Nethercote | -1/+3 |
| 2024-11-27 | Rollup merge of #132410 - bjorn3:yet_another_driver_refactor_round, r=cjgillot | Matthias Krüger | -57/+51 |
| 2024-11-27 | Fix review comment | bjorn3 | -2/+2 |
| 2024-11-26 | Remove -Zfuel. | Camille GILLOT | -4/+0 |
| 2024-11-22 | Print env var in --print=deployment-target | Mads Marquart | -2/+3 |
| 2024-11-21 | Rollup merge of #130236 - yaahc:unstable-feature-usage, r=estebank | Matthias Krüger | -1/+33 |
| 2024-11-21 | Rewrite `show_md_content_with_pager`. | Nicholas Nethercote | -49/+43 |
| 2024-11-21 | Remove redundant `is_terminal` check. | Nicholas Nethercote | -2/+1 |
| 2024-11-21 | Fix `catbat` pager typo. | Nicholas Nethercote | -1/+1 |
| 2024-11-20 | unstable feature usage metrics | Jane Losare-Lusby | -1/+33 |
| 2024-11-18 | Make rustc --explain busybox less compatible | omni | -1/+1 |
| 2024-11-12 | Auto merge of #132282 - Noratrieb:it-is-the-end-of-serial, r=cjgillot | bors | -5/+0 |
| 2024-11-12 | Delete the `cfg(not(parallel))` serial compiler | Noratrieb | -5/+0 |
| 2024-11-11 | Remove `rustc_session::config::rustc_short_optgroups` | Zalathar | -2/+5 |
| 2024-11-09 | Deprecate the after_crate_root_parsing callback | bjorn3 | -0/+4 |
| 2024-11-09 | Pass TyCtxt instead of Queries to the after_analysis callbacks | bjorn3 | -6/+5 |
| 2024-11-09 | Reduce the amount of GlobalCtxt::enter calls in the driver | bjorn3 | -14/+10 |
| 2024-11-09 | Let make_input immediately report an error for multiple input filenames | bjorn3 | -38/+34 |
| 2024-11-08 | Use a method to apply `RustcOptGroup` to `getopts::Options` | Zalathar | -3/+3 |
| 2024-11-03 | make time format parsing compiletime | klensy | -3/+3 |
| 2024-11-02 | Add `--print host-triple` | Noratrieb | -0/+1 |
| 2024-11-02 | Rename target triple to target tuple in many places in the compiler | Noratrieb | -7/+7 |
| 2024-11-01 | Emit diagnostics for incorrect deployment targets | Mads Marquart | -3/+4 |
| 2024-11-01 | Move versioned LLVM target creation to rustc_codegen_ssa | Mads Marquart | -3/+2 |
| 2024-10-28 | fix clippy::clone_on_ref_ptr for compiler | klensy | -1/+1 |
| 2024-10-14 | Remove allowing static_mut_refs lint | mu001999 | -9/+11 |
| 2024-10-07 | Rollup merge of #130899 - bjorn3:wasi_bootstrap_fixes, r=davidtwco | Jubilee | -4/+3 |
| 2024-10-06 | Update out-dated link | mu001999 | -1/+1 |
| 2024-10-04 | Avoid unused import warning for the Ctrl-C handler on wasm | bjorn3 | -4/+3 |