| Age | Commit message (Expand) | Author | Lines |
| 2024-11-28 | add tests | lcnr | -36/+352 |
| 2024-11-27 | Rollup merge of #133518 - compiler-errors:structurally-resolve-never, r=lcnr | Matthias Krüger | -35/+44 |
| 2024-11-27 | Bless tests due to extra error reporting due to normalizing types that are no... | Michael Goulet | -35/+44 |
| 2024-11-26 | Rollup merge of #133471 - lcnr:uwu-gamer, r=BoxyUwU | Michael Goulet | -0/+64 |
| 2024-11-26 | Rollup merge of #133394 - compiler-errors:dyn-more-errors, r=lcnr | Michael Goulet | -76/+3 |
| 2024-11-25 | fix gce typing_mode mismatch | lcnr | -0/+64 |
| 2024-11-24 | Simplify array length mismatch error reporting | Michael Goulet | -9/+4 |
| 2024-11-23 | Dont create trait object if it has errors in it | Michael Goulet | -76/+3 |
| 2024-11-21 | Stop being so bail-y in candidate assembly | Michael Goulet | -23/+38 |
| 2024-11-19 | Introduce `min_generic_const_args` and directly represent paths | Noah Lev | -0/+28 |
| 2024-11-12 | Handle infer vars in anon consts on stable | Boxy | -0/+52 |
| 2024-11-12 | Auto merge of #132943 - matthiaskrgr:rollup-164l3ej, r=matthiaskrgr | bors | -129/+80 |
| 2024-11-12 | Consolidate type system const evaluation under `traits::evaluate_const` | Boxy | -129/+80 |
| 2024-11-05 | Check for both `StmtKind::MacCall` and `ExprKind::MacCall` | Boxy | -0/+425 |
| 2024-11-03 | Yeet effects feature | Michael Goulet | -8/+7 |
| 2024-11-02 | On long E0277 primary span label, move it to a `help` | Esteban Küber | -1/+2 |
| 2024-11-02 | Add trait diff highlighting logic and use it in E0277 | Esteban Küber | -8/+16 |
| 2024-10-29 | Remove detail from label/note that is already available in other note | Esteban Küber | -10/+10 |
| 2024-10-26 | Deny calls to non-`#[const_trait]` methods in MIR constck | Deadbeef | -21/+21 |
| 2024-10-24 | Implement const effect predicate in new solver | Michael Goulet | -18/+0 |
| 2024-10-21 | Rollup merge of #131697 - ShE3py:rt-arg-lifetimes, r=Amanieu | Jubilee | -1/+1 |
| 2024-10-15 | stabilize `-Znext-solver=coherence` | lcnr | -20/+19 |
| 2024-10-14 | `rt::Argument`: elide lifetimes | Lieselotte | -1/+1 |
| 2024-10-11 | Don't assume traits used as type are trait objs | VulnBandit | -73/+28 |
| 2024-10-10 | Rollup merge of #131475 - fmease:compiler-mv-obj-safe-dyn-compat-2, r=jieyouxu | Matthias Krüger | -14/+14 |
| 2024-10-10 | UI tests: Rename "object safe" to "dyn compatible" | León Orell Valerian Liehr | -14/+14 |
| 2024-10-04 | Bless ui tests. | Camille GILLOT | -8/+8 |
| 2024-10-01 | Auto merge of #126839 - obeis:mpmc, r=Amanieu | bors | -1/+1 |
| 2024-09-30 | Add multi-producer, multi-consumer channel (mpmc) | Obei Sideg | -1/+1 |
| 2024-09-29 | fix(hir_analysis/wfcheck): don't leak {type error} | Barrett Ray | -207/+83 |
| 2024-09-27 | Rollup merge of #130826 - fmease:compiler-mv-obj-safe-dyn-compat, r=compiler-... | Matthias Krüger | -10/+10 |
| 2024-09-25 | Compiler: Rename "object safe" to "dyn compatible" | León Orell Valerian Liehr | -10/+10 |
| 2024-09-25 | Rollup merge of #130787 - compiler-errors:next-solver-gce, r=BoxyUwU | Matthias Krüger | -2/+18 |
| 2024-09-24 | Ban combination of GCE and new solver | Michael Goulet | -2/+18 |
| 2024-09-24 | Separate collection of crate-local inherent impls from error reporting | Michael Goulet | -15/+2 |
| 2024-09-23 | Rollup merge of #130714 - compiler-errors:try-structurally-resolve-const, r=B... | Matthias Krüger | -2/+2 |
| 2024-09-23 | Rollup merge of #130712 - compiler-errors:const-eval-error-reporting, r=BoxyUwU | Matthias Krüger | -1/+1 |
| 2024-09-23 | Rollup merge of #130344 - Jaic1:fix-116306, r=BoxyUwU | Matthias Krüger | -0/+24 |
| 2024-09-22 | Don't call const normalize in error reporting | Michael Goulet | -1/+1 |
| 2024-09-22 | Introduce structurally_normalize_const, use it in hir_typeck | Michael Goulet | -2/+2 |
| 2024-09-21 | Handle macro calls in anon const def creation take 2 | Boxy | -0/+108 |
| 2024-09-21 | Auto merge of #127546 - workingjubilee:5-level-paging-exists, r=saethlin | bors | -36/+36 |
| 2024-09-20 | Normalize unevaluated consts in GCE | Michael Goulet | -44/+7 |
| 2024-09-20 | TL note: current means target | Jubilee Young | -4/+4 |
| 2024-09-20 | Normalize being an annoying little compile test | Jubilee Young | -36/+36 |
| 2024-09-20 | handle unsized consts with type `str` in v0 symbol mangling | Jaic1 | -0/+24 |
| 2024-09-19 | Bless rustc_abi::obj_size_bound tests | Jubilee Young | -4/+4 |
| 2024-09-17 | Remove redundant test typeid equality by subtyping | Santiago Pastorino | -81/+0 |
| 2024-09-16 | Relate receiver invariantly in method probe for Mode::Path | Michael Goulet | -2/+2 |
| 2024-09-15 | stabilize const_mut_refs | Ralf Jung | -4/+3 |