about summary refs log tree commit diff
path: root/src/librustdoc/lib.rs
AgeCommit message (Expand)AuthorLines
2014-02-20Mass rename if_ok! to try!Alex Crichton-2/+2
2014-02-20move extra::test to libtestLiigo Zhuang-0/+1
2014-02-19rustdoc: Fix json output and inputAlex Crichton-1/+1
2014-02-17auto merge of #12284 : brson/rust/install, r=alexcrichtonbors-0/+1
2014-02-16Address review feedbackBrian Anderson-0/+1
2014-02-17Improve naming of tuple getters, and add mutable tuple getterBrendan Zabarauskas-1/+1
2014-02-14extern mod => extern crateAlex Crichton-7/+7
2014-02-13Replace `crate` usage with `krate`Flavio Percoco-10/+10
2014-02-07moved collections from libextra into libcollectionsHeroesGrave-1/+2
2014-02-06getopts: replaced base functions with those from groupArcterus-5/+4
2014-02-06Move getopts out of extraArcterus-3/+3
2014-02-05pull extra::{serialize, ebml} into a separate libserialize crateJeff Olson-1/+2
2014-02-05move concurrent stuff from libextra to libsyncJeremyLetang-0/+1
2014-02-03rustdoc: Remove io_error usageAlex Crichton-7/+15
2014-01-29Removing do keyword from librustdocScott Lawrence-2/+2
2014-01-26Removed all instances of XXX in preparation for relaxing of FIXME ruleSalem Talha-1/+1
2014-01-21[std::str] Rename from_utf8_owned_opt() to from_utf8_owned(), drop the old fr...Simon Sapin-1/+1
2014-01-17Tweak the interface of std::ioAlex Crichton-2/+1
2014-01-12Bump version to 0.10-preBrian Anderson-1/+1
2014-01-11auto merge of #11461 : alexcrichton/rust/rustdoc-fixes, r=brsonbors-0/+4
2014-01-11Remove re-exports of std::io::stdio::{print, println} in the prelude.Brendan Zabarauskas-6/+6
2014-01-10rustdoc: Get --version workingAlex Crichton-0/+4
2014-01-10Fix #11421Derek Chiang-2/+8
2014-01-08Remove the io::Decorator traitAlex Crichton-2/+1
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