| Age | Commit message (Expand) | Author | Lines |
| 2024-05-09 | Rename Generics::params to Generics::own_params | Michael Goulet | -3/+3 |
| 2024-05-10 | De-tuple two `vtable_trait_first_method_offset` args. | Nicholas Nethercote | -1/+2 |
| 2024-05-02 | shallow resolve in orphan check | lcnr | -1/+1 |
| 2024-04-30 | Give items related to issue 33140 a more meaningful name | León Orell Valerian Liehr | -1/+1 |
| 2024-04-23 | Auto merge of #121801 - zetanumbers:async_drop_glue, r=oli-obk | bors | -0/+3 |
| 2024-04-20 | include ParamEnv in projection cache key | Lukas Markeffsky | -3/+7 |
| 2024-04-16 | Auto merge of #123537 - compiler-errors:shallow, r=lcnr | bors | -12/+11 |
| 2024-04-16 | Add simple async drop glue generation | zetanumbers | -0/+3 |
| 2024-04-16 | Fail candidate assembly for erroneous types | Gurinder Singh | -0/+8 |
| 2024-04-15 | Simplify shallow resolver to just fold ty/consts | Michael Goulet | -12/+11 |
| 2024-04-15 | Stop using PolyTraitRef for closure/coroutine predicates already instantiated... | Michael Goulet | -2/+2 |
| 2024-04-08 | Don't rely on upvars being assigned just because coroutine-closure kind is as... | Michael Goulet | -31/+28 |
| 2024-04-08 | Rollup merge of #123367 - jswrenn:layoutify, r=compiler-errors | Matthias Krüger | -7/+35 |
| 2024-04-08 | Compute transmutability from `rustc_target::abi::Layout` | Jack Wrenn | -7/+35 |
| 2024-04-08 | Actually create ranged int types in the type system. | Oli Scherer | -3/+23 |
| 2024-04-06 | Add a debug asserts call to match_projection_projections to ensure invariant | Santiago Pastorino | -0/+2 |
| 2024-04-04 | Rollup merge of #123464 - fmease:rn-has-proj-to-has-aliases, r=compiler-errors | Jacob Pratt | -1/+1 |
| 2024-04-04 | Rename HAS_PROJECTIONS to HAS_ALIASES etc. | León Orell Valerian Liehr | -1/+1 |
| 2024-04-04 | Allow defining opaque types when checking const equality bounds | Oli Scherer | -3/+9 |
| 2024-04-04 | Add some regression tests for opaque types and const generics | Oli Scherer | -1/+2 |
| 2024-04-03 | move leak check out of candidate evaluation | lcnr | -14/+62 |
| 2024-04-03 | Auto merge of #122791 - compiler-errors:make-coinductive-always, r=lcnr | bors | -39/+3 |
| 2024-04-01 | Fix obligation param and bless tests | Michael Goulet | -40/+18 |
| 2024-04-01 | Instantiate closure-like bounds with placeholders to deal with binders correctly | Michael Goulet | -82/+88 |
| 2024-03-31 | Remove EvaluatedToErrStackDependent | Michael Goulet | -39/+3 |
| 2024-03-31 | Always make inductive cycles as ambig during typeck | Michael Goulet | -1/+1 |
| 2024-03-22 | Auto merge of #122900 - matthiaskrgr:rollup-nls90mb, r=matthiaskrgr | bors | -7/+10 |
| 2024-03-22 | Split out ImplPolarity and PredicatePolarity | Michael Goulet | -7/+10 |
| 2024-03-22 | Programmatically convert some of the pat ctors | Michael Goulet | -9/+7 |
| 2024-03-22 | Update (doc) comments | León Orell Valerian Liehr | -1/+1 |
| 2024-03-22 | Rollup merge of #122829 - ShoyuVanilla:gen-block-impl-fused-iter, r=compiler-... | Matthias Krüger | -7/+42 |
| 2024-03-22 | Implement `FusedIterator` for `gen` block | Shoyu Vanilla | -7/+42 |
| 2024-03-21 | Rollup merge of #122358 - compiler-errors:bound-regions-in-generator, r=lcnr | Matthias Krüger | -5/+3 |
| 2024-03-20 | Split item bounds and item super predicates | Michael Goulet | -14/+10 |
| 2024-03-19 | Do binder folding eagerly in bound_coroutine_hidden_types | Michael Goulet | -5/+3 |
| 2024-03-19 | Auto merge of #122493 - lukas-code:sized-constraint, r=lcnr | bors | -7/+8 |
| 2024-03-18 | address nits | Lukas Markeffsky | -5/+8 |
| 2024-03-18 | Avoid various uses of `Option<Span>` in favor of using `DUMMY_SP` in the few ... | Oli Scherer | -1/+1 |
| 2024-03-14 | clean up ADT sized constraint computation | Lukas Markeffsky | -5/+3 |
| 2024-03-14 | rebase | lcnr | -1/+1 |
| 2024-03-14 | eagerly instantiate binders to avoid relying on `sub` | lcnr | -22/+45 |
| 2024-03-12 | Don't Create `ParamCandidate` When Obligation Contains Errors | Veera | -0/+7 |
| 2024-03-07 | Apply `EarlyBinder` only to `TraitRef` in `ImplTraitHeader` | Yoshitomo Nakanishi | -7/+7 |
| 2024-02-29 | Rollup merge of #121681 - jswrenn:nix-visibility-analysis, r=compiler-errors | Matthias Krüger | -5/+2 |
| 2024-02-29 | Rollup merge of #121654 - compiler-errors:async-fn-for-fn-def, r=oli-obk | Guillaume Gomez | -6/+16 |
| 2024-02-28 | Rename `DiagnosticBuilder` as `Diag`. | Nicholas Nethercote | -5/+2 |
| 2024-02-27 | Don't emit higher-ranked Future obligations when confirm async Fn goals | Michael Goulet | -6/+16 |
| 2024-02-27 | safe transmute: revise safety analysis | Jack Wrenn | -5/+2 |
| 2024-02-26 | Actually use the right closure kind when checking async Fn goals | Michael Goulet | -2/+3 |
| 2024-02-22 | freshen: resolve root vars | lcnr | -23/+2 |