| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-12-02 | rust_for_linux: -Zreg-struct-return commandline flag for X86 (#116973) | Andrew Zhogin | -0/+3 |
| 2024-11-29 | Update `-Zshow-span` help message. | Nicholas Nethercote | -1/+1 |
| 2024-11-29 | Rename `-Zparse-only`. | Nicholas Nethercote | -2/+3 |
| 2024-11-26 | Remove -Zfuel. | Camille GILLOT | -20/+0 |
| 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 | -1/+1 |
| 2024-11-20 | unstable feature usage metrics | Jane Losare-Lusby | -1/+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-15 | Merge `-Zhir-stats` into `-Zinput-stats` | Sam Estep | -3/+1 |
| 2024-11-10 | Fix error message for direct usage of sess.opts.crate_types | bjorn3 | -1/+1 |
| 2024-11-06 | Rename option and add doc | Matt Weber | -2/+2 |
| 2024-11-06 | Move additional source location info behind -Z option | Matt Weber | -0/+2 |