| Age | Commit message (Expand) | Author | Lines |
| 2024-09-17 | Rollup merge of #130452 - randomPoison:trusty-update-maintainers, r=ehuss | Matthias Krüger | -1/+2 |
| 2024-09-17 | Rollup merge of #129674 - matthewpipie:rc-arc-new-cyclic-in, r=dtolnay | Matthias Krüger | -84/+172 |
| 2024-09-17 | Rollup merge of #129477 - Xiretza:fix-fluent-diagnostics, r=compiler-errors | Matthias Krüger | -18/+32 |
| 2024-09-17 | fluent_macro: fix diagnostics for fluent parse failures | Xiretza | -22/+5 |
| 2024-09-17 | Add test for fluent diagnostics | Xiretza | -1/+32 |
| 2024-09-17 | Auto merge of #129073 - compiler-errors:receiver-variance, r=lcnr | bors | -56/+141 |
| 2024-09-17 | Auto merge of #130455 - compiler-errors:inline-ordering, r=saethlin | bors | -72/+4 |
| 2024-09-17 | Auto merge of #130145 - fee1-dead-contrib:repeatn, r=lcnr,workingjubilee | bors | -15/+69 |
| 2024-09-17 | Auto merge of #130456 - matthiaskrgr:rollup-h2qvk1f, r=matthiaskrgr | bors | -235/+334 |
| 2024-09-17 | Rollup merge of #130448 - alilleybrinker:master, r=workingjubilee | Matthias Krüger | -2/+0 |
| 2024-09-17 | Rollup merge of #130447 - durin42:llvm-20-fix-instrumentation-hdr, r=cuviper | Matthias Krüger | -2/+6 |
| 2024-09-17 | Rollup merge of #130427 - jieyouxu:rmake-symlink, r=Kobzol | Matthias Krüger | -80/+158 |
| 2024-09-17 | Rollup merge of #130380 - Zalathar:counters, r=jieyouxu | Matthias Krüger | -151/+170 |
| 2024-09-16 | Remove semi-nondeterminism of DefPathHash ordering from inliner | Michael Goulet | -72/+4 |
| 2024-09-17 | Auto merge of #129970 - lukas-code:LayoutCalculator, r=compiler-errors | bors | -1227/+1341 |
| 2024-09-16 | Update library/alloc/src/sync.rs | matthewpipie | -1/+1 |
| 2024-09-16 | rustc_llvm: update for llvm/llvm-project@2ae968a0d9fb61606b020e898d884c82dd0e... | Augie Fackler | -2/+6 |
| 2024-09-16 | Update Trusty target maintainers | Nicole LeGare | -1/+2 |
| 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 | fix: Remove duplicate `LazyLock` example. | Andrew Lilley Brinker | -2/+0 |
| 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 | Relate receiver invariantly in method probe for Mode::Path | Michael Goulet | -56/+141 |
| 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 | tests/run-make: update for symlink helper changes | 许杰友 Jieyou Xu (Joe) | -30/+28 |
| 2024-09-16 | run_make_support: rectify symlink handling | 许杰友 Jieyou Xu (Joe) | -50/+130 |
| 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 |