| Age | Commit message (Expand) | Author | Lines |
| 2021-12-02 | Auto merge of #91469 - matthiaskrgr:rollup-xom3j55, r=matthiaskrgr | bors | -1/+5 |
| 2021-12-02 | Rollup merge of #91329 - Aaron1011:modulo-regions-test, r=jackh726 | Matthias Krüger | -1/+5 |
| 2021-12-02 | Auto merge of #91318 - eggyal:reduce-boilerplate-around-infallible-folders, r... | bors | -119/+101 |
| 2021-12-02 | Rename TypeFolderFallible to FallibleTypeFolder | Alan Egerton | -2/+2 |
| 2021-12-02 | Reduce boilerplate around infallible folders | Alan Egerton | -119/+101 |
| 2021-12-02 | Auto merge of #91455 - matthiaskrgr:rollup-gix2hy6, r=matthiaskrgr | bors | -3/+1 |
| 2021-12-02 | Rollup merge of #91394 - Mark-Simulacrum:bump-stage0, r=pietroalbini | Matthias Krüger | -3/+1 |
| 2021-12-02 | Auto merge of #91354 - fee1-dead:const_env, r=spastorino | bors | -232/+157 |
| 2021-12-01 | TODO => FIXME | Deadbeef | -1/+1 |
| 2021-12-01 | Cache with consistent env and bound | Deadbeef | -8/+18 |
| 2021-12-01 | Rollup merge of #90985 - camsteffen:diag-name-usage, r=jackh726 | Matthias Krüger | -6/+6 |
| 2021-11-30 | re-format with new rustfmt | Mark Rousskov | -3/+1 |
| 2021-11-29 | Reformat everything | Deadbeef | -4/+1 |
| 2021-11-29 | Completely remove ConstnessAnd | Oli Scherer | -12/+10 |
| 2021-11-29 | Avoid storing the ImplPolarity and Constness next to a TraitRef and use Trait... | Oli Scherer | -43/+51 |
| 2021-11-29 | Replace `ConstnessAnd<TraitRef>` with `TraitPredicate` which conveys the same... | Oli Scherer | -65/+44 |
| 2021-11-29 | Prefer TraitPredicate over ConstnessAnd<TraitRef> | Oli Scherer | -24/+9 |
| 2021-11-29 | Use the constness from the param env instead of having a separate dimension f... | Oli Scherer | -75/+4 |
| 2021-11-29 | Add constness to ParamEnv | Oli Scherer | -7/+26 |
| 2021-11-28 | Fix incorrect usage of `EvaluatedToOk` when evaluating `TypeOutlives` | Aaron Hill | -1/+5 |
| 2021-11-28 | Auto merge of #91230 - eggyal:fallible-type-fold, r=jackh726 | bors | -171/+163 |
| 2021-11-27 | Only check for errors in predicate when skipping impl assembly | Aaron Hill | -1/+4 |
| 2021-11-26 | Use `TypeFolder::Error` for `FullTypeResolver` and `QueryNormalizer` | LeSeulArtichaut | -76/+41 |
| 2021-11-26 | Unwrap the results of type folders | LeSeulArtichaut | -17/+23 |
| 2021-11-26 | Adapt `TypeFolder` implementors to return a `Result` | LeSeulArtichaut | -83/+104 |
| 2021-11-24 | Add impl polarity to fields | Deadbeef | -26/+27 |
| 2021-11-24 | Allow more cases to match ~const Drop. | Deadbeef | -32/+48 |
| 2021-11-22 | Use `derive_default_enum` in the compiler | Jacob Pratt | -10/+7 |
| 2021-11-21 | Simplify for loop desugar | Cameron Steffen | -4/+3 |
| 2021-11-20 | Do not mention associated items when they introduce an obligation | Esteban Kuber | -9/+3 |
| 2021-11-20 | Point at source of trait bound obligations in more places | Esteban Kuber | -7/+19 |
| 2021-11-18 | rustc: Remove `#[rustc_synthetic]` | Vadim Petrochenkov | -3/+4 |
| 2021-11-17 | Rollup merge of #90884 - Nilstrieb:fix-span-trivial-trait-bound, r=estebank | Matthias Krüger | -1/+2 |
| 2021-11-16 | Use get_diagnostic_name more | Cameron Steffen | -6/+6 |
| 2021-11-16 | Rollup merge of #90819 - JakobDegen:issue-90804, r=petrochenkov | Yuki Okushi | -38/+21 |
| 2021-11-15 | refactor is_param_bound | Taylor Yu | -8/+2 |
| 2021-11-15 | check where clause before suggesting unsized | Taylor Yu | -0/+19 |
| 2021-11-14 | Fix span for non-satisfied trivial trait bounds | Nilstrieb | -1/+2 |
| 2021-11-13 | Fix handling of substitutions and binders when deciding whether to suggest re... | Jakob Degen | -38/+21 |
| 2021-11-11 | Use `associated_item_def_ids` more | Matthew Jasper | -7/+1 |
| 2021-11-11 | Auto merge of #90648 - matthewjasper:assoc-item-cleanup, r=cjgillot | bors | -11/+4 |
| 2021-11-10 | don't inline `report_overlap_conflict` | lcnr | -0/+5 |
| 2021-11-10 | no overlap errors after failing the orphan check | lcnr | -2/+6 |
| 2021-11-09 | Auto merge of #90734 - matthiaskrgr:rollup-e1euotp, r=matthiaskrgr | bors | -3/+3 |
| 2021-11-09 | Rollup merge of #89561 - nbdd0121:const_typeck, r=nikomatsakis | Matthias Krüger | -3/+3 |
| 2021-11-09 | Auto merge of #86041 - bstrie:unmagic-array-copy, r=jackh726 | bors | -7/+4 |
| 2021-11-08 | impl Copy/Clone for arrays in std, not in compiler | bstrie | -7/+4 |
| 2021-11-08 | fmt | Deadbeef | -28/+8 |
| 2021-11-08 | Make select_* methods return Vec for TraitEngine | Deadbeef | -65/+84 |
| 2021-11-07 | more clippy fixes | Matthias Krüger | -13/+8 |