summary refs log tree commit diff
path: root/src/librustc/lint
AgeCommit message (Expand)AuthorLines
2019-01-12Stabilise irrefutable if-let and while-let patternsvarkor-1/+1
2019-01-02Fix 'be be' constructsDaniel Mueller-2/+2
2018-12-27Make sure feature gate errors are recoverableVadim Petrochenkov-4/+2
2018-12-25Remove licensesMark Rousskov-40/+0
2018-12-23Rollup merge of #56992 - euclio:unknown-lint-suggestion, r=oli-obkkennytm-23/+34
2018-12-19suggest similar lint names for unknown lintsAndy Russell-23/+34
2018-12-19Rollup merge of #56689 - QuietMisdreavus:rustdoc-lint-group, r=pnkfelixPietro Albini-3/+3
2018-12-18Auto merge of #56481 - arielb1:dynamic-order, r=nikomatsakisbors-0/+7
2018-12-15Auto merge of #56203 - aheart:master, r=varkorbors-0/+8
2018-12-14fix englishAriel Ben-Yehuda-2/+1
2018-12-14add the ORDER_DEPENDENT_TRAIT_OBJECTS lintAriel Ben-Yehuda-0/+8
2018-12-12Bump to 1.33.0Alex Crichton-1/+1
2018-12-10update docs of rustdoc lintsQuietMisdreavus-3/+3
2018-12-09Add lint for items deprecated in futureaheart-0/+8
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-8/+8
2018-12-06Use a function to access the Hir map to be able to turn it into a query laterJohn Kåre Alsaker-8/+8
2018-11-22Rollup merge of #55367 - GuillaumeGomez:private-item-doc-test-lint, r=QuietMi...Guillaume Gomez-0/+7
2018-11-21rustc: implement and use Default on more types.Eduard-Mihai Burtescu-5/+2
2018-11-21rustc: remove {FxHash,Node,DefId,HirId,ItemLocal}{Map,Set} "constructor" fns.Eduard-Mihai Burtescu-1/+1
2018-11-16lint if a private item has doctestsGuillaume Gomez-0/+7
2018-11-15Rollup merge of #55901 - euclio:speling, r=petrochenkovPietro Albini-1/+1
2018-11-15Rollup merge of #55852 - varkor:dotdotequals-lint, r=zackmdavisPietro Albini-3/+6
2018-11-13fix various typos in doc commentsAndy Russell-1/+1
2018-11-10Rewrite `...` as `..=` as a MachineApplicable 2018 idiom lintvarkor-3/+6
2018-11-07Removed `DUPLICATE_ASSOCIATED_TYPE_BINDINGS` lint.Alexander Regueiro-7/+0
2018-11-04rustc_target: pass contexts by reference, not value.Eduard-Mihai Burtescu-2/+2
2018-10-27wherein the status of empty and reason-only lint attributes is clarifiedZack M. Davis-1/+8
2018-10-27in which lint reasons are restricted to come last in the attributeZack M. Davis-31/+42
2018-10-27feature-gate lint reasonsZack M. Davis-1/+13
2018-10-27introducing lint reason annotations (RFC 2383)Zack M. Davis-20/+58
2018-10-25Auto merge of #54490 - wesleywiser:rewrite_it_in_mir, r=oli-obkbors-0/+7
2018-10-20Auto merge of #55014 - ljedrz:lazyboye_unwraps, r=matthewjasperbors-2/+2
2018-10-19Prefer `Default::default` over `FxHash*::default` in struct constructorsOliver Scherer-4/+4
2018-10-19Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hackOliver Scherer-6/+6
2018-10-19Prefer unwrap_or_else to unwrap_or in case of function calls/allocationsljedrz-2/+2
2018-10-18Auto merge of #54349 - GuillaumeGomez:no-example-lint, r=QuietMisdreavusbors-0/+7
2018-10-16Auto merge of #54251 - varkor:silence-bad_style, r=Manishearthbors-32/+85
2018-10-09Remove nightly check for tool_lints warningflip1995-8/+2
2018-10-09Remove feature-gate codeflip1995-16/+1
2018-10-09Store nightly build instead of checking env var every timeGuillaume Gomez-1/+1
2018-10-09Add lint for doc without codeblocksGuillaume Gomez-0/+7
2018-10-03Rewrite the `UnconditionalRecursion` lint to use MIRWesley Wiser-0/+7
2018-10-01Add nightly check for tool_lints warningflip1995-2/+8
2018-09-29don't elide lifetimes in paths in librustc/Zack M. Davis-51/+51
2018-09-27in which inferable outlives-requirements are lintedZack M. Davis-0/+6
2018-09-15Add `LintGroup` and `LintAlias`varkor-31/+59
2018-09-15Support deprecated lints in find_lintsvarkor-4/+12
2018-09-15Make `bad_style` a silent alias for `nonstandard_style`varkor-17/+34
2018-09-14Rollup merge of #54173 - phansch:suggest_valid_crate_type, r=estebankkennytm-0/+9
2018-09-13Suggest valid crate type if invalidPhilipp Hansch-0/+9