summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-3/+3
2015-01-21rollup merge of #20179: eddyb/blind-itemsAlex Crichton-77/+60
2015-01-21rollup merge of #21258: aturon/stab-3-indexAlex Crichton-5/+5
2015-01-21Remove unused stability levels from compilerBrian Anderson-8/+3
2015-01-21rollup merge of #21457: alexcrichton/issue-21436Alex Crichton-38/+38
2015-01-21rollup merge of #21396: japaric/no-parens-in-rangeAlex Crichton-7/+7
2015-01-21rollup merge of #21342: Diggsey/issue-21310Alex Crichton-0/+4
2015-01-21Fallout from stabilization.Aaron Turon-5/+5
2015-01-21rustdoc: fix fallout of merging ast::ViewItem into ast::Item.Eduard Burtescu-77/+60
2015-01-21address review comments: reuse Escape etc.Liigo Zhuang-21/+4
2015-01-21fix falloutLiigo Zhuang-16/+21
2015-01-21rustdoc: eliminates raw markdown code (links, headers, etc.) from tooltips of...Liigo Zhuang-5/+108
2015-01-21display plain summary line in javascriptLiigo Zhuang-1/+13
2015-01-21rustdoc: add tooltips to sidebarLiigo Zhuang-11/+23
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-38/+38
2015-01-21Display negative trait implementations correctly in rustdocDiggory Blake-0/+4
2015-01-21Rollup merge of #21339 - thorncp:api-docs-search, r=alexcrichtonBarosl LEE-1/+1
2015-01-19remove unnecessary parentheses from range notationJorge Aparicio-7/+7
2015-01-19Auto merge of #21269 - alexcrichton:issue-6936, r=pnkfelixbors-1/+1
2015-01-18Fix typedef/module name conflicts in the compilerAlex Crichton-1/+1
2015-01-18Make output type in ast::FnDecl optionalSeo Sanghyeon-0/+1
2015-01-17Increase docs search box delayChris Thorn-1/+1
2015-01-15auto merge of #20990 : estsauver/rust/playpen_20732, r=alexcrichtonbors-20/+9
2015-01-13Fix playpen links to not all be the sameEarl St Sauver-20/+9
2015-01-14auto merge of #21061 : japaric/rust/range, r=nick29581bors-2/+2
2015-01-14auto merge of #21018 : tomjakubowski/rust/rustdoc-where-xcrate, r=alexcrichtonbors-57/+2
2015-01-12cleanup: `&foo[0..a]` -> `&foo[..a]`Jorge Aparicio-2/+2
2015-01-12rustdoc: Remove traces of old closuresTom Jakubowski-55/+0
2015-01-12rustdoc: Fix where clauses on re-exportsTom Jakubowski-2/+2
2015-01-10Fix `playpen.js` errors on `pre`s without IDsPascal Hertleif-0/+1
2015-01-08Make rustdoc use the `[_; N]` syntax instead of `[_, ..N]`Ken Tossell-1/+1
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