| Age | Commit message (Expand) | Author | Lines |
| 2020-03-25 | Rollup merge of #70373 - Centril:canon-imports, r=Mark-Simulacrum | Mazdak Farrokhzad | -2/+1 |
| 2020-03-24 | normalize some imports, prefer direct ones. | Mazdak Farrokhzad | -2/+1 |
| 2020-03-24 | Rollup merge of #70213 - eddyb:stalled-on-ty-or-const, r=nikomatsakis | Mazdak Farrokhzad | -40/+94 |
| 2020-03-24 | Rollup merge of #70277 - matthewjasper:remove-closurebound, r=nikomatsakis | Mazdak Farrokhzad | -24/+2 |
| 2020-03-23 | Remove `ReClosureBound` | Matthew Jasper | -24/+2 |
| 2020-03-23 | Rollup merge of #69968 - eddyb:tupled-closure-captures, r=nikomatsakis | Mazdak Farrokhzad | -10/+7 |
| 2020-03-23 | Rollup merge of #69942 - estebank:sized-verbose-sugg, r=matthewjasper | Mazdak Farrokhzad | -11/+6 |
| 2020-03-22 | Increase verbosity when suggesting subtle code changes | Esteban Küber | -11/+6 |
| 2020-03-22 | Rollup merge of #70254 - matthiaskrgr:cl4ppy, r=Centril | Dylan DPC | -4/+2 |
| 2020-03-22 | Rollup merge of #70229 - matthiaskrgr:cl3ppy, r=Mark-Simulacrum | Dylan DPC | -2/+2 |
| 2020-03-22 | don't create variable bindings just to return the bound value immediately (cl... | Matthias Krüger | -4/+2 |
| 2020-03-21 | don't redundantly repeat field names (clippy::redundant_field_names) | Matthias Krüger | -2/+2 |
| 2020-03-21 | rustc: keep upvars tupled in {Closure,Generator}Substs. | Eduard-Mihai Burtescu | -10/+7 |
| 2020-03-21 | Rollup merge of #70119 - eddyb:typeck-tables-local-def-id, r=petrochenkov | Dylan DPC | -7/+7 |
| 2020-03-21 | traits/fulfill: allow `stalled_on` to track `ty::Const::Infer(_)` (unused yet). | Eduard-Mihai Burtescu | -11/+74 |
| 2020-03-21 | infer: export methods on `InferCtxt` instead of `ShallowResolver`. | Eduard-Mihai Burtescu | -35/+26 |
| 2020-03-21 | Rollup merge of #70089 - eddyb:closure-sig-infer, r=nikomatsakis | Mazdak Farrokhzad | -10/+0 |
| 2020-03-20 | remove redundant returns (clippy::needless_return) | Matthias Krüger | -12/+10 |
| 2020-03-19 | rustc: use LocalDefId instead of DefId in TypeckTables. | Eduard-Mihai Burtescu | -7/+7 |
| 2020-03-18 | Rollup merge of #69920 - Centril:hir-cleanup, r=Zoxc | Mazdak Farrokhzad | -3/+4 |
| 2020-03-18 | rustc_infer: remove InferCtxt::closure_sig as the FnSig is always shallowly k... | Eduard-Mihai Burtescu | -10/+0 |
| 2020-03-17 | Erase regions in writeback | Matthew Jasper | -34/+76 |
| 2020-03-17 | Don't use `TypeckTables` in NiceRegionError | Matthew Jasper | -58/+50 |
| 2020-03-16 | use direct imports for `rustc::{lint, session}`. | Mazdak Farrokhzad | -3/+4 |
| 2020-03-15 | More Method->Fn renaming | Mark Mansi | -2/+2 |
| 2020-03-14 | Index HIR after creating TyCtxt | John Kåre Alsaker | -9/+9 |
| 2020-03-14 | Trim dependencies and features. | Camille GILLOT | -8/+2 |
| 2020-03-14 | Split librustc_infer. | Camille GILLOT | -132/+818 |
| 2020-03-14 | Move rustc_infer::traits to new crate rustc_trait_selection. | Camille GILLOT | -17866/+0 |
| 2020-03-14 | Mode ProjectionCache to its own module. | Camille GILLOT | -184/+198 |
| 2020-03-14 | Move traits::query::outlives_bounds::explicit_outlives_bounds to infer::outli... | Camille GILLOT | -21/+26 |
| 2020-03-14 | Move opaque_types::unexpected_hidden_region_diagnostic to error_reporting. | Camille GILLOT | -85/+82 |
| 2020-03-14 | Move IntercrateAmbiguityCause back to rustc::traits::select. | Camille GILLOT | -41/+0 |
| 2020-03-14 | Rollup merge of #69809 - matthiaskrgr:lifetimes, r=eddyb | Yuki Okushi | -3/+3 |
| 2020-03-14 | Rollup merge of #69802 - matthiaskrgr:cl1ppy, r=Dylan-DPC | Yuki Okushi | -8/+3 |
| 2020-03-12 | remove lifetimes that can be elided (clippy::needless_lifetimes) | Matthias Krüger | -3/+3 |
| 2020-03-12 | Rollup merge of #69747 - spastorino:rename-rustc-guide, r=pietroalbini | Mazdak Farrokhzad | -42/+42 |
| 2020-03-12 | Rollup merge of #69674 - mark-i-m:assoc-fn, r=matthewjasper | Mazdak Farrokhzad | -7/+7 |
| 2020-03-11 | Rollup merge of #69591 - matthewjasper:query-response-relate, r=nikomatsakis | Mazdak Farrokhzad | -7/+78 |
| 2020-03-10 | rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.org | Santiago Pastorino | -21/+21 |
| 2020-03-10 | Rename Rustc Guide to Rustc Dev Guide | Santiago Pastorino | -2/+2 |
| 2020-03-10 | Rename rustc guide to rustc dev guide | Santiago Pastorino | -23/+23 |
| 2020-03-10 | Rename rustc-guide to rustc-dev-guide | Santiago Pastorino | -23/+23 |
| 2020-03-07 | remove unneeded mutable references (cippy::unnecessary_mut_passed) | Matthias Krüger | -2/+2 |
| 2020-03-07 | Use ?-operator in more places (clippy::question_mark, had some false negative... | Matthias Krüger | -6/+1 |
| 2020-03-07 | Rollup merge of #69773 - matthiaskrgr:typos, r=petrochenkov | Mazdak Farrokhzad | -11/+11 |
| 2020-03-06 | Don't redundantly repeat field names (clippy::redundant_field_names) | Matthias Krüger | -17/+17 |
| 2020-03-06 | fix various typos | Matthias Krüger | -11/+11 |
| 2020-03-06 | Auto merge of #69614 - estebank:ice-age, r=davidtwco | bors | -7/+11 |
| 2020-03-05 | Don't pass &mut where immutable reference (&) is sufficient (clippy::unnecess... | Matthias Krüger | -1/+1 |