about summary refs log tree commit diff
path: root/src/librustc_lint
AgeCommit message (Expand)AuthorLines
2019-02-02hir: add HirId to main Hir nodesljedrz-2/+2
2019-01-26remove `_with_applicability` from suggestion fnsAndy Russell-26/+28
2019-01-26Auto merge of #57726 - Zoxc:combine-early-lints, r=estebankbors-41/+196
2019-01-25Rollup merge of #56233 - kenta7777:kenta7777#49937, r=oli-obkMazdak Farrokhzad-4/+6
2019-01-24Remove quote_*! macros and associated APIsMark Simulacrum-1/+0
2019-01-20cast the sign_extend result to i128.kenta7777-1/+1
2019-01-20reduce some code repetitionskenta7777-4/+6
2019-01-19Rollup merge of #57689 - nnethercote:redo-hir-Stmt, r=petrochenkovMazdak Farrokhzad-2/+2
2019-01-19Rollup merge of #57486 - nnethercote:simplify-TokenStream-more, r=petrochenkovMazdak Farrokhzad-1/+1
2019-01-19Combine all builtin early lints and use a separate walk for plugin lints. Add...John Kåre Alsaker-41/+196
2019-01-17Make `hir::Stmt` a separate struct.Nicholas Nethercote-2/+2
2019-01-16Prioritize variants as inherent associated items during name resolutionVadim Petrochenkov-0/+5
2019-01-16Auto merge of #57321 - petrochenkov:atokens, r=nikomatsakisbors-81/+15
2019-01-15Rollup merge of #57467 - JohnTitor:implement-the-check-attribute-1, r=oli-obkMazdak Farrokhzad-19/+26
2019-01-15Change from _ to NoneYuki Okushi-1/+1
2019-01-15Restore error messageYuki Okushi-2/+3
2019-01-15Make UnsafeCode EarlyLintPassYuki Okushi-22/+20
2019-01-15Run lint for unsafe on the astYuki Okushi-1/+1
2019-01-14Rollup merge of #57570 - Xanewok:querify-some, r=ZoxcMazdak Farrokhzad-2/+2
2019-01-14Auto merge of #57387 - euclio:nonstandard-style-suggestions, r=oli-obkbors-107/+134
2019-01-13Querify local plugin_registrar_fnIgor Matuszewski-2/+2
2019-01-14Remove `ThinTokenStream`.Nicholas Nethercote-1/+1
2019-01-13Address review commentsVadim Petrochenkov-1/+1
2019-01-13Implement basic input validation for built-in attributesVadim Petrochenkov-81/+15
2019-01-09Separate the description on different linesYuki Okushi-1/+3
2019-01-09Add check_attributeYuki Okushi-0/+6
2019-01-08improve non_camel_case_types diagnosticsAndy Russell-14/+19
2019-01-08improve non_upper_case_globals diagnosticsAndy Russell-39/+27
2019-01-08improve non_snake_case diagnosticsAndy Russell-54/+88
2019-01-06check missing docs for reexported macros as wellGuillaume Gomez-20/+29
2019-01-03Fix repeated word typosWiktor Kuchta-1/+1
2019-01-02rename `type_moves_by_default` to `type_is_copy_modulo_regions`Niko Matsakis-1/+1
2018-12-26Store `Ident` rather than just `Name` in HIR types `Item` and `ForeignItem`.Alexander Regueiro-4/+6
2018-12-25Remove licensesMark Rousskov-60/+0
2018-12-25Auto merge of #57088 - euclio:non-camel-case-early-lint, r=estebankbors-22/+17
2018-12-24make non_camel_case_types an early lintAndy Russell-22/+17
2018-12-23Fix recursion limitsJohn Kåre Alsaker-0/+2
2018-12-19Rollup merge of #56689 - QuietMisdreavus:rustdoc-lint-group, r=pnkfelixPietro Albini-0/+9
2018-12-18Auto merge of #56481 - arielb1:dynamic-order, r=nikomatsakisbors-0/+5
2018-12-15Rollup merge of #56738 - turboladen:fix-private_no_mangle_fns-message, r=zack...Pietro Albini-2/+2
2018-12-14use tracking issue instead of original issueAriel Ben-Yehuda-1/+1
2018-12-14add the ORDER_DEPENDENT_TRAIT_OBJECTS lintAriel Ben-Yehuda-0/+5
2018-12-12Bump to 1.33.0Alex Crichton-2/+2
2018-12-11Fix private_no_mangle_fns message grammarSteve Loveless-2/+2
2018-12-10add a lint group for lints emitted by rustdocQuietMisdreavus-0/+9
2018-12-10Remove `tokenstream::Delimited`.Nicholas Nethercote-2/+2
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-21/+18
2018-12-06Use a function to access the Hir map to be able to turn it into a query laterJohn Kåre Alsaker-22/+22
2018-12-06Rollup merge of #56528 - sinkuu:unused_dep, r=Mark-SimulacrumPietro Albini-2/+0
2018-12-05Remove unused dependency (rustc_lint -> rustc_mir)Shotaro Yamada-2/+0