summary refs log tree commit diff
path: root/src/librustdoc/markdown.rs
AgeCommit message (Expand)AuthorLines
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