summary refs log tree commit diff
path: root/src/librustdoc/doctree.rs
AgeCommit message (Expand)AuthorLines
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
2016-11-28rustc: desugar `use a::{b,c};` into `use a::b; use a::c;` in HIR.Eduard-Mihai Burtescu-1/+3
2016-09-20rustc_metadata: go only through rustc_serialize in astencode.Eduard Burtescu-2/+3
2016-09-13Remove some ancient code providing special support for newtypesVadim Petrochenkov-14/+7
2016-09-03Support unions in rustdocVadim Petrochenkov-0/+15
2016-06-23Address comments and fix travis warningJonathan Turner-1/+0
2016-06-23Move errors from libsyntax to its own crateJonathan Turner-3/+4
2016-04-25Linkify extern crates on rustdoc pagesmitaa-0/+1
2016-04-06rustc: move rustc_front to rustc::hir.Eduard Burtescu-1/+1
2015-12-18Abstract away differences between Vec and ptr::P in HIRVadim Petrochenkov-21/+21
2015-12-12Support `#[deprecated]` in rustdocVadim Petrochenkov-0/+12
2015-12-07Remove some unnecessary indirection from HIR structuresVadim Petrochenkov-2/+2
2015-11-26rustdoc: only show macro arm's lhsJonas Schievink-0/+1
2015-10-25syntax/rustc_front: Simplify VariantData::fieldsVadim Petrochenkov-2/+2
2015-10-13Merge struct fields and struct kindVadim Petrochenkov-2/+2
2015-10-13Dict -> Struct, StructDef -> VariantData, def -> dataVadim Petrochenkov-3/+3
2015-10-13Remove now redundant NodeId from VariantVadim Petrochenkov-1/+0
2015-10-13Decouple structure kinds from NodeIdsVadim Petrochenkov-1/+1
2015-10-13Unify structures and enum variants in HIRVadim Petrochenkov-1/+1
2015-09-22Use Names in the remaining HIR structures with exception of...Vadim Petrochenkov-2/+2
2015-09-22Use Names in path fragments and MacroDefVadim Petrochenkov-2/+2
2015-09-22Use Names in HIR ItemsVadim Petrochenkov-11/+11
2015-09-17Remove Visibility field from enum variantsSimonas Kazlauskas-1/+0
2015-09-16Use ast attributes every where (remove HIR attributes).Nick Cameron-15/+15
2015-09-03Add an intital HIR and lowering stepNick Cameron-59/+60
2015-05-21syntax: parse `const fn` for free functions and inherent methods.Eduard Burtescu-0/+1
2015-04-16rustdoc: Fix cross-crate macro source linksAlex Crichton-0/+1
2015-04-07rustdoc: Encode ABI in all methodsAlex Crichton-0/+2
2015-03-12rustdoc: Fix ICE with cross-crate default implsAlex Crichton-0/+2
2015-03-11syntax: move indirection around {Trait,Impl}Item, from within.Eduard Burtescu-2/+2
2015-02-22Rename DefTrait to DefaultImplFlavio Percoco-2/+2
2015-02-22Fix rustdoc falloutFlavio Percoco-0/+8
2015-01-29s/Show/Debug/gJorge Aparicio-2/+2
2015-01-21rustdoc: fix fallout of merging ast::ViewItem into ast::Item.Eduard Burtescu-2/+20
2015-01-04Add syntax for negative implementations of traitsFlavio Percoco-0/+1
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-2/+2
2014-12-26Changes to RustDocNick Cameron-1/+0
2014-12-22serialize: Fully deprecate the libraryAlex Crichton-1/+1
2014-12-19librustdoc: use `#[deriving(Copy)]`Jorge Aparicio-3/+1
2014-12-14Parse `unsafe impl` but don't do anything particularly interesting with the r...Niko Matsakis-0/+1
2014-12-14Parse `unsafe trait` but do not do anything with it beyond parsing and integr...Niko Matsakis-0/+1