summary refs log tree commit diff
path: root/src/librustdoc/html/markdown.rs
AgeCommit message (Expand)AuthorLines
2015-07-10Change some instances of .connect() to .join()Wesley Wiser-5/+5
2015-06-04Fix order of rustdoc arguments.Steven Allen-2/+2
2015-05-09Squeeze the last bits of `task`s in documentation in favor of `thread`Barosl Lee-1/+1
2015-04-21implement rfc 1054: split_whitespace() fn, deprecate words()kwantam-1/+1
2015-04-14Positive case of `len()` -> `is_empty()`Tamir Duberstein-2/+2
2015-04-07rustdoc: Handle tests with bare `#` marksAlex Crichton-1/+3
2015-04-07rustdoc: Allowing specifying attrs for doctestsAlex Crichton-2/+4
2015-04-06rustdoc: Use iterators to collapse whitespaceMichael Macias-21/+8
2015-04-06rustdoc: Add a custom callback for codespan to collapse whitespaceMichael Macias-3/+59
2015-03-27rollup merge of #23741: alexcrichton/remove-int-uintAlex Crichton-1/+1
2015-03-26syntax: Remove support for #[should_fail]Alex Crichton-9/+9
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-1/+1
2015-03-25Add trivial cast lints.Nick Cameron-7/+7
2015-03-23rustdoc: Add #[doc(test(no_inject_crate))] attributeBrian Anderson-1/+1
2015-02-18Round 1 fixes and rebase conflictsAlex Crichton-2/+2
2015-02-18std: Implement CString-related RFCsAlex Crichton-2/+2
2015-02-06Auto merge of #21926 - mzabaluev:raw-lifetime, r=alexcrichtonbors-13/+15
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-11/+9
2015-02-05Replace usage of slice::from_raw_buf with slice::from_raw_partsMikhail Zabaluev-13/+15
2015-02-04remove all kind annotations from closuresJorge Aparicio-1/+1
2015-01-30Test fixes and rebase conflictsAlex Crichton-1/+1
2015-01-29s/Show/Debug/gJorge Aparicio-1/+1
2015-01-23Auto merge of #20221 - liigo:rustdoc-sidebar-tooltips-v3, r=alexcrichtonbors-4/+97
2015-01-21rollup merge of #21258: aturon/stab-3-indexAlex Crichton-1/+1
2015-01-21Fallout from stabilization.Aaron Turon-1/+1
2015-01-21address review comments: reuse Escape etc.Liigo Zhuang-5/+2
2015-01-21fix falloutLiigo Zhuang-11/+19
2015-01-21rustdoc: eliminates raw markdown code (links, headers, etc.) from tooltips of...Liigo Zhuang-4/+92
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-2/+2
2015-01-13Fix playpen links to not all be the sameEarl St Sauver-17/+8
2015-01-07Register new snapshotsAlex Crichton-16/+0
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