| Age | Commit message (Expand) | Author | Lines |
| 2018-09-19 | Cancel warning for tool_lints | flip1995 | -1/+1 |
| 2018-09-14 | Rollup merge of #54173 - phansch:suggest_valid_crate_type, r=estebank | kennytm | -0/+9 |
| 2018-09-13 | Suggest valid crate type if invalid | Philipp Hansch | -0/+9 |
| 2018-09-12 | Rollup merge of #54106 - flip1995:pub_checklintnameresult, r=Manishearth | kennytm | -1/+1 |
| 2018-09-10 | visit the paths in pre-expansion macros | Niko Matsakis | -0/+7 |
| 2018-09-10 | Reexport CheckLintNameResult | flip1995 | -1/+1 |
| 2018-09-01 | deprcated -> deprecated | Manish Goregaokar | -1/+1 |
| 2018-09-01 | Fix of bug introduced by #53762 | flip1995 | -1/+9 |
| 2018-08-31 | Fix typo and small mistake | flip1995 | -2/+2 |
| 2018-08-31 | Add hint for cfg_attr and fix test | flip1995 | -7/+9 |
| 2018-08-31 | Implement backwards compatibility for tool_lints | flip1995 | -24/+103 |
| 2018-08-31 | Add deprecated_name argument to the register lint group functions | flip1995 | -11/+28 |
| 2018-08-29 | Generalize `async_idents` to all new keywords | Alex Crichton | -1/+1 |
| 2018-08-27 | fix some anon params | Mark Mansi | -1/+1 |
| 2018-08-24 | Turn the error for module-relative access to macro-expanded `macro_export` ma... | Vadim Petrochenkov | -0/+12 |
| 2018-08-19 | mv codemap() source_map() | Donato Sciarra | -4/+4 |
| 2018-08-19 | mv (mod) codemap source_map | Donato Sciarra | -3/+3 |
| 2018-08-18 | Use the new Entry::or_default method where possible. | Eduard-Mihai Burtescu | -1/+1 |
| 2018-08-07 | Add HirId to VisibilityKind::Restricted | Mark Rousskov | -2/+2 |
| 2018-08-05 | Convert unknown_features lint into an error | varkor | -7/+0 |
| 2018-08-05 | Turn the duplicate feature lint into an error | varkor | -7/+0 |
| 2018-08-05 | Add a lint for duplicate feature attributes | varkor | -0/+7 |
| 2018-08-05 | Add lint for unknown feature attributes | varkor | -1/+8 |
| 2018-08-01 | Auto merge of #52937 - pietroalbini:rollup, r=pietroalbini | bors | -29/+92 |
| 2018-08-01 | Rollup merge of #52851 - flip1995:tool_lints, r=oli-obk | Pietro Albini | -29/+92 |
| 2018-07-30 | rustc: Disallow machine applicability in foreign macros | Alex Crichton | -14/+16 |
| 2018-07-30 | Explain that the tool is responsible for unknown tool_lints | flip1995 | -3/+4 |
| 2018-07-30 | Check if the lint_name is from a tool and if the tool_lint exists | flip1995 | -29/+71 |
| 2018-07-30 | Introduce the declare_tool_lint macro | flip1995 | -0/+20 |
| 2018-07-30 | Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkov | bors | -2/+2 |
| 2018-07-28 | Don't format!() string literals | ljedrz | -2/+2 |
| 2018-07-26 | Improve a few vectors - calculate capacity or build from iterators | ljedrz | -1/+1 |
| 2018-07-23 | Allow by default, fix tests | mark | -1/+1 |
| 2018-07-23 | Implement 2015 vs 2018 `?` kleene op + test | mark | -2/+3 |
| 2018-07-23 | Extend ParseSess to support buffering lints | mark | -0/+19 |
| 2018-07-22 | in which the elided-lifetimes-in-paths lint undergoes a revolution | Zack M. Davis | -1/+37 |
| 2018-07-21 | Auto merge of #52562 - Manishearth:clippyup, r=RalfJung | bors | -4/+16 |
| 2018-07-21 | Don't invent new magic keywords | Oliver Schneider | -4/+4 |
| 2018-07-21 | Auto merge of #52555 - petrochenkov:mresfact, r=alexcrichton | bors | -2/+2 |
| 2018-07-20 | Allow individual lints to opt into being reported in external macros | Oliver Schneider | -4/+16 |
| 2018-07-20 | data_structures: Add a reference wrapper for pointer-indexed maps/sets | Vadim Petrochenkov | -2/+2 |
| 2018-07-20 | Auto merge of #52467 - alexcrichton:lints-and-macros, r=Manishearth | bors | -1/+46 |
| 2018-07-18 | Auto merge of #52375 - oli-obk:the_early_lint_pass_gets_the_worm, r=Manishearth | bors | -159/+173 |
| 2018-07-17 | rustc: Polish off `in_external_macro` | Alex Crichton | -35/+44 |
| 2018-07-17 | added function to check if lints belong to an external macro | dylan_DPC | -2/+38 |
| 2018-07-14 | structured suggestion for renamed-and-removed-lints | Zack M. Davis | -13/+23 |
| 2018-07-14 | Lint the use of async as an identifier | Oliver Schneider | -83/+97 |
| 2018-07-13 | Remove unused macro argument | Oliver Schneider | -80/+80 |
| 2018-07-12 | rustc: Lint against `#[macro_use]` in 2018 idioms | Alex Crichton | -0/+8 |
| 2018-07-11 | Rollup merge of #51952 - petrochenkov:transmark, r=alexcrichton | Mark Rousskov | -0/+12 |