summary refs log tree commit diff
path: root/src/librustdoc/lib.rs
AgeCommit message (Expand)AuthorLines
2014-03-31Bump version to 0.10Alex Crichton-1/+1
2014-03-29auto merge of #13188 : FlaPer87/rust/master, r=alexcrichtonbors-13/+2
2014-03-29Register new snapshotFlavio Percoco-13/+2
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-6/+6
2014-03-27serialize: use ResultSean McArthur-2/+13
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-16/+30
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-1/+0
2014-03-18rustdoc: Implement cross-crate searchingAlex Crichton-0/+1
2014-03-17Fix rustdoc and tests.Eduard Burtescu-1/+0
2014-03-17De-@ filesearch.Eduard Burtescu-2/+1
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-1/+3
2014-03-14extra: Put the nail in the coffin, delete libextraAlex Crichton-1/+0
2014-03-14lint: add lint for use of a `~[T]`.Huon Wilson-0/+1
2014-03-12rustc: Remove matching on ~str from the languageMichael Darakananda-9/+9
2014-03-09rustdoc: add table-of-contents recording & rendering, use it with plainHuon Wilson-0/+1
2014-03-09rustdoc: run on plain Markdown files.Huon Wilson-4/+34
2014-02-24Move extra::json to libserializeAlex Crichton-2/+1
2014-02-24All uses of `extern fn` should mean `extern "C" fn`. Closes #9309.Nick Cameron-1/+1
2014-02-23rustdoc: Add syntax highlightingAlex Crichton-0/+1
2014-02-21Move time out of extra (cc #8784)Arcterus-1/+1
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