about summary refs log tree commit diff
path: root/src/librustc_lint/nonstandard_style.rs
AgeCommit message (Expand)AuthorLines
2020-08-30mv compiler to compiler/mark-456/+0
2020-08-17rust_ast::ast => rustc_astUjjwal Sharma-1/+1
2020-08-08Eliminate the `SessionGlobals` from `librustc_ast`.Nicholas Nethercote-4/+5
2020-07-03Use 'tcx for references to AccessLevels wherever possible.Eduard-Mihai Burtescu-17/+17
2020-03-30rustc -> rustc_middle part 3 (rustfmt)Mazdak Farrokhzad-1/+1
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-1/+1
2020-03-15More Method->Fn renamingMark Mansi-1/+1
2020-03-03rename TraitItemKind::Method -> FnMark Mansi-1/+1
2020-02-29Rename `syntax` to `rustc_ast` in source codeVadim Petrochenkov-1/+1
2020-02-11Avoid allocs in a few places.jumbatm-2/+1
2020-02-11Move more work into `decorate` functions.jumbatm-5/+3
2020-02-11Run RustFmtjumbatm-14/+15
2020-02-11Invert control in struct_lint_level.jumbatm-20/+23
2020-02-01Move builtin attribute logic to new rustc_attr crate.Mazdak Farrokhzad-1/+1
2020-01-17Don't warn about snake case for field puns that don't introduce a new name.jumbatm-1/+14
2020-01-11move rustc::lint::{context, passes} to rustc_lint.Mazdak Farrokhzad-1/+1
2020-01-11prepare moving HardwiredLints to rustc_sessionMazdak Farrokhzad-3/+1
2020-01-10nix syntax::errors & prefer rustc_errors over errorsMazdak Farrokhzad-1/+1
2020-01-08normalize rustc::hir::intravisit importsMazdak Farrokhzad-1/+1
2020-01-07Rollup merge of #67936 - euclio:assoc-type-bad-style, r=CentrilYuki Okushi-0/+6
2020-01-06fire "non_camel_case_types" for associated typesAndy Russell-0/+6
2020-01-05Remove rustc_hir reexports in rustc::hir.Mazdak Farrokhzad-2/+3
2020-01-02Normalize `syntax::symbol` imports.Mazdak Farrokhzad-1/+1
2020-01-01Rename `syntax_pos` to `rustc_span` in source codeVadim Petrochenkov-1/+1
2019-12-27Fallout in other crates.Camille GILLOT-3/+3
2019-12-27Use Arena inside hir::TraitMethod.Camille GILLOT-1/+1
2019-12-26Fallout in other crates.Camille GILLOT-2/+2
2019-12-22Format the worldMark Rousskov-54/+44
2019-12-21Tidy.Camille GILLOT-1/+7
2019-12-21Use Arena inside hir::Body.Camille GILLOT-1/+1
2019-12-21Use Arena inside hir::Mod.Camille GILLOT-1/+1
2019-12-21Use Arena inside hir::EnumDef.Camille GILLOT-1/+1
2019-12-21Use Arena inside hir::ImplItem.Camille GILLOT-1/+1
2019-12-21Use Arena inside hir::TraitItem.Camille GILLOT-2/+2
2019-12-21Use Arena inside hir::Item.Camille GILLOT-2/+2
2019-09-26Rename `Item.node` to `Item.kind`varkor-3/+3
2019-09-26Rename `TraitItem.node` to `TraitItem.kind`varkor-2/+2
2019-09-26Rename `Lit.node` to `Lit.kind`varkor-1/+1
2019-09-26Rename `ImplItem.node` to `ImplItem.kind`varkor-1/+1
2019-09-26Rename `Pat.node` to `Pat.kind`varkor-2/+2
2019-08-24Modifies how Arg, Arm, Field, FieldPattern and Variant are visitedCaio-4/+1
2019-08-14Merge Variant and Variant_Caio-1/+1
2019-08-04Rename `ItemKind::Ty` to `ItemKind::TyAlias`varkor-1/+1
2019-07-04rename hir::map::local_def_id_from_hir_id to local_def_idljedrz-1/+1
2019-06-17remove _by_hir_id if there is no NodeId counterpartljedrz-1/+1
2019-06-16Separate librustc_lint modulechansuke-23/+1
2019-05-13Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions.Nicholas Nethercote-3/+4
2019-05-03rustc: rename hir::def::Def to Res (short for "resolution").Eduard-Mihai Burtescu-2/+2
2019-05-03rustc: factor most DefId-containing variants out of Def and into DefKind.Eduard-Mihai Burtescu-2/+2
2019-04-03reduce repetition in librustc(_lint) wrt. impl LintPassMazdak Farrokhzad-37/+4