| Age | Commit message (Expand) | Author | Lines |
| 2024-07-16 | hir: Create `hir::ConstArgKind` enum | Noah Lev | -8/+22 |
| 2024-07-16 | Auto merge of #127831 - tgross35:rollup-c0j9n7b, r=tgross35 | bors | -3/+107 |
| 2024-07-16 | Rollup merge of #127501 - compiler-errors:invert-infer-error-mod-struture, r=... | Trevor Gross | -1/+1 |
| 2024-07-16 | Rollup merge of #127390 - Oneirical:rough-testimation, r=jieyouxu | Trevor Gross | -2/+0 |
| 2024-07-16 | Rollup merge of #126967 - alexcrichton:wasm32-wasip2-tier-2, r=Mark-Simulacrum | Trevor Gross | -0/+106 |
| 2024-07-16 | Auto merge of #126484 - Oneirical:test-in-peace, r=jieyouxu,kobzol | bors | -4/+0 |
| 2024-07-16 | Rollup merge of #127805 - Mrmaxmeier:run-make-bump-gimli, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2024-07-16 | Rollup merge of #127730 - compiler-errors:ed-2024-unsafe, r=petrochenkov | Matthias Krüger | -0/+1 |
| 2024-07-16 | Auto merge of #127617 - lnicola:sync-from-ra, r=lnicola | bors | -4424/+7363 |
| 2024-07-16 | run-make-support: update gimli to 0.31.0 | Mrmaxmeier | -1/+1 |
| 2024-07-16 | Auto merge of #127796 - tgross35:rollup-ubo5hzb, r=tgross35 | bors | -0/+0 |
| 2024-07-16 | Use re-exported Idx and IndexVec in pat_analysis | Laurențiu Nicola | -3/+2 |
| 2024-07-16 | Rollup merge of #127770 - rustbot:docs-update, r=ehuss | Trevor Gross | -0/+0 |
| 2024-07-16 | Auto merge of #127680 - Kobzol:bootstrap-cmd-refactor-6, r=onur-ozkan | bors | -187/+147 |
| 2024-07-16 | Fix unsafe_op_in_unsafe_fn in compiler | Michael Goulet | -0/+1 |
| 2024-07-15 | Move rustc_infer::infer::error_reporting to rustc_infer::error_reporting::infer | Michael Goulet | -1/+1 |
| 2024-07-15 | Don't use stage0 compiler for wasm-component-ld | Alex Crichton | -2/+2 |
| 2024-07-15 | Rollup merge of #127729 - compiler-errors:ed-2024-gen, r=oli-obk | Matthias Krüger | -18/+21 |
| 2024-07-15 | Rollup merge of #124921 - RalfJung:offset-from-same-addr, r=oli-obk | Matthias Krüger | -3/+0 |
| 2024-07-15 | Make sure to run git submodule checkout in dry run mode | Jakub Beránek | -1/+15 |
| 2024-07-15 | Move `force_coloring_in_ci` from `builder_helper` to `bootstrap` | Jakub Beránek | -18/+15 |
| 2024-07-15 | Update reference to fix toolstate | Eric Huss | -0/+0 |
| 2024-07-15 | Update books | rustbot | -0/+0 |
| 2024-07-15 | Make normalization regex less exact | Chris Denton | -1/+1 |
| 2024-07-14 | Auto merge of #127726 - RalfJung:miri-sync, r=RalfJung | bors | -277/+1531 |
| 2024-07-14 | Fix trivial gen ident usage in tools | Michael Goulet | -19/+19 |
| 2024-07-14 | Stop using the gen keyword in the compiler | Michael Goulet | -0/+3 |
| 2024-07-14 | Auto merge of #3745 - joboet:os_unfair_lock, r=RalfJung | bors | -7/+284 |
| 2024-07-14 | implement the `os_unfair_lock` functions on macOS | joboet | -7/+284 |
| 2024-07-14 | add test for intermediate reference in '&(*x).0 as *const i32' | Ralf Jung | -0/+40 |
| 2024-07-14 | Remove several usages of the `as_command_mut` method | Jakub Beránek | -115/+78 |
| 2024-07-14 | Port all remaining simple command usages in bootstrap to `BootstrapCommand` | Jakub Beránek | -54/+40 |
| 2024-07-14 | Rollup merge of #127697 - onur-ozkan:use-std-filetimes, r=Kobzol | Matthias Krüger | -11/+17 |
| 2024-07-14 | Rollup merge of #127322 - onur-ozkan:ci-rustc-incompatible-options, r=Mark-Si... | Matthias Krüger | -7/+118 |
| 2024-07-14 | Auto merge of #127706 - workingjubilee:rollup-d07ij30, r=workingjubilee | bors | -38/+37 |
| 2024-07-13 | Rollup merge of #127434 - onur-ozkan:use-bootstrap-instead-of-rustbuild, r=Ma... | Jubilee | -38/+37 |
| 2024-07-13 | Rollup merge of #127677 - onur-ozkan:use-correct-modes, r=Kobzol | Jubilee | -3/+4 |
| 2024-07-13 | Rollup merge of #127446 - zachs18:miri-stdlib-leaks-core-alloc, r=Mark-Simula... | Jubilee | -4/+3 |
| 2024-07-14 | use std for file mtime and atime modifications | onur-ozkan | -11/+17 |
| 2024-07-13 | explain why we use in-tree std for compiletest | onur-ozkan | -0/+2 |
| 2024-07-13 | use `ModeToolBootstrap` for run-make-support's crate tests | onur-ozkan | -3/+2 |
| 2024-07-13 | Auto merge of #127450 - Kobzol:bootstrap-cmd-refactor-5, r=onur-ozkan | bors | -84/+192 |
| 2024-07-13 | Avoid more instances of unused command execution in dry run | Jakub Beránek | -15/+7 |
| 2024-07-13 | Rollup merge of #127654 - nikic:llvm-ndebug-fix, r=cuviper | Jacob Pratt | -2/+2 |
| 2024-07-12 | Auto merge of #127665 - workingjubilee:rollup-g90yr21, r=workingjubilee | bors | -12/+36 |
| 2024-07-12 | Rollup merge of #127632 - compiler-errors:precise-capturing-rustdoc, r=fmease | Jubilee | -4/+25 |
| 2024-07-12 | Rollup merge of #127381 - Oneirical:testalt-consciousness, r=jieyouxu | Jubilee | -6/+6 |
| 2024-07-12 | Rollup merge of #127338 - Oneirical:ready-your-arbatests, r=jieyouxu | Jubilee | -2/+5 |
| 2024-07-12 | rewrite raw-dylib-custom-dlltool to rmake | Oneirical | -1/+0 |
| 2024-07-12 | Auto merge of #123351 - beetrees:x86-ret-snan-rust, r=nikic,workingjubilee | bors | -2/+4 |