about summary refs log tree commit diff
path: root/src/librustc_lint
AgeCommit message (Expand)AuthorLines
2019-03-08expand unused doc comment diagnosticAndy Russell-12/+43
2019-03-08improve unused doc comment diagnostic reportingAndy Russell-9/+32
2019-03-07hir: remove NodeId from PatKindljedrz-2/+2
2019-03-07HirIdification: replace NodeId method callsljedrz-2/+2
2019-03-02hir: HirIdify Impl&TraitItemIdljedrz-5/+2
2019-03-02hir: remove NodeId from Itemljedrz-18/+18
2019-03-02hir: remove NodeId from ForeignItemljedrz-7/+7
2019-03-02hir: remove NodeId from StructFieldljedrz-4/+7
2019-03-01hir: remove NodeId from ImplItemljedrz-6/+7
2019-03-01hir: remove NodeId from TraitItemljedrz-12/+16
2019-02-27Rename variadic to c_variadicDan Robertson-1/+1
2019-02-27Support defining C compatible variadic functionsDan Robertson-1/+8
2019-02-26replace &'tcx Substs with SubstsRefcsmoe-2/+2
2019-02-26Auto merge of #58561 - ljedrz:HirIdify_some_nodes, r=Zoxcbors-9/+11
2019-02-25Rollup merge of #55632 - ollie27:deny_overflowing_literals, r=CentrilMazdak Farrokhzad-4/+2
2019-02-24hir: remove NodeId from Exprljedrz-9/+11
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-17Deny the `overflowing_literals` lint for all editionsOliver Middleton-4/+2
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