about summary refs log tree commit diff
path: root/src/librustdoc/doctree.rs
AgeCommit message (Expand)AuthorLines
2020-03-06Don't redundantly repeat field names (clippy::redundant_field_names)Matthias Krüger-1/+1
2020-02-29Rename `syntax` to `rustc_ast` in source codeVadim Petrochenkov-2/+2
2020-02-13Constness -> enum Const { Yes(Span), No }Mazdak Farrokhzad-1/+1
2020-01-19Add `constness` field to `hir::ItemKind::Impl`Dylan MacKenzie-0/+1
2020-01-05Remove rustc_hir reexports in rustc::hir.Mazdak Farrokhzad-2/+2
2020-01-01Rename `syntax_pos` to `rustc_span` in source codeVadim Petrochenkov-4/+4
2019-12-30Retire HirVec.Camille GILLOT-1/+1
2019-12-27Fallout in other crates.Camille GILLOT-34/+34
2019-12-22Format the worldMark Rousskov-17/+17
2019-12-21Use Arena inside hir::StructField.Camille GILLOT-2/+2
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-1/+1
2019-12-21Use Arena inside hir::ForeignItem.Camille GILLOT-1/+1
2019-12-21Use Arena inside hir::Item.Camille GILLOT-5/+4
2019-10-27rustc, rustc_passes: don't depend on syntax_expand.Mazdak Farrokhzad-1/+1
2019-10-22Add missing space in librustdocIgor Aleksanov-1/+1
2019-10-16move syntax::ext to new crate syntax_expandMazdak Farrokhzad-1/+1
2019-08-11rustdoc: Replace HirVec with slices in doctreeMark Rousskov-21/+21
2019-08-10Remove NodeId from doctree::ModuleMark Rousskov-5/+3
2019-08-10Gather deprecation information during cleaningMark Rousskov-18/+0
2019-08-10Gather stability information during cleaningMark Rousskov-17/+3
2019-08-02Replace "existential" by "opaque"varkor-4/+4
2019-07-01rustc: use a separate copy of P for HIR than for AST.Eduard-Mihai Burtescu-1/+1
2019-06-26remove unused derives and variantsAndy Russell-1/+1
2019-06-19rustc: disallow cloning HIR nodes.Eduard-Mihai Burtescu-94/+108
2019-03-24Separate variant id and variant constructor id.David Wood-0/+1
2019-03-02hir: remove NodeId from Itemljedrz-13/+13
2019-02-10Add trait alias support in rustdocGuillaume Gomez-15/+29
2018-12-25Remove licensesMark Rousskov-10/+0
2018-09-26add derive macros' helper attributes to doc outputQuietMisdreavus-0/+1
2018-09-25handle proc-macros as macros instead of functionsQuietMisdreavus-0/+13
2018-08-19mv (mod) codemap source_mapDonato Sciarra-1/+1
2018-07-30Delete unused code in rustdocMark Rousskov-6/+0
2018-07-18Implement existential typesOliver Schneider-0/+13
2018-07-01call it `hir::VisibilityKind` instead of `hir::Visibility_:*`Zack M. Davis-1/+1
2018-06-30in which hir::Visibility recalls whence it came (i.e., becomes Spanned)Zack M. Davis-1/+2
2018-06-21Parse async fn header.Without Boats-4/+1
2018-06-20Rename ParamBound(s) to GenericBound(s)varkor-1/+1
2018-06-20Lift bounds into GenericParamvarkor-1/+1
2018-04-26rustc_target: move in syntax::abi and flip dependency.Irina Popa-1/+1
2018-02-18Generate documentation for auto-trait implsAaron Hill-0/+1
2018-01-23rustdoc: Show when traits are auto traitsOliver Middleton-0/+1
2018-01-13Fix rustdocleonardo.yvens-1/+0
2018-01-13Remove `impl Foo for ..` in favor of `auto trait Foo`leonardo.yvens-9/+0
2017-11-03[Syntax Breaking] Rename DefaultImpl to AutoImplleonardo.yvens-2/+2
2017-04-24support `default impl` for specializationGianni Ciccarelli-0/+1
2016-12-28rustc: move function arguments into hir::Body.Eduard-Mihai Burtescu-0/+1
2016-12-28rustc: separate bodies for static/(associated)const and embedded constants.Eduard-Mihai Burtescu-2/+2
2016-12-19Don't try get local DefId of imported macro in rustdoc.Michael Woerister-1/+3