| Age | Commit message (Expand) | Author | Lines |
| 2025-01-09 | Add note back to conditionally-const error message | Michael Goulet | -2/+18 |
| 2025-01-09 | Auto merge of #135279 - matthiaskrgr:rollup-ek2qere, r=matthiaskrgr | bors | -36/+76 |
| 2025-01-09 | Rollup merge of #135269 - estebank:unneeded-into, r=compiler-errors | Matthias Krüger | -13/+11 |
| 2025-01-09 | Rollup merge of #135247 - tgross35:stdlib-sym-list, r=oli-obk | Matthias Krüger | -16/+17 |
| 2025-01-09 | Rollup merge of #135242 - RalfJung:nonnull-provenance, r=jhpratt | Matthias Krüger | -3/+45 |
| 2025-01-09 | Rollup merge of #135225 - erickt:fix-test, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2025-01-09 | Rollup merge of #135212 - Urgau:unreach_pub-upd-descr, r=petrochenkov | Matthias Krüger | -3/+2 |
| 2025-01-09 | Auto merge of #133324 - scottmcm:gvn-aggregate-transmute, r=cjgillot | bors | -681/+1842 |
| 2025-01-09 | Auto merge of #135277 - matthiaskrgr:rollup-0k61sf8, r=matthiaskrgr | bors | -159/+739 |
| 2025-01-09 | Rollup merge of #135256 - onur-ozkan:weird-mod-position, r=clubby789,jieyouxu | Matthias Krüger | -2/+2 |
| 2025-01-09 | Rollup merge of #135231 - Zalathar:test-step-notes, r=jieyouxu | Matthias Krüger | -0/+43 |
| 2025-01-09 | Rollup merge of #135221 - Urgau:replace-in-stable-book, r=pietroalbini | Matthias Krüger | -1/+6 |
| 2025-01-09 | Rollup merge of #134875 - compiler-errors:const-destruct-old-solver, r=lcnr | Matthias Krüger | -133/+222 |
| 2025-01-09 | Rollup merge of #134609 - tbu-:pr_win7_gnu, r=davidtwco | Matthias Krüger | -12/+142 |
| 2025-01-09 | Rollup merge of #128110 - veera-sivarajan:bugfix-80173, r=cjgillot | Matthias Krüger | -11/+324 |
| 2025-01-08 | Make the aggregate-then-transmute handling more general | Scott McMurray | -308/+514 |
| 2025-01-08 | Refactor the cast-then-cast cases together, and support transmute-then-transmute | Scott McMurray | -112/+588 |
| 2025-01-08 | Use layout information to detect transparent transmutes | Scott McMurray | -18/+111 |
| 2025-01-08 | Apply suggestions from code review | scottmcm | -2/+2 |
| 2025-01-08 | [mir-opt] GVN some more transmute cases | Scott McMurray | -648/+1034 |
| 2025-01-08 | Auto merge of #135260 - matthiaskrgr:rollup-8irqs72, r=matthiaskrgr | bors | -506/+759 |
| 2025-01-08 | Add a list of symbols for stable standard library crates | Trevor Gross | -16/+17 |
| 2025-01-08 | Remove some unnecessary `.into()` calls | Esteban Küber | -13/+11 |
| 2025-01-08 | Implement const Destruct in old solver | Michael Goulet | -133/+222 |
| 2025-01-08 | Only test proc-macro invalid compile flags with panic=unwind | Erick Tryzelaar | -1/+1 |
| 2025-01-08 | Rollup merge of #135253 - pietroalbini:pa-revert-131365, r=Mark-Simulacrum | Matthias Krüger | -79/+5 |
| 2025-01-08 | Rollup merge of #135252 - pietroalbini:pa-fix-relnotes, r=lqd | Matthias Krüger | -1/+1 |
| 2025-01-08 | Rollup merge of #135250 - lqd:simple-cleanups, r=matthewjasper | Matthias Krüger | -146/+153 |
| 2025-01-08 | Rollup merge of #135222 - estebank:issue-135209, r=compiler-errors | Matthias Krüger | -4/+67 |
| 2025-01-08 | Rollup merge of #135194 - jieyouxu:update-tidy-label, r=onur-ozkan | Matthias Krüger | -3/+10 |
| 2025-01-08 | Rollup merge of #134228 - oli-obk:pat-lit-path, r=compiler-errors | Matthias Krüger | -273/+523 |
| 2025-01-08 | Auto merge of #134523 - dingxiangfei2009:issue-130836-attempt-2, r=nikomatsakis | bors | -53/+307 |
| 2025-01-08 | Try to explain borrow for tail expr temporary drop order change in 2024 | Michael Goulet | -42/+81 |
| 2025-01-08 | Don't do AccessDepth::Drop for types with no drop impl | Michael Goulet | -4/+68 |
| 2025-01-08 | Don't create cycles by normalizing opaques defined in the body we're checking | Michael Goulet | -19/+33 |
| 2025-01-08 | remove an extraneous comment | wieDasDing | -1/+0 |
| 2025-01-08 | apply suggestions on fn name | Ding Xiang Fei | -4/+4 |
| 2025-01-08 | run borrowck tests on BIDs and emit tail-expr-drop-order lints for | Ding Xiang Fei | -17/+155 |
| 2025-01-08 | Move `mod cargo` below the import statements | onur-ozkan | -2/+2 |
| 2025-01-08 | Revert "fix missing rustfmt and clippy for msi" | Pietro Albini | -70/+2 |
| 2025-01-08 | Revert "fix missing rustfmt for apple darwin" | Pietro Albini | -9/+3 |
| 2025-01-08 | fix release notes link | Pietro Albini | -1/+1 |
| 2025-01-08 | rename `AllFacts` to `PoloniusFacts` | Rémy Rakic | -45/+47 |
| 2025-01-08 | rename `LocationTable` to `PoloniusLocationTable` | Rémy Rakic | -46/+47 |
| 2025-01-08 | Auto merge of #133858 - dianne:better-blame-constraints-for-static, r=lcnr | bors | -620/+731 |
| 2025-01-08 | add missing provenance APIs on NonNull | Ralf Jung | -3/+45 |
| 2025-01-08 | stop calling `DenseLocationMap` "elements" | Rémy Rakic | -61/+65 |
| 2025-01-08 | Rename PatKind::Lit to Expr | Oli Scherer | -79/+79 |
| 2025-01-08 | Exhaustively handle expressions in patterns | Oli Scherer | -197/+447 |
| 2025-01-08 | Avoid passing a full Pat when only the Span/HirId is used | Oli Scherer | -11/+11 |