| Age | Commit message (Expand) | Author | Lines |
| 2025-01-23 | add cache to `AmbiguityCausesVisitor` | lcnr | -2/+12 |
| 2025-01-23 | avoid running the overlap check twice | lcnr | -22/+33 |
| 2024-12-31 | Make sure we check the future type is Sized in AsyncFn* | Michael Goulet | -3/+20 |
| 2024-12-27 | Rollup merge of #134827 - compiler-errors:borrowck-nits, r=lqd | David Tolnay | -2/+1 |
| 2024-12-27 | Rollup merge of #134823 - chloefeal:fix, r=tgross35,dtolnay | David Tolnay | -1/+1 |
| 2024-12-27 | Fix typos | chloefeal | -1/+1 |
| 2024-12-26 | Make ty::Error implement auto traits | Michael Goulet | -1/+3 |
| 2024-12-26 | nit: Remove redundant function | Michael Goulet | -2/+1 |
| 2024-12-24 | Auto merge of #134716 - Zalathar:rollup-1h4q8cc, r=Zalathar | bors | -28/+137 |
| 2024-12-24 | Rollup merge of #134638 - compiler-errors:fx-item-bounds, r=lcnr | Stuart Cook | -28/+137 |
| 2024-12-22 | Begin to implement type system layer of unsafe binders | Michael Goulet | -3/+32 |
| 2024-12-22 | Rollup merge of #134639 - compiler-errors:negative-ambiguity-causes, r=oli-obk | Matthias Krüger | -9/+13 |
| 2024-12-22 | Make sure we note ambiguity causes on positive/negative impl conflicts | Michael Goulet | -9/+13 |
| 2024-12-22 | Fix item bounds in old solver | Michael Goulet | -28/+137 |
| 2024-12-21 | Auto merge of #134501 - lcnr:member-constraints-yeet, r=oli-obk | bors | -13/+5 |
| 2024-12-20 | remove non-borrowck member constraints | lcnr | -13/+5 |
| 2024-12-18 | chore: fix some typos | acceptacross | -1/+1 |
| 2024-12-18 | Auto merge of #134243 - nnethercote:re-export-more-rustc_span, r=jieyouxu | bors | -5/+3 |
| 2024-12-18 | Re-export more `rustc_span::symbol` things from `rustc_span`. | Nicholas Nethercote | -5/+3 |
| 2024-12-17 | Rollup merge of #133265 - the8472:extract-if-ranges, r=cuviper | Matthias Krüger | -1/+1 |
| 2024-12-17 | consistently handle global where-bounds | lcnr | -305/+241 |
| 2024-12-16 | update uses of extract_if in the compiler | The 8472 | -1/+1 |
| 2024-12-15 | Rollup merge of #134285 - oli-obk:push-vwrqsqlwnuxo, r=Urgau | Stuart Cook | -1/+1 |
| 2024-12-14 | Add some convenience helper methods on `hir::Safety` | Oli Scherer | -1/+1 |
| 2024-12-14 | (Re-)Implement impl_trait_in_bindings | Michael Goulet | -0/+6 |
| 2024-12-14 | Split UserTypeAnnotation to have a kind | Michael Goulet | -4/+4 |
| 2024-12-13 | Auto merge of #134122 - oli-obk:push-zqnyznxtpnll, r=petrochenkov | bors | -1/+3 |
| 2024-12-12 | Move impl constness into impl trait header | Oli Scherer | -1/+3 |
| 2024-12-12 | Rollup merge of #133122 - compiler-errors:afidt, r=oli-obk | Matthias Krüger | -12/+184 |
| 2024-12-11 | Rename projection_def_id to item_def_id | Michael Goulet | -3/+3 |
| 2024-12-10 | Don't check RPITITs that are Self:Sized for PointerLike | Michael Goulet | -0/+5 |
| 2024-12-10 | Implement projection and shim for AFIDT | Michael Goulet | -1/+131 |
| 2024-12-10 | Add feature gate, not working yet | Michael Goulet | -11/+48 |
| 2024-12-07 | Make `Copy` unsafe to implement for ADTs with `unsafe` fields | Jack Wrenn | -2/+10 |
| 2024-12-05 | do not implement unsafe auto traits for types with unsafe fields | Jack Wrenn | -0/+9 |
| 2024-12-05 | Auto merge of #133893 - fmease:rollup-11pi6fg, r=fmease | bors | -52/+2 |
| 2024-12-04 | No need to create placeholders for GAT args in confirm_object_candidate | Michael Goulet | -52/+2 |
| 2024-12-04 | Make sure to record deps from cached task in new solver on first run | Michael Goulet | -4/+1 |
| 2024-12-04 | Auto merge of #133818 - matthiaskrgr:rollup-iav1wq7, r=matthiaskrgr | bors | -30/+3 |
| 2024-12-03 | Remove generic_associated_types_extended feature gate | Michael Goulet | -30/+3 |
| 2024-12-03 | Rollup merge of #133545 - clubby789:symbol-intern-lit, r=jieyouxu | Matthias Krüger | -2/+1 |
| 2024-12-03 | Rollup merge of #133517 - compiler-errors:deep-norm, r=lcnr | Matthias Krüger | -4/+21 |
| 2024-12-02 | Assert that obligations are empty before deeply normalizing | Michael Goulet | -0/+16 |
| 2024-12-02 | Deeply normalize when computing implied outlives bounds | Michael Goulet | -4/+5 |
| 2024-12-02 | Fix const specialization | Michael Goulet | -5/+17 |
| 2024-12-02 | Reimplement specialization for const traits | Michael Goulet | -18/+112 |
| 2024-12-02 | Auto merge of #133626 - lcnr:fix-diesel, r=BoxyUwU | bors | -6/+11 |
| 2024-11-29 | check local cache even if global is usable | lcnr | -6/+11 |
| 2024-11-28 | Replace `Symbol::intern` calls with preinterned symbols | clubby789 | -2/+1 |
| 2024-11-28 | support revealing defined opaque post borrowck | lcnr | -11/+20 |