| Age | Commit message (Expand) | Author | Lines |
| 2025-01-02 | Make the `test` cfg a "userspace" check-cfg | Urgau | -2/+5 |
| 2024-12-29 | make -Csoft-float have an effect on all ARM targets | Ralf Jung | -1/+1 |
| 2024-12-23 | Use `#[derive(Default)]` instead of manually implementing it | Esteban Küber | -7/+2 |
| 2024-12-20 | Rollup merge of #134561 - bjorn3:less_fatal_error_raise, r=compiler-errors | Matthias Krüger | -9/+6 |
| 2024-12-20 | Reduce the amount of explicit FatalError.raise() | bjorn3 | -9/+6 |
| 2024-12-20 | Rollup merge of #134514 - bjorn3:more_driver_refactors, r=jieyouxu | DianQK | -1/+1 |
| 2024-12-19 | Update comments | bjorn3 | -1/+1 |
| 2024-12-19 | coverage: Add a synthetic test for when all spans are discarded | Zalathar | -2/+14 |
| 2024-12-18 | Rollup merge of #134420 - Integral-Tech:pathbuf-refactor, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2024-12-18 | Re-export more `rustc_span::symbol` things from `rustc_span`. | Nicholas Nethercote | -6/+4 |
| 2024-12-18 | refactor: replace &PathBuf with &Path to enhance generality | Integral | -1/+1 |
| 2024-12-16 | rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures | Jonathan Dönszelmann | -32/+0 |
| 2024-12-14 | Rollup merge of #134251 - bjorn3:various_cleanups2, r=oli-obk | Matthias Krüger | -10/+0 |
| 2024-12-13 | Auto merge of #133099 - RalfJung:forbidden-hardfloat-features, r=workingjubilee | bors | -1/+1 |
| 2024-12-13 | Remove registered_lints field from Session | bjorn3 | -4/+0 |
| 2024-12-13 | Remove jobserver from Session | bjorn3 | -6/+0 |
| 2024-12-13 | Auto merge of #133899 - scottmcm:strip-mir-debuginfo, r=oli-obk | bors | -4/+26 |
| 2024-12-11 | generalize 'forbidden feature' concept so that even (un)stable feature can be... | Ralf Jung | -1/+1 |
| 2024-12-10 | We don't need `NonNull::as_ptr` debuginfo | Scott McMurray | -4/+26 |
| 2024-12-09 | Rollup merge of #133567 - bjorn3:various_cleanups, r=cjgillot | Matthias Krüger | -9/+6 |
| 2024-12-06 | Remove polymorphization | Ben Kimock | -2/+0 |
| 2024-12-06 | Store a single copy of the error registry in DiagCtxt | bjorn3 | -9/+6 |
| 2024-12-06 | Rollup merge of #130777 - azhogin:azhogin/reg-struct-return, r=workingjubilee | Matthias Krüger | -0/+13 |
| 2024-12-04 | Rollup merge of #133847 - nnethercote:rm-Z-show-span, r=compiler-errors | Matthias Krüger | -2/+0 |
| 2024-12-04 | Remove `-Zshow-span`. | Nicholas Nethercote | -2/+0 |
| 2024-12-03 | Rollup merge of #133545 - clubby789:symbol-intern-lit, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2024-12-03 | Auto merge of #104342 - mweber15:add_file_location_to_more_types, r=wesleywiser | bors | -0/+2 |
| 2024-12-02 | `impl Default for EarlyDiagCtxt` | jyn | -0/+6 |
| 2024-12-02 | rust_for_linux: -Zreg-struct-return commandline flag for X86 (#116973) | Andrew Zhogin | -0/+13 |
| 2024-11-29 | Update `-Zshow-span` help message. | Nicholas Nethercote | -1/+1 |
| 2024-11-29 | Rename `-Zparse-only`. | Nicholas Nethercote | -4/+5 |
| 2024-11-28 | Replace `Symbol::intern` calls with preinterned symbols | clubby789 | -1/+1 |
| 2024-11-26 | Remove -Zfuel. | Camille GILLOT | -94/+1 |
| 2024-11-22 | Rollup merge of #133159 - Zalathar:unstable-options-no-value, r=jieyouxu | Michael Goulet | -19/+29 |
| 2024-11-21 | Rollup merge of #130236 - yaahc:unstable-feature-usage, r=estebank | Matthias Krüger | -2/+2 |
| 2024-11-20 | unstable feature usage metrics | Jane Losare-Lusby | -2/+2 |
| 2024-11-19 | Rollup merge of #133023 - samestep:hir-stats-total-count, r=nnethercote | Matthias Krüger | -3/+1 |
| 2024-11-18 | Don't allow `-Zunstable-options` to take a value | Zalathar | -1/+7 |
| 2024-11-18 | Rename `parse_no_flag` to `parse_no_value` | Zalathar | -18/+22 |
| 2024-11-18 | Overhaul the `-l` option parser (for linking to native libs) | Zalathar | -121/+224 |
| 2024-11-18 | Move `-l` option parsing into its own submodule | Zalathar | -140/+144 |
| 2024-11-15 | Merge `-Zhir-stats` into `-Zinput-stats` | Sam Estep | -3/+1 |
| 2024-11-15 | rustc_metadata: Preprocess search paths for better performance | Piotr Osiewicz | -31/+87 |
| 2024-11-12 | Auto merge of #132919 - matthiaskrgr:rollup-ogghyvp, r=matthiaskrgr | bors | -1/+1 |
| 2024-11-11 | Rollup merge of #132820 - bjorn3:default_backend_link_impl, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2024-11-11 | Remove `rustc_session::config::rustc_short_optgroups` | Zalathar | -25/+24 |
| 2024-11-11 | Store option strings directly, not in a boxed `apply` closure | Zalathar | -23/+31 |
| 2024-11-11 | Auto merge of #126597 - estebank:unicode-output, r=fmease | bors | -14/+35 |
| 2024-11-10 | Address review comments | León Orell Valerian Liehr | -16/+16 |
| 2024-11-10 | Add Unicode block-drawing compiler output support | Esteban Küber | -1/+22 |