| Age | Commit message (Expand) | Author | Lines |
| 2022-01-18 | Auto merge of #87648 - JulianKnodt:const_eq_constrain, r=oli-obk | bors | -24/+33 |
| 2022-01-18 | Check const Drop impls considering ConstIfConst bounds | Michael Goulet | -136/+170 |
| 2022-01-17 | Fix Inline MIR pass on a function with un-satisfiable bounds | Michael Goulet | -0/+2 |
| 2022-01-17 | Update with final comments | kadmin | -4/+4 |
| 2022-01-17 | Add term to ExistentialProjection | kadmin | -6/+5 |
| 2022-01-17 | Update w/ comments | kadmin | -2/+1 |
| 2022-01-17 | Update term for use in more places | kadmin | -18/+28 |
| 2022-01-17 | Use Term in ProjectionPredicate | kadmin | -13/+14 |
| 2022-01-17 | directly use ConstValue for single literals in blocks | b-naber | -8/+3 |
| 2022-01-17 | Auto merge of #90986 - camsteffen:nested-filter, r=cjgillot | bors | -18/+0 |
| 2022-01-17 | Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieu | bors | -1/+1 |
| 2022-01-16 | Replace NestedVisitorMap with NestedFilter | Cameron Steffen | -18/+0 |
| 2022-01-16 | Rollup merge of #92710 - jackh726:issue-92280, r=nikomatsakis | Matthias Krüger | -1/+3 |
| 2022-01-16 | Auto merge of #92805 - BoxyUwU:revert-lazy-anon-const-substs, r=lcnr | bors | -59/+34 |
| 2022-01-15 | Reduce use of local_def_id_to_hir_id. | Camille GILLOT | -3/+4 |
| 2022-01-15 | Return a LocalDefId in get_parent_item. | Camille GILLOT | -2/+2 |
| 2022-01-15 | Rollup merge of #92191 - jackh726:issue-89352, r=nikomatsakis | Matthias Krüger | -19/+29 |
| 2022-01-15 | nyahggdshjjghsdfhgsf | Ellen | -2/+0 |
| 2022-01-15 | unrevert # 88557 | Ellen | -28/+5 |
| 2022-01-15 | attempt to re-add `ty::Unevaluated` visitor and friends | Ellen | -57/+41 |
| 2022-01-15 | initial revert | Ellen | -93/+109 |
| 2022-01-13 | Rollup merge of #92006 - oli-obk:welcome_opaque_types_into_the_fold, r=nikoma... | Matthias Krüger | -19/+42 |
| 2022-01-12 | Remove deprecated LLVM-style inline assembly | Tomasz Miąsko | -1/+1 |
| 2022-01-11 | Auto merge of #92070 - rukai:replace_vec_into_iter_with_array_into_iter, r=Ma... | bors | -3/+3 |
| 2022-01-10 | Rollup merge of #92248 - compiler-errors:normalize-type-for-pointee, r=jackh726 | Matthias Krüger | -6/+32 |
| 2022-01-10 | Elaborate param_env predicates when checking if type outlives involving proje... | Jack Huey | -1/+3 |
| 2022-01-09 | eplace usages of vec![].into_iter with [].into_iter | Lucas Kent | -3/+3 |
| 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 |