| Age | Commit message (Expand) | Author | Lines |
| 2019-01-15 | Rollup merge of #57467 - JohnTitor:implement-the-check-attribute-1, r=oli-obk | Mazdak Farrokhzad | -19/+26 |
| 2019-01-15 | Change from _ to None | Yuki Okushi | -1/+1 |
| 2019-01-15 | Restore error message | Yuki Okushi | -2/+3 |
| 2019-01-15 | Make UnsafeCode EarlyLintPass | Yuki Okushi | -22/+20 |
| 2019-01-15 | Run lint for unsafe on the ast | Yuki Okushi | -1/+1 |
| 2019-01-14 | Rollup merge of #57570 - Xanewok:querify-some, r=Zoxc | Mazdak Farrokhzad | -2/+2 |
| 2019-01-14 | Auto merge of #57387 - euclio:nonstandard-style-suggestions, r=oli-obk | bors | -107/+134 |
| 2019-01-13 | Querify local plugin_registrar_fn | Igor Matuszewski | -2/+2 |
| 2019-01-09 | Separate the description on different lines | Yuki Okushi | -1/+3 |
| 2019-01-09 | Add check_attribute | Yuki Okushi | -0/+6 |
| 2019-01-08 | improve non_camel_case_types diagnostics | Andy Russell | -14/+19 |
| 2019-01-08 | improve non_upper_case_globals diagnostics | Andy Russell | -39/+27 |
| 2019-01-08 | improve non_snake_case diagnostics | Andy Russell | -54/+88 |
| 2019-01-06 | check missing docs for reexported macros as well | Guillaume Gomez | -20/+29 |
| 2019-01-03 | Fix repeated word typos | Wiktor Kuchta | -1/+1 |
| 2019-01-02 | rename `type_moves_by_default` to `type_is_copy_modulo_regions` | Niko Matsakis | -1/+1 |
| 2018-12-26 | Store `Ident` rather than just `Name` in HIR types `Item` and `ForeignItem`. | Alexander Regueiro | -4/+6 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -60/+0 |
| 2018-12-25 | Auto merge of #57088 - euclio:non-camel-case-early-lint, r=estebank | bors | -22/+17 |
| 2018-12-24 | make non_camel_case_types an early lint | Andy Russell | -22/+17 |
| 2018-12-23 | Fix recursion limits | John Kåre Alsaker | -0/+2 |
| 2018-12-19 | Rollup merge of #56689 - QuietMisdreavus:rustdoc-lint-group, r=pnkfelix | Pietro Albini | -0/+9 |
| 2018-12-18 | Auto merge of #56481 - arielb1:dynamic-order, r=nikomatsakis | bors | -0/+5 |
| 2018-12-15 | Rollup merge of #56738 - turboladen:fix-private_no_mangle_fns-message, r=zack... | Pietro Albini | -2/+2 |
| 2018-12-14 | use tracking issue instead of original issue | Ariel Ben-Yehuda | -1/+1 |
| 2018-12-14 | add the ORDER_DEPENDENT_TRAIT_OBJECTS lint | Ariel Ben-Yehuda | -0/+5 |
| 2018-12-12 | Bump to 1.33.0 | Alex Crichton | -2/+2 |
| 2018-12-11 | Fix private_no_mangle_fns message grammar | Steve Loveless | -2/+2 |
| 2018-12-10 | add a lint group for lints emitted by rustdoc | QuietMisdreavus | -0/+9 |
| 2018-12-10 | Remove `tokenstream::Delimited`. | Nicholas Nethercote | -2/+2 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -21/+18 |
| 2018-12-06 | Use a function to access the Hir map to be able to turn it into a query later | John Kåre Alsaker | -22/+22 |
| 2018-12-06 | Rollup merge of #56528 - sinkuu:unused_dep, r=Mark-Simulacrum | Pietro Albini | -2/+0 |
| 2018-12-05 | Remove unused dependency (rustc_lint -> rustc_mir) | Shotaro Yamada | -2/+0 |
| 2018-12-04 | syntax: Rename some keywords | Vadim Petrochenkov | -1/+1 |
| 2018-11-27 | remove uses of feature gate | Mark Mansi | -1/+0 |
| 2018-11-24 | Introduce `TyKind::Placeholder` variant | scalexm | -0/+1 |
| 2018-11-21 | rustc: remove {FxHash,Node,DefId,HirId,ItemLocal}{Map,Set} "constructor" fns. | Eduard-Mihai Burtescu | -1/+1 |
| 2018-11-19 | Fix change to predicates | varkor | -1/+1 |
| 2018-11-19 | Fix typo in #[must_use] message | varkor | -1/+1 |
| 2018-11-19 | Handle trait objects | varkor | -6/+24 |
| 2018-11-19 | Recognise #[must_use] on traits, affecting impl Trait | varkor | -1/+14 |
| 2018-11-19 | Use general uninhabitedness checking | varkor | -14/+10 |
| 2018-11-15 | Rollup merge of #55901 - euclio:speling, r=petrochenkov | Pietro Albini | -1/+1 |
| 2018-11-15 | Rollup merge of #55852 - varkor:dotdotequals-lint, r=zackmdavis | Pietro Albini | -15/+45 |
| 2018-11-13 | fix various typos in doc comments | Andy Russell | -1/+1 |
| 2018-11-12 | Use type safe `VariantIdx` instead of `usize` everywhere | Oliver Scherer | -5/+11 |
| 2018-11-10 | Use non-short suggestion for parenthesised ..= | varkor | -11/+17 |
| 2018-11-10 | Rewrite `...` as `..=` as a MachineApplicable 2018 idiom lint | varkor | -12/+36 |
| 2018-11-07 | Removed `DUPLICATE_ASSOCIATED_TYPE_BINDINGS` lint. | Alexander Regueiro | -5/+0 |