about summary refs log tree commit diff
path: root/src/librustdoc/html/markdown.rs
AgeCommit message (Expand)AuthorLines
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
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-2/+2
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-3/+4
2014-05-15Updates with core::fmt changesAlex Crichton-4/+3
2014-05-13Touch up and rebase previous commitsAlex Crichton-0/+1
2014-05-12librustdoc: Remove all `~str` usage from librustdoc.Patrick Walton-10/+11
2014-05-07std: Modernize the local_data apiAlex Crichton-13/+10
2014-05-03rustdoc: Enable the footnote markdown extensionAlex Crichton-8/+10
2014-05-03rustdoc: Migrate from sundown to hoedownAlex Crichton-109/+119
2014-04-26rustdoc: refactor and unstyle inline section headersAdrien Tétar-1/+1
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-1/+1
2014-04-10Remove some internal ~[] from several libraries.Huon Wilson-3/+3
2014-04-06auto merge of #13315 : alexcrichton/rust/libc, r=alexcrichton,mebors-1/+1
2014-04-04Fix fallout from std::libc separationCorey Richardson-1/+1
2014-04-03rustdoc: Fix reporting of ignored testsIvan Petkov-6/+7
2014-03-31Switch some tuple structs to pub fieldsAlex Crichton-2/+2