about summary refs log tree commit diff
path: root/src/librustdoc/lib.rs
AgeCommit message (Expand)AuthorLines
2014-06-09Use phase(plugin) in bootstrap cratesKeegan McAllister-2/+8
2014-06-06rustdoc: Submit examples to play.rust-lang.orgAlex Crichton-1/+3
2014-06-06auto merge of #14667 : aochagavia/rust/pr2, r=huonwbors-1/+1
2014-06-06Change to_str().to_string() to just to_str()Adolfo OchagavĂ­a-1/+1
2014-06-05Fallout from the libcollections movementAlex Crichton-2/+1
2014-05-28std: Remove format_strbuf!()Alex Crichton-3/+3
2014-05-27Move std::{reflect,repr,Poly} to a libdebug crateAlex Crichton-6/+7
2014-05-27std: Rename strbuf operations to stringRicho Healey-23/+23
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-4/+4
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-1/+1
2014-05-18Fixing rustdoc stage1.Felix S. Klock II-1/+1
2014-05-16libgetopts: Remove all uses of `~str` from `libgetopts`Patrick Walton-12/+11
2014-05-16libserialize: Remove all uses of `~str` from `libserialize`.Patrick Walton-8/+9
2014-05-14Print 'rustc' and 'rustdoc' as the command name for --versionBrian Anderson-1/+1
2014-05-12Add the patch number to version strings. Closes #13289Brian Anderson-1/+1
2014-05-12librustdoc: Remove all `~str` usage from librustdoc.Patrick Walton-34/+67
2014-05-11Reorganise driver code.Nick Cameron-1/+1
2014-05-08Handle more falloutKevin Ballard-1/+1
2014-05-07std: Modernize the local_data apiAlex Crichton-2/+1
2014-05-02Replace most ~exprs with 'box'. #11779Brian Anderson-2/+2
2014-04-28Deprecate the rev_iter pattern in all places where a DoubleEndedIterator is p...Jonathan S-1/+1
2014-04-26rustdoc: Moved `SCHEMA_VERSION` to `clean`.Kang Seonghoon-2/+3
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-11/+11
2014-04-14rustdoc: Represent item types as a small number in the search index.Kang Seonghoon-0/+1
2014-04-06auto merge of #13165 : sfackler/rust/io-vec, r=alexcrichtonbors-1/+1
2014-04-06De-~[] Mem{Reader,Writer}Steven Fackler-1/+1
2014-04-04Fix fallout from std::libc separationCorey Richardson-0/+1
2014-04-04auto merge of #13255 : alexcrichton/rust/issue-5605, r=huonwbors-1/+3
2014-04-03Bump version to 0.11-preBrian Anderson-1/+1
2014-04-03std: Document builtin syntax extensionsAlex Crichton-1/+3
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