| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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 |
| 2022-01-19 | never is trivially const-drop, and add test | Michael Goulet | -2/+2 |
| 2022-01-19 | Rollup merge of #93077 - lcnr:write_substs, r=oli-obk | Matthias Krüger | -4/+0 |
| 2022-01-19 | remove `is_noop` | lcnr | -4/+0 |
| 2022-01-19 | Rollup merge of #93041 - pierwill:rm-unused-defid-ords, r=cjgillot | Matthias Krüger | -16/+6 |
| 2022-01-19 | Rollup merge of #88642 - c410-f3r:let_chains_2, r=matthewjasper | Matthias Krüger | -1/+1 |
| 2022-01-18 | Short-circuit some trivially const Drop types | Michael Goulet | -0/+36 |
| 2022-01-18 | Formally implement let chains | Caio | -1/+1 |
| 2022-01-18 | Track drops across multiple yields | Eric Holk | -3/+3 |
| 2022-01-18 | Rollup merge of #93018 - pierwill:rm-unused-ord, r=davidtwco | Matthias Krüger | -1/+1 |
| 2022-01-18 | Rollup merge of #92780 - b-naber:postpone-const-eval-coherence, r=lcnr | Matthias Krüger | -9/+12 |
| 2022-01-18 | Remove some unused `Ord` derivations based on `DefId` | pierwill | -17/+7 |
| 2022-01-18 | intra-doc links | lcnr | -2/+2 |
| 2022-01-18 | change `ct_infer` to a delay_span_bug | lcnr | -3/+17 |
| 2022-01-18 | Auto merge of #87648 - JulianKnodt:const_eq_constrain, r=oli-obk | bors | -52/+154 |
| 2022-01-18 | Check const Drop impls considering ConstIfConst bounds | Michael Goulet | -13/+20 |