about summary refs log tree commit diff
path: root/src/librustc_privacy
AgeCommit message (Expand)AuthorLines
2020-02-11Move more into decorate functions.jumbatm-4/+4
2020-02-11Run RustFmtjumbatm-11/+13
2020-02-11Invert control in struct_lint_level.jumbatm-14/+15
2020-02-01Move builtin attribute logic to new rustc_attr crate.Mazdak Farrokhzad-1/+2
2020-01-21Rollup merge of #68140 - ecstatic-morse:const-trait-bound-opt-out, r=oli-obkMazdak Farrokhzad-2/+2
2020-01-20Track constness while lowering boundsDylan MacKenzie-1/+1
2020-01-20Add `constness` field to `ty::Predicate::Trait`Dylan MacKenzie-1/+1
2020-01-18remove rustc_error_codes deps except in rustc_driverMazdak Farrokhzad-3/+0
2020-01-17Use named fields for `hir::ItemKind::Impl`Dylan MacKenzie-22/+22
2020-01-10Fix issue with using `self` module via indirectionvarkor-0/+3
2020-01-08normalize rustc::hir::intravisit importsMazdak Farrokhzad-1/+1
2020-01-08intravisit: abstract over HIR MapMazdak Farrokhzad-7/+22
2020-01-08- remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!}Mazdak Farrokhzad-3/+2
2020-01-05Remove rustc_hir reexports in rustc::hir.Mazdak Farrokhzad-3/+5
2020-01-04move {Par}DeepVisitor to intravisitMazdak Farrokhzad-2/+1
2020-01-04{HirId,ItemLocal}{Map,Set} -> rustc::hir & nix rustc::nodemapMazdak Farrokhzad-2/+1
2020-01-02Normalize `syntax::symbol` imports.Mazdak Farrokhzad-1/+1
2020-01-01Rename `syntax_pos` to `rustc_span` in source codeVadim Petrochenkov-3/+3
2019-12-31Auto merge of #67032 - cjgillot:hirene, r=Zoxcbors-1/+1
2019-12-30Make things build againVadim Petrochenkov-1/+1
2019-12-30Remove HirVec from Generics.Camille GILLOT-1/+1
2019-12-27Fallout in other crates.Camille GILLOT-14/+17
2019-12-26Fallout in other crates.Camille GILLOT-11/+11
2019-12-23Add span information to `ExprKind::Assign`varkor-1/+1
2019-12-22Format the worldMark Rousskov-199/+260
2019-12-21Use Arena inside hir::Mod.Camille GILLOT-4/+4
2019-12-21Use Arena inside hir::StructField.Camille GILLOT-1/+1
2019-12-21Use Arena inside hir::EnumDef.Camille GILLOT-4/+4
2019-12-21Use Arena inside hir::ImplItem.Camille GILLOT-2/+2
2019-12-21Use Arena inside hir::TraitItem.Camille GILLOT-2/+2
2019-12-21Use Arena inside hir::ForeignItem.Camille GILLOT-4/+4
2019-12-21Handle Attributes in arena.Camille GILLOT-1/+1
2019-12-21Use Arena inside hir::Item.Camille GILLOT-12/+12
2019-11-29allow customising ty::TraitRef's printing behaviorMikhail Babenko-1/+1
2019-11-14Remove unused error_codes.rs filesGuillaume Gomez-169/+0
2019-11-14Update to use new librustc_error_codes libraryGuillaume Gomez-1/+2
2019-10-19Rollup merge of #65252 - petrochenkov:deriveholders2, r=matthewjasperMazdak Farrokhzad-5/+5
2019-10-19privacy: Avoid one more `unwrap` causing an ICE in rustdocVadim Petrochenkov-5/+5
2019-10-18rustc: arena-allocate the slice in `ty::GenericsPredicate`, not the whole str...Eduard-Mihai Burtescu-2/+2
2019-10-07Fix/improve some error codes long explanationGuillaume Gomez-6/+17
2019-09-26Rename `Item.node` to `Item.kind`varkor-9/+9
2019-09-26Rename `Ty.node` to `Ty.kind`varkor-3/+3
2019-09-26Rename `ImplItem.node` to `ImplItem.kind`varkor-3/+3
2019-09-26Rename `Pat.node` to `Pat.kind`varkor-1/+1
2019-09-26Rename `Expr.node` to `Expr.kind`varkor-2/+2
2019-09-25Rename `sty` to `kind`varkor-2/+2
2019-09-05Remove rustc_diagnostic_macros featureMark Rousskov-1/+0
2019-09-05Replace diagnostic plugins with macro_rulesMark Rousskov-7/+2
2019-08-21review commentsEsteban Küber-33/+21
2019-08-21When declaring a declarative macro in an item it's only accessible inside itEsteban Küber-27/+33