about summary refs log tree commit diff
path: root/src/librustc_lint
AgeCommit message (Expand)AuthorLines
2019-02-20hir: HirId-ify intravisitljedrz-5/+5
2019-02-15Fix rebase issuevarkor-1/+1
2019-02-15Take Const into account with nonstandard style lintvarkor-0/+10
2019-02-15Take Const into account in HIRvarkor-9/+12
2019-02-14Rollup merge of #58407 - euclio:upper-camel-case, r=estebankMazdak Farrokhzad-54/+95
2019-02-13specify "upper camel case" in style lintAndy Russell-54/+95
2019-02-13Rollup merge of #58137 - ljedrz:cleanup_node_id_to_type, r=estebankMazdak Farrokhzad-5/+5
2019-02-10rustc: doc commentsAlexander Regueiro-14/+17
2019-02-09cleanup: rename node_id_to_type(_opt)ljedrz-5/+5
2019-02-09Auto merge of #57617 - mark-i-m:multiple-matcher-bindings, r=petrochenkovbors-0/+5
2019-02-09Rollup merge of #58245 - taiki-e:librustc_lint-2018, r=CentrilMazdak Farrokhzad-100/+108
2019-02-08librustc_lint => 2018Taiki Endo-100/+108
2019-02-07Make it an incompatibility lint for nowMark Mansi-0/+5
2019-02-07Remove images' url to make it work even without internet connectionGuillaume Gomez-3/+1
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