| Age | Commit message (Expand) | Author | Lines |
| 2022-02-03 | Improve self-referential diagnostic somewhat | Oli Scherer | -12/+19 |
| 2022-02-03 | Auto merge of #93621 - JohnTitor:rollup-1bcud0x, r=JohnTitor | bors | -4/+6 |
| 2022-02-03 | Fix ret > 1 bound if shadowed by const | kadmin | -3/+2 |
| 2022-02-03 | Clean up opaque type obligations in query results | Oli Scherer | -4/+7 |
| 2022-02-03 | Auto merge of #92932 - ouz-a:master, r=oli-obk | bors | -1/+4 |
| 2022-02-02 | Correct incorrect description of preorder traversals. | Jakob Degen | -4/+6 |
| 2022-02-02 | Add more *-unwind ABI variants | Amanieu d'Antras | -14/+17 |
| 2022-02-02 | Add backcompat hack to support | Oli Scherer | -3/+8 |
| 2022-02-02 | Clean up leftovers from eager hidden type merging | Oli Scherer | -1/+1 |
| 2022-02-02 | Lazily resolve type-alias-impl-trait defining uses | Oli Scherer | -14/+51 |
| 2022-02-02 | Update some comments | Oli Scherer | -0/+1 |
| 2022-02-02 | Auto merge of #93312 - pierwill:map-all-local-trait-impls, r=cjgillot | bors | -5/+3 |
| 2022-02-02 | Rollup merge of #93560 - steffahn:a_typo, r=petrochenkov | Matthias Krüger | -2/+2 |
| 2022-02-02 | Auto merge of #93466 - cjgillot:query-dead, r=nagisa | bors | -0/+16 |
| 2022-02-01 | Auto merge of #93285 - JulianKnodt:const_eq_2, r=oli-obk | bors | -0/+3 |
| 2022-02-01 | Fix two incorrect "it's" | Frank Steffahn | -2/+2 |
| 2022-02-01 | Rollup merge of #93290 - lcnr:same_type, r=jackh726 | Matthias Krüger | -13/+0 |
| 2022-02-01 | Rollup merge of #93267 - lcnr:auto-trait-lint, r=nikomatsakis | Matthias Krüger | -25/+39 |
| 2022-02-01 | Make dead code check a query. | Camille GILLOT | -0/+16 |
| 2022-02-01 | remove `TyS::same_type` | lcnr | -13/+0 |
| 2022-02-01 | fix for the issue #92464 | ouz-a | -1/+4 |
| 2022-02-01 | add a rustc::query_stability lint | lcnr | -0/+1 |
| 2022-02-01 | implement lint for suspicious auto trait impls | lcnr | -0/+17 |
| 2022-02-01 | update `FutureIncompatibilityReason` | lcnr | -25/+22 |
| 2022-02-01 | Auto merge of #93259 - eddyb:diagbld-scalar-pair, r=jackh726 | bors | -1/+1 |
| 2022-01-31 | Auto merge of #93348 - spastorino:fix-perf-overlap-mode2, r=nikomatsakis | bors | -0/+36 |
| 2022-01-31 | Do not store overlap_mode, just pass it down on insert | Santiago Pastorino | -13/+1 |
| 2022-01-31 | Move overlap_mode into trait level attribute + feature flag | Santiago Pastorino | -1/+49 |
| 2022-01-31 | Auto merge of #93373 - spastorino:def_id_to_hir_id_refactor, r=oli-obk | bors | -26/+43 |
| 2022-01-31 | Rollup merge of #90277 - pierwill:fix-70258-inference-terms, r=jackh726 | Matthias Krüger | -7/+7 |
| 2022-01-30 | Rollup merge of #92887 - pietroalbini:pa-bootstrap-update, r=Mark-Simulacrum | Eric Huss | -17/+4 |
| 2022-01-30 | Rollup merge of #93358 - compiler-errors:is-not-const, r=fee1-dead | Matthias Krüger | -0/+16 |
| 2022-01-29 | Rollup merge of #93424 - lcnr:nit, r=spastorino | Matthias Krüger | -1/+1 |
| 2022-01-29 | Make local_def_id_to_hir_id query directly returh HirId | Santiago Pastorino | -8/+10 |
| 2022-01-28 | Make local_def_id_to_hir_id return MaybeOwner<()> | Santiago Pastorino | -7/+2 |
| 2022-01-28 | Separate hir_owner query into two queries to avoid using extensive data on in... | Santiago Pastorino | -16/+29 |
| 2022-01-28 | fix nit | lcnr | -1/+1 |
| 2022-01-28 | update cfg(bootstrap)s | Pietro Albini | -17/+4 |
| 2022-01-27 | Continue work on assoc const eq | kadmin | -0/+3 |
| 2022-01-27 | Store def_id_to_hir_id as variant in hir_owner. | Camille GILLOT | -43/+50 |
| 2022-01-27 | try apply `rustc_pass_by_value` to `Span` | lcnr | -3/+3 |
| 2022-01-26 | drive-by: use is_const and is_const_if_const | Michael Goulet | -2/+9 |
| 2022-01-26 | add note suggesting that predicate is satisfied but is not const | Michael Goulet | -0/+9 |
| 2022-01-26 | Auto merge of #93352 - matthiaskrgr:rollup-5peret4, r=matthiaskrgr | bors | -6/+64 |
| 2022-01-26 | Rollup merge of #92256 - fee1-dead:improve-selection-err, r=oli-obk | Matthias Krüger | -6/+64 |
| 2022-01-26 | Auto merge of #93301 - spastorino:perf-test-1, r=oli-obk | bors | -2/+5 |
| 2022-01-25 | Return an indexmap in `all_local_trait_impls` query | pierwill | -5/+3 |
| 2022-01-25 | Auto merge of #93095 - Aaron1011:remove-assoc-ident, r=cjgillot | bors | -12/+15 |
| 2022-01-25 | Store hir_id_to_def_id in OwnerInfo. | Camille GILLOT | -2/+5 |
| 2022-01-26 | Improve selection errors for `~const` trait bounds | Deadbeef | -6/+64 |