| Age | Commit message (Expand) | Author | Lines |
| 2020-01-26 | Don't use ExpnKind::descr to get the name of a bang macro. | Eduard-Mihai Burtescu | -2/+4 |
| 2020-01-23 | unused-parens: implement for block return values | Tyler Lanphear | -4/+12 |
| 2020-01-21 | Rollup merge of #68140 - ecstatic-morse:const-trait-bound-opt-out, r=oli-obk | Mazdak Farrokhzad | -1/+1 |
| 2020-01-20 | Add `constness` field to `ty::Predicate::Trait` | Dylan MacKenzie | -1/+1 |
| 2020-01-18 | remove rustc_error_codes deps except in rustc_driver | Mazdak Farrokhzad | -3/+0 |
| 2020-01-17 | Rollup merge of #68204 - ecstatic-morse:item-kind-impl, r=oli-obk | Tyler Mandry | -4/+4 |
| 2020-01-17 | Rollup merge of #66660 - jumbatm:dont_warn_about_snake_case_in_patterns, r=ce... | Tyler Mandry | -1/+14 |
| 2020-01-17 | Use named fields for `hir::ItemKind::Impl` | Dylan MacKenzie | -2/+2 |
| 2020-01-17 | Use named fields for `ast::ItemKind::Impl` | Dylan MacKenzie | -2/+2 |
| 2020-01-16 | don't clone types that are copy | Matthias Krüger | -1/+1 |
| 2020-01-17 | Don't warn about snake case for field puns that don't introduce a new name. | jumbatm | -1/+14 |
| 2020-01-16 | Rollup merge of #68096 - varkor:diagnostic-cleanup, r=Centril | Dylan DPC | -10/+13 |
| 2020-01-14 | Rollup merge of #67854 - afnanenayet:afnan/report-external-macro-lints, r=pet... | Yuki Okushi | -4/+8 |
| 2020-01-13 | Rollup merge of #68156 - JohnTitor:fix-path-in-doc, r=Dylan-DPC | Yuki Okushi | -1/+1 |
| 2020-01-12 | Use `report_in_external_macro` for internal lints | Afnan Enayet | -4/+8 |
| 2020-01-13 | Fix crate paths in comments | Yuki Okushi | -1/+1 |
| 2020-01-12 | Add backticks in appropriate places | varkor | -3/+6 |
| 2020-01-12 | Diagnostics should start lowercase | varkor | -7/+7 |
| 2020-01-12 | Expose `context::CheckLintNameResult` | Yuki Okushi | -1/+1 |
| 2020-01-11 | pacify the parallel compiler | Mazdak Farrokhzad | -1/+3 |
| 2020-01-11 | lints: move a comment | Mazdak Farrokhzad | -25/+21 |
| 2020-01-11 | move rustc::lint::{context, passes} to rustc_lint. | Mazdak Farrokhzad | -36/+1567 |
| 2020-01-11 | {rustc::lint -> rustc_lint}::internal | Mazdak Farrokhzad | -1/+244 |
| 2020-01-11 | lints: promote levels.rs to lint.rs & extract passes.rs | Mazdak Farrokhzad | -1/+2 |
| 2020-01-11 | move logic to LintLevelsBuilder | Mazdak Farrokhzad | -6/+3 |
| 2020-01-11 | GlobalCtxt: Erase `LintStore` type. | Mazdak Farrokhzad | -9/+16 |
| 2020-01-11 | prepare moving HardwiredLints to rustc_session | Mazdak Farrokhzad | -24/+15 |
| 2020-01-11 | buffered lint infra -> rustc_session | Mazdak Farrokhzad | -4/+4 |
| 2020-01-11 | Rollup merge of #68050 - Centril:canon-error, r=Mark-Simulacrum | Yuki Okushi | -7/+7 |
| 2020-01-10 | nix syntax::errors & prefer rustc_errors over errors | Mazdak Farrokhzad | -7/+7 |
| 2020-01-10 | Introduce `#![feature(half_open_range_patterns)]`. | Mazdak Farrokhzad | -6/+12 |
| 2020-01-10 | Rollup merge of #68040 - sinkuu:unused, r=petrochenkov | Yuki Okushi | -1/+0 |
| 2020-01-09 | Change -Z time event naming scheme and make them generic activities | John Kåre Alsaker | -18/+30 |
| 2020-01-09 | Remove unused dependencies | Shotaro Yamada | -1/+0 |
| 2020-01-08 | normalize rustc::hir::intravisit imports | Mazdak Farrokhzad | -5/+5 |
| 2020-01-08 | intravisit: abstract over HIR Map | Mazdak Farrokhzad | -3/+12 |
| 2020-01-07 | Rename traits::drop -> traits::misc. | Camille GILLOT | -1/+1 |
| 2020-01-07 | Move magic traits queries to rustc::traits::drop. | Camille GILLOT | -1/+2 |
| 2020-01-07 | Rollup merge of #67936 - euclio:assoc-type-bad-style, r=Centril | Yuki Okushi | -0/+6 |
| 2020-01-06 | fire "non_camel_case_types" for associated types | Andy Russell | -0/+6 |
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -29/+24 |
| 2020-01-05 | simplify reexports in rustc::hir | Mazdak Farrokhzad | -2/+2 |
| 2020-01-05 | Use self profile infrastructure for -Z time and -Z time-passes | John Kåre Alsaker | -7/+5 |
| 2020-01-04 | {HirId,ItemLocal}{Map,Set} -> rustc::hir & nix rustc::nodemap | Mazdak Farrokhzad | -3/+2 |
| 2020-01-04 | canonicalize FxHash{Map,Set} imports | Mazdak Farrokhzad | -2/+3 |
| 2020-01-04 | Auto merge of #67788 - cjgillot:delint-day, r=Zoxc | bors | -1/+988 |
| 2020-01-04 | Rollup merge of #67810 - crlf0710:uncommon_codepoints_lint, r=Manishearth | Mazdak Farrokhzad | -4/+22 |
| 2020-01-03 | Implement uncommon_codepoints lint. | Charles Lew | -4/+22 |
| 2020-01-02 | Normalize `syntax::edition` imports. | Mazdak Farrokhzad | -1/+1 |
| 2020-01-02 | Normalize `syntax::symbol` imports. | Mazdak Farrokhzad | -5/+6 |