| Age | Commit message (Expand) | Author | Lines |
| 2021-09-27 | Improve cause information for NLL higher-ranked errors | Aaron Hill | -74/+137 |
| 2021-09-25 | Auto merge of #89030 - nbdd0121:box2, r=jonas-schievink | bors | -9/+6 |
| 2021-09-25 | Introduce `Rvalue::ShallowInitBox` | Gary Guo | -9/+6 |
| 2021-09-24 | Rollup merge of #89001 - jackh726:binder-cleanup, r=nikomatsakis | Jubilee | -5/+9 |
| 2021-09-23 | Check that TAIT generics are fully generic in mir typeck instead of wf-check,... | Oli Scherer | -11/+116 |
| 2021-09-20 | Auto merge of #88708 - Aaron1011:aggregate-usage, r=oli-obk | bors | -0/+14 |
| 2021-09-18 | Auto merge of #88980 - tmiasko:instrument-debug, r=oli-obk | bors | -1/+1 |
| 2021-09-17 | Rollup merge of #87460 - FabianWolff:issue-87456, r=Aaron1011 | Guillaume Gomez | -4/+8 |
| 2021-09-16 | Auto merge of #88719 - estebank:point-at-arg-for-obligation, r=nagisa | bors | -1/+0 |
| 2021-09-16 | Add `ConstraintCategory::Usage` for handling aggregate construction | Aaron Hill | -0/+14 |
| 2021-09-16 | Refactor `FulfillmentError` to track less data | Esteban Kuber | -1/+0 |
| 2021-09-15 | Remove ToPredicate impls that use Binder::dummy | jackh726 | -5/+9 |
| 2021-09-15 | Allow call to get_body_with_borrowck_facts without -Z polonius | Will Crichton | -10/+10 |
| 2021-09-15 | Use explicit log level in tracing instrument macro | Tomasz Miąsko | -1/+1 |
| 2021-09-15 | Point to closure when emitting 'cannot move out' for captured variable | Fabian Wolff | -4/+8 |
| 2021-09-12 | Auto merge of #88811 - jackh726:issue-88446, r=nikomatsakis | bors | -15/+24 |
| 2021-09-12 | Auto merge of #88771 - jackh726:wf_tys_set, r=nikomatsakis | bors | -3/+4 |
| 2021-09-11 | don't clone types that are Copy (clippy::clone_on_copy) | Matthias Krüger | -4/+4 |
| 2021-09-09 | Use FxHashMap | jackh726 | -17/+21 |
| 2021-09-09 | In relate_tys, when creating new universes, insert missing universes as other | jackh726 | -3/+8 |
| 2021-09-09 | Fix two uses of `span_note` when the source is not available | Fabian Wolff | -2/+17 |
| 2021-09-09 | Only add_implied_bounds for norm_ty if different | jackh726 | -3/+4 |
| 2021-09-09 | Fix issue #72649: avoid spurious "previous iteration of loop" errors. | Robert Xiao | -28/+80 |
| 2021-09-08 | Rebase fallout. | Camille GILLOT | -0/+1 |
| 2021-09-07 | Rename rustc_mir to rustc_const_eval. | Camille GILLOT | -9/+10 |
| 2021-09-07 | Move the dataflow framework to its own crate. | Camille GILLOT | -40/+38 |
| 2021-09-07 | Move rustc_mir::borrow_check to new crate rustc_borrowck. | Camille GILLOT | -0/+23979 |