summary refs log tree commit diff
path: root/src/librustdoc/doctree.rs
AgeCommit message (Expand)AuthorLines
2014-09-14rustdoc: fix fallout from using ptr::P.Eduard Burtescu-6/+5
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-1/+1
2014-08-14librustc: Implement simple `where` clauses.Patrick Walton-9/+9
2014-08-14librustc: Stop assuming that implementations and traits only containPatrick Walton-2/+2
2014-06-30rustdoc: incorporate stability index throughoutAaron Turon-0/+12
2014-06-11rustc: Move the AST from @T to Gc<T>Alex Crichton-2/+4
2014-04-27rustdoc: External module item links to the module contents. Fixes #12926.Kang Seonghoon-2/+4
2014-04-16rustc: Remove private enum variantsAlex Crichton-1/+1
2014-04-10Renamed ast::Purity to ast::FnStyle and ast::ImpureFn to ast::NormalFn and up...Kasey Carrothers-1/+1
2014-03-31rustdoc: Switch field privacy as necessaryAlex Crichton-81/+81
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-38/+38
2014-02-26Mark top level module as a crate in rustdoc, closes #12507Florian Hahn-0/+2
2014-02-23Remove all ToStr impls, add Show implsAlex Crichton-1/+1
2014-02-19rustdoc: Show macros in documentationAlex Crichton-0/+9
2014-01-09Updated librustdoc and librustpkg to use the proper UpperCase names from libs...Eduard Burtescu-1/+1
2014-01-09libsyntax: Renamed types, traits and enum variants to CamelCase.Eduard Burtescu-21/+21
2014-01-01syntax::codemap: Add static DUMMY_SPklutzy-1/+1
2013-12-01auto merge of #10750 : Blei/rust/no-at-struct-field, r=alexcrichtonbors-1/+1
2013-12-01ast: Remove one `@` and fix the falloutPhilipp Brüschweiler-1/+1
2013-12-01Box Block, fn_decl, variant and Ty in the AST, as they were inflating critica...Eduard Burtescu-3/+3
2013-09-26rustdoc: Generate documentation for foreign itemsAlex Crichton-0/+2
2013-09-25rustdoc: Emit purity to function dox for traitsAlex Crichton-0/+1
2013-09-22rustdoc: Out with the old, in with the newAlex Crichton-0/+168