summary refs log tree commit diff
path: root/src/librustc_lint
AgeCommit message (Expand)AuthorLines
2018-10-23pick a reference issue for absolute-paths future incompatibility infoZack M. Davis-1/+1
2018-10-07Revert "Auto merge of #53793 - toidiu:ak-stabalize, r=nikomatsakis"Ariel Ben-Yehuda-0/+1
2018-09-14Rollup merge of #54095 - kenta7777:kenta7777#53719, r=davidtwcokennytm-2/+2
2018-09-12Merge branch 'master' into kenta7777#53719kenta7777-1/+1
2018-09-12Auto merge of #53793 - toidiu:ak-stabalize, r=nikomatsakisbors-1/+0
2018-09-11stabalize infer outlives requirements (RFC 2093).toidiu-1/+0
2018-09-11renamed is_nil to is_unitkenta7777-2/+2
2018-09-11Revert "renamed is_nil to is_unit"kenta7777-2/+2
2018-09-10make `add_pre_expansion_builtin` add a pre-expansion lintNiko Matsakis-1/+1
2018-09-10renamed is_nil to is_unitkenta7777-2/+2
2018-09-08Auto merge of #53705 - ms2300:tmp, r=oli-obkbors-1/+1
2018-09-07Rollup merge of #53550 - brson:recurring, r=estebankkennytm-4/+4
2018-09-05Changing TyAnon -> TyOpaque and relevant functionsms2300-1/+1
2018-09-04Move #[test_case] to a syntax extensionJohn Renner-1/+1
2018-09-04Introduce Custom Test FrameworksJohn Renner-28/+41
2018-08-31Add deprecated_name argument to the register lint group functionsflip1995-1/+1
2018-08-30Rollup merge of #53786 - frewsxcv:frewsxcv-bad-style, r=ManishearthPietro Albini-3/+3
2018-08-30Rollup merge of #53472 - eddyb:fx-pls, r=pnkfelixPietro Albini-4/+3
2018-08-29Generalize `async_idents` to all new keywordsAlex Crichton-35/+49
2018-08-29Replace usages of 'bad_style' with 'nonstandard_style'.Corey Farwell-3/+3
2018-08-29Auto merge of #53671 - RalfJung:miri-refactor, r=oli-obkbors-13/+7
2018-08-28Use FxHash{Map,Set} instead of the default Hash{Map,Set} everywhere in rustc.Eduard-Mihai Burtescu-4/+3
2018-08-28Auto merge of #53616 - varkor:hir-map-rename, r=nikomatsakisbors-7/+7
2018-08-28Auto merge of #53272 - mark-i-m:anon_param_error_now, r=nikomatsakisbors-4/+2
2018-08-27Rename hir::map::NodeKind to hir::Nodevarkor-7/+7
2018-08-27Remove path prefixes from NodeKindvarkor-7/+7
2018-08-27Rename hir::map::Node to hir::map::NodeKindvarkor-5/+5
2018-08-27Auto merge of #53441 - toidiu:ak-fix53419, r=nikomatsakisbors-0/+1
2018-08-27Fix anon param + make it allow-by-defMark Mansi-2/+2
2018-08-27oopsMark Mansi-3/+1
2018-08-27warn on anon params in 015Mark Mansi-1/+1
2018-08-27switch validation to use operand, not mplaceRalf Jung-13/+7
2018-08-24check that adding infer-outlives requirement to all crates worksNiko Matsakis-0/+1
2018-08-24Auto merge of #53662 - kennytm:rollup, r=kennytmbors-3/+4
2018-08-24Rollup merge of #53563 - matthiaskrgr:String, r=varkorkennytm-2/+2
2018-08-24Rollup merge of #53559 - Dylan-DPC:fix/missing-doc-lint, r=kennytmkennytm-1/+2
2018-08-24Turn the error for module-relative access to macro-expanded `macro_export` ma...Vadim Petrochenkov-1/+6
2018-08-23use String::new() instead of String::from(""), "".to_string(), "".to_owned() ...Matthias Krüger-2/+2
2018-08-22Rename Def::{Param, Foreign} to Def::{TyParam, TyForeign}varkor-1/+1
2018-08-22Remove Ty prefix from Ty{Bool|Char|Int|Uint|Float|Str}varkor-16/+16
2018-08-22Remove Ty prefix from Ty{Foreign|Param}varkor-3/+3
2018-08-22Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu...varkor-24/+24
2018-08-22Rename ty::TyVariants to ty::TyKindvarkor-3/+3
2018-08-22optimize sanity check path printingRalf Jung-3/+3
2018-08-22miri/CTFE refactorRalf Jung-11/+10
2018-08-21Auto merge of #53530 - kennytm:rollup, r=kennytmbors-3/+3
2018-08-21add macro check for lintdylan_DPC-1/+2
2018-08-21Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkorkennytm-2/+2
2018-08-21Rollup merge of #53370 - jkozlowski:stabilize-macro_vis_matcher, r=cramertjkennytm-1/+1
2018-08-20librustc_lint: In recursion warning, change 'recurring' to 'recursing'Brian Anderson-4/+4