summary refs log tree commit diff
path: root/src/librustdoc/visit_ast.rs
AgeCommit message (Expand)AuthorLines
2014-09-23rustdoc: Don't try to inline the crate rootAlex Crichton-2/+5
2014-09-23rustdoc: Prevent infinite recursion when inliningAlex Crichton-2/+9
2014-09-14rustdoc: fix fallout from using ptr::P.Eduard Burtescu-74/+59
2014-09-08rustdoc: fix fallout from the addition of a 'tcx lifetime on tcx.Eduard Burtescu-13/+9
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-2/+2
2014-08-14librustc: Implement simple `where` clauses.Patrick Walton-9/+9
2014-08-14librustc: Stop assuming that implementations and traits only containPatrick Walton-4/+4
2014-08-12Implement Index for HashMapP1start-1/+1
2014-07-25rustdoc: Correctly handle local renamingsAlex Crichton-6/+20
2014-07-21repair macro docsJohn Clements-8/+24
2014-07-20Implement new mod import sugarJakub Wieczorek-1/+1
2014-06-30rustdoc: incorporate stability index throughoutAaron Turon-0/+21
2014-06-14rustc: Obsolete the `@` syntax entirelyAlex Crichton-1/+1
2014-06-11rustc: Move the AST from @T to Gc<T>Alex Crichton-10/+12
2014-06-06Move Def out of syntax crate, where it does not belongNiko Matsakis-1/+1
2014-05-03rustdoc: Allow forcing inlining of `pub use`Alex Crichton-7/+19
2014-04-28auto merge of #13791 : lifthrasiir/rust/mod-inner-span, r=huonwbors-1/+2
2014-04-27rustdoc: External module item links to the module contents. Fixes #12926.Kang Seonghoon-1/+2
2014-04-26syntax: ViewItemUse no longer contains multiple view paths.Kang Seonghoon-5/+3
2014-04-23Support unsized types with the `type` keywordNick Cameron-1/+1
2014-04-10Renamed ast::Purity to ast::FnStyle and ast::ImpureFn to ast::NormalFn and up...Kasey Carrothers-2/+2
2014-04-03syntax: Remove AbiSet, use one AbiAlex Crichton-2/+2
2014-03-31rustdoc: Switch field privacy as necessaryAlex Crichton-4/+4
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