| Age | Commit message (Expand) | Author | Lines |
| 2025-01-10 | Eagerly mono drop for structs with lifetimes | Michael Goulet | -0/+43 |
| 2025-01-09 | Make sure to walk into nested const blocks in RegionResolutionVisitor | Michael Goulet | -0/+16 |
| 2025-01-09 | Fix `proc_macro::quote!` for raw ident | Asuna | -1/+21 |
| 2025-01-09 | Migrate check-fail tests for `proc_macro::quote!` from `quote` crate | Asuna | -0/+163 |
| 2025-01-09 | Migrate basic tests for `proc_macro::quote!` from `quote` crate | Asuna | -0/+368 |
| 2025-01-09 | Append `TokenTree` with `ToTokens` in `proc_macro::quote!` | Asuna | -19/+23 |
| 2025-01-09 | Add tests cases from review of #132289 | Frank Steffahn | -0/+178 |
| 2025-01-09 | Make bare-fn test less dependent on path width | Chris Denton | -6/+8 |
| 2025-01-09 | Unify conditional and non const call error reporting | Michael Goulet | -20/+26 |
| 2025-01-09 | Add note back to conditionally-const error message | Michael Goulet | -0/+8 |
| 2025-01-09 | Rollup merge of #135261 - compiler-errors:coverage-has-identity-substs, r=oli... | Matthias Krüger | -0/+53 |
| 2025-01-09 | Rollup merge of #135195 - oli-obk:push-toyoyrupruko, r=lcnr | Matthias Krüger | -70/+97 |
| 2025-01-09 | add comment to test | lcnr | -4/+6 |
| 2025-01-09 | Account for identity substituted items in symbol mangling | Michael Goulet | -0/+51 |
| 2025-01-09 | Auto merge of #135279 - matthiaskrgr:rollup-ek2qere, r=matthiaskrgr | bors | -0/+1 |
| 2025-01-09 | Use trait definition cycle detection for trait alias definitions, too | Oli Scherer | -5/+34 |
| 2025-01-09 | Always take the `Ok` path in `lit_to_const` and produce error constants instead | Oli Scherer | -70/+97 |
| 2025-01-09 | Rollup merge of #135225 - erickt:fix-test, r=jieyouxu | Matthias Krüger | -0/+1 |
| 2025-01-09 | Auto merge of #133324 - scottmcm:gvn-aggregate-transmute, r=cjgillot | bors | -618/+1703 |
| 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 | Make the aggregate-then-transmute handling more general | Scott McMurray | -295/+505 |
| 2025-01-08 | Refactor the cast-then-cast cases together, and support transmute-then-transmute | Scott McMurray | -23/+475 |
| 2025-01-08 | Use layout information to detect transparent transmutes | Scott McMurray | -9/+77 |
| 2025-01-08 | [mir-opt] GVN some more transmute cases | Scott McMurray | -624/+979 |
| 2025-01-08 | Remove special-casing for argument patterns in MIR typeck | dianne | -7/+9 |
| 2025-01-08 | Auto merge of #135260 - matthiaskrgr:rollup-8irqs72, r=matthiaskrgr | bors | -10/+71 |
| 2025-01-08 | add test from #114192 | Martin Zacho | -0/+23 |
| 2025-01-08 | Implement const Destruct in old solver | Michael Goulet | -130/+113 |
| 2025-01-08 | Only test proc-macro invalid compile flags with panic=unwind | Erick Tryzelaar | -0/+1 |
| 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 | Add test cases and test for `HELP` | spore | -7/+70 |
| 2025-01-08 | reorganize and comment some of the experimental pattern typing tests | dianne | -497/+529 |
| 2025-01-08 | move the experimental match ergonomics tests to be with the other rfc 3627 tests | dianne | -0/+0 |
| 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-07 | make experimental pattern typing features mutually exclusive | dianne | -180/+11 |
| 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 | Don't allow DispatchFromDyn impls that transmute ZST to non-ZST | Michael Goulet | -0/+41 |
| 2025-01-08 | Don't allow transmuting ZSTs in dispatch_from_dyn impl | Michael Goulet | -2/+52 |
| 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 |