summary refs log tree commit diff
path: root/src/librustdoc/clean
AgeCommit message (Expand)AuthorLines
2020-01-27don't clone types that are copy, round two.Matthias Krüger-5/+5
2020-01-20Add `ConstnessAnd` that implements `ToPredicate`Dylan MacKenzie-2/+2
2020-01-20Add `constness` field to `ty::Predicate::Trait`Dylan MacKenzie-3/+3
2020-01-17Rollup merge of #68204 - ecstatic-morse:item-kind-impl, r=oli-obkTyler Mandry-4/+4
2020-01-17Rollup merge of #68093 - GuillaumeGomez:fix-deref-impl-typedef, r=oli-obkTyler Mandry-11/+48
2020-01-17Use named fields for `hir::ItemKind::Impl`Dylan MacKenzie-4/+4
2020-01-17formattingGuillaume Gomez-21/+19
2020-01-16don't clone types that are copyMatthias Krüger-1/+1
2020-01-16Improve code readabilityGuillaume Gomez-26/+10
2020-01-15Simplify deref impls for type aliasesGuillaume Gomez-2/+29
2020-01-15formattingGuillaume Gomez-21/+5
2020-01-15Fix deref impl on type aliasGuillaume Gomez-3/+47
2020-01-13Remove unneeded scopeYuki Okushi-32/+26
2020-01-11Auto merge of #67000 - spastorino:remove-promoted-from-place, r=oli-obkbors-2/+6
2020-01-10Fix print const on librustdocSantiago Pastorino-1/+1
2020-01-10Promote `Ref`s to constants instead of staticSantiago Pastorino-2/+6
2020-01-10nix syntax::errors & prefer rustc_errors over errorsMazdak Farrokhzad-1/+1
2020-01-09Rollup merge of #67955 - ollie27:rustdoc_cfg_dupes, r=GuillaumeGomezYuki Okushi-16/+90
2020-01-08Move `is_min_const_fn` query to librustc_mir.Camille GILLOT-3/+5
2020-01-06rustdoc: Remove more `#[doc(cfg(..))]` duplicatesOliver Middleton-16/+90
2020-01-05Remove rustc_hir reexports in rustc::hir.Mazdak Farrokhzad-24/+25
2020-01-05simplify reexports in rustc::hirMazdak Farrokhzad-8/+8
2020-01-04canonicalize FxHash{Map,Set} importsMazdak Farrokhzad-5/+5
2020-01-02Normalize `syntax::symbol` imports.Mazdak Farrokhzad-3/+3
2020-01-02Normalize `syntax::source_map` imports.Mazdak Farrokhzad-1/+1
2020-01-01Rename `syntax_pos` to `rustc_span` in source codeVadim Petrochenkov-23/+23
2019-12-30Retire hir::ptr.Camille GILLOT-13/+0
2019-12-30Retire HirVec.Camille GILLOT-1/+1
2019-12-29Auto merge of #66942 - cjgillot:hirene-ty, r=Zoxcbors-23/+23
2019-12-28doc comments: Less attribute mimickingVadim Petrochenkov-46/+21
2019-12-27Fallout in other crates.Camille GILLOT-23/+23
2019-12-27Use Arena inside hir::FnSig.Camille GILLOT-1/+1
2019-12-24Show value for consts in the documentationOhad Ravid-6/+99
2019-12-22Format the worldMark Rousskov-1496/+1368
2019-12-22Rollup merge of #67487 - GuillaumeGomez:rustdoc-mutability-removal, r=CentrilMazdak Farrokhzad-26/+9
2019-12-22Rollup merge of #66877 - skinny121:const-eval-entry-points, r=oli-obkMazdak Farrokhzad-18/+2
2019-12-22Implement PrintWithSpace trait on hir::MutabilityGuillaume Gomez-1/+1
2019-12-22Auto merge of #66931 - cjgillot:hirene-preamble, r=eddybbors-11/+11
2019-12-21Use Arena inside hir::StructField.Camille GILLOT-1/+1
2019-12-21Use Arena inside hir::EnumDef.Camille GILLOT-2/+2
2019-12-21Use Arena inside hir::ImplItem.Camille GILLOT-1/+1
2019-12-21Use Arena inside hir::TraitItem.Camille GILLOT-7/+7
2019-12-22Add simpler entry points to const eval for common usages.Ben Lewis-18/+2
2019-12-21Remove clean::Mutability enumGuillaume Gomez-26/+9
2019-12-21Rollup merge of #67160 - matthewjasper:gat-generics, r=nikomatsakisMazdak Farrokhzad-2/+3
2019-12-21Fix rustdocMatthew Jasper-2/+3
2019-12-201. ast::Mutability::{Mutable -> Mut, Immutable -> Not}.Mazdak Farrokhzad-2/+2
2019-12-10Remove tidy commentGuillaume Gomez-2/+0
2019-12-09Remove useless commentGuillaume Gomez-2/+0
2019-12-09Move RegionTarget and RegionDeps where they into clean/auto_traitGuillaume Gomez-14/+16