| Age | Commit message (Expand) | Author | Lines |
| 2019-06-26 | Remove outdated question_mark_macro_sep lint | Julien Cretin | -6/+0 |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-06-12 | rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-06-12 | rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-06-11 | rustc_lint: deny(unused_lifetimes). | Eduard-Mihai Burtescu | -0/+1 |
| 2019-05-17 | Auto merge of #49799 - hdhoang:46205_deny_incoherent_fundamental_impls, r=nik... | bors | -5/+2 |
| 2019-04-28 | Implement internal lints | flip1995 | -1/+3 |
| 2019-04-24 | Derive Default for EllipsisInclusiveRangePatterns | sd234678 | -1/+1 |
| 2019-04-24 | Derive Default instead of new in applicable lint | sd234678 | -1/+1 |
| 2019-04-23 | Remove visit_subpats from check_pat in favor of state in EllipsisInclusiveRan... | Tomas Koutsky | -1/+1 |
| 2019-04-18 | Auto merge of #60025 - JohnTitor:rename-files, r=petrochenkov | bors | -1/+1 |
| 2019-04-17 | Rename modules | Yuki OKUSHI | -1/+1 |
| 2019-04-17 | Deny `internal` in stage0 | Mateusz Mikuła | -1/+1 |
| 2019-04-16 | lint: convert incoherent_fundamental_impls into hard error | Hoàng Đức Hiếu | -5/+2 |
| 2019-04-15 | Preallocate BUILTIN_ATTRIBUTES symbols and use a hash map instead of looping | John Kåre Alsaker | -1/+1 |
| 2019-04-10 | make duplicate matcher bindings a hard error | Mark Mansi | -5/+2 |
| 2019-04-04 | add mutable_borrow_reservation_conflict future-incompatibility lint. | Felix S. Klock II | -0/+5 |
| 2019-04-03 | Deny internal lints on librustc_lint | flip1995 | -0/+1 |
| 2019-04-03 | Add register_internals function to `rustc_lint` | flip1995 | -0/+16 |
| 2019-03-28 | Combine all builtin late lints | John Kåre Alsaker | -71/+114 |
| 2019-03-26 | Exclude UnusedBrokenConst from module lints | John Kåre Alsaker | -3/+4 |
| 2019-03-25 | Make more lints incremental | John Kåre Alsaker | -18/+15 |
| 2019-03-25 | Make some lints incremental | John Kåre Alsaker | -8/+45 |
| 2019-03-12 | Auto merge of #58608 - pnkfelix:warning-period-for-detecting-nested-impl-trai... | bors | -0/+5 |
| 2019-03-08 | expand unused doc comment diagnostic | Andy Russell | -1/+1 |
| 2019-03-08 | Temporarily emulate the (accidentally) omitted recursion during impl Trait ch... | Felix S. Klock II | -0/+5 |
| 2019-02-09 | Auto merge of #57617 - mark-i-m:multiple-matcher-bindings, r=petrochenkov | bors | -0/+5 |
| 2019-02-09 | Rollup merge of #58245 - taiki-e:librustc_lint-2018, r=Centril | Mazdak Farrokhzad | -8/+2 |
| 2019-02-08 | librustc_lint => 2018 | Taiki Endo | -8/+2 |
| 2019-02-07 | Make it an incompatibility lint for now | Mark Mansi | -0/+5 |
| 2019-02-07 | Remove images' url to make it work even without internet connection | Guillaume Gomez | -3/+1 |
| 2019-01-26 | Auto merge of #57726 - Zoxc:combine-early-lints, r=estebank | bors | -41/+52 |
| 2019-01-24 | Remove quote_*! macros and associated APIs | Mark Simulacrum | -1/+0 |
| 2019-01-19 | Combine all builtin early lints and use a separate walk for plugin lints. Add... | John Kåre Alsaker | -41/+52 |
| 2019-01-16 | Prioritize variants as inherent associated items during name resolution | Vadim Petrochenkov | -0/+5 |
| 2019-01-16 | Auto merge of #57321 - petrochenkov:atokens, r=nikomatsakis | bors | -2/+9 |
| 2019-01-15 | Run lint for unsafe on the ast | Yuki Okushi | -1/+1 |
| 2019-01-13 | Address review comments | Vadim Petrochenkov | -1/+1 |
| 2019-01-13 | Implement basic input validation for built-in attributes | Vadim Petrochenkov | -2/+9 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-25 | Auto merge of #57088 - euclio:non-camel-case-early-lint, r=estebank | bors | -1/+1 |
| 2018-12-24 | make non_camel_case_types an early lint | Andy Russell | -1/+1 |
| 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-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-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-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -15/+14 |