| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-09-12 | Re-enable `ConstArgKind::Path` lowering by default | Noah Lev | -71/+27 |
| 2024-09-11 | Revert 'Stabilize -Znext-solver=coherence' | Michael Goulet | -19/+20 |
| 2024-09-10 | generalize: track relevant info in cache key | lcnr | -7/+7 |
| 2024-09-07 | Add missing quotation marks | cuishuang | -1/+1 |
| 2024-09-05 | stabilize `-Znext-solver=coherence` | lcnr | -20/+19 |
| 2024-08-31 | elided_named_lifetimes: bless & add tests | Pavel Grigorenko | -1/+20 |
| 2024-08-27 | safe transmute: Rename `BikeshedIntrinsicFrom` to `TransmuteFrom` | Jack Wrenn | -4/+4 |
| 2024-08-24 | Rollup merge of #129246 - BoxyUwU:feature_gate_const_arg_path, r=cjgillot | Matthias Krüger | -123/+251 |
| 2024-08-20 | Auto merge of #127672 - compiler-errors:precise-capturing, r=spastorino | bors | -3/+3 |
| 2024-08-19 | Retroactively feature gate `ConstArgKind::Path` | Boxy | -123/+251 |
| 2024-08-18 | Fix order of normalization and recursion in const folding. | Luca Versari | -0/+25 |
| 2024-08-17 | Bless test fallout | Michael Goulet | -3/+3 |
| 2024-08-16 | Special-case alias ty in `try_from_lit` | Jaic1 | -0/+18 |
| 2024-08-10 | Rollup merge of #128910 - estebank:assoc-fn, r=compiler-errors | Guillaume Gomez | -10/+10 |
| 2024-08-10 | Auto merge of #128714 - camelid:wf-struct-exprs, r=BoxyUwU | bors | -1/+201 |
| 2024-08-10 | Differentiate between methods and associated functions | Esteban Küber | -10/+10 |
| 2024-08-05 | WF-check struct field types at construction site | Noah Lev | -1/+201 |
| 2024-08-05 | interpret: move nullary-op evaluation into operator.rs | Ralf Jung | -1/+1 |
| 2024-08-03 | Revert "Rollup merge of #125572 - mu001999-contrib:dead/enhance, r=pnkfelix" | Michael Goulet | -4/+1 |
| 2024-08-03 | Revert "Rollup merge of #126618 - mu001999-contrib:dead/enhance, r=pnkfelix" | Michael Goulet | -1/+0 |
| 2024-08-03 | Revert "Rollup merge of #127107 - mu001999-contrib:dead/enhance-2, r=pnkfelix" | Michael Goulet | -2/+0 |
| 2024-08-01 | Do not underline suggestions for code that is already there | Esteban Küber | -4/+0 |
| 2024-07-29 | Detect non-lifetime binder params shadowing item params | Michael Goulet | -6/+16 |
| 2024-07-26 | Rollup merge of #126575 - fmease:update-lint-type_alias_bounds, r=compiler-er... | Trevor Gross | -0/+134 |
| 2024-07-24 | Rollup merge of #122192 - oli-obk:type_of_opaque_for_const_checks, r=lcnr | Matthias Krüger | -2/+0 |
| 2024-07-24 | Do not try to reveal hidden types when trying to prove Freeze in the defining... | Oli Scherer | -2/+0 |
| 2024-07-23 | Suppress lint type_alias_bounds for ty aliases containing const projections u... | León Orell Valerian Liehr | -0/+134 |
| 2024-07-22 | Revert suggestion verbosity change | Esteban Küber | -56/+27 |