| Age | Commit message (Expand) | Author | Lines |
| 2025-01-09 | Rollup merge of #128110 - veera-sivarajan:bugfix-80173, r=cjgillot | Matthias Krüger | -11/+130 |
| 2025-01-08 | Auto merge of #135260 - matthiaskrgr:rollup-8irqs72, r=matthiaskrgr | bors | -302/+448 |
| 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 | -1/+3 |
| 2025-01-08 | Rollup merge of #134228 - oli-obk:pat-lit-path, r=compiler-errors | Matthias Krüger | -155/+292 |
| 2025-01-08 | Try to explain borrow for tail expr temporary drop order change in 2024 | Michael Goulet | -23/+34 |
| 2025-01-08 | Don't do AccessDepth::Drop for types with no drop impl | Michael Goulet | -4/+12 |
| 2025-01-08 | Don't create cycles by normalizing opaques defined in the body we're checking | Michael Goulet | -1/+6 |
| 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/+78 |
| 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 | -251/+230 |
| 2025-01-08 | stop calling `DenseLocationMap` "elements" | Rémy Rakic | -61/+65 |
| 2025-01-08 | Rename PatKind::Lit to Expr | Oli Scherer | -34/+34 |
| 2025-01-08 | Exhaustively handle expressions in patterns | Oli Scherer | -111/+248 |
| 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 | Rollup merge of #135219 - matthiaskrgr:simd'nt, r=compiler-errors | Jacob Pratt | -1/+1 |
| 2025-01-08 | Rollup merge of #135203 - RalfJung:arm-soft-float, r=workingjubilee | Jacob Pratt | -0/+8 |
| 2025-01-08 | Rollup merge of #135184 - biabbas:reserve_18_aarch64, r=workingjubilee | Jacob Pratt | -1/+1 |
| 2025-01-08 | Rollup merge of #134920 - lqd:polonius-next-episode-6, r=jackh726 | Jacob Pratt | -117/+309 |
| 2025-01-08 | Add check for missing fields in enum variant pattern | Esteban Küber | -1/+1 |
| 2025-01-07 | Ensure that we don't try to access fields on a non-struct pattern type in dia... | Esteban Küber | -1/+3 |
| 2025-01-07 | Rollup merge of #135149 - compiler-errors:mangle, r=oli-obk | Matthias Krüger | -38/+61 |
| 2025-01-07 | Rollup merge of #134989 - max-niederman:guard-patterns-hir, r=oli-obk | Matthias Krüger | -7/+40 |
| 2025-01-07 | Rollup merge of #134745 - compiler-errors:better-arg-span-in-typeck, r=BoxyUwU | Matthias Krüger | -2/+17 |
| 2025-01-07 | Rollup merge of #133810 - lcnr:remove-verify_bound, r=compiler-errors | Matthias Krüger | -18/+8 |
| 2025-01-07 | warn about broken simd not only on structs but also enums and unions when we ... | Matthias Krüger | -1/+1 |
| 2025-01-07 | arm: add unstable soft-float target feature | Ralf Jung | -0/+8 |
| 2025-01-07 | Rollup merge of #135199 - joshtriplett:unnecessary-to-string, r=lqd | Guillaume Gomez | -5/+4 |
| 2025-01-07 | Rollup merge of #135198 - joshtriplett:str-is-a-type, r=jieyouxu | Guillaume Gomez | -20/+20 |
| 2025-01-07 | Rollup merge of #135182 - scottmcm:box-deref-via-transmute, r=oli-obk | Guillaume Gomez | -13/+14 |
| 2025-01-07 | Rollup merge of #135177 - maurer:rename-module, r=nikic | Guillaume Gomez | -17/+5 |
| 2025-01-07 | Avoid naming variables `str` | Josh Triplett | -20/+20 |
| 2025-01-07 | Eliminate an unnecessary `Symbol::to_string`; use `as_str` | Josh Triplett | -5/+4 |
| 2025-01-07 | Auto merge of #135173 - pietroalbini:pa-fix-rvp, r=workingjubilee | bors | -1/+6 |
| 2025-01-07 | Reserve x18 register for aarch64 wrs vxworks target | B I Mohammed Abbas | -1/+1 |
| 2025-01-06 | Rollup merge of #135126 - klensy:deprecated-and-do-nothing, r=jieyouxu | Jacob Pratt | -30/+50 |
| 2025-01-06 | Rollup merge of #135090 - compiler-errors:invalid-tuple-ctor-projection, r=lq... | Jacob Pratt | -1/+25 |
| 2025-01-06 | Rollup merge of #134744 - compiler-errors:transmute-non-wf, r=lcnr | Jacob Pratt | -1/+13 |
| 2025-01-06 | Rollup merge of #132345 - compiler-errors:fx-diag, r=lcnr | Jacob Pratt | -33/+255 |
| 2025-01-06 | Rollup merge of #131830 - hoodmane:emscripten-wasm-eh, r=workingjubilee | Jacob Pratt | -6/+28 |
| 2025-01-06 | Transmute from NonNull to pointer when elaborating a box deref (MCP807) | Scott McMurray | -13/+14 |
| 2025-01-07 | llvm: Ignore error value that is always false | Matthew Maurer | -17/+5 |
| 2025-01-06 | only avoid blaming assignments from argument patterns | dianne | -33/+27 |
| 2025-01-06 | point out unblamed constraints from `Copy`/`Sized` bounds in region errors | dianne | -0/+24 |
| 2025-01-06 | make outlives constraints from pointer comparisons less boring | dianne | -2/+2 |
| 2025-01-06 | make outlives constraints from generic arguments less boring | dianne | -18/+34 |