| Age | Commit message (Expand) | Author | Lines |
| 2020-04-19 | Dogfood more or_patterns in the compiler | Josh Stone | -10/+11 |
| 2020-04-14 | cleanup `is_expr_delims_necessary` | Bastian Kauschke | -1/+1 |
| 2020-04-13 | Remove usage of `DUMMY_HIR_ID` in some visitors | marmeladema | -9/+9 |
| 2020-04-10 | librustc_middle: return LocalDefId instead of DefId in body_owner_def_id | marmeladema | -1/+1 |
| 2020-04-07 | remove false positives of unused_braces | Bastian Kauschke | -3/+23 |
| 2020-04-06 | ty: switch `Ty::walk` from `Ty` to `GenericArg`. | Eduard-Mihai Burtescu | -5/+8 |
| 2020-04-05 | Stop importing int/float modules in librustc_* | Linus Färnstrand | -1/+0 |
| 2020-04-02 | nix rustc_target::abi::* reexport in ty::layout | Mazdak Farrokhzad | -6/+9 |
| 2020-04-01 | Rollup merge of #70081 - lcnr:issue68387, r=varkor | Dylan DPC | -129/+371 |
| 2020-03-31 | update unused_braces wording | Bastian Kauschke | -12/+11 |
| 2020-03-30 | Use if let instead of match when only matching a single variant (clippy::sing... | Matthias Krüger | -58/+41 |
| 2020-03-30 | rustc -> rustc_middle part 3 (rustfmt) | Mazdak Farrokhzad | -12/+12 |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -37/+36 |
| 2020-03-30 | rustc -> rustc_middle part 1 | Mazdak Farrokhzad | -2/+2 |
| 2020-03-27 | add `unused_braces`, lint anon_const | Bastian Kauschke | -129/+366 |
| 2020-03-27 | add visit_anon_const to EarlyContextAndPass | Bastian Kauschke | -0/+6 |
| 2020-03-27 | Rename TyLayout to TyAndLayout. | Ana-Maria Mihalache | -3/+3 |
| 2020-03-25 | Rename `def_span` to `guess_head_span` | Esteban Küber | -6/+10 |
| 2020-03-24 | Rollup merge of #69740 - mark-i-m:describe-it-3, r=eddyb | Mazdak Farrokhzad | -33/+37 |
| 2020-03-22 | the crate and tests | mark | -1/+1 |
| 2020-03-21 | use static strs | mark | -14/+18 |
| 2020-03-21 | convert a couple more errors | mark | -13/+6 |
| 2020-03-21 | replace some adhoc logic with article_and_descr | Mark Mansi | -19/+26 |
| 2020-03-21 | {rustc::hir::map -> rustc_hir}::definitions | Mazdak Farrokhzad | -1/+1 |
| 2020-03-21 | add_elided_lifetime_in_path_suggestion -> rustc_session | Mazdak Farrokhzad | -2/+1 |
| 2020-03-20 | remove redundant returns (clippy::needless_return) | Matthias Krüger | -2/+2 |
| 2020-03-20 | remove redundant import (clippy::single_component_path_imports) | Matthias Krüger | -2/+0 |
| 2020-03-19 | rustc: use LocalDefId instead of DefIndex in HirId. | Eduard-Mihai Burtescu | -2/+2 |
| 2020-03-18 | Rollup merge of #69920 - Centril:hir-cleanup, r=Zoxc | Mazdak Farrokhzad | -2/+1 |
| 2020-03-18 | fix pre-expansion linting infra | Mazdak Farrokhzad | -13/+5 |
| 2020-03-17 | Rollup merge of #70049 - oli-obk:param_env_empty_considered_unimplemented, r=... | Mazdak Farrokhzad | -1/+6 |
| 2020-03-17 | Rollup merge of #69881 - Centril:fix-69485, r=oli-obk | Mazdak Farrokhzad | -4/+2 |
| 2020-03-16 | Fiddle `ParamEnv` through to a place that used to use `ParamEnv::empty` in a ... | Oliver Scherer | -1/+6 |
| 2020-03-16 | Rollup merge of #69738 - mark-i-m:assoc-fn-2, r=eddyb | Dylan DPC | -2/+2 |
| 2020-03-16 | remove unnecessary hir::map imports | Mazdak Farrokhzad | -2/+1 |
| 2020-03-16 | Rollup merge of #69995 - contrun:add-context-to-literal-overflow, r=ecstatic-... | Dylan DPC | -5/+39 |
| 2020-03-15 | More Method->Fn renaming | Mark Mansi | -2/+2 |
| 2020-03-15 | Auto merge of #68944 - Zoxc:hir-map, r=eddyb | bors | -8/+8 |
| 2020-03-15 | VariantSizeDifferences: bail on SizeOverflow | Mazdak Farrokhzad | -4/+2 |
| 2020-03-15 | Rollup merge of #69589 - petrochenkov:maccall, r=Centril | Mazdak Farrokhzad | -5/+5 |
| 2020-03-15 | Add more context to the literal overflow message | YI | -5/+39 |
| 2020-03-14 | Index HIR after creating TyCtxt | John Kåre Alsaker | -5/+5 |
| 2020-03-14 | Update `krate_attrs` and `get_module` | John Kåre Alsaker | -3/+3 |
| 2020-03-14 | Make downstream crates compile. | Camille GILLOT | -1/+1 |
| 2020-03-14 | Move rustc_infer::traits to new crate rustc_trait_selection. | Camille GILLOT | -0/+1 |
| 2020-03-14 | Rollup merge of #69809 - matthiaskrgr:lifetimes, r=eddyb | Yuki Okushi | -3/+3 |
| 2020-03-12 | ast: `Mac`/`Macro` -> `MacCall` | Vadim Petrochenkov | -5/+5 |
| 2020-03-12 | remove lifetimes that can be elided (clippy::needless_lifetimes) | Matthias Krüger | -3/+3 |
| 2020-03-12 | Rollup merge of #69674 - mark-i-m:assoc-fn, r=matthewjasper | Mazdak Farrokhzad | -3/+3 |
| 2020-03-06 | Don't redundantly repeat field names (clippy::redundant_field_names) | Matthias Krüger | -2/+2 |