| Age | Commit message (Expand) | Author | Lines |
| 2024-09-21 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2024-09-17 | Auto merge of #3897 - eduardosm:sse-tests, r=RalfJung | bors | -1784/+1760 |
| 2024-09-17 | Use `@only-target` in SSE and SSE2 tests too | Eduardo Sánchez Muñoz | -1784/+1760 |
| 2024-09-17 | Auto merge of #3896 - RalfJung:ptr_offset_unsigned_overflow, r=RalfJung | bors | -5/+6 |
| 2024-09-17 | ptr_offset_unsigned_overflow: extend test | Ralf Jung | -5/+6 |
| 2024-09-17 | update lockfile | Ralf Jung | -45/+13 |
| 2024-09-17 | Auto merge of #3891 - tiif:tokiotest, r=RalfJung | bors | -5/+46 |
| 2024-09-17 | Tokio ICE fix: Changed the type of EpollEventInterest::epfd from i32 to WeakF... | tiif | -5/+46 |
| 2024-09-17 | Auto merge of #3894 - rust-lang:rustup-2024-09-17, r=RalfJung | bors | -1402/+1919 |
| 2024-09-17 | Auto merge of #3893 - rust-lang:autolabel, r=RalfJung | bors | -0/+12 |
| 2024-09-17 | Auto merge of #3866 - rust-lang:ui_test_26_1, r=oli-obk | bors | -2005/+1901 |
| 2024-09-17 | fmt | The Miri Cronjob Bot | -6/+2 |
| 2024-09-17 | Merge from rustc | The Miri Cronjob Bot | -1396/+1917 |
| 2024-09-17 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-09-17 | Auto merge of #129970 - lukas-code:LayoutCalculator, r=compiler-errors | bors | -1227/+1341 |
| 2024-09-16 | Auto merge of #127633 - SamuelMarks:eq-exit-code, r=dtolnay | bors | -5/+9 |
| 2024-09-17 | get rid of an old hack | Lukas Markeffsky | -50/+55 |
| 2024-09-17 | assert that unexpectedly unsized fields are sized in the param env | Lukas Markeffsky | -57/+64 |
| 2024-09-16 | Automatically add/remove labesl when github review (requests) are used | Oli Scherer | -0/+12 |
| 2024-09-16 | Fix run --dep | Oli Scherer | -3/+8 |
| 2024-09-16 | Refator DependencyBuilder construction | Oli Scherer | -14/+15 |
| 2024-09-16 | Bump ui test | Oli Scherer | -1991/+1884 |
| 2024-09-16 | Auto merge of #130444 - matthiaskrgr:rollup-onlrjva, r=matthiaskrgr | bors | -94/+196 |
| 2024-09-16 | Rollup merge of #130437 - jder:issue-130372, r=compiler-errors | Matthias Krüger | -31/+44 |
| 2024-09-16 | Rollup merge of #130282 - compiler-errors:over-overflow, r=BoxyUwU | Matthias Krüger | -39/+99 |
| 2024-09-16 | Rollup merge of #130033 - compiler-errors:foreign-fn-types, r=BoxyUwU | Matthias Krüger | -24/+53 |
| 2024-09-16 | Avoid crashing on variadic functions when producing arg-mismatch errors | Jesse Rusak | -31/+44 |
| 2024-09-16 | Auto merge of #130439 - matthiaskrgr:rollup-1lkzo74, r=matthiaskrgr | bors | -26/+161 |
| 2024-09-16 | Rollup merge of #130436 - fortanix:raoul/fix_reduce_add_unordered_test, r=Ral... | Matthias Krüger | -0/+1 |
| 2024-09-16 | Rollup merge of #130412 - compiler-errors:rpitit-overcapture, r=jieyouxu | Matthias Krüger | -17/+73 |
| 2024-09-16 | Rollup merge of #130410 - compiler-errors:shim-borrowck-err, r=jieyouxu | Matthias Krüger | -6/+37 |
| 2024-09-16 | Rollup merge of #123436 - amyspark:allow-msvc-to-use-meson-and-mingw-import-l... | Matthias Krüger | -3/+50 |
| 2024-09-16 | Auto merge of #130414 - compiler-errors:precise-capturing-arg-valid, r=jieyouxu | bors | -33/+132 |
| 2024-09-16 | Don't ICE when generating Fn shim for async closure with borrowck error | Michael Goulet | -6/+37 |
| 2024-09-16 | Don't ICE when RPITIT captures more method args than trait definition | Michael Goulet | -17/+73 |
| 2024-09-16 | Introduce distinct error codes for precise capturing | Michael Goulet | -9/+69 |
| 2024-09-16 | Do precise capturing arg validation in resolve | Michael Goulet | -33/+72 |
| 2024-09-16 | Ignore reduce-fadd-unordered on SGX platform | Raoul Strackx | -0/+1 |
| 2024-09-16 | layout computation: eagerly error for unexpected unsized fields | Lukas Markeffsky | -1093/+1224 |
| 2024-09-16 | make `LayoutCx` not generic | Lukas Markeffsky | -71/+42 |
| 2024-09-16 | Auto merge of #129716 - compiler-errors:closure-debuginfo, r=cjgillot | bors | -1/+23 |
| 2024-09-16 | Auto merge of #130426 - workingjubilee:rollup-63xnjry, r=workingjubilee | bors | -10/+55 |
| 2024-09-15 | Rollup merge of #130420 - jieyouxu:build_helpers_docs, r=onur-ozkan | Jubilee | -0/+9 |
| 2024-09-15 | Rollup merge of #130398 - ChrisDenton:win-cross, r=jieyouxu | Jubilee | -1/+4 |
| 2024-09-15 | Rollup merge of #130336 - onur-ozkan:simple-improvement, r=albertlarsan68 | Jubilee | -5/+1 |
| 2024-09-15 | Rollup merge of #130325 - workingjubilee:plus-minus-zero-redux, r=RalfJung,ji... | Jubilee | -2/+31 |
| 2024-09-15 | Rollup merge of #127879 - kornelski:bad-pointer-printf, r=workingjubilee | Jubilee | -2/+10 |
| 2024-09-16 | Auto merge of #3892 - rust-lang:rustup-2024-09-16, r=RalfJung | bors | -3277/+5131 |
| 2024-09-16 | fix clippy lints | Ralf Jung | -2/+2 |
| 2024-09-16 | fmt | The Miri Cronjob Bot | -2/+2 |