summary refs log tree commit diff
path: root/src/librustdoc/lib.rs
AgeCommit message (Expand)AuthorLines
2014-01-03librustdoc: De-`@mut` `librustdoc`Patrick Walton-4/+4
2014-01-02Bump version to 0.9Brian Anderson-1/+1
2013-12-31Remove references to rustdoc_ngBrian Anderson-1/+1
2013-12-26Register new snapshotsAlex Crichton-2/+0
2013-12-23rustdoc: Add the ability to test code in commentsAlex Crichton-9/+20
2013-12-19Rename pkgid to crate_idCorey Richardson-0/+2
2013-12-15Register new snapshotsAlex Crichton-8/+1
2013-12-10auto merge of #10791 : pcwalton/rust/decelling, r=pcwaltonbors-6/+5
2013-12-10Make crate hash stable and externally computable.Jack Moffitt-0/+2
2013-12-10libextra: Another round of de-`Cell`-ing.Patrick Walton-6/+5
2013-12-05auto merge of #10721 : osa1/rust/intermediatestr, r=brsonbors-3/+2
2013-12-04Rename extra::json::*::init() constructors to *::new()Kevin Ballard-2/+2
2013-12-04Revert "libstd: Change `Path::new` to `Path::init`."Kevin Ballard-7/+7
2013-12-03Register new snapshotsAlex Crichton-1/+0
2013-11-30auto merge of #10528 : alexcrichton/rust/static-linking-v2, r=pcwaltonbors-1/+2
2013-11-30auto merge of #10727 : erickt/rust/json, r=huonwbors-4/+7
2013-11-29extra: missed a couple `@` in jsonErick Tryzelaar-3/+6
2013-11-29Add generation of static libraries to rustcAlex Crichton-1/+2
2013-11-29extra: Rename json constructors into *::initErick Tryzelaar-2/+2
2013-11-29libstd: Change `Path::new` to `Path::init`.Patrick Walton-7/+7
2013-11-29don't create intermediate string while creating json (rustdoc)osa1-3/+2
2013-11-28Register new snapshotsAlex Crichton-2/+2
2013-11-26Removed unneccessary `_iter` suffixes from various APIsMarvin Löbel-2/+2
2013-11-24rustdoc: pass through --cfg to rustcCorey Richardson-1/+3
2013-11-11Move std::rt::io to std::ioAlex Crichton-4/+4
2013-11-08Specify package_id for rust libs, to avoid spurious warningsAndrei Formiga-0/+1
2013-11-03Fill out the remaining functionality in io::fileAlex Crichton-3/+3
2013-11-03Remove all blocking std::os blocking functionsAlex Crichton-4/+3
2013-11-03Rename files to match current recommendations.Chris Morgan-0/+328