about summary refs log tree commit diff
path: root/src/librustc/lint
AgeCommit message (Expand)AuthorLines
2020-01-11move rustc::lint::{context, passes} to rustc_lint.Mazdak Farrokhzad-1193/+0
2020-01-11{rustc::lint -> rustc_lint}::internalMazdak Farrokhzad-241/+0
2020-01-11lints: promote levels.rs to lint.rs & extract passes.rsMazdak Farrokhzad-717/+5
2020-01-11inline maybe_lint_level_rootMazdak Farrokhzad-6/+0
2020-01-11move struct_lint_level to levels.rsMazdak Farrokhzad-165/+161
2020-01-11move LintSource to levelsMazdak Farrokhzad-31/+30
2020-01-11move logic to LintLevelsBuilderMazdak Farrokhzad-48/+36
2020-01-11move in_derive_expansion as Span methodMazdak Farrokhzad-8/+0
2020-01-11canonicalize some lint importsMazdak Farrokhzad-5/+5
2020-01-11nix syntax::early_buffered_lintsMazdak Farrokhzad-1/+1
2020-01-11move {rustc -> rustc_session}::lint::builtinMazdak Farrokhzad-510/+1
2020-01-11prepare moving HardwiredLints to rustc_sessionMazdak Farrokhzad-174/+133
2020-01-11buffered lint infra -> rustc_sessionMazdak Farrokhzad-88/+5
2020-01-11prepare for moving BuiltinLintDiagnostics to rustc_sessionMazdak Farrokhzad-75/+71
2020-01-11Remove unused derivesMazdak Farrokhzad-2/+2
2020-01-11simplify feature_err importsMazdak Farrokhzad-2/+2
2020-01-10nix syntax::errors & prefer rustc_errors over errorsMazdak Farrokhzad-5/+5
2020-01-08normalize rustc::hir::intravisit importsMazdak Farrokhzad-4/+3
2020-01-08- remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!}Mazdak Farrokhzad-8/+17
2020-01-05Remove rustc_hir reexports in rustc::hir.Mazdak Farrokhzad-7/+7
2020-01-04move Node{Map,Set} -> rustc_session::node_idMazdak Farrokhzad-2/+2
2020-01-04canonicalize FxHash{Map,Set} importsMazdak Farrokhzad-3/+2
2020-01-04Auto merge of #67788 - cjgillot:delint-day, r=Zoxcbors-939/+20
2020-01-02Normalize `syntax::edition` imports.Mazdak Farrokhzad-1/+1
2020-01-02Normalize `syntax::symbol` imports.Mazdak Farrokhzad-4/+4
2020-01-02Normalize `syntax::source_map` imports.Mazdak Farrokhzad-3/+3
2020-01-01Move lint levels machanism in librustc_lint.Camille GILLOT-121/+2
2020-01-01Move late lint machanism in librustc_lint.Camille GILLOT-453/+9
2020-01-01Move early lint machanism in librustc_lint.Camille GILLOT-368/+12
2020-01-01Rename `syntax_pos` to `rustc_span` in source codeVadim Petrochenkov-3/+3
2019-12-31librustc_ast_lowering: fix misc fallout.Mazdak Farrokhzad-1/+1
2019-12-27Syntax for hir::Ty.Camille GILLOT-24/+28
2019-12-26Syntax for hir::Expr.Camille GILLOT-20/+20
2019-12-24x.py fmt after previous deignoreMark Rousskov-57/+71
2019-12-22Format the worldMark Rousskov-333/+307
2019-12-21Use Arena inside hir::Body.Camille GILLOT-5/+5
2019-12-21Use Arena inside hir::Mod.Camille GILLOT-4/+4
2019-12-21Use Arena inside hir::StructField.Camille GILLOT-3/+3
2019-12-21Use Arena inside hir::EnumDef.Camille GILLOT-7/+7
2019-12-21Use Arena inside hir::ImplItem.Camille GILLOT-4/+4
2019-12-21Use Arena inside hir::TraitItem.Camille GILLOT-4/+4
2019-12-21Use Arena inside hir::ForeignItem.Camille GILLOT-4/+4
2019-12-21Use Arena inside hir::Item.Camille GILLOT-4/+4
2019-12-21Use Arena inside hir::Crate.Camille GILLOT-3/+3
2019-12-201. ast::Mutability::{Mutable -> Mut, Immutable -> Not}.Mazdak Farrokhzad-1/+1
2019-12-12Remove `ast::{Impl,Trait}{Item,ItemKind}`.Mazdak Farrokhzad-6/+6
2019-12-12Unify assoc item visitors more.Mazdak Farrokhzad-2/+2
2019-12-12Unify associated item visitor.Mazdak Farrokhzad-2/+2
2019-12-08Rollup merge of #66325 - BartMassey:master, r=joshtriplettMazdak Farrokhzad-1/+1
2019-12-03Move early lint declarations to librustc_sessionMark Rousskov-151/+7