summary refs log tree commit diff
path: root/src/librustdoc/html/format.rs
AgeCommit message (Expand)AuthorLines
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