summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
2015-01-07rollup merge of #20721: japaric/snapAlex Crichton-3/+3
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-07rollup merge of #20708: aturon/new-int-modulesAlex Crichton-257/+0
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-3/+3
2015-01-07register new snapshotsJorge Aparicio-257/+0
2015-01-07Register new snapshotsAlex Crichton-257/+0
2015-01-08Fix rustdoc fallout from #20092Barosl Lee-1/+1
2015-01-07Merge pull request #20682 from sfackler/fix-implsbors-1/+1
2015-01-06More test fixesAlex Crichton-2/+0
2015-01-06Fix JS errorSteven Fackler-1/+1
2015-01-06rollup merge of #20653: alexcrichton/entry-unstableAlex Crichton-3/+3
2015-01-06rollup merge of #20481: seanmonstar/fmt-show-stringAlex Crichton-12/+277
2015-01-07falloutNick Cameron-10/+10
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-12/+277
2015-01-07Replace full slice notation with index callsNick Cameron-3/+3
2015-01-06[breaking change] Revert Entry behaviour to take keys by value.Dylan Ede-3/+3
2015-01-05rollup merge of #20482: kmcallister/macro-reformAlex Crichton-0/+3
2015-01-05rollup merge of #20507: alexcrichton/issue-20444Alex Crichton-7/+9
2015-01-05rollup merge of #20092: barosl/rustdoc-line-number-clickableAlex Crichton-8/+49
2015-01-05Add a special macro nonterminal $crateKeegan McAllister-0/+3
2015-01-05std: Redesign c_str and c_vecAlex Crichton-7/+9
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-14/+14
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-40/+41
2015-01-02rustdoc: fix rendering of associated typesCorey Richardson-11/+21
2015-01-02std: Stabilize the prelude moduleAlex Crichton-1/+3
2015-01-01std: Enforce Unicode in fmt::WriterAlex Crichton-40/+41
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-1/+1
2014-12-31rustdoc: unbox closures used in let bindingsJorge Aparicio-1/+1
2014-12-30Fallout from stabilizationAaron Turon-4/+6
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/+7
2014-12-29rollup merge of #20194: nick29581/dst-syntaxAlex Crichton-9/+10
2014-12-28Use CSS whitespace rather than padding to indentDirk Gadsden-2/+4
2014-12-27Indent where clause in rustdocDirk Gadsden-1/+5
2014-12-27auto merge of #19916 : SimonSapin/rust/ascii-reform, r=sfacklerbors-1/+1
2014-12-27Make the line numbers of the source code clickableBarosl Lee-8/+49
2014-12-26auto merge of #20183 : japaric/rust/doctests, r=alexcrichtonbors-13/+14
2014-12-26Changes to RustDocNick Cameron-9/+10
2014-12-25auto merge of #20180 : jroesch/rust/clean-where-predicate, r=alexcrichtonbors-2/+20
2014-12-25auto merge of #19934 : tomjakubowski/rust/rustdoc-unboxed-closures-redux, r=a...bors-50/+85
2014-12-24Rename to_ascii_{lower,upper} to to_ascii_{lower,upper}case, per #14401Simon Sapin-1/+1
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