| Age | Commit message (Expand) | Author | Lines |
| 2024-04-30 | Auto merge of #124547 - matthiaskrgr:rollup-9tv8upg, r=matthiaskrgr | bors | -16/+16 |
| 2024-04-30 | Rollup merge of #124543 - maurer:llvm-range, r=nikic | Matthias Krüger | -3/+3 |
| 2024-04-30 | Rollup merge of #124524 - spastorino:make-foreign-static-use-struct, r=oli-obk | Matthias Krüger | -10/+10 |
| 2024-04-30 | Rollup merge of #124519 - krasimirgg:test-ranges, r=nikic | Matthias Krüger | -3/+3 |
| 2024-04-30 | Auto merge of #124507 - Zalathar:coverage-level, r=compiler-errors | bors | -8/+5 |
| 2024-04-30 | Auto merge of #124398 - klensy:trailing-ws, r=compiler-errors | bors | -47/+47 |
| 2024-04-30 | codegen tests: Tolerate `range()` qualifications in enum tests | Matthew Maurer | -3/+3 |
| 2024-04-29 | Rollup merge of #124488 - est31:arbitrary_expressions_error, r=pnkfelix | Matthias Krüger | -0/+31 |
| 2024-04-29 | Rollup merge of #124522 - blyxyas:refactor-is-loaded, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -2/+2 |
| 2024-04-29 | Rollup merge of #124504 - gurry:123710-union-ICE, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -17/+51 |
| 2024-04-29 | Rollup merge of #124484 - GKFX:offset_of_must_use, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -527/+212 |
| 2024-04-29 | Rollup merge of #124269 - scrabsha:sasha/fix-124206, r=dtolnay | 许杰友 Jieyou Xu (Joe) | -0/+68 |
| 2024-04-29 | Add StaticForeignItem and use it on ForeignItemKind | Santiago Pastorino | -10/+10 |
| 2024-04-29 | [Refactor] Rename Lint and LintGroup\'s is_loaded to is_externally_loaded | blyxyas | -2/+2 |
| 2024-04-29 | adapt a codegen test for llvm 19 | Krasimir Georgiev | -3/+3 |
| 2024-04-29 | Change wording | est31 | -8/+8 |
| 2024-04-29 | Auto merge of #124255 - RenjiSann:renji/mcdc-nested-expressions, r=Zalathar | bors | -0/+506 |
| 2024-04-29 | coverage: Replace boolean options with a `CoverageLevel` enum | Zalathar | -8/+5 |
| 2024-04-29 | Pretty-print parenthesis around binary in postfix match | Sasha Pourcelot | -0/+68 |
| 2024-04-29 | Auto merge of #124505 - Enselic:aux-bin-fix, r=jieyouxu | bors | -1/+1 |
| 2024-04-29 | tests(mcdc-coverage): Add tests for nested decision structures in mcdc_nested... | Dorian Péron | -0/+506 |
| 2024-04-29 | Typo fix: exec:ing -> exec'ing | Martin Nordholts | -1/+1 |
| 2024-04-29 | Prohibit const prop of unions in `KnownPanicsLint` | Gurinder Singh | -17/+51 |
| 2024-04-28 | Auto merge of #124431 - chenyukang:yukang-fix-rustdoc-124363, r=Nadrieril | bors | -0/+7 |
| 2024-04-28 | Update mir-opt tests, add proper regression test | George Bateman | -518/+202 |
| 2024-04-28 | Add a note to the ArbitraryExpressionInPattern error | est31 | -0/+31 |
| 2024-04-28 | Rollup merge of #124473 - Urgau:port-print-cfg, r=jieyouxu | Matthias Krüger | -37/+174 |
| 2024-04-28 | Fix #124478 - offset_of! returns a temporary | George Bateman | -24/+25 |
| 2024-04-28 | Use named struct arguments instead of comment named args | Urgau | -60/+67 |
| 2024-04-28 | Port print-cfg run-make to Rust-based rmake.rs | Urgau | -37/+167 |
| 2024-04-28 | try to fix tests on windows where the "file not found" error is different fro... | Matthias Krüger | -1/+1 |
| 2024-04-28 | add test for ice expected-type-of-closure-body-to-be-a-closure-or-coroutine-i... | Matthias Krüger | -0/+91 |
| 2024-04-28 | add test for ice future has no bound vars. | Matthias Krüger | -0/+29 |
| 2024-04-28 | add test for const generic ty's with lifetimes cause opaque types to ICE | Matthias Krüger | -0/+29 |
| 2024-04-28 | add test for ICE failed to resolve instance for <[f32; 2] as CrossProduct | Matthias Krüger | -0/+18 |
| 2024-04-28 | add test for Inconsistent rustc_transmute::is_transmutable(...) result, got Yes | Matthias Krüger | -0/+71 |
| 2024-04-28 | add test for https://github.com/rust-lang/rust/issues/109812 | Matthias Krüger | -0/+22 |
| 2024-04-28 | add test for ICE: tcx.resolutions(()) is not supported for local crate -Zunpr... | Matthias Krüger | -0/+17 |
| 2024-04-28 | Fix the assertion crash from rustdoc document indent widths | yukang | -0/+7 |
| 2024-04-28 | Rollup merge of #124165 - matthiaskrgr:slice-pattern-const-ice-incr, r=Mark-S... | Matthias Krüger | -0/+39 |
| 2024-04-27 | Rollup merge of #124425 - saethlin:ceci-nest-pas-une-ice, r=compiler-errors | Matthias Krüger | -0/+52 |
| 2024-04-27 | Rollup merge of #124394 - gurry:123863-ice-unexpected-region, r=lcnr | Matthias Krüger | -6/+47 |
| 2024-04-27 | Rollup merge of #124370 - ShE3py:substitution-part-offset, r=fee1-dead | Matthias Krüger | -1/+1 |
| 2024-04-27 | tests: remove some trailing ws | klensy | -47/+47 |
| 2024-04-27 | Rollup merge of #124427 - gurry:122191-unhandled-type, r=matthiaskrgr | Matthias Krüger | -0/+76 |
| 2024-04-27 | Rollup merge of #124382 - petrochenkov:itemvisit, r=lcnr | Matthias Krüger | -22/+22 |
| 2024-04-27 | Add missing tests for an ICE | Gurinder Singh | -0/+76 |
| 2024-04-27 | Fix ICE on invalid const param types | Gurinder Singh | -6/+47 |
| 2024-04-26 | Do not ICE on invalid consts when walking mono-reachable blocks | Ben Kimock | -0/+52 |
| 2024-04-26 | Rollup merge of #124408 - matthiaskrgr:loltest, r=jieyouxu | Jacob Pratt | -0/+102 |