| Age | Commit message (Expand) | Author | Lines |
| 2025-01-09 | Harden `Ty` constructors a bit in debug mode | Oli Scherer | -2/+37 |
| 2025-01-09 | Use option combinators instead of manual if/return | Oli Scherer | -10/+3 |
| 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 | -13/+6 |
| 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 | Rollup merge of #135269 - estebank:unneeded-into, r=compiler-errors | Matthias Krüger | -10/+8 |
| 2025-01-09 | Rollup merge of #135247 - tgross35:stdlib-sym-list, r=oli-obk | Matthias Krüger | -16/+17 |
| 2025-01-09 | Rollup merge of #135225 - erickt:fix-test, r=jieyouxu | Matthias Krüger | -1/+0 |
| 2025-01-09 | Rollup merge of #135212 - Urgau:unreach_pub-upd-descr, r=petrochenkov | Matthias Krüger | -3/+2 |
| 2025-01-09 | Auto merge of #133324 - scottmcm:gvn-aggregate-transmute, r=cjgillot | bors | -63/+139 |
| 2025-01-09 | Rollup merge of #134875 - compiler-errors:const-destruct-old-solver, r=lcnr | Matthias Krüger | -3/+109 |
| 2025-01-09 | Rollup merge of #134609 - tbu-:pr_win7_gnu, r=davidtwco | Matthias Krüger | -1/+70 |
| 2025-01-09 | Rollup merge of #128110 - veera-sivarajan:bugfix-80173, r=cjgillot | Matthias Krüger | -11/+130 |
| 2025-01-08 | Make the aggregate-then-transmute handling more general | Scott McMurray | -13/+9 |
| 2025-01-08 | Refactor the cast-then-cast cases together, and support transmute-then-transmute | Scott McMurray | -89/+113 |
| 2025-01-08 | Use layout information to detect transparent transmutes | Scott McMurray | -9/+34 |
| 2025-01-08 | Apply suggestions from code review | scottmcm | -2/+2 |
| 2025-01-08 | [mir-opt] GVN some more transmute cases | Scott McMurray | -24/+55 |
| 2025-01-08 | Remove special-casing for argument patterns in MIR typeck | dianne | -13/+0 |
| 2025-01-08 | Auto merge of #135260 - matthiaskrgr:rollup-8irqs72, r=matthiaskrgr | bors | -302/+448 |
| 2025-01-08 | Add a list of symbols for stable standard library crates | Trevor Gross | -16/+17 |
| 2025-01-08 | Remove some unnecessary `.into()` calls | Esteban Küber | -10/+8 |
| 2025-01-08 | update cfg(bootstrap) | Pietro Albini | -10/+10 |
| 2025-01-08 | update version placeholders | Pietro Albini | -15/+15 |
| 2025-01-08 | Implement const Destruct in old solver | Michael Goulet | -3/+109 |
| 2025-01-09 | Extract integer conversion into a function | spore | -16/+22 |
| 2025-01-08 | Only test proc-macro invalid compile flags with panic=unwind | Erick Tryzelaar | -1/+0 |
| 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 | Detect overflow when the literal is negative | spore | -1/+7 |
| 2025-01-08 | Detect overflow when the literal is larger than i128::MAX | spore | -4/+7 |
| 2025-01-08 | rustc_feature: Avoid unsafe `std::env::set_var()` in `UnstableFeatures` tests | Martin Nordholts | -7/+21 |
| 2025-01-08 | cleanup: de-tangle experimental pattern typing rules some | dianne | -53/+120 |
| 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-07 | always track patterns' `MutblCap` | dianne | -12/+13 |