| Age | Commit message (Expand) | Author | Lines |
| 2023-03-01 | Use UnordSet instead of FxHashSet for names_imported_by_glob_use query. | Michael Woerister | -2/+5 |
| 2023-03-01 | Use LocalDefIdSet/Map instead of FxHashSet/Map for live_symbols_and_ignored_d... | Michael Woerister | -1/+3 |
| 2023-03-01 | Use LocalDefIdSet instead of FxHashSet for reachable_set query. | Michael Woerister | -1/+1 |
| 2023-03-01 | Auto merge of #108587 - matthiaskrgr:rollup-rw6po59, r=matthiaskrgr | bors | -5/+19 |
| 2023-03-01 | Rollup merge of #108505 - Nilstrieb:further-unify-validity-intrinsics, r=mich... | Matthias Krüger | -5/+19 |
| 2023-02-28 | Descriptive error when users try to combine RPITIT/AFIT with specialization | Michael Goulet | -0/+28 |
| 2023-02-27 | Auto merge of #108487 - cjgillot:no-typeck-mir, r=oli-obk | bors | -20/+45 |
| 2023-02-27 | Implement checked Shl/Shr at MIR building. | Camille GILLOT | -12/+12 |
| 2023-02-27 | Rollup merge of #108363 - cjgillot:unused-crate, r=WaffleLapkin | Matthias Krüger | -6/+0 |
| 2023-02-27 | Unify all validity check intrinsics | Nilstrieb | -5/+19 |
| 2023-02-27 | Rollup merge of #108364 - Nilstrieb:validity-checks-refactor, r=compiler-errors | Matthias Krüger | -0/+18 |
| 2023-02-26 | Wrap more into into closure_typeinfo query. | Camille GILLOT | -10/+34 |
| 2023-02-26 | Access upvars through a query. | Camille GILLOT | -18/+19 |
| 2023-02-26 | Auto merge of #108375 - Zoxc:query-inline, r=cjgillot | bors | -0/+1 |
| 2023-02-25 | Auto merge of #108450 - matthiaskrgr:rollup-rqvfgu3, r=matthiaskrgr | bors | -2/+3 |
| 2023-02-25 | Add inlining attributes for query system functions | John Kåre Alsaker | -0/+1 |
| 2023-02-24 | Wrap missing provider message correctly | Michael Goulet | -2/+3 |
| 2023-02-24 | Add `mk_canonical_var_infos_from_iter`. | Nicholas Nethercote | -3/+11 |
| 2023-02-24 | Rename `mk_{ty,region}` as `mk_{ty,region}_from_kind`. | Nicholas Nethercote | -33/+41 |
| 2023-02-24 | Rename many interner functions. | Nicholas Nethercote | -118/+127 |
| 2023-02-24 | Tweak the slice interners. | Nicholas Nethercote | -59/+24 |
| 2023-02-23 | Lazily compute crate name for consider_optimizing | Nilstrieb | -2/+1 |
| 2023-02-23 | Unify validity checks into a single query | Nilstrieb | -0/+18 |
| 2023-02-23 | Auto merge of #108369 - compiler-errors:ty-error-more, r=BoxyUwU | bors | -11/+10 |
| 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 | -7/+36 |
| 2023-02-22 | Rename ty_error_with_guaranteed to ty_error, ty_error to ty_error_misc | Michael Goulet | -9/+7 |
| 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 | -6/+0 |
| 2023-02-22 | Auto merge of #108340 - eggyal:remove_traversal_trait_aliases, r=oli-obk | bors | -219/+260 |
| 2023-02-22 | Remove type-traversal trait aliases | Alan Egerton | -219/+260 |
| 2023-02-22 | diagnostics: if AssocFn has self argument, describe as method | Michael Howell | -7/+36 |
| 2023-02-22 | Auto merge of #103042 - davidtwco:translation-distributed-ftl, r=oli-obk | bors | -3/+12 |
| 2023-02-22 | errors: generate typed identifiers in each crate | David Wood | -3/+12 |
| 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 | -0/+7 |
| 2023-02-21 | address review | b-naber | -1/+1 |
| 2023-02-21 | Rollup merge of #108141 - spastorino:add_rpitit_queries, r=compiler-errors | Dylan DPC | -0/+4 |
| 2023-02-21 | Use a lock-free datastructure for `source_span` | Oli Scherer | -3/+2 |
| 2023-02-21 | Associated type bounds in some places in the compiler | Michael Goulet | -7/+7 |
| 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 | -0/+7 |
| 2023-02-19 | Auto merge of #108128 - clubby789:builtin-derived-attr, r=jackh726 | bors | -3/+18 |
| 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 |