| Age | Commit message (Expand) | Author | Lines |
| 2025-01-09 | Remove the now-useless `Result` from `lit_to_const` | Oli Scherer | -47/+19 |
| 2025-01-09 | Always take the `Ok` path in `lit_to_const` and produce error constants instead | Oli Scherer | -83/+103 |
| 2025-01-09 | Use error constant instead of explicit error handling | Oli Scherer | -10/+3 |
| 2025-01-09 | Make `lit_to_mir_constant` infallible | Oli Scherer | -31/+21 |
| 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 | Auto merge of #135260 - matthiaskrgr:rollup-8irqs72, r=matthiaskrgr | bors | -506/+759 |
| 2025-01-08 | Implement const Destruct in old solver | Michael Goulet | -133/+222 |
| 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 | 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 |
| 2025-01-08 | Avoid passing a full Expr when only the Span is used | Oli Scherer | -4/+4 |
| 2025-01-08 | Auto merge of #135234 - jhpratt:rollup-4gvvo4y, r=jhpratt | bors | -138/+596 |
| 2025-01-08 | Rollup merge of #135219 - matthiaskrgr:simd'nt, r=compiler-errors | Jacob Pratt | -9/+67 |
| 2025-01-08 | Rollup merge of #135203 - RalfJung:arm-soft-float, r=workingjubilee | Jacob Pratt | -0/+9 |
| 2025-01-08 | Rollup merge of #135184 - biabbas:reserve_18_aarch64, r=workingjubilee | Jacob Pratt | -1/+1 |
| 2025-01-08 | Rollup merge of #135176 - kornelski:env-example, r=cuviper | Jacob Pratt | -7/+15 |
| 2025-01-08 | Rollup merge of #135032 - jieyouxu:relnotes-interest-group, r=cuviper | Jacob Pratt | -0/+6 |
| 2025-01-08 | Rollup merge of #134920 - lqd:polonius-next-episode-6, r=jackh726 | Jacob Pratt | -117/+309 |
| 2025-01-08 | Rollup merge of #134389 - rust-wasi-web:condvar-no-threads, r=m-ou-se | Jacob Pratt | -2/+4 |
| 2025-01-08 | Rollup merge of #133057 - tisonkun:into-chars, r=Amanieu | Jacob Pratt | -2/+185 |
| 2025-01-08 | Add more comments to some of the test steps | Zalathar | -0/+43 |
| 2025-01-08 | Auto merge of #135207 - lnicola:sync-from-ra, r=lnicola | bors | -5399/+32947 |
| 2025-01-08 | modify test to side-step platform-dependent stderr output | Esteban Küber | -18/+27 |