| Age | Commit message (Expand) | Author | Lines |
| 2020-03-26 | Update imports from `dataflow::generic` to `dataflow` | Dylan MacKenzie | -7/+7 |
| 2020-03-26 | Rename asm! to llvm_asm! | Amanieu d'Antras | -3/+3 |
| 2020-03-26 | borrowck diagnostics: address review comments. | Mazdak Farrokhzad | -22/+28 |
| 2020-03-25 | borrowck: prefer "value" over "`_`". | Mazdak Farrokhzad | -76/+55 |
| 2020-03-24 | Rollup merge of #70277 - matthewjasper:remove-closurebound, r=nikomatsakis | Mazdak Farrokhzad | -36/+8 |
| 2020-03-24 | Rollup merge of #70264 - tirr-c:issue-69789-mut-suggestion, r=estebank | Mazdak Farrokhzad | -23/+59 |
| 2020-03-24 | Rollup merge of #69981 - oli-obk:const_blocks, r=eddyb | Mazdak Farrokhzad | -1/+5 |
| 2020-03-23 | Remove `ReClosureBound` | Matthew Jasper | -36/+8 |
| 2020-03-23 | Evaluate repeat expression lengths as late as possible | Oliver Scherer | -1/+5 |
| 2020-03-23 | Rollup merge of #69968 - eddyb:tupled-closure-captures, r=nikomatsakis | Mazdak Farrokhzad | -37/+30 |
| 2020-03-22 | Fix invalid suggestion on `&mut` iterators yielding `&` references | Wonwoo Choi | -23/+59 |
| 2020-03-21 | make some let-if-bindings more idiomatic (clippy::useless_let_if_seq) | Matthias Krüger | -8/+4 |
| 2020-03-21 | rustc: keep upvars tupled in {Closure,Generator}Substs. | Eduard-Mihai Burtescu | -37/+30 |
| 2020-03-21 | Rollup merge of #70089 - eddyb:closure-sig-infer, r=nikomatsakis | Mazdak Farrokhzad | -5/+3 |
| 2020-03-21 | Rollup merge of #70187 - matthiaskrgr:cl2ppy, r=Mark-Simulacrum | Mazdak Farrokhzad | -2/+2 |
| 2020-03-21 | Rollup merge of #69033 - jonas-schievink:resume-with-context, r=tmandry | Mazdak Farrokhzad | -2/+5 |
| 2020-03-20 | remove redundant returns (clippy::needless_return) | Matthias Krüger | -2/+2 |
| 2020-03-19 | rustc: use LocalDefId instead of DefIndex in hir::map::definitions. | Eduard-Mihai Burtescu | -1/+3 |
| 2020-03-19 | rustc: use LocalDefId instead of DefIndex in HirId. | Eduard-Mihai Burtescu | -1/+1 |
| 2020-03-19 | rustc: introduce DefId::as_local(self) -> Option<LocalDefId> and use it. | Eduard-Mihai Burtescu | -1/+1 |
| 2020-03-19 | rustc: rename DefId::to_local to expect_local and use it instead of LocalDefI... | Eduard-Mihai Burtescu | -1/+1 |
| 2020-03-19 | rustc: use LocalDefId instead of DefIndex for query keys. | Eduard-Mihai Burtescu | -1/+1 |
| 2020-03-18 | Rollup merge of #69920 - Centril:hir-cleanup, r=Zoxc | Mazdak Farrokhzad | -6/+3 |
| 2020-03-18 | rustc_infer: remove InferCtxt::closure_sig as the FnSig is always shallowly k... | Eduard-Mihai Burtescu | -5/+3 |
| 2020-03-17 | Improve debug log in MIR type check | Jonas Schievink | -2/+5 |
| 2020-03-17 | Don't use `TypeckTables` in NiceRegionError | Matthew Jasper | -2/+1 |
| 2020-03-16 | use direct imports for `rustc::{lint, session}`. | Mazdak Farrokhzad | -6/+3 |
| 2020-03-15 | More Method->Fn renaming | Mark Mansi | -3/+3 |
| 2020-03-15 | Rollup merge of #69967 - mark-i-m:rinfctx, r=matthewjasper | Dylan DPC | -10/+13 |
| 2020-03-14 | Make downstream crates compile. | Camille GILLOT | -12/+15 |
| 2020-03-14 | Move traits::query::outlives_bounds::explicit_outlives_bounds to infer::outli... | Camille GILLOT | -2/+3 |
| 2020-03-14 | Move opaque_types::unexpected_hidden_region_diagnostic to error_reporting. | Camille GILLOT | -2/+3 |
| 2020-03-13 | move frozen to rustc_data_structures | Mark Mansi | -26/+8 |
| 2020-03-12 | Remove another Rc from RegionInferenceContext | Mark Mansi | -6/+8 |
| 2020-03-12 | Remove a couple of Rc's from RegionInferenceContext | Mark Mansi | -9/+28 |
| 2020-03-12 | Rollup merge of #69674 - mark-i-m:assoc-fn, r=matthewjasper | Mazdak Farrokhzad | -2/+2 |
| 2020-03-10 | Rollup merge of #69714 - spastorino:place-ref-lifetime, r=oli-obk | Mazdak Farrokhzad | -41/+39 |
| 2020-03-08 | Rollup merge of #69120 - spunit262:invalid-sugar-suggest, r=matthewjasper | Mazdak Farrokhzad | -43/+45 |
| 2020-03-07 | Rollup merge of #69773 - matthiaskrgr:typos, r=petrochenkov | Mazdak Farrokhzad | -6/+6 |
| 2020-03-06 | Don't redundantly repeat field names (clippy::redundant_field_names) | Matthias Krüger | -3/+3 |
| 2020-03-06 | fix various typos | Matthias Krüger | -6/+6 |
| 2020-03-04 | PlaceRef<'a, 'tcx> -> PlaceRef<'tcx> | Santiago Pastorino | -34/+30 |
| 2020-03-04 | Make PlaceRef lifetimes of is_prefix_of be both 'tcx | Santiago Pastorino | -4/+4 |
| 2020-03-04 | Make PlaceRef lifetimes of classify_drop_access_kind be both 'tcx | Santiago Pastorino | -1/+1 |
| 2020-03-04 | Make PlaceRef lifetimes of closure_span be both 'tcx | Santiago Pastorino | -1/+1 |
| 2020-03-04 | Make PlaceRef lifetimes of move_spans be both 'tcx | Santiago Pastorino | -1/+1 |
| 2020-03-04 | Make PlaceRef lifetimes of borrowed_content_source be both 'tcx | Santiago Pastorino | -2/+2 |
| 2020-03-04 | Make PlaceRef lifetimes of describe_field be both 'tcx | Santiago Pastorino | -1/+1 |
| 2020-03-04 | Make PlaceRef lifetimes of add_moved_or_invoked_closure_note be both 'tcx | Santiago Pastorino | -1/+1 |
| 2020-03-04 | Make PlaceRef lifetimes of is_upvar_field_projection be both 'tcx | Santiago Pastorino | -6/+6 |