summary refs log tree commit diff
path: root/src/librustdoc/visit_ast.rs
AgeCommit message (Expand)AuthorLines
2014-03-22rustdoc: Fix fallout of removing get()Alex Crichton-1/+1
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-4/+4
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-1/+0
2014-03-20rename std::vec_ng -> std::vecDaniel Micay-1/+1
2014-03-17De-@ Session usage.Eduard Burtescu-8/+5
2014-03-07rename ast::ViewItemExternMod to ast::ViewItemExternCrate, and clean::ExternM...Liigo Zhuang-1/+1
2014-03-01librustdoc: Fix errors arising from the automated `~[T]` conversionPatrick Walton-23/+36
2014-02-26Mark top level module as a crate in rustdoc, closes #12507Florian Hahn-0/+1
2014-02-19rustdoc: Show macros in documentationAlex Crichton-1/+8
2014-02-14Refactored ast_map and friends, mainly to have Paths without storing them.Eduard Burtescu-2/+2
2014-02-13Replace `crate` usage with `krate`Flavio Percoco-4/+4
2014-01-19syntax: convert ast_map to use a SmallIntMap.Huon Wilson-4/+1
2014-01-09Updated librustdoc and librustpkg to use the proper UpperCase names from libs...Eduard Burtescu-12/+12
2014-01-09libsyntax: Renamed types, traits and enum variants to CamelCase.Eduard Burtescu-22/+21
2014-01-07Inline reexports in rustdocAlex Crichton-134/+243
2014-01-03librustdoc: De-`@mut` `librustdoc`Patrick Walton-1/+1
2013-12-23rustdoc: Add the ability to test code in commentsAlex Crichton-13/+7
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-7/+7
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-5/+5
2013-09-30rustdoc: Remove usage of fmt!Alex Crichton-5/+5
2013-09-26rustdoc: Generate documentation for foreign itemsAlex Crichton-0/+3
2013-09-25rustdoc: Emit purity to function dox for traitsAlex Crichton-1/+2
2013-09-22rustdoc: Out with the old, in with the newAlex Crichton-0/+183