| Age | Commit message (Expand) | Author | Lines |
| 2018-11-22 | Rollup merge of #55367 - GuillaumeGomez:private-item-doc-test-lint, r=QuietMi... | Guillaume Gomez | -0/+7 |
| 2018-11-21 | rustc: implement and use Default on more types. | Eduard-Mihai Burtescu | -5/+2 |
| 2018-11-21 | rustc: remove {FxHash,Node,DefId,HirId,ItemLocal}{Map,Set} "constructor" fns. | Eduard-Mihai Burtescu | -1/+1 |
| 2018-11-16 | lint if a private item has doctests | Guillaume Gomez | -0/+7 |
| 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 | -3/+6 |
| 2018-11-13 | fix various typos in doc comments | Andy Russell | -1/+1 |
| 2018-11-10 | Rewrite `...` as `..=` as a MachineApplicable 2018 idiom lint | varkor | -3/+6 |
| 2018-11-07 | Removed `DUPLICATE_ASSOCIATED_TYPE_BINDINGS` lint. | Alexander Regueiro | -7/+0 |
| 2018-11-04 | rustc_target: pass contexts by reference, not value. | Eduard-Mihai Burtescu | -2/+2 |
| 2018-10-27 | wherein the status of empty and reason-only lint attributes is clarified | Zack M. Davis | -1/+8 |
| 2018-10-27 | in which lint reasons are restricted to come last in the attribute | Zack M. Davis | -31/+42 |
| 2018-10-27 | feature-gate lint reasons | Zack M. Davis | -1/+13 |
| 2018-10-27 | introducing lint reason annotations (RFC 2383) | Zack M. Davis | -20/+58 |
| 2018-10-25 | Auto merge of #54490 - wesleywiser:rewrite_it_in_mir, r=oli-obk | bors | -0/+7 |
| 2018-10-20 | Auto merge of #55014 - ljedrz:lazyboye_unwraps, r=matthewjasper | bors | -2/+2 |
| 2018-10-19 | Prefer `Default::default` over `FxHash*::default` in struct constructors | Oliver Scherer | -4/+4 |
| 2018-10-19 | Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack | Oliver Scherer | -6/+6 |
| 2018-10-19 | Prefer unwrap_or_else to unwrap_or in case of function calls/allocations | ljedrz | -2/+2 |
| 2018-10-18 | Auto merge of #54349 - GuillaumeGomez:no-example-lint, r=QuietMisdreavus | bors | -0/+7 |
| 2018-10-16 | Auto merge of #54251 - varkor:silence-bad_style, r=Manishearth | bors | -32/+85 |
| 2018-10-09 | Remove nightly check for tool_lints warning | flip1995 | -8/+2 |
| 2018-10-09 | Remove feature-gate code | flip1995 | -16/+1 |
| 2018-10-09 | Store nightly build instead of checking env var every time | Guillaume Gomez | -1/+1 |
| 2018-10-09 | Add lint for doc without codeblocks | Guillaume Gomez | -0/+7 |
| 2018-10-03 | Rewrite the `UnconditionalRecursion` lint to use MIR | Wesley Wiser | -0/+7 |
| 2018-10-01 | Add nightly check for tool_lints warning | flip1995 | -2/+8 |
| 2018-09-29 | don't elide lifetimes in paths in librustc/ | Zack M. Davis | -51/+51 |
| 2018-09-27 | in which inferable outlives-requirements are linted | Zack M. Davis | -0/+6 |
| 2018-09-15 | Add `LintGroup` and `LintAlias` | varkor | -31/+59 |
| 2018-09-15 | Support deprecated lints in find_lints | varkor | -4/+12 |
| 2018-09-15 | Make `bad_style` a silent alias for `nonstandard_style` | varkor | -17/+34 |
| 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 |