about summary refs log tree commit diff
path: root/src/librustdoc/clean.rs
AgeCommit message (Expand)AuthorLines
2014-03-21auto merge of #13016 : huonw/rust/new-opt-vec, r=cmrbors-5/+2
2014-03-22Migrate all users of opt_vec to owned_slice, delete opt_vec.Huon Wilson-5/+2
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-53/+50
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-17Fix rustdoc and tests.Eduard Burtescu-3/+3
2014-03-17De-@ Session usage.Eduard Burtescu-10/+11
2014-03-13Remove Rc's borrow method to avoid conflicts with RefCell's borrow in Rc<RefC...Eduard Burtescu-1/+1
2014-03-12rustc: Remove matching on ~str from the languageMichael Darakananda-2/+2
2014-03-12alpha-rename .ident to .name in Lifetime, including in rustdoc.Felix S. Klock II-1/+1
2014-03-08librustdoc: Fix librustdoc for the `Vec<T>` change.Patrick Walton-0/+2
2014-03-07rename ast::ViewItemExternMod to ast::ViewItemExternCrate, and clean::ExternM...Liigo Zhuang-3/+3
2014-03-06fix typos with with repeated words, just like this sentence.Kang Seonghoon-1/+1
2014-03-01librustdoc: Fix errors arising from the automated `~[T]` conversionPatrick Walton-32/+61
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-22Represent lifetimes as Names instead of IdentsEdward Wang-1/+1
2014-02-19rustdoc: Fix json output and inputAlex Crichton-4/+3
2014-02-19rustdoc: Show macros in documentationAlex Crichton-1/+23
2014-02-14Refactored ast_map and friends, mainly to have Paths without storing them.Eduard Burtescu-12/+4
2014-02-13auto merge of #12017 : FlaPer87/rust/replace-mod-crate, r=alexcrichtonbors-2/+2
2014-02-13Add some missing Show implementations in libstdBrendan Zabarauskas-4/+15
2014-02-13Replace `crate` usage with `krate`Flavio Percoco-2/+2
2014-02-07Removed @self and @Trait.Eduard Burtescu-2/+0
2014-02-02syntax: convert LitBinary from @[u8] to Rc<~[u8]>.Huon Wilson-1/+1
2014-02-02Changes from the review of the @str PR.Huon Wilson-5/+2
2014-02-02librustc: Remove `@str` from the languagePatrick Walton-2/+5
2014-02-02libsyntax: Remove uses of `token::ident_to_str()`Patrick Walton-3/+2
2014-02-02librustc: Fix merge fallout.Patrick Walton-2/+7
2014-02-02libsyntax: Make float literals not use `@str`Patrick Walton-2/+2
2014-02-02libsyntax: De-`@str` literal strings in the ASTPatrick Walton-4/+6
2014-02-02libsyntax: Introduce an `InternedString` type to reduce `@str` in thePatrick Walton-7/+14
2014-01-27Demote self to an (almost) regular argument and remove the env param.Eduard Burtescu-5/+25
2014-01-14auto merge of #11485 : eddyb/rust/sweep-old-rust, r=nikomatsakisbors-2/+2
2014-01-13librustc: Remove `@` pointer patterns from the languagePatrick Walton-1/+0
2014-01-12Removed remnants of `@mut` and `~mut` from comments and the type system.Eduard Burtescu-2/+2
2014-01-09Updated librustdoc and librustpkg to use the proper UpperCase names from libs...Eduard Burtescu-18/+17
2014-01-09libsyntax: Renamed types, traits and enum variants to CamelCase.Eduard Burtescu-60/+60
2014-01-07Inline reexports in rustdocAlex Crichton-1/+1
2014-01-04Don't allow newtype structs to be dereferenced. #6246Brian Anderson-2/+11
2014-01-03librustc: Remove `@mut` support from the parserPatrick Walton-2/+2
2014-01-01Remove `extern mod foo (name="bar")` syntax, closes #9543Florian Hahn-3/+3
2013-12-29Rename pkgid variablesLuis de Bethencourt-2/+2
2013-12-29Fix rustdoc bug involving PatLitCorey Richardson-3/+8
2013-12-26librustc: De-`@mut` the def map.Patrick Walton-2/+4
2013-12-25Method-ify CStoreSteven Fackler-1/+1
2013-12-23rustdoc: Add the ability to test code in commentsAlex Crichton-6/+15
2013-12-19auto merge of #11057 : alexcrichton/rust/no-at-in-ebml, r=pcwaltonbors-1/+1
2013-12-19Purge @-boxes from the reading half of EBMLAlex Crichton-1/+1
2013-12-19Add some things to inspect crate-id'sCorey Richardson-1/+1