summary refs log tree commit diff
path: root/src/librustdoc/html/format.rs
AgeCommit message (Expand)AuthorLines
2014-03-24test: Update all tests with the sync changesAlex Crichton-4/+4
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-8/+8
2014-03-12rustc: Remove matching on ~str from the languageMichael Darakananda-1/+2
2014-02-20Mass rename if_ok! to try!Alex Crichton-44/+44
2014-02-13auto merge of #12017 : FlaPer87/rust/replace-mod-crate, r=alexcrichtonbors-4/+4
2014-02-13Add some missing Show implementations in libstdBrendan Zabarauskas-15/+14
2014-02-13Replace `crate` usage with `krate`Flavio Percoco-4/+4
2014-02-08std::fmt: convert the formatting traits to a proper self.Huon Wilson-37/+37
2014-02-07Removed @self and @Trait.Eduard Burtescu-1/+0
2014-02-03Fixing remaining warnings and errors throughoutAlex Crichton-1/+0
2014-02-03rustdoc: Remove io_error usageAlex Crichton-88/+124
2014-02-02std: rename fmt::Default to `Show`.Huon Wilson-14/+14
2014-01-26Removed all instances of XXX in preparation for relaxing of FIXME ruleSalem Talha-3/+3
2014-01-21[std::vec] Rename .last_opt() to .last(), drop the old .last() behaviorSimon Sapin-4/+4
2014-01-12Removed remnants of `@mut` and `~mut` from comments and the type system.Eduard Burtescu-2/+1
2014-01-09libsyntax: Renamed types, traits and enum variants to CamelCase.Eduard Burtescu-25/+25
2014-01-04Don't allow newtype structs to be dereferenced. #6246Brian Anderson-3/+15
2014-01-03librustc: Remove `@mut` support from the parserPatrick Walton-7/+1
2013-12-16Fallout of rewriting std::commAlex Crichton-57/+55
2013-12-11Make 'self lifetime illegal.Erik Price-3/+3
2013-11-28Register new snapshotsAlex Crichton-1/+1
2013-11-28rustdoc: Use new ||/proc syntaxklutzy-19/+23
2013-11-26librustc: Remove non-procedure uses of `do` from librustc, librustdoc,Patrick Walton-10/+10
2013-11-26librustc: Remove remaining uses of `&fn()` in favor of `||`.Patrick Walton-2/+2
2013-11-11Move std::rt::io to std::ioAlex Crichton-1/+1
2013-11-08Generalize AST and ty::Generics to accept multiple lifetimes.Niko Matsakis-17/+19
2013-10-17rustdoc: Don't treat "super" specially for urlsAlex Crichton-6/+1
2013-10-03rustdoc: Document what's going on throughoutAlex Crichton-0/+17
2013-10-02rustdoc: Generate hyperlinks between cratesAlex Crichton-68/+113
2013-10-01remove the `float` typeDaniel Micay-1/+0
2013-09-28rustdoc: Show type parameters on external pathsAlex Crichton-14/+11
2013-09-25rustdoc: Linkify all reexports.Alex Crichton-23/+109
2013-09-25rustdoc: Implement stripping based on privacyAlex Crichton-0/+1
2013-09-25rustdoc: Emit purity to function dox for traitsAlex Crichton-10/+13
2013-09-22rustdoc: Out with the old, in with the newAlex Crichton-0/+364