| Age | Commit message (Expand) | Author | Lines |
| 2022-01-07 | Add query to avoid name comparison in `leaf_def` | Matthew Jasper | -28/+34 |
| 2021-12-29 | Auto merge of #92244 - petrochenkov:alltraits, r=cjgillot | bors | -6/+6 |
| 2021-12-28 | Rollup merge of #92076 - Aaron1011:rustdoc-auto-trait-ignore, r=cjgillot | Matthias Krüger | -1/+11 |
| 2021-12-28 | rustc_metadata: Encode list of all crate's traits into metadata | Vadim Petrochenkov | -6/+6 |
| 2021-12-25 | normalize env constness for nested obligations | Deadbeef | -0/+33 |
| 2021-12-24 | Normalize struct tail type when checking Pointee trait | Michael Goulet | -6/+32 |
| 2021-12-22 | When obligation is a sized predicate, prefer projection or object candidates ... | Jack Huey | -19/+29 |
| 2021-12-21 | Fix bad caching of `~const Drop` bounds | Deadbeef | -3/+3 |
| 2021-12-20 | Auto merge of #92041 - Aaron1011:remove-speculative-evaluation, r=jackh726 | bors | -18/+1 |
| 2021-12-20 | Eliminate `ObligationCauseData`. | Nicholas Nethercote | -56/+54 |
| 2021-12-19 | Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obk | bors | -2/+2 |
| 2021-12-18 | Re-introduce concept of projection cache 'completion' | Aaron Hill | -3/+69 |
| 2021-12-18 | Ignore other `PredicateKind`s in rustdoc auto trait finder | Aaron Hill | -1/+11 |
| 2021-12-17 | Remove 'speculative evaluation' of predicates | Aaron Hill | -18/+1 |
| 2021-12-16 | Prove obligations to termination instead of ignoring ambiguities. | Oli Scherer | -19/+42 |
| 2021-12-16 | Rollup merge of #91904 - SylvanB:remove_in_band_lifetimes_rustc_trait_selecti... | Matthias Krüger | -54/+63 |
| 2021-12-15 | Auto merge of #86986 - lcnr:simplify_type, r=nikomatsakis,oli-obk | bors | -18/+62 |
| 2021-12-15 | Remove `in_band_lifetimes` from `rustc_trait_selection` | Sylvan Bowdler | -54/+63 |
| 2021-12-15 | Rollup merge of #91880 - matthiaskrgr:clippy_perf_dec, r=jyn514 | Matthias Krüger | -1/+1 |
| 2021-12-15 | Remove unnecessary sigils around `Symbol::as_str()` calls. | Nicholas Nethercote | -2/+2 |
| 2021-12-15 | Rollup merge of #91881 - Patrick-Poitras:stabilize-iter-zip, r=scottmcm | Matthias Krüger | -1/+0 |
| 2021-12-14 | Stabilize iter::zip. | PFPoitras | -1/+0 |
| 2021-12-14 | fmt | lcnr | -2/+1 |
| 2021-12-14 | add some comments | lcnr | -0/+8 |
| 2021-12-14 | extend `simplify_type` | lcnr | -17/+54 |
| 2021-12-14 | fix clippy::single_char_pattern perf findings | Matthias Krüger | -1/+1 |
| 2021-12-13 | review comment: change wording of suggestion | Esteban Kuber | -1/+1 |
| 2021-12-13 | review comments | Esteban Kuber | -8/+20 |
| 2021-12-13 | Simplify diagnostic logic | Esteban Kuber | -123/+44 |
| 2021-12-13 | Fix rebase and clippy tests | Esteban Kuber | -38/+40 |
| 2021-12-13 | Keep info on pre-desugaring expression for better "incorrect `.await`" sugges... | Esteban Kuber | -2/+36 |
| 2021-12-13 | Reduce verbosity for `?` on non-`Try` expressions | Esteban Kuber | -0/+1 |
| 2021-12-13 | Reduce verbosity when calling `for`-loop on non-`Iterator` expression | Esteban Kuber | -2/+5 |
| 2021-12-13 | When `.await` is called on a non-`Future` expression, suggest removal | Esteban Kuber | -0/+27 |
| 2021-12-12 | Auto merge of #91549 - fee1-dead:const_env, r=spastorino | bors | -236/+181 |
| 2021-12-12 | Auto merge of #90423 - Aaron1011:deduplicate-projection, r=jackh726 | bors | -0/+6 |
| 2021-12-12 | Remap more env constness for queries | Deadbeef | -18/+17 |
| 2021-12-12 | Remap predicate/env constness before querying | Deadbeef | -4/+24 |
| 2021-12-12 | Revert "Auto merge of #91491 - spastorino:revert-91354, r=oli-obk" | Deadbeef | -231/+157 |
| 2021-12-11 | Tweak assoc type obligation spans | Esteban Kuber | -3/+63 |
| 2021-12-10 | Rollup merge of #91625 - est31:remove_indexes, r=oli-obk | Matthias Krüger | -3/+3 |
| 2021-12-09 | Remove redundant [..]s | est31 | -3/+3 |
| 2021-12-08 | Use Vec extend instead of repeated pushes in several places | Jakub Beránek | -6/+2 |
| 2021-12-05 | Auto merge of #91555 - matthiaskrgr:rollup-pq0iaq7, r=matthiaskrgr | bors | -5/+17 |
| 2021-12-05 | Rollup merge of #90529 - b-naber:reborrows-consts, r=lcnr | Matthias Krüger | -5/+17 |
| 2021-12-05 | skip reborrows during AbstractConst building | b-naber | -5/+17 |
| 2021-12-04 | Use IntoIterator for array impl everywhere. | Mara Bos | -6/+2 |
| 2021-12-04 | Rollup merge of #90519 - estebank:issue-84003, r=petrochenkov | Matthias Krüger | -3/+3 |
| 2021-12-03 | Annotate `derive`d spans and move span suggestion code | Esteban Kuber | -3/+3 |
| 2021-12-03 | Revert "Auto merge of #91354 - fee1-dead:const_env, r=spastorino" | Santiago Pastorino | -157/+231 |