about summary refs log tree commit diff
path: root/src/librustdoc/html/markdown.rs
AgeCommit message (Expand)AuthorLines
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-3/+19
2015-01-05std: Redesign c_str and c_vecAlex Crichton-7/+9
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-1/+1
2015-01-02rollup merge of #20377: alexcrichton/issue-20352Alex Crichton-1/+1
2015-01-02std: Stabilize the prelude moduleAlex Crichton-1/+2
2015-01-01std: Enforce Unicode in fmt::WriterAlex Crichton-1/+1
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-1/+1
2014-12-27auto merge of #19916 : SimonSapin/rust/ascii-reform, r=sfacklerbors-1/+1
2014-12-24Rename to_ascii_{lower,upper} to to_ascii_{lower,upper}case, per #14401Simon Sapin-1/+1
2014-12-23rustdoc: unmarked code fences are doctests tooJorge Aparicio-13/+14
2014-12-22rollup merge of #19891: nikomatsakis/unique-fn-types-3Alex Crichton-8/+12
2014-12-22Fix fallout from changes. In cases where stage0 compiler is needed, weNiko Matsakis-8/+12
2014-12-21Fully remove `notrust` markers from rustdocFlorian Gilcher-21/+19
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-3/+3
2014-12-13librustdoc: fix falloutJorge Aparicio-1/+1
2014-12-06librustdoc: remove unnecessary `as_slice()` callsJorge Aparicio-2/+2
2014-11-25Fallout from stabilizationAaron Turon-2/+2
2014-11-23std: Add a new top-level thread_local moduleAlex Crichton-24/+31
2014-11-23rollup merge of #19194: aturon/stab-asciiJakub Bukaj-6/+3
2014-11-22std: Align `raw` modules with unsafe conventionsAlex Crichton-72/+65
2014-11-21libs: stabilize ascii moduleAaron Turon-6/+3
2014-11-06Fallout from collection conventionsAlexis Beingessner-1/+1
2014-10-15Renamed AsciiStr::to_lower and AsciiStr::to_upper=-1/+1
2014-10-09rustdoc: Implement constant documentationAlex Crichton-10/+10
2014-10-06rustdoc: make calls of markdown::render saferTom Jakubowski-1/+11
2014-09-07rustdoc: Don't strip #-lines if notrustAlex Crichton-15/+9
2014-08-20Add #[repr(C)] to all the things!Corey Richardson-0/+4
2014-07-24Deprecated `str::raw::from_buf_len`Adolfo OchagavĂ­a-1/+2
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-1/+1
2014-06-29c_str: replace .with_ref with .as_ptr throughout the codebase.Huon Wilson-3/+1
2014-06-28auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwaltonbors-18/+22
2014-06-28Rename all raw pointers as necessaryAlex Crichton-18/+22
2014-06-26Remove unnecessary to_string callsPiotr Jawniak-3/+3
2014-06-19rustdoc: add the ability to run tests with --test.Huon Wilson-13/+20
2014-06-19rustdoc: refactor code block language info into a struct.Huon Wilson-42/+68
2014-06-15Register new snapshotsAlex Crichton-2/+2
2014-06-11std: Remove i18n/l10n from format!Alex Crichton-2/+6
2014-06-10auto merge of #14764 : jbcrail/rust/fix-more-comments, r=alexcrichtonbors-1/+1
2014-06-10Fix more misspelled comments and strings.Joseph Crail-1/+1
2014-06-08Remove the dead code identified by the new lintJakub Wieczorek-0/+1
2014-06-06rustdoc: Submit examples to play.rust-lang.orgAlex Crichton-6/+29
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/+2
2014-06-02docs: Stop using `notrust`Florian Gilcher-1/+2
2014-06-02rustdoc: make langstring parsing more robustFlorian Gilcher-4/+49
2014-05-28std: Remove format_strbuf!()Alex Crichton-1/+1
2014-05-27std: Rename strbuf operations to stringRicho Healey-6/+6
2014-05-27std: Remove String's to_ownedRicho Healey-1/+1
2014-05-25rustdoc: Prevent a segfault when using markdownAlex Crichton-0/+2