| Age | Commit message (Expand) | Author | Lines |
| 2025-01-09 | Rollup merge of #134875 - compiler-errors:const-destruct-old-solver, r=lcnr | Matthias Krüger | -130/+113 |
| 2025-01-09 | Rollup merge of #134609 - tbu-:pr_win7_gnu, r=davidtwco | Matthias Krüger | -0/+6 |
| 2025-01-09 | Rollup merge of #128110 - veera-sivarajan:bugfix-80173, r=cjgillot | Matthias Krüger | -0/+194 |
| 2025-01-08 | Auto merge of #135260 - matthiaskrgr:rollup-8irqs72, r=matthiaskrgr | bors | -10/+71 |
| 2025-01-08 | Implement const Destruct in old solver | Michael Goulet | -130/+113 |
| 2025-01-08 | Rollup merge of #135222 - estebank:issue-135209, r=compiler-errors | Matthias Krüger | -3/+64 |
| 2025-01-08 | Rollup merge of #134228 - oli-obk:pat-lit-path, r=compiler-errors | Matthias Krüger | -7/+7 |
| 2025-01-08 | Try to explain borrow for tail expr temporary drop order change in 2024 | Michael Goulet | -19/+47 |
| 2025-01-08 | Don't do AccessDepth::Drop for types with no drop impl | Michael Goulet | -0/+56 |
| 2025-01-08 | Don't create cycles by normalizing opaques defined in the body we're checking | Michael Goulet | -18/+27 |
| 2025-01-08 | run borrowck tests on BIDs and emit tail-expr-drop-order lints for | Ding Xiang Fei | -0/+77 |
| 2025-01-08 | Auto merge of #133858 - dianne:better-blame-constraints-for-static, r=lcnr | bors | -368/+501 |
| 2025-01-08 | Rename PatKind::Lit to Expr | Oli Scherer | -6/+6 |
| 2025-01-08 | Exhaustively handle expressions in patterns | Oli Scherer | -1/+1 |
| 2025-01-08 | Rollup merge of #135219 - matthiaskrgr:simd'nt, r=compiler-errors | Jacob Pratt | -8/+66 |
| 2025-01-08 | Rollup merge of #135203 - RalfJung:arm-soft-float, r=workingjubilee | Jacob Pratt | -0/+1 |
| 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 | -3/+20 |
| 2025-01-07 | Ensure that we don't try to access fields on a non-struct pattern type in dia... | Esteban Küber | -0/+35 |
| 2025-01-07 | Rollup merge of #135171 - notriddle:notriddle/stable-path-is-better, r=Guilla... | Matthias Krüger | -0/+40 |
| 2025-01-07 | Rollup merge of #135149 - compiler-errors:mangle, r=oli-obk | Matthias Krüger | -0/+38 |
| 2025-01-07 | Rollup merge of #134989 - max-niederman:guard-patterns-hir, r=oli-obk | Matthias Krüger | -29/+10 |
| 2025-01-07 | Rollup merge of #134745 - compiler-errors:better-arg-span-in-typeck, r=BoxyUwU | Matthias Krüger | -75/+52 |
| 2025-01-07 | warn about broken simd not only on structs but also enums and unions when we ... | Matthias Krüger | -8/+66 |
| 2025-01-07 | arm: add unstable soft-float target feature | Ralf Jung | -0/+1 |
| 2025-01-07 | Rollup merge of #135182 - scottmcm:box-deref-via-transmute, r=oli-obk | Guillaume Gomez | -15/+15 |
| 2025-01-07 | Rollup merge of #135174 - xingxue-ibm:reproducible-build-aix, r=jieyouxu | Guillaume Gomez | -3/+44 |
| 2025-01-06 | Rollup merge of #135139 - c410-f3r:8-years-rfc, r=jhpratt | Jacob Pratt | -23/+3 |
| 2025-01-06 | Rollup merge of #135126 - klensy:deprecated-and-do-nothing, r=jieyouxu | Jacob Pratt | -4/+28 |
| 2025-01-06 | Rollup merge of #135116 - camelid:sidebar-case, r=fmease | Jacob Pratt | -2/+2 |
| 2025-01-06 | Rollup merge of #135090 - compiler-errors:invalid-tuple-ctor-projection, r=lq... | Jacob Pratt | -0/+58 |
| 2025-01-06 | Rollup merge of #134744 - compiler-errors:transmute-non-wf, r=lcnr | Jacob Pratt | -0/+92 |
| 2025-01-06 | Rollup merge of #132345 - compiler-errors:fx-diag, r=lcnr | Jacob Pratt | -8/+29 |
| 2025-01-06 | Rollup merge of #131830 - hoodmane:emscripten-wasm-eh, r=workingjubilee | Jacob Pratt | -0/+91 |
| 2025-01-06 | Transmute from NonNull to pointer when elaborating a box deref (MCP807) | Scott McMurray | -15/+15 |
| 2025-01-06 | only avoid blaming assignments from argument patterns | dianne | -34/+27 |
| 2025-01-06 | point out unblamed constraints from `Copy`/`Sized` bounds in region errors | dianne | -1/+7 |
| 2025-01-06 | make outlives constraints from pointer comparisons less boring | dianne | -15/+15 |
| 2025-01-06 | make outlives constraints from generic arguments less boring | dianne | -1/+1 |
| 2025-01-06 | `best_blame_constraint`: prioritize blaming interesting-seeming constraints | dianne | -98/+121 |
| 2025-01-06 | `best_blame_constraint`: avoid blaming assignments without user-provided types | dianne | -57/+63 |
| 2025-01-06 | `best_blame_constraint`: avoid blaming constraints from MIR generated by desu... | dianne | -32/+28 |
| 2025-01-06 | `best_blame_constraint`: add a special case to recover object lifetime defaul... | dianne | -37/+30 |
| 2025-01-06 | `best_blame_constraint`: don't filter constraints by sup SCC | dianne | -465/+581 |
| 2025-01-06 | rustdoc: Fix mismatched capitalization in sidebar | Noah Lev | -2/+2 |
| 2025-01-06 | Replace the random substring of a linker argument with a placeholder and null... | Xing Xue | -3/+44 |
| 2025-01-06 | Rollup merge of #135153 - crystalstall:master, r=workingjubilee | Matthias Krüger | -1/+1 |
| 2025-01-06 | Rollup merge of #134951 - compiler-errors:double-trait-err-msg, r=davidtwco | Matthias Krüger | -0/+63 |
| 2025-01-06 | Rollup merge of #134771 - compiler-errors:const-arg-has-type-err, r=lcnr | Matthias Krüger | -2/+22 |
| 2025-01-06 | Rollup merge of #134742 - compiler-errors:post-borrowck-analysis, r=lcnr | Matthias Krüger | -0/+2 |