| Age | Commit message (Expand) | Author | Lines |
| 2024-11-12 | Rollup merge of #132657 - mustartt:aix-run-make-support, r=jieyouxu | Matthias Krüger | -12/+20 |
| 2024-11-12 | Rollup merge of #132541 - RalfJung:const-stable-extern-crate, r=compiler-errors | Matthias Krüger | -6/+2 |
| 2024-11-12 | Rollup merge of #131831 - onur-ozkan:improve-rustc-if-unchanged-logic, r=Mark... | Matthias Krüger | -664/+7 |
| 2024-11-12 | Auto merge of #132943 - matthiaskrgr:rollup-164l3ej, r=matthiaskrgr | bors | -250/+295 |
| 2024-11-12 | Rollup merge of #132941 - lnicola:sync-from-ra2, r=lnicola | Matthias Krüger | -249/+294 |
| 2024-11-12 | Rollup merge of #132793 - ehuss:update-mdbook, r=Mark-Simulacrum | Matthias Krüger | -4/+21 |
| 2024-11-12 | Consolidate type system const evaluation under `traits::evaluate_const` | Boxy | -1/+1 |
| 2024-11-11 | Update the file hash | Kirill Bulatov | -1/+1 |
| 2024-11-11 | Use completion item indices instead of property matching when searching for t... | Kirill Bulatov | -15/+33 |
| 2024-11-11 | Auto merge of #127589 - notriddle:notriddle/search-sem-3, r=GuillaumeGomez | bors | -12/+43 |
| 2024-11-11 | move `src/tools/build_helper` into `src/build_helper` | onur-ozkan | -664/+7 |
| 2024-11-11 | Merge pull request #18482 from regexident/hir_trait_supertraits_accessors | Laurențiu Nicola | -6/+26 |
| 2024-11-10 | refactor flags | Henry Jiang | -11/+9 |
| 2024-11-11 | Auto merge of #126597 - estebank:unicode-output, r=fmease | bors | -28/+28 |
| 2024-11-10 | Add Unicode block-drawing compiler output support | Esteban Küber | -28/+28 |
| 2024-11-10 | Merge pull request #18492 from samestep/docs-dev-no-design-label | Laurențiu Nicola | -1/+1 |
| 2024-11-10 | Replace with C-Architecture | Sam Estep | -0/+4 |
| 2024-11-10 | fix linux-futex test being accidentally disabled | Ralf Jung | -3/+2 |
| 2024-11-10 | store futexes in per-allocation data rather than globally | Ralf Jung | -55/+122 |
| 2024-11-10 | ensure that all publicly reachable const fn have const stability info | Ralf Jung | -6/+2 |
| 2024-11-10 | Merge from rustc | Ralf Jung | -22/+27 |
| 2024-11-10 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2024-11-09 | Rollup merge of #132801 - RalfJung:alloc-mutability, r=oli-obk | Jubilee | -20/+20 |
| 2024-11-10 | Auto merge of #132829 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-11-09 | Update cargo | Weihang Lo | -0/+0 |
| 2024-11-09 | Rollup merge of #132754 - Zalathar:opts, r=GuillaumeGomez,jieyouxu | Matthias Krüger | -0/+1 |
| 2024-11-09 | make return type of get_alloc_info a struct, and reduce some code duplication... | Ralf Jung | -20/+20 |
| 2024-11-09 | Merge pull request #4020 from RalfJung/thread-sope | Ralf Jung | -0/+24 |
| 2024-11-09 | interpret: get_alloc_info: also return mutability | Ralf Jung | -7/+7 |
| 2024-11-09 | pthread-sync: avoid confusing error when running with preemption | Ralf Jung | -0/+24 |
| 2024-11-09 | Merge from rustc | The Miri Cronjob Bot | -1939/+7227 |
| 2024-11-09 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-11-08 | Update mdbook to 0.4.42 | Eric Huss | -4/+21 |
| 2024-11-08 | Auto merge of #132746 - flip1995:clippy-subtree-update, r=Manishearth | bors | -899/+5023 |
| 2024-11-08 | Merge pull request #4004 from YohDeadfall/thread-name-ice-fix | Ralf Jung | -109/+192 |
| 2024-11-08 | Get/set thread name shims return errors for invalid handles | Yoh Deadfall | -109/+192 |
| 2024-11-08 | Clippy: cfg out validate_diag on release builds | Philipp Krones | -3/+4 |
| 2024-11-08 | remove support for rustc_safe_intrinsic attribute; use rustc_intrinsic functi... | Ralf Jung | -1/+1 |
| 2024-11-08 | editors/code: Match supported debug engines in config with actual supported ones | Master-Hash | -3/+7 |
| 2024-11-08 | Merge pull request #18486 from Wilfred/update_minimum_vscode | Laurențiu Nicola | -25/+27 |
| 2024-11-07 | Rollup merge of #131913 - jieyouxu:only_debug_assertions, r=onur-ozkan | Jubilee | -9/+77 |
| 2024-11-08 | Add a run-make test for `rustc --help` and similar | Zalathar | -0/+1 |
| 2024-11-07 | Merge commit 'f712eb5cdccd121d0569af12f20e6a0fabe4364d' into clippy-subtree-u... | Philipp Krones | -900/+5023 |
| 2024-11-07 | Delete design label from list | Sam Estep | -4/+0 |
| 2024-11-07 | Merge pull request #18490 from ShoyuVanilla/dyn-compat-rename | Laurențiu Nicola | -8/+9 |
| 2024-11-07 | minor: Rename `dyn compatible` to `dyn-compatible` | Shoyu Vanilla | -8/+9 |
| 2024-11-07 | Renamed ecx variales to this | Yoh Deadfall | -36/+36 |
| 2024-11-07 | Rollup merge of #132057 - RalfJung:miri-abi-compat, r=wesleywiser | Jonas Böttiger | -0/+24 |
| 2024-11-06 | editors/code: Change minimum VS Code from 1.78 to 1.83 | Wilfred Hughes | -25/+27 |
| 2024-11-06 | Add `direct_supertraits(…)` HIR-level method to `hir::Trait` type | Vincent Esche | -1/+6 |