| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 | 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 | 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 |
| 2025-01-08 | Add check for missing fields in enum variant pattern | Esteban Küber | -4/+21 |
| 2025-01-07 | Auto merge of #135218 - matthiaskrgr:rollup-xngklx8, r=matthiaskrgr | bors | -181/+301 |
| 2025-01-07 | Ensure that we don't try to access fields on a non-struct pattern type in dia... | Esteban Küber | -1/+38 |
| 2025-01-07 | Rollup merge of #135200 - jieyouxu:stabilize-style-edition, r=ytmimi,compiler... | Matthias Krüger | -6/+6 |
| 2025-01-07 | Rollup merge of #135171 - notriddle:notriddle/stable-path-is-better, r=Guilla... | Matthias Krüger | -1/+47 |
| 2025-01-07 | Rollup merge of #135149 - compiler-errors:mangle, r=oli-obk | Matthias Krüger | -38/+99 |
| 2025-01-07 | Rollup merge of #134989 - max-niederman:guard-patterns-hir, r=oli-obk | Matthias Krüger | -41/+72 |
| 2025-01-07 | Rollup merge of #134745 - compiler-errors:better-arg-span-in-typeck, r=BoxyUwU | Matthias Krüger | -77/+69 |
| 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 | -9/+67 |
| 2025-01-07 | Merge pull request #18874 from lnicola/sync-from-rust | Laurențiu Nicola | -9761/+378307 |
| 2025-01-07 | Merge from rust-lang/rust | Laurențiu Nicola | -9760/+378306 |
| 2025-01-07 | Preparing for merge from rust-lang/rust | Laurențiu Nicola | -1/+1 |