summary refs log tree commit diff
path: root/src/librustdoc/html/format.rs
AgeCommit message (Expand)AuthorLines
2015-01-07rollup merge of #20721: japaric/snapAlex Crichton-2/+2
2015-01-07rollup merge of #20725: tomjakubowski/rustdoc-miscAlex Crichton-2/+18
2015-01-07rollup merge of #20722: alexcrichton/audit-showAlex Crichton-3/+18
2015-01-07rustdoc: Render associated type bindingsTom Jakubowski-2/+25
2015-01-07std: Tweak String implementationsAlex Crichton-3/+18
2015-01-07use slicing sugarJorge Aparicio-2/+2
2015-01-07register new snapshotsJorge Aparicio-193/+0
2015-01-07Register new snapshotsAlex Crichton-193/+0
2015-01-06rollup merge of #20481: seanmonstar/fmt-show-stringAlex Crichton-4/+197
2015-01-07falloutNick Cameron-3/+3
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-4/+197
2015-01-07Replace full slice notation with index callsNick Cameron-2/+2
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-4/+4
2015-01-01std: Enforce Unicode in fmt::WriterAlex Crichton-29/+29
2014-12-30Fallout from stabilizationAaron Turon-1/+1
2014-12-30Remove the def-id from type parameters. Having this def-id was bad for severa...Niko Matsakis-3/+2
2014-12-29rollup merge of #20269: dirk/indent-whereAlex Crichton-1/+2
2014-12-27Indent where clause in rustdocDirk Gadsden-1/+2
2014-12-26Changes to RustDocNick Cameron-6/+10
2014-12-25auto merge of #20180 : jroesch/rust/clean-where-predicate, r=alexcrichtonbors-2/+20
2014-12-24rustdoc: Use unboxed closure sugarTom Jakubowski-39/+58
2014-12-24rustdoc: render higher-rank trait boundsTom Jakubowski-9/+25
2014-12-24rustdoc: render `for<>` on old closure lifetimesTom Jakubowski-2/+2
2014-12-24Address code review nitsJared Roesch-3/+3
2014-12-23Support all variants of WherePredicateJared Roesch-2/+20
2014-12-21Fallout of std::str stabilizationAlex Crichton-5/+5
2014-12-20Add parser support for generalized where clausesJared Roesch-1/+1
2014-12-19librustdoc: use `#[deriving(Copy)]`Jorge Aparicio-5/+4
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-1/+1
2014-12-14Rename FnStyle trait to Unsafety.Niko Matsakis-11/+11
2014-12-14Patch rustdoc to include missing types, make the match exhaustiveNiko Matsakis-0/+10
2014-12-13librustdoc: use tuple indexingJorge Aparicio-1/+1
2014-12-13librustdoc: use unboxed closuresJorge Aparicio-4/+8
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+5
2014-12-06librustdoc: remove unnecessary `as_slice()` callsJorge Aparicio-3/+3
2014-12-04rustdoc: Refactored various uses of ItemType.Kang Seonghoon-2/+1
2014-11-26rollup merge of #19272: tomjakubowski/rustdoc-sizedAlex Crichton-0/+3
2014-11-25Fallout from stabilizationAaron Turon-1/+1
2014-11-24rustdoc: Render Sized? on traits and genericsTom Jakubowski-0/+3
2014-11-24rustdoc: render ast::QPathTom Jakubowski-0/+3
2014-11-24rustdoc: Render associated types on traits and implsTom Jakubowski-2/+1
2014-11-23std: Add a new top-level thread_local moduleAlex Crichton-14/+12
2014-11-16Complete the removal of ty_nil, ast::LitNil, ast::TyBot and ast::TyUniqJakub Bukaj-20/+14
2014-11-06rollup merge of #18630 : nikomatsakis/purge-the-barsAlex Crichton-5/+1
2014-11-06Fallout from collection conventionsAlexis Beingessner-2/+2
2014-11-06Remove the unboxed closure `|:|` notation from types and trait references com...Niko Matsakis-5/+1
2014-10-29Rename fail! to panic!Steve Klabnik-1/+1
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-3/+5
2014-10-08librustdoc/html: recognize slices not to nest A tags.NODA, Kai-1/+19
2014-10-07Use slice syntax instead of slice_to, etc.Nick Cameron-3/+3