about summary refs log tree commit diff
path: root/src/librustdoc/html/render.rs
AgeCommit message (Expand)AuthorLines
2015-02-20Addressed PR commentsMarvin Löbel-1/+1
2015-02-18Fix inconsistent spacing of collapse all buttonSimonas Kazlauskas-2/+1
2015-02-13rustdoc: Show must_use attributeSeo Sanghyeon-1/+19
2015-02-06rustdoc: Show non-Rust ABIs on methodsTom Jakubowski-6/+14
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-68/+64
2015-02-02`for x in xs.into_iter()` -> `for x in xs`Jorge Aparicio-1/+1
2015-02-02`for x in xs.iter_mut()` -> `for x in &mut xs`Jorge Aparicio-1/+1
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-33/+33
2015-01-30Test fixes and rebase conflictsAlex Crichton-1/+1
2015-01-29convert remaining `range(a, b)` to `a..b`Jorge Aparicio-1/+1
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-1/+1
2015-01-27cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` callsJorge Aparicio-5/+3
2015-01-26std: Rename Writer::write to Writer::write_allAlex Crichton-1/+1
2015-01-26Fallout of io => old_ioAlex Crichton-16/+16
2015-01-23Auto merge of #20221 - liigo:rustdoc-sidebar-tooltips-v3, r=alexcrichtonbors-10/+21
2015-01-21rollup merge of #20179: eddyb/blind-itemsAlex Crichton-52/+36
2015-01-21rollup merge of #21258: aturon/stab-3-indexAlex Crichton-2/+2
2015-01-21rollup merge of #21457: alexcrichton/issue-21436Alex Crichton-4/+4
2015-01-21rollup merge of #21396: japaric/no-parens-in-rangeAlex Crichton-6/+6
2015-01-21Fallout from stabilization.Aaron Turon-2/+2
2015-01-21rustdoc: fix fallout of merging ast::ViewItem into ast::Item.Eduard Burtescu-52/+36
2015-01-21address review comments: reuse Escape etc.Liigo Zhuang-16/+2
2015-01-21fix falloutLiigo Zhuang-1/+1
2015-01-21rustdoc: eliminates raw markdown code (links, headers, etc.) from tooltips of...Liigo Zhuang-1/+16
2015-01-21rustdoc: add tooltips to sidebarLiigo Zhuang-10/+20
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-4/+4
2015-01-21Display negative trait implementations correctly in rustdocDiggory Blake-0/+4
2015-01-19remove unnecessary parentheses from range notationJorge Aparicio-6/+6
2015-01-18Fix typedef/module name conflicts in the compilerAlex Crichton-1/+1
2015-01-07Register new snapshotsAlex Crichton-32/+0
2015-01-06rollup merge of #20653: alexcrichton/entry-unstableAlex Crichton-3/+3
2015-01-06rollup merge of #20481: seanmonstar/fmt-show-stringAlex Crichton-4/+36
2015-01-07falloutNick Cameron-7/+7
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-4/+36
2015-01-06[breaking change] Revert Entry behaviour to take keys by value.Dylan Ede-3/+3
2015-01-05rollup merge of #20092: barosl/rustdoc-line-number-clickableAlex Crichton-2/+2
2015-01-04[breaking change] Update entry API as part of RFC 509.Ben Foppa-13/+7
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-4/+4
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-1/+1
2015-01-02rollup merge of #20410: japaric/assoc-typesAlex Crichton-11/+21
2015-01-02rollup merge of #20377: alexcrichton/issue-20352Alex Crichton-7/+8
2015-01-02rustdoc: fix rendering of associated typesCorey Richardson-11/+21
2015-01-02std: Stabilize the prelude moduleAlex Crichton-0/+1
2015-01-01std: Enforce Unicode in fmt::WriterAlex Crichton-7/+8
2014-12-30Fallout from stabilizationAaron Turon-3/+5
2014-12-27Make the line numbers of the source code clickableBarosl Lee-2/+2
2014-12-26Changes to RustDocNick Cameron-3/+0
2014-12-23Rename include_bin! to include_bytes!Chris Wong-12/+12
2014-12-21Fallout of std::str stabilizationAlex Crichton-3/+5
2014-12-21Remove a ton of public reexportsCorey Farwell-1/+1