| Age | Commit message (Expand) | Author | Lines |
| 2023-03-11 | Rollup merge of #108690 - Zoxc:query-size-limits, r=cjgillot | Matthias Krüger | -0/+30 |
| 2023-03-11 | Rollup merge of #108071 - compiler-errors:new-solver-caching, r=lcnr | Matthias Krüger | -0/+5 |
| 2023-03-11 | remove duplicated calls to sort_string | klensy | -6/+2 |
| 2023-03-10 | Actually cache goals | Michael Goulet | -0/+5 |
| 2023-03-10 | Rollup merge of #108947 - compiler-errors:ct-infer-no-shapeshifting, r=BoxyUwU | Matthias Krüger | -3/+6 |
| 2023-03-10 | Rollup merge of #108828 - compiler-errors:new-solver-alias-eq-on-num-var, r=lcnr | Matthias Krüger | -1/+1 |
| 2023-03-09 | Use param's real type in try_eval_lit_or_param | Michael Goulet | -3/+6 |
| 2023-03-09 | Emit alias-eq when equating numeric var and projection | Michael Goulet | -1/+1 |
| 2023-03-09 | Rollup merge of #108294 - compiler-errors:arbitary-sugg-binder, r=TaKO8Ki | Matthias Krüger | -2/+2 |
| 2023-03-08 | Auto merge of #108312 - michaelwoerister:hash-set-not-hash-stable, r=eholk | bors | -3/+8 |
| 2023-03-06 | Add is_impl_trait_in_trait | Santiago Pastorino | -0/+8 |
| 2023-03-06 | Place binder correctly for arbitrary trait bound suggestion | Michael Goulet | -2/+2 |
| 2023-03-06 | Add tcx::lower_impl_trait_in_trait_to_assoc_ty to avoid accessing through ses... | Santiago Pastorino | -0/+4 |
| 2023-03-06 | Querify early_lint_checks. | Camille GILLOT | -0/+5 |
| 2023-03-06 | Querify registered_tools. | Camille GILLOT | -3/+1 |
| 2023-03-05 | Rollup merge of #108770 - GuillaumeGomez:improve-doc-and-naming, r=cjgillot | Matthias Krüger | -13/+20 |
| 2023-03-05 | Improve documentation and argument naming of some TyCtxt methods | Guillaume Gomez | -13/+20 |
| 2023-03-05 | Auto merge of #108351 - petrochenkov:rmdit, r=cjgillot | bors | -33/+28 |
| 2023-03-04 | Auto merge of #108732 - Dylan-DPC:rollup-dy1l8sx, r=Dylan-DPC | bors | -3/+7 |
| 2023-03-04 | Rollup merge of #108669 - Nilstrieb:query-my-uninitness, r=compiler-errors | Dylan DPC | -1/+6 |
| 2023-03-04 | Rollup merge of #108405 - Nilstrieb:lazy-crate-name-optimization-fuel, r=Waff... | Dylan DPC | -2/+1 |
| 2023-03-04 | Auto merge of #108689 - compiler-errors:normalization-error-smaller, r=lcnr | bors | -3/+0 |
| 2023-03-04 | Place size limits on query keys and values | John Kåre Alsaker | -0/+30 |
| 2023-03-03 | Rollup merge of #108694 - est31:backticks_matchmaking_comments, r=Nilstrieb | Matthias Krüger | -7/+7 |
| 2023-03-03 | Rollup merge of #108685 - est31:backticks_matchmaking, r=petrochenkov | Matthias Krüger | -1/+1 |
| 2023-03-03 | canonicalization | lcnr | -0/+9 |
| 2023-03-03 | Match end user facing unmatched backticks in compiler/ | est31 | -1/+1 |
| 2023-03-03 | Match unmatched backticks in comments in compiler/ | est31 | -3/+3 |
| 2023-03-03 | Match unmatched backticks in compiler/ that are part of rustdoc | est31 | -4/+4 |
| 2023-03-03 | Remove NormalizationError::ConstantKind | Michael Goulet | -3/+0 |
| 2023-03-02 | rustc_middle: Remove trait `DefIdTree` | Vadim Petrochenkov | -33/+28 |
| 2023-03-02 | Allow checking whether a type allows being uninitialized | Nilstrieb | -1/+6 |
| 2023-03-01 | Add opt_rpitit_info query | Santiago Pastorino | -0/+6 |
| 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 |