| Age | Commit message (Expand) | Author | Lines |
| 2024-10-31 | rustc_codegen_llvm: Add a new 'pc' option to branch-protection | Kajetan Puchalski | -3/+7 |
| 2024-10-31 | Remove support for `-Zprofile` (gcov-style coverage instrumentation) | Zalathar | -18/+1 |
| 2024-10-30 | fix libc call from i8 to u8 | Henry Jiang | -1/+1 |
| 2024-10-29 | Rollup merge of #131375 - klensy:clone_on_ref_ptr, r=cjgillot | Jubilee | -5/+6 |
| 2024-10-28 | fix clippy::clone_on_ref_ptr for compiler | klensy | -5/+6 |
| 2024-10-27 | compiler: Add rustc_abi dependence to the compiler | Jubilee Young | -2/+3 |
| 2024-10-20 | Limited -Zregparm support (no Rust calling conv) descriptions | Andrew Zhogin | -1/+2 |
| 2024-10-18 | rust_for_linux: -Zregparm=<N> commandline flag for X86 (#116972) | Andrew Zhogin | -0/+26 |
| 2024-10-15 | stabilize `-Znext-solver=coherence` | lcnr | -21/+15 |
| 2024-10-12 | Rollup merge of #131626 - matthiaskrgr:dont_string, r=lqd | Trevor Gross | -1/+1 |
| 2024-10-12 | Rollup merge of #131277 - ismailarilik:handle-potential-query-instability-lin... | Matthias Krüger | -1/+1 |
| 2024-10-12 | remove a couple of redundant String to String conversion | Matthias Krüger | -1/+1 |
| 2024-10-10 | Avoid redundant additions to PATH when linking | Mads Marquart | -0/+2 |
| 2024-10-06 | Rename NestedMetaItem to MetaItemInner | codemountains | -1/+1 |
| 2024-10-05 | Handle `clippy` cases of `rustc::potential_query_instability` lint | ismailarilik | -1/+1 |
| 2024-10-04 | Rollup merge of #131034 - Urgau:cfg-true-false, r=nnethercote | Guillaume Gomez | -1/+1 |
| 2024-10-02 | Rollup merge of #126930 - Xaeroxe:file-checksum-hint, r=chenyukang | Jubilee | -1/+22 |
| 2024-10-02 | Adjust check-cfg get_many_mut usage following API change | Urgau | -12/+12 |
| 2024-10-01 | improve shell help text | Jacob Kiesel | -1/+2 |
| 2024-10-01 | disregard what we believe is supported in cargo for hash type | Jacob Kiesel | -5/+1 |
| 2024-10-01 | Fix options help text | Jacob Kiesel | -1/+1 |
| 2024-10-01 | add unstable support for outputting file checksums for use in cargo | Jacob Kiesel | -1/+25 |
| 2024-10-01 | Replace -Z default-hidden-visibility with -Z default-visibility | David Lattimore | -10/+30 |
| 2024-10-01 | Use `ast::NestedMetaItem` when evaluating cfg predicate | Urgau | -1/+1 |
| 2024-09-28 | Auto merge of #130874 - klensy:bumpme, r=jieyouxu | bors | -1/+1 |
| 2024-09-27 | Rollup merge of #129087 - slanterns:option_get_or_insert_default, r=dtolnay | Matthias Krüger | -1/+0 |
| 2024-09-27 | bump few deps | klensy | -1/+1 |
| 2024-09-24 | Test fixing raw-dylib | Daniel Paoliello | -0/+5 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -28/+28 |
| 2024-09-17 | Rollup merge of #128961 - GKFX:issue-128930-explain-missing-option, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2024-09-15 | Rollup merge of #129897 - RalfJung:soft-float-ignored, r=Urgau | Matthias Krüger | -1/+35 |
| 2024-09-13 | Add set_dcx to ParseSess | Vetle Rasmussen | -0/+4 |
| 2024-09-12 | Auto merge of #130249 - compiler-errors:sad-new-solver-coherence, r=lcnr | bors | -15/+21 |
| 2024-09-12 | Auto merge of #117465 - paulmenage:small-data-limit, r=compiler-errors | bors | -2/+20 |
| 2024-09-11 | Rollup merge of #130114 - eduardosm:needless-returns, r=compiler-errors | Jubilee | -2/+2 |
| 2024-09-11 | Revert 'Stabilize -Znext-solver=coherence' | Michael Goulet | -15/+21 |
| 2024-09-11 | Make SearchPath::new public | Vetle Rasmussen | -1/+1 |
| 2024-09-10 | Add -Z small-data-threshold | Paul Menage | -2/+20 |
| 2024-09-09 | Remove needless returns detected by clippy in the compiler | Eduardo Sánchez Muñoz | -2/+2 |
| 2024-09-05 | stabilize `-Znext-solver=coherence` | lcnr | -21/+15 |
| 2024-09-03 | add rustc_lint_opt_deny_field_access to options that are documented to do not... | Ralf Jung | -0/+3 |
| 2024-09-03 | deprecate -Csoft-float because it is unsound (and not fixable) | Ralf Jung | -1/+32 |
| 2024-09-03 | Auto merge of #129777 - nnethercote:unreachable_pub-4, r=Urgau | bors | -69/+74 |
| 2024-09-03 | Add `warn(unreachable_pub)` to `rustc_session`. | Nicholas Nethercote | -69/+74 |
| 2024-09-02 | chore: Fix typos in 'compiler' (batch 2) | Alexander Cyon | -5/+5 |
| 2024-08-30 | make `-Z mir-include-spans` a dedicated enum | Rémy Rakic | -2/+38 |
| 2024-08-29 | Rollup merge of #128970 - DianQK:lint-llvm-ir, r=nikic | Guillaume Gomez | -0/+2 |
| 2024-08-29 | Add `-Zlint-llvm-ir` | DianQK | -0/+2 |
| 2024-08-28 | fmt-debug option | Kornel | -3/+54 |
| 2024-08-28 | Rollup merge of #129667 - dev-ardi:rustc_driver-cleanup, r=michaelwoerister | Matthias Krüger | -0/+1 |