| Age | Commit message (Expand) | Author | Lines |
| 2024-12-06 | Rollup merge of #130777 - azhogin:azhogin/reg-struct-return, r=workingjubilee | Matthias Krüger | -0/+1 |
| 2024-12-04 | Rollup merge of #133847 - nnethercote:rm-Z-show-span, r=compiler-errors | Matthias Krüger | -5/+0 |
| 2024-12-04 | Remove `-Zshow-span`. | Nicholas Nethercote | -5/+0 |
| 2024-12-03 | Auto merge of #104342 - mweber15:add_file_location_to_more_types, r=wesleywiser | bors | -0/+1 |
| 2024-12-03 | Auto merge of #133321 - compiler-errors:const-checker, r=wesleywiser | bors | -1/+0 |
| 2024-12-02 | rust_for_linux: -Zreg-struct-return commandline flag for X86 (#116973) | Andrew Zhogin | -0/+1 |
| 2024-11-29 | Rollup merge of #133590 - nnethercote:rename-parse-only, r=estebank | Matthias Krüger | -1/+1 |
| 2024-11-29 | Rename `-Zparse-only`. | Nicholas Nethercote | -1/+1 |
| 2024-11-27 | Rollup merge of #132410 - bjorn3:yet_another_driver_refactor_round, r=cjgillot | Matthias Krüger | -25/+9 |
| 2024-11-26 | Remove -Zfuel. | Camille GILLOT | -2/+0 |
| 2024-11-22 | Get rid of HIR const checker | Michael Goulet | -1/+0 |
| 2024-11-19 | Rollup merge of #133023 - samestep:hir-stats-total-count, r=nnethercote | Matthias Krüger | -23/+7 |
| 2024-11-15 | Merge `-Zhir-stats` into `-Zinput-stats` | Sam Estep | -23/+7 |
| 2024-11-15 | rustc_metadata: Preprocess search paths for better performance | Piotr Osiewicz | -1/+1 |
| 2024-11-12 | Auto merge of #132282 - Noratrieb:it-is-the-end-of-serial, r=cjgillot | bors | -14/+0 |
| 2024-11-12 | Delete the `cfg(not(parallel))` serial compiler | Noratrieb | -14/+0 |
| 2024-11-09 | Move some code from Compiler::enter to GlobalCtxt::finish | bjorn3 | -24/+8 |
| 2024-11-09 | Don't mutably borrow GlobalCtxt in QueryResult::enter | bjorn3 | -1/+1 |
| 2024-11-08 | Use a method to apply `RustcOptGroup` to `getopts::Options` | Zalathar | -1/+1 |
| 2024-11-06 | Rename option and add doc | Matt Weber | -1/+1 |
| 2024-11-06 | Move additional source location info behind -Z option | Matt Weber | -0/+1 |
| 2024-11-05 | Rollup merge of #132259 - mrkajetanp:branch-protection-pauth-lr, r=davidtwco | Matthias Krüger | -1/+1 |
| 2024-11-02 | Rename target triple to target tuple in many places in the compiler | Noratrieb | -2/+2 |
| 2024-10-31 | rustc_codegen_llvm: Add a new 'pc' option to branch-protection | Kajetan Puchalski | -1/+1 |
| 2024-10-31 | Remove support for `-Zprofile` (gcov-style coverage instrumentation) | Zalathar | -2/+0 |
| 2024-10-28 | fix clippy::clone_on_ref_ptr for compiler | klensy | -1/+1 |
| 2024-10-18 | rust_for_linux: -Zregparm=<N> commandline flag for X86 (#116972) | Andrew Zhogin | -0/+1 |
| 2024-10-15 | stabilize `-Znext-solver=coherence` | lcnr | -1/+1 |
| 2024-10-05 | Handle `rustc_interface` cases of `rustc::potential_query_instability` lint | ismailarilik | -1/+0 |
| 2024-10-02 | restore prior more readable suggestion | Jacob Kiesel | -5/+6 |
| 2024-10-01 | Restore prior behavior with less duplicate info in dep file | Jacob Kiesel | -21/+14 |
| 2024-10-01 | Write two newlines intentionally | Jacob Kiesel | -2/+1 |
| 2024-10-01 | no need to comma delimit this, it's already space delimited | Jacob Kiesel | -2/+2 |
| 2024-10-01 | Fix bug in depinfo output | Jacob Kiesel | -1/+2 |
| 2024-10-01 | Pile all the checksum info into a comment that goes in the same order as the ... | Jacob Kiesel | -13/+20 |
| 2024-10-01 | add unstable support for outputting file checksums for use in cargo | Jacob Kiesel | -15/+96 |
| 2024-10-01 | Replace -Z default-hidden-visibility with -Z default-visibility | David Lattimore | -1/+1 |
| 2024-09-30 | Rollup merge of #131057 - Urgau:cfg-erronous-unsafe, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2024-09-30 | Reject leading unsafe in `cfg!(...)` and `--check-cfg`. | Urgau | -1/+1 |
| 2024-09-29 | cleanup: don't `.into()` identical types | Matthias Krüger | -1/+1 |
| 2024-09-27 | Rollup merge of #130826 - fmease:compiler-mv-obj-safe-dyn-compat, r=compiler-... | Matthias Krüger | -1/+1 |
| 2024-09-25 | Compiler: Rename "object safe" to "dyn compatible" | León Orell Valerian Liehr | -1/+1 |
| 2024-09-24 | Dogfood `feature(file_buffered)` | Josh Stone | -1/+2 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -38/+34 |
| 2024-09-17 | Rollup merge of #129988 - arnaudgolfouse:modify-locale_resources, r=davidtwco | Matthias Krüger | -1/+3 |
| 2024-09-14 | Rollup merge of #130199 - compiler-errors:by-move, r=cjgillot | Stuart Cook | -1/+1 |
| 2024-09-12 | Auto merge of #130249 - compiler-errors:sad-new-solver-coherence, r=lcnr | bors | -1/+1 |
| 2024-09-11 | Revert 'Stabilize -Znext-solver=coherence' | Michael Goulet | -1/+1 |
| 2024-09-10 | Add -Z small-data-threshold | Paul Menage | -0/+1 |
| 2024-09-10 | Don't call closure_by_move_body_def_id on FnOnce async closures in MIR valida... | Michael Goulet | -1/+1 |