| Age | Commit message (Expand) | Author | Lines |
| 2025-01-30 | Rollup merge of #136199 - purplesyringa:emscripten-tests, r=jieyouxu | Matthias Krüger | -8/+9 |
| 2025-01-30 | Rollup merge of #136179 - oli-obk:push-vxvyttorquxw, r=BoxyUwU | Matthias Krüger | -0/+53 |
| 2025-01-30 | Rollup merge of #135434 - dianne:match-2024-for-edition-2024, r=Nadrieril | Matthias Krüger | -303/+1832 |
| 2025-01-29 | Auto merge of #134248 - oli-obk:patkind-path-removal, r=BoxyUwU | bors | -33/+43 |
| 2025-01-29 | Auto merge of #136248 - matthiaskrgr:rollup-leaxgfd, r=matthiaskrgr | bors | -139/+218 |
| 2025-01-29 | Handle all `PatExpr`s in dead code analysis | Oli Scherer | -18/+3 |
| 2025-01-29 | Add regression test showing we don't realize some consts are used | Oli Scherer | -8/+33 |
| 2025-01-29 | Eliminate PatKind::Path | Oli Scherer | -26/+26 |
| 2025-01-29 | Rollup merge of #136212 - estebank:span-tweak, r=petrochenkov | Matthias Krüger | -11/+11 |
| 2025-01-29 | Rollup merge of #136205 - compiler-errors:len-3, r=BoxyUwU | Matthias Krüger | -0/+47 |
| 2025-01-29 | Rollup merge of #136190 - taiki-e:dedup, r=compiler-errors | Matthias Krüger | -128/+90 |
| 2025-01-29 | Rollup merge of #133382 - mu001999-contrib:diag/fnitem, r=lcnr | Matthias Krüger | -0/+70 |
| 2025-01-29 | Auto merge of #136227 - fmease:rollup-ewpvznh, r=fmease | bors | -0/+40 |
| 2025-01-29 | Allow transmuting generic pattern types to and from their base | Oli Scherer | -23/+3 |
| 2025-01-29 | Add tests for transmuting pattern types | Oli Scherer | -0/+73 |
| 2025-01-29 | Rollup merge of #136168 - fmease:gci-fix-mono, r=compiler-errors | León Orell Valerian Liehr | -0/+40 |
| 2025-01-29 | Rollup merge of #136153 - tmiasko:mv-asan-test, r=lqd | León Orell Valerian Liehr | -0/+0 |
| 2025-01-29 | Auto merge of #136225 - fmease:rollup-fm7m744, r=fmease | bors | -18/+39 |
| 2025-01-29 | Rollup merge of #136147 - RalfJung:required-target-features-check-not-add, r=... | León Orell Valerian Liehr | -14/+7 |
| 2025-01-29 | Rollup merge of #135902 - compiler-errors:item-non-self-bound-in-new-solver, ... | León Orell Valerian Liehr | -4/+32 |
| 2025-01-29 | Auto merge of #136011 - compiler-errors:query-norm-vaniquishes-us, r=jackh726 | bors | -20/+20 |
| 2025-01-28 | Auto merge of #136203 - matthiaskrgr:rollup-1k0f44l, r=matthiaskrgr | bors | -18/+329 |
| 2025-01-28 | Tweak `&mut self` suggestion span | Esteban Küber | -11/+11 |
| 2025-01-28 | Do not assume child bound assumptions for rigid alias | Michael Goulet | -4/+32 |
| 2025-01-28 | Properly check that array length is valid type during built-in unsizing in index | Michael Goulet | -0/+47 |
| 2025-01-28 | Rollup merge of #136124 - adetaylor:test-comment, r=compiler-errors | Matthias Krüger | -1/+23 |
| 2025-01-28 | Rollup merge of #136055 - fee1-dead-contrib:push-ovmyztlkptmk, r=RalfJung | Matthias Krüger | -10/+228 |
| 2025-01-28 | Fix tests/ui/privacy/sysroot-private | Alisa Sireneva | -8/+9 |
| 2025-01-28 | Remove duplicated code in RISC-V asm bad-reg test | Taiki Endo | -128/+90 |
| 2025-01-28 | "normalize" signature before checking mentions self | Boxy | -7/+78 |
| 2025-01-28 | Rollup merge of #135748 - compiler-errors:len-2, r=RalfJung,oli-obk | Matthias Krüger | -207/+163 |
| 2025-01-28 | Rollup merge of #133151 - tyrone-wu:trim-fn-ptr-whitespace, r=compiler-errors | Matthias Krüger | -46/+46 |
| 2025-01-28 | Suggest considering casting fn item as fn pointer in more cases | mu001999 | -0/+70 |
| 2025-01-28 | add test case for implicitly stable const fn | Deadbeef | -1/+117 |
| 2025-01-28 | Implement MIR const trait stability checks | Deadbeef | -10/+112 |
| 2025-01-28 | ABI-required target features: warn when they are missing in base CPU (rather ... | Ralf Jung | -14/+7 |
| 2025-01-28 | GCI: Don't try to collect mono items inside overly generic free const items | León Orell Valerian Liehr | -0/+40 |
| 2025-01-27 | Reapply "Auto merge of #133734 - scottmcm:lower-indexing-to-ptrmetadata, r=da... | Michael Goulet | -207/+163 |
| 2025-01-27 | Locate asan-odr-win with other sanitizer tests | Tomasz Miąsko | -0/+0 |
| 2025-01-27 | Trim extra whitespace in fn ptr suggestion span | Tyrone Wu | -46/+46 |
| 2025-01-27 | Rollup merge of #136112 - fmease:clean-up-all-dead-files-in-ui-tests, r=compi... | Guillaume Gomez | -3626/+44 |
| 2025-01-27 | Rollup merge of #136064 - veluca93:tf11-fntrait-note, r=oli-obk | Guillaume Gomez | -13/+44 |
| 2025-01-27 | Rollup merge of #135988 - bjorn3:workaround_parallel_rustc_crash, r=lqd | Guillaume Gomez | -0/+23 |
| 2025-01-27 | Arbitrary self types v2: explain test. | Adrian Taylor | -1/+23 |
| 2025-01-27 | Rollup merge of #135158 - FedericoBruzzone:master, r=lukas-code | León Orell Valerian Liehr | -14/+139 |
| 2025-01-27 | Rollup merge of #126604 - kadiwa4:uplift_double_negation, r=nnethercote | León Orell Valerian Liehr | -5/+71 |
| 2025-01-27 | Make a previously unreachable UI test reachable | León Orell Valerian Liehr | -35/+44 |
| 2025-01-27 | Remove all dead files inside tests/ui/ | León Orell Valerian Liehr | -3591/+0 |
| 2025-01-27 | Add `TooGeneric` variant to `LayoutError` and emit `Unknown` one | FedericoBruzzone | -14/+139 |
| 2025-01-26 | Add cache to FoldEscapingRegions | Michael Goulet | -0/+125 |