| Age | Commit message (Expand) | Author | Lines |
| 2023-02-23 | Lazily compute crate name for consider_optimizing | Nilstrieb | -2/+1 |
| 2023-02-23 | Unify validity checks into a single query | Nilstrieb | -7/+43 |
| 2023-02-23 | Auto merge of #108369 - compiler-errors:ty-error-more, r=BoxyUwU | bors | -13/+12 |
| 2023-02-23 | Rollup merge of #108350 - compiler-errors:assoc-type-bound-dogfooding, r=oli-obk | Matthias Krüger | -7/+7 |
| 2023-02-23 | Auto merge of #108324 - notriddle:notriddle/assoc-fn-method, r=compiler-error... | bors | -9/+38 |
| 2023-02-22 | Rename ty_error_with_guaranteed to ty_error, ty_error to ty_error_misc | Michael Goulet | -11/+9 |
| 2023-02-22 | Use ty_error_with_guaranteed in many more places | Michael Goulet | -2/+3 |
| 2023-02-22 | Remove some resolver outputs. | Camille GILLOT | -9/+0 |
| 2023-02-22 | Auto merge of #108340 - eggyal:remove_traversal_trait_aliases, r=oli-obk | bors | -246/+304 |
| 2023-02-22 | Remove type-traversal trait aliases | Alan Egerton | -246/+304 |
| 2023-02-22 | diagnostics: if AssocFn has self argument, describe as method | Michael Howell | -9/+38 |
| 2023-02-22 | Auto merge of #103042 - davidtwco:translation-distributed-ftl, r=oli-obk | bors | -3/+53 |
| 2023-02-22 | Auto merge of #108339 - GuillaumeGomez:rollup-4z02kas, r=GuillaumeGomez | bors | -2/+3 |
| 2023-02-22 | Rollup merge of #108168 - clubby789:recursive-type-alias, r=compiler-errors | Guillaume Gomez | -2/+3 |
| 2023-02-22 | errors: generate typed identifiers in each crate | David Wood | -3/+53 |
| 2023-02-22 | Auto merge of #108300 - oli-obk:elsa, r=eholk | bors | -3/+2 |
| 2023-02-21 | Rollup merge of #104239 - b-naber:sccs-info, r=jackh726 | Matthias Krüger | -1/+8 |
| 2023-02-21 | address review | b-naber | -1/+1 |
| 2023-02-21 | Auto merge of #108301 - Dylan-DPC:rollup-70zpkt0, r=Dylan-DPC | bors | -7/+37 |
| 2023-02-21 | Rollup merge of #108141 - spastorino:add_rpitit_queries, r=compiler-errors | Dylan DPC | -7/+37 |
| 2023-02-21 | Use a lock-free datastructure for `source_span` | Oli Scherer | -3/+2 |
| 2023-02-21 | Auto merge of #104754 - nnethercote:more-ThinVec-in-ast, r=the8472 | bors | -1/+1 |
| 2023-02-21 | Associated type bounds in some places in the compiler | Michael Goulet | -7/+7 |
| 2023-02-21 | Upgrade `thin-vec` from 0.2.9 to 0.2.12. | Nicholas Nethercote | -1/+1 |
| 2023-02-20 | Minimal changes to make miri work | Rune Tynan | -14/+4 |
| 2023-02-20 | Remove unused lifetime | Rune Tynan | -1/+1 |
| 2023-02-20 | Add mentioned from_raw_bytes constructor | Rune Tynan | -0/+17 |
| 2023-02-20 | Allow non-`Box` allocations in preparation for aligned const allocations for ... | Rune Tynan | -28/+84 |
| 2023-02-20 | Remove IntoDefIdTree | Oli Scherer | -17/+8 |
| 2023-02-20 | Move the resolver into a query | Oli Scherer | -1/+15 |
| 2023-02-20 | Run the resolver after TyCtxt construction | Oli Scherer | -2/+4 |
| 2023-02-20 | Make untracked.source_span lockable so that resolution can still write to it ... | Oli Scherer | -2/+2 |
| 2023-02-20 | Make untracked.cstore lockable so that resolution can still write to it when ... | Oli Scherer | -10/+10 |
| 2023-02-19 | collect region contexts during mir renumbering | b-naber | -1/+8 |
| 2023-02-19 | Auto merge of #108128 - clubby789:builtin-derived-attr, r=jackh726 | bors | -3/+18 |
| 2023-02-19 | Auto merge of #107921 - cjgillot:codegen-overflow-check, r=tmiasko | bors | -4/+6 |
| 2023-02-19 | Document associated_item methods | Santiago Pastorino | -1/+6 |
| 2023-02-19 | Add associated_item_for_impl_trait_in_trait query | Santiago Pastorino | -0/+8 |
| 2023-02-19 | Add associated_items_for_impl_trait_in_trait query | Santiago Pastorino | -0/+14 |
| 2023-02-19 | Rollup merge of #108203 - compiler-errors:rpitit-fix-defaults-2, r=jackh726 | Guillaume Gomez | -1/+21 |
| 2023-02-19 | Auto merge of #108228 - Dylan-DPC:rollup-i9t13qu, r=Dylan-DPC | bors | -1/+4 |
| 2023-02-19 | Rollup merge of #108189 - compiler-errors:non_lifetime_binders-bound-stuff, r... | Dylan DPC | -1/+4 |
| 2023-02-19 | Auto merge of #107772 - compiler-errors:dyn-star-backend-is-ptr, r=eholk | bors | -1/+1 |
| 2023-02-18 | Auto merge of #107542 - compiler-errors:param-envs-with-inference-vars-are-cu... | bors | -6/+4 |
| 2023-02-18 | Update compiler/rustc_middle/src/mir/syntax.rs | Camille Gillot | -1/+2 |
| 2023-02-18 | Remove exception from MIR doc. | Camille GILLOT | -4/+0 |
| 2023-02-18 | Correct comment. | Camille GILLOT | -2/+4 |
| 2023-02-18 | Add comment. | Camille GILLOT | -0/+3 |
| 2023-02-18 | Assume we can normalize trait default method RPITITs in param-env instead | Michael Goulet | -1/+21 |
| 2023-02-18 | Pretty placeholders using their names | Michael Goulet | -1/+4 |