| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-11-07 | Rollup merge of #55734 - teresy:shorthand-fields, r=davidtwco | kennytm | -1/+1 |
| 2018-11-06 | refactor: use shorthand fields | teresy | -1/+1 |
| 2018-11-04 | Auto merge of #55569 - durka:must-use-external-macro, r=alexcrichton | bors | -1/+2 |
| 2018-11-04 | rustc_target: pass contexts by reference, not value. | Eduard-Mihai Burtescu | -3/+3 |
| 2018-11-03 | Move `BoundTy` to `ty::TyKind` | scalexm | -0/+1 |
| 2018-11-01 | enforce unused-must-use lint in macros | Alex Burka | -1/+2 |
| 2018-10-29 | don't lint `unused_parens` on `if (break _)` | Andre Bogus | -4/+3 |
| 2018-10-26 | Auto merge of #54929 - csmoe:cfg_lint, r=petrochenkov | bors | -1/+1 |
| 2018-10-26 | Auto merge of #53821 - oli-obk:sanity_query, r=RalfJung | bors | -75/+5 |
| 2018-10-25 | Auto merge of #54490 - wesleywiser:rewrite_it_in_mir, r=oli-obk | bors | -278/+0 |
| 2018-10-25 | Rebase fallout | Oliver Schneider | -43/+0 |
| 2018-10-25 | add the lint back to the list, and fix tests | Ralf Jung | -15/+1 |
| 2018-10-25 | Report const eval error inside the query | Oliver Schneider | -19/+6 |