| Age | Commit message (Expand) | Author | Lines |
| 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 | -100/+108 |
| 2019-02-08 | librustc_lint => 2018 | Taiki Endo | -100/+108 |
| 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-02-02 | hir: add HirId to main Hir nodes | ljedrz | -2/+2 |
| 2019-01-26 | remove `_with_applicability` from suggestion fns | Andy Russell | -26/+28 |
| 2019-01-26 | Auto merge of #57726 - Zoxc:combine-early-lints, r=estebank | bors | -41/+196 |
| 2019-01-25 | Rollup merge of #56233 - kenta7777:kenta7777#49937, r=oli-obk | Mazdak Farrokhzad | -4/+6 |
| 2019-01-24 | Remove quote_*! macros and associated APIs | Mark Simulacrum | -1/+0 |
| 2019-01-20 | cast the sign_extend result to i128. | kenta7777 | -1/+1 |
| 2019-01-20 | reduce some code repetitions | kenta7777 | -4/+6 |
| 2019-01-19 | Rollup merge of #57689 - nnethercote:redo-hir-Stmt, r=petrochenkov | Mazdak Farrokhzad | -2/+2 |
| 2019-01-19 | Rollup merge of #57486 - nnethercote:simplify-TokenStream-more, r=petrochenkov | Mazdak Farrokhzad | -1/+1 |
| 2019-01-19 | Combine all builtin early lints and use a separate walk for plugin lints. Add... | John Kåre Alsaker | -41/+196 |
| 2019-01-17 | Make `hir::Stmt` a separate struct. | Nicholas Nethercote | -2/+2 |
| 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 | -81/+15 |
| 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-14 | Remove `ThinTokenStream`. | Nicholas Nethercote | -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 | -81/+15 |
| 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 |