| Age | Commit message (Expand) | Author | Lines |
| 2020-02-11 | Auto merge of #69062 - Dylan-DPC:rollup-7wpjpqu, r=Dylan-DPC | bors | -6/+97 |
| 2020-02-11 | Rollup merge of #68816 - estebank:fn-mut-closure, r=varkor | Dylan DPC | -6/+97 |
| 2020-02-11 | Move more into decorate functions. | jumbatm | -1/+1 |
| 2020-02-11 | Run RustFmt | jumbatm | -8/+3 |
| 2020-02-11 | Invert control in struct_lint_level. | jumbatm | -14/+18 |
| 2020-02-09 | Improve reporting errors and suggestions for trait bounds | Patryk Wychowaniec | -1/+1 |
| 2020-02-08 | review comments | Esteban Küber | -6/+7 |
| 2020-02-07 | Auto merge of #65232 - nikomatsakis:lazy-norm-anon-const-push-2, r=matthewjasper | bors | -6/+18 |
| 2020-02-06 | Rollup merge of #68524 - jonas-schievink:generator-resume-arguments, r=Zoxc | Dylan DPC | -3/+9 |
| 2020-02-06 | index ReEmpty by universe | Niko Matsakis | -4/+6 |
| 2020-02-06 | integrate the `sub_free_regions` code so we have only one copy of it | Niko Matsakis | -2/+7 |
| 2020-02-06 | add a `IsEmpty` for use in verified bounds | Niko Matsakis | -0/+5 |
| 2020-02-04 | Rollup merge of #68819 - estebank:split_at_mut, r=oli-obk | Dylan DPC | -2/+25 |
| 2020-02-03 | Tweak borrow error on `FnMut` when `Fn` is expected | Esteban Küber | -6/+96 |
| 2020-02-03 | Suggest `split_at_mut` on multiple mutable index access | Esteban Küber | -2/+25 |
| 2020-02-02 | Account for `?Sized` type parameter bounds | Esteban Küber | -0/+2 |
| 2020-02-02 | Remove duplicated code | Esteban Küber | -1/+1 |
| 2020-02-02 | Add resume arg place to `Yield` MIR terminator | Jonas Schievink | -3/+9 |
| 2020-02-01 | Use BufWriter | Shotaro Yamada | -7/+27 |
| 2020-01-31 | Auto merge of #68080 - varkor:declared-here, r=petrochenkov | bors | -2/+2 |
| 2020-01-28 | Fix some wrong dereferences after rebase | Santiago Pastorino | -2/+2 |
| 2020-01-28 | ./x.py fmt | Santiago Pastorino | -8/+13 |
| 2020-01-28 | Place::ty_from takes local by value | Santiago Pastorino | -21/+21 |
| 2020-01-28 | Local field on PlaceRef and RootPlace is not a reference anymore | Santiago Pastorino | -54/+54 |
| 2020-01-28 | record_killed_borrows_for_local takes Local by value | Santiago Pastorino | -4/+4 |
| 2020-01-28 | Place conflict functions take Local by value | Santiago Pastorino | -6/+6 |
| 2020-01-27 | don't clone types that are copy, round two. | Matthias Krüger | -9/+7 |
| 2020-01-24 | Normalise diagnostics with respect to "the X is declared/defined here" | varkor | -2/+2 |
| 2020-01-24 | Rollup merge of #68424 - estebank:suggest-borrow-for-non-copy-vec, r=davidtwco | Tyler Mandry | -4/+25 |
| 2020-01-23 | use `diagnostic_item` and modify wording | Esteban Küber | -6/+16 |
| 2020-01-21 | Suggest borrowing `Vec<NonCopy>` in for loop | Esteban Küber | -0/+11 |
| 2020-01-21 | Rollup merge of #68140 - ecstatic-morse:const-trait-bound-opt-out, r=oli-obk | Mazdak Farrokhzad | -7/+14 |
| 2020-01-20 | Add `constness` field to `ty::Predicate::Trait` | Dylan MacKenzie | -7/+14 |
| 2020-01-18 | remove rustc_error_codes deps except in rustc_driver | Mazdak Farrokhzad | -1/+0 |
| 2020-01-17 | Auto merge of #67476 - mark-i-m:simplify-borrow_check-5, r=matthewjasper | bors | -879/+787 |
| 2020-01-16 | don't clone types that are copy | Matthias Krüger | -2/+2 |
| 2020-01-12 | address review comments | Mark Mansi | -13/+12 |
| 2020-01-12 | Get rid of RegionErrorNamingContext | Mark Mansi | -169/+86 |
| 2020-01-12 | rename nonlexical_regioncx -> regioncx | Mark Mansi | -48/+34 |
| 2020-01-12 | Privatize the fields of RegionInferenceContext | Mark Mansi | -38/+71 |
| 2020-01-12 | Move report_region_errors to region_errors.rs | Mark Mansi | -124/+125 |
| 2020-01-12 | Move a bunch of methods to inherent impl MirBorrowckCtxt | mark | -145/+130 |
| 2020-01-12 | Move some methods to region_infer/mod.rs | Mark Mansi | -431/+440 |
| 2020-01-12 | More separation of error reporting from region inference | Mark Mansi | -99/+77 |
| 2020-01-12 | Diagnostics should start lowercase | varkor | -2/+2 |
| 2020-01-11 | Auto merge of #67000 - spastorino:remove-promoted-from-place, r=oli-obk | bors | -550/+303 |
| 2020-01-10 | Remove PlaceBase enum and make Place base field be local: Local | Santiago Pastorino | -262/+206 |
| 2020-01-10 | Remove Static from PlaceBase | Santiago Pastorino | -188/+71 |
| 2020-01-10 | Remove unused param_env parameter | Santiago Pastorino | -44/+6 |
| 2020-01-10 | Remove StaticKind | Santiago Pastorino | -36/+20 |