about summary refs log tree commit diff
path: root/src/librustc_lint
AgeCommit message (Expand)AuthorLines
2019-03-26Exclude UnusedBrokenConst from module lintsJohn Kåre Alsaker-3/+5
2019-03-25Make more lints incrementalJohn Kåre Alsaker-20/+21
2019-03-25Make some lints incrementalJohn Kåre Alsaker-8/+45
2019-03-25Auto merge of #59256 - petrochenkov:derval2, r=Zoxcbors-4/+5
2019-03-24Separate variant id and variant constructor id.David Wood-1/+1
2019-03-23Auto merge of #59096 - ljedrz:HirIdify_AccessLevel, r=Zoxcbors-8/+4
2019-03-17Make meta-item API compatible with `LocalInternedString::get` soundness fixVadim Petrochenkov-4/+5
2019-03-16Fix rebaseVadim Petrochenkov-1/+1
2019-03-16syntax: Do not accidentally treat multi-segment meta-items as single-segmentVadim Petrochenkov-4/+6
2019-03-15rustc: rename item_path to def_path (except the module in ty).Eduard-Mihai Burtescu-1/+1
2019-03-13middle: replace NodeId with HirId in AccessLevelsljedrz-8/+4
2019-03-12Auto merge of #58608 - pnkfelix:warning-period-for-detecting-nested-impl-trai...bors-0/+5
2019-03-08expand unused doc comment diagnosticAndy Russell-12/+43
2019-03-08improve unused doc comment diagnostic reportingAndy Russell-9/+32
2019-03-08Temporarily emulate the (accidentally) omitted recursion during impl Trait ch...Felix S. Klock II-0/+5
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