| Age | Commit message (Expand) | Author | Lines |
| 2025-04-19 | Rollup merge of #139042 - compiler-errors:do-not-optimize-switchint, r=saethlin | Chris Denton | -3/+3 |
| 2025-04-16 | Rollup merge of #139647 - eholk:package-namespace, r=fmease | Matthias Krüger | -0/+2 |
| 2025-04-15 | Add unstable foo::bar extern command line arguments | Eric Holk | -0/+2 |
| 2025-04-14 | Stabilize `-Zdwarf-version` as `-Cdwarf-version` | Wesley Wiser | -0/+3 |
| 2025-04-08 | Do not optimize out SwitchInt before borrowck, or if Zmir-preserve-ub | Michael Goulet | -3/+3 |
| 2025-04-05 | Rollup merge of #138368 - rcvalle:rust-kcfi-arity, r=davidtwco | Matthias Krüger | -0/+2 |
| 2025-04-05 | KCFI: Add KCFI arity indicator support | Ramon de C Valle | -0/+2 |
| 2025-04-05 | Rollup merge of #137880 - EnzymeAD:autodiff-batching, r=oli-obk | Stuart Cook | -1/+3 |
| 2025-04-04 | Auto merge of #138785 - lcnr:typing-mode-borrowck, r=compiler-errors,oli-obk | bors | -0/+3 |
| 2025-04-04 | add new flag to print the module post-AD, before opts | Manuel Drehwald | -1/+3 |
| 2025-04-03 | Initial support for auto traits with default bounds | Bryanskiy | -0/+2 |
| 2025-04-03 | add `TypingMode::Borrowck` | lcnr | -0/+3 |
| 2025-03-31 | Add `-Zembed-metadata` CLI option | Jakub Beránek | -0/+2 |
| 2025-03-26 | Rollup merge of #138483 - azhogin:azhogin/target-modifiers-bool-fix, r=fee1-dead | Stuart Cook | -24/+28 |
| 2025-03-26 | Auto merge of #138601 - RalfJung:wasm-abi-fcw, r=alexcrichton | bors | -2/+3 |
| 2025-03-25 | make -Zwasm-c-abi=legacy suppress the lint | Ralf Jung | -2/+3 |
| 2025-03-19 | Only use the new node hashmap for anonymous nodes. | Camille GILLOT | -1/+2 |
| 2025-03-19 | Auto merge of #122156 - Zoxc:side-effect-dep-node, r=oli-obk | bors | -1/+1 |
| 2025-03-17 | modify config.toml->bootstrap.toml for new upstream changes | bit-aloo | -1/+1 |
| 2025-03-17 | Target modifiers fix for bool flags without value | Andrew Zhogin | -24/+28 |
| 2025-03-14 | Rename `QuerySideEffects` to `QuerySideEffect` | John Kåre Alsaker | -1/+1 |
| 2025-03-12 | Make opts.maybe_sysroot non-optional | bjorn3 | -1/+1 |
| 2025-02-22 | Auto merge of #137420 - matthiaskrgr:rollup-rr0q37f, r=matthiaskrgr | bors | -5/+5 |
| 2025-02-21 | update autodiff flags | Manuel Drehwald | -22/+17 |
| 2025-02-21 | Use StableHasher + Hash64 for dep_tracking_hash | Ben Kimock | -5/+5 |
| 2025-02-16 | Move hashes from rustc_data_structure to rustc_hashes so they can be shared w... | Ben Kimock | -1/+1 |
| 2025-02-03 | Contracts core intrinsics. | Felix S. Klock II | -0/+2 |
| 2025-02-03 | Auto merge of #133138 - azhogin:azhogin/target-modifiers, r=davidtwco,saethlin | bors | -13/+324 |
| 2025-02-02 | Target modifiers (special marked options) are recorded in metainfo and compar... | Andrew Zhogin | -13/+324 |
| 2025-01-31 | Auto merge of #136332 - jhpratt:rollup-aa69d0e, r=jhpratt | bors | -0/+49 |
| 2025-01-31 | Rollup merge of #133429 - EnzymeAD:autodiff-middle, r=oli-obk | Jacob Pratt | -0/+49 |
| 2025-01-31 | Auto merge of #135318 - compiler-errors:vtable-fixes, r=lcnr | bors | -2/+0 |
| 2025-01-30 | Remove print_vtable_sizes | Michael Goulet | -2/+0 |
| 2025-01-29 | Clean up uses of the unstable `dwarf_version` option | Wesley Wiser | -0/+1 |
| 2025-01-29 | upstream rustc_codegen_ssa/rustc_middle changes for enzyme/autodiff | Manuel Drehwald | -0/+49 |
| 2025-01-27 | Remove -Zinline-in-all-cgus and clean up CGU partitioning tests | Ben Kimock | -2/+0 |
| 2025-01-16 | Update docs for `-Clink-dead-code` to discourage its use | Zalathar | -1/+1 |
| 2025-01-11 | Rollup merge of #134030 - folkertdev:min-fn-align, r=workingjubilee | Matthias Krüger | -0/+19 |
| 2025-01-10 | add `-Zmin-function-alignment` | Folkert de Vries | -0/+19 |
| 2025-01-06 | Rollup merge of #135126 - klensy:deprecated-and-do-nothing, r=jieyouxu | Jacob Pratt | -9/+39 |
| 2025-01-06 | add deprecated and do nothing flag to options table | klensy | -9/+39 |
| 2025-01-06 | Add support for wasm exception handling to Emscripten target | Hood Chatham | -0/+2 |
| 2024-12-19 | coverage: Add a synthetic test for when all spans are discarded | Zalathar | -0/+1 |
| 2024-12-13 | Auto merge of #133899 - scottmcm:strip-mir-debuginfo, r=oli-obk | bors | -0/+14 |
| 2024-12-10 | We don't need `NonNull::as_ptr` debuginfo | Scott McMurray | -0/+14 |
| 2024-12-06 | Remove polymorphization | Ben Kimock | -2/+0 |
| 2024-12-06 | Rollup merge of #130777 - azhogin:azhogin/reg-struct-return, r=workingjubilee | Matthias Krüger | -0/+3 |
| 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 | Auto merge of #104342 - mweber15:add_file_location_to_more_types, r=wesleywiser | bors | -0/+2 |