| Age | Commit message (Expand) | Author | Lines |
| 2020-04-07 | Rollup merge of #70857 - faern:use-assoc-int-float-consts, r=dtolnay | Dylan DPC | -7/+3 |
| 2020-04-07 | Auto merge of #70164 - eddyb:walk-generic-arg, r=nikomatsakis | bors | -114/+181 |
| 2020-04-07 | Use assoc integer constants in librustc_* | Linus Färnstrand | -7/+3 |
| 2020-04-07 | Rollup merge of #70821 - rkuhn:expose_suggestions_InferCtxtExt, r=eddyb | Dylan DPC | -1/+2 |
| 2020-04-06 | ty: remove `{Existential,}Trait{Ref,Predicate}::input_types`. | Eduard-Mihai Burtescu | -23/+39 |
| 2020-04-06 | ty: switch `Ty::walk` from `Ty` to `GenericArg`. | Eduard-Mihai Burtescu | -74/+94 |
| 2020-04-06 | traits/coherence: stop using `Ty::walk_shallow`. | Eduard-Mihai Burtescu | -19/+50 |
| 2020-04-06 | Update src/librustc_trait_selection/traits/error_reporting/suggestions.rs | Roland Kuhn | -1/+1 |
| 2020-04-05 | expose suggestions::InferCtxtExt for clippy | Roland Kuhn | -1/+2 |
| 2020-04-05 | "cannot resolve" → "cannot satisfy" | Esteban Küber | -5/+5 |
| 2020-04-03 | Rollup merge of #70641 - estebank:dedup-code, r=nikomatsakis | Mazdak Farrokhzad | -295/+2 |
| 2020-04-03 | Rollup merge of #70731 - JohnTitor:follow-up-rustc-middle, r=eddyb | Dylan DPC | -1/+1 |
| 2020-04-03 | Minor follow-up after renaming librustc(_middle) | Yuki Okushi | -1/+1 |
| 2020-04-03 | .unwrap() less on .span_to_snippet() | Mazdak Farrokhzad | -17/+15 |
| 2020-04-03 | get_fn_like_arguments: avoid .unwrap | Mazdak Farrokhzad | -33/+24 |
| 2020-04-02 | Rollup merge of #70658 - davidtwco:issue-70285-still-further-specializable, r... | Mazdak Farrokhzad | -1/+1 |
| 2020-04-02 | direct imports for langitem stuff | Mazdak Farrokhzad | -3/+3 |
| 2020-04-02 | use direct import for ErrorReported | Mazdak Farrokhzad | -5/+3 |
| 2020-04-02 | nix rustc_target::abi::* reexport in ty::layout | Mazdak Farrokhzad | -1/+1 |
| 2020-04-02 | add `STILL_FURTHER_SPECIALIZABLE` flag | David Wood | -1/+1 |
| 2020-04-01 | Remove duplicated code in trait selection | Esteban Küber | -295/+2 |
| 2020-03-30 | Use query instead of `impl_is_default` fn | Jonas Schievink | -2/+1 |
| 2020-03-30 | Sync `Instance::resolve` with the projection code | Jonas Schievink | -45/+2 |
| 2020-03-30 | spec. graph: track defining and finalizing impls | Jonas Schievink | -55/+14 |
| 2020-03-30 | Simplify `NodeItem` | Jonas Schievink | -1/+1 |
| 2020-03-30 | Use if let instead of match when only matching a single variant (clippy::sing... | Matthias Krüger | -94/+83 |
| 2020-03-30 | rustc -> rustc_middle part 3 (rustfmt) | Mazdak Farrokhzad | -43/+49 |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -93/+93 |
| 2020-03-30 | rustc -> rustc_middle part 1 | Mazdak Farrokhzad | -1/+1 |
| 2020-03-29 | Tweak `suggest_constraining_type_param` | Esteban Küber | -146/+62 |
| 2020-03-29 | Auto merge of #70370 - petrochenkov:nosmatch, r=Centril | bors | -5/+5 |
| 2020-03-27 | Rollup merge of #70344 - Centril:hir-pretty, r=eddyb | Dylan DPC | -24/+24 |
| 2020-03-26 | make a custom error for overlap with negative impls | Niko Matsakis | -80/+165 |
| 2020-03-26 | trait_bound_spans -> sized_trait_bound_spans | Mazdak Farrokhzad | -3/+3 |
| 2020-03-26 | Rollup merge of #69866 - estebank:guess_head_span, r=eddyb | Mazdak Farrokhzad | -14/+13 |
| 2020-03-25 | Rename `def_span` to `guess_head_span` | Esteban Küber | -14/+13 |
| 2020-03-25 | Rollup merge of #70319 - lcnr:issue63695, r=eddyb | Dylan DPC | -0/+2 |
| 2020-03-24 | Remove attribute `#[structural_match]` and any references to it | Vadim Petrochenkov | -5/+5 |
| 2020-03-24 | Rollup merge of #70213 - eddyb:stalled-on-ty-or-const, r=nikomatsakis | Mazdak Farrokhzad | -27/+27 |
| 2020-03-24 | rustc_hir: nix rustc_errors dep | Mazdak Farrokhzad | -24/+24 |
| 2020-03-24 | Rollup merge of #70277 - matthewjasper:remove-closurebound, r=nikomatsakis | Mazdak Farrokhzad | -5/+1 |
| 2020-03-23 | add missing const super folds | Bastian Kauschke | -0/+2 |
| 2020-03-23 | Remove `ReClosureBound` | Matthew Jasper | -5/+1 |
| 2020-03-23 | Rollup merge of #69968 - eddyb:tupled-closure-captures, r=nikomatsakis | Mazdak Farrokhzad | -56/+35 |
| 2020-03-23 | Rollup merge of #69942 - estebank:sized-verbose-sugg, r=matthewjasper | Mazdak Farrokhzad | -17/+18 |
| 2020-03-23 | Rollup merge of #70269 - matthiaskrgr:clippy_closures, r=Dylan-DPC | Mazdak Farrokhzad | -9/+5 |
| 2020-03-22 | Increase verbosity when suggesting subtle code changes | Esteban Küber | -17/+18 |
| 2020-03-22 | Rollup merge of #70229 - matthiaskrgr:cl3ppy, r=Mark-Simulacrum | Dylan DPC | -1/+1 |
| 2020-03-22 | remove redundant closures (clippy::redundant_closure) | Matthias Krüger | -9/+5 |
| 2020-03-21 | don't redundantly repeat field names (clippy::redundant_field_names) | Matthias Krüger | -1/+1 |