summary refs log tree commit diff
path: root/src/librustdoc/visit_ast.rs
AgeCommit message (Expand)AuthorLines
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-1/+1
2015-01-05Reformat metadata for exported macrosKeegan McAllister-7/+7
2015-01-04Add syntax for negative implementations of traitsFlavio Percoco-1/+2
2014-12-26Changes to RustDocNick Cameron-2/+1
2014-12-14Parse `unsafe impl` but don't do anything particularly interesting with the r...Niko Matsakis-1/+2
2014-12-14Parse `unsafe trait` but do not do anything with it beyond parsing and integr...Niko Matsakis-1/+2
2014-12-14Rename FnStyle trait to Unsafety.Niko Matsakis-2/+2
2014-11-24rustdoc: Render Sized? on traits and genericsTom Jakubowski-1/+2
2014-11-17Switch to purely namespaced enumsSteven Fackler-1/+2
2014-10-29Rename fail! to panic!Steve Klabnik-2/+2
2014-10-16librustdoc: Remove all uses of {:?}.Luqman Aden-1/+1
2014-10-09rustdoc: Implement constant documentationAlex Crichton-0/+13
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