about summary refs log tree commit diff
path: root/src/librustdoc/clean.rs
AgeCommit message (Expand)AuthorLines
2013-12-17Remove obsolete mutability from ast::TySeo Sanghyeon-4/+4
2013-12-14librustpkg: don't clobber the crate attributes for the pkgidCorey Richardson-1/+1
2013-12-13librustdoc: use pkgid instead of link metaCorey Richardson-7/+4
2013-12-11Make 'self lifetime illegal.Erik Price-1/+1
2013-12-08Remove dead codesKiet Tran-9/+0
2013-11-28Register new snapshotsAlex Crichton-12/+12
2013-11-26librustc: Remove non-procedure uses of `do` from librustc, librustdoc,Patrick Walton-2/+2
2013-11-18Use '..' as slice wildcard in vectorsBrian Anderson-0/+1
2013-11-08Generalize AST and ty::Generics to accept multiple lifetimes.Niko Matsakis-2/+2
2013-10-22libsyntax/librustc: Allow specifying mut on ~self.Luqman Aden-1/+1
2013-10-22libsyntax/librustc: Allow specifying mut on by-value self.Luqman Aden-2/+2
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-17/+17
2013-10-18rustdoc: Strip methods correctly based on privacyAlex Crichton-1/+1
2013-10-18Optimize include_bin! for large inputsAlex Crichton-0/+1
2013-10-13Make Rustdoc strip private fieldsSteven Fackler-0/+6
2013-10-09option: rewrite the API to use compositionDaniel Micay-2/+2
2013-10-08add new enum ast::StrStyle as field to ast::lit_strBenjamin Herr-2/+2
2013-10-02rustdoc: Generate hyperlinks between cratesAlex Crichton-32/+79
2013-09-30rustdoc: Remove usage of fmt!Alex Crichton-17/+17
2013-09-28auto merge of #9577 : alexcrichton/rust/rustdoc, r=cmrbors-42/+30
2013-09-28rustdoc: Show type parameters on external pathsAlex Crichton-36/+6
2013-09-28std::vec: Remove functions concat, connectblake2-ppc-6/+5
2013-09-27rustdoc: Include source files with documentationAlex Crichton-6/+24
2013-09-26rustdoc: Render stability attributesAlex Crichton-0/+20
2013-09-26rustdoc: Generate documentation for foreign itemsAlex Crichton-0/+38
2013-09-25rustdoc: Reduce ambiguity with clean::TypeAlex Crichton-22/+14
2013-09-25rustdoc: Linkify all reexports.Alex Crichton-9/+40
2013-09-25rustdoc: Implement stripping based on privacyAlex Crichton-1/+2
2013-09-25rustdoc: Emit purity to function dox for traitsAlex Crichton-0/+2
2013-09-22rustdoc: Out with the old, in with the newAlex Crichton-0/+1094