| Age | Commit message (Expand) | Author | Lines |
| 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 | remove `TyS::same_type` | lcnr | -13/+0 |
| 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 | 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 | 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 |
| 2022-01-24 | Auto merge of #90842 - pierwill:localdefid-indexmap, r=wesleywiser | bors | -1/+1 |
| 2022-01-24 | rustc_errors: remove `allow_suggestions` from `DiagnosticBuilder`. | Eduard-Mihai Burtescu | -1/+1 |
| 2022-01-24 | Auto merge of #93028 - compiler-errors:const_drop_bounds, r=fee1-dead | bors | -13/+56 |
| 2022-01-23 | Rollup merge of #91526 - petrochenkov:earlint, r=cjgillot | Matthias Krüger | -0/+3 |
| 2022-01-23 | Auto merge of #93066 - nnethercote:infallible-decoder, r=bjorn3 | bors | -137/+154 |
| 2022-01-23 | rustc_lint: Reuse the set of registered tools from resolver | Vadim Petrochenkov | -0/+3 |
| 2022-01-22 | Use an `indexmap` to avoid sorting `LocalDefId`s | pierwill | -1/+1 |
| 2022-01-22 | Rollup merge of #93147 - nnethercote:interner-cleanups, r=lcnr | Matthias Krüger | -44/+69 |
| 2022-01-22 | Address review comments. | Nicholas Nethercote | -7/+8 |
| 2022-01-22 | Make `Decodable` and `Decoder` infallible. | Nicholas Nethercote | -136/+152 |
| 2022-01-22 | Rename `Decoder::read_nil` and `read_unit`. | Nicholas Nethercote | -1/+1 |
| 2022-01-21 | Clarify some code relating to interning and types. | Nicholas Nethercote | -24/+57 |
| 2022-01-21 | Auto merge of #93138 - matthiaskrgr:rollup-m8akifd, r=matthiaskrgr | bors | -6/+11 |
| 2022-01-21 | Make stability interning follow the usual pattern. | Nicholas Nethercote | -20/+12 |
| 2022-01-20 | Rollup merge of #93098 - Aaron1011:def-path-hash-debug, r=oli-obk | Matthias Krüger | -3/+8 |
| 2022-01-20 | Rollup merge of #91032 - eholk:generator-drop-tracking, r=nikomatsakis | Matthias Krüger | -3/+3 |
| 2022-01-20 | Rollup merge of #92582 - lcnr:generic-arg-infer, r=BoxyUwU | Matthias Krüger | -3/+17 |
| 2022-01-19 | Foreign types are trivially drop | Michael Goulet | -5/+5 |
| 2022-01-19 | Show a more informative panic message when `DefPathHash` does not exist | Aaron Hill | -3/+8 |
| 2022-01-19 | Store a `Symbol` instead of an `Ident` in `AssocItem` | Aaron Hill | -12/+15 |