summary refs log tree commit diff
path: root/src/librustdoc/markdown.rs
AgeCommit message (Expand)AuthorLines
2015-07-30fix rustdoc metadata parsingAlexis Beingessner-3/+4
2015-07-27std: Deprecate a number of unstable featuresAlex Crichton-1/+1
2015-04-14Positive case of `len()` -> `is_empty()`Tamir Duberstein-1/+1
2015-04-07book: Emit links to play.rust-lang.org to run examplesAlex Crichton-1/+1
2015-04-07rustdoc: Allowing specifying attrs for doctestsAlex Crichton-3/+7
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-2/+2
2015-03-23rustdoc: Add #[doc(test(no_inject_crate))] attributeBrian Anderson-1/+1
2015-03-13Fallout of std::old_io deprecationAlex Crichton-5/+5
2015-03-04std: Deprecate std::old_io::fsAlex Crichton-3/+6
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-5/+5
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-1/+1
2015-01-26Fallout of io => old_ioAlex Crichton-5/+5
2015-01-21Fallout from stabilization.Aaron Turon-2/+2
2015-01-13Make the Rust Book more mobile friendlySeth Faxon-0/+1
2014-12-23rustc: Add knowledge of separate lookup pathsAlex Crichton-2/+2
2014-11-23std: Add a new top-level thread_local moduleAlex Crichton-1/+1
2014-09-07Changed addl_lib_search_paths from HashSet to Vecinrustwetrust-2/+1
2014-08-02rustdoc: Add rustdoc class to <body> tagTom Jakubowski-1/+1
2014-07-24rustdoc: make table of contents optionalAaron Turon-3/+9
2014-07-23collections: Deprecate shift/unshiftBrian Anderson-1/+1
2014-07-21rustdoc: Add an --extern flag analagous to rustc'sTom Jakubowski-2/+4
2014-07-17deprecate Vec::getNick Cameron-1/+1
2014-06-30Allow external html in rustdoc for crates.zzmp-51/+8
2014-06-26Remove unnecessary to_string callsPiotr Jawniak-9/+0
2014-06-06rustdoc: Submit examples to play.rust-lang.orgAlex Crichton-1/+12
2014-06-06doc: Turn off special features for rustdoc testsAlex Crichton-1/+1
2014-06-05Fallout from the libcollections movementAlex Crichton-1/+1
2014-05-27std: Rename strbuf operations to stringRicho Healey-6/+6
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-6/+6
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-1/+1
2014-05-14libtest: Remove all uses of `~str` from `libtest`.Patrick Walton-5/+1
2014-05-12librustdoc: Remove all `~str` usage from librustdoc.Patrick Walton-11/+24
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-1/+1
2014-04-10auto merge of #13440 : huonw/rust/strbuf, r=alexcrichtonbors-5/+5
2014-04-10Remove some internal ~[] from several libraries.Huon Wilson-2/+2
2014-04-10libstd: Implement `StrBuf`, a new string buffer type like `Vec`, andPatrick Walton-5/+5
2014-04-06De-~[] Reader and WriterSteven Fackler-1/+1
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-3/+6
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-1/+0
2014-03-20rename std::vec_ng -> std::vecDaniel Micay-1/+1
2014-03-17Fix rustdoc and tests.Eduard Burtescu-1/+0
2014-03-17De-@ filesearch.Eduard Burtescu-1/+1
2014-03-09doc: CSS fixesAdrien Tétar-1/+1
2014-03-09rustdoc: adding some common feature gates when testing a markdown file.Huon Wilson-1/+1
2014-03-09rustdoc: add table-of-contents recording & rendering, use it with plainHuon Wilson-2/+2
2014-03-09rustdoc: run on plain Markdown files.Huon Wilson-0/+171