about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2015-01-21rollup merge of #20179: eddyb/blind-itemsAlex Crichton-250/+224
2015-01-21rollup merge of #21258: aturon/stab-3-indexAlex Crichton-8/+8
2015-01-21Test fixes and rebase conflictsAlex Crichton-1/+1
2015-01-21rollup merge of #21457: alexcrichton/issue-21436Alex Crichton-39/+39
2015-01-21rollup merge of #21396: japaric/no-parens-in-rangeAlex Crichton-7/+7
2015-01-21rollup merge of #21368: tomjakubowski/rustdoc-miscellanyAlex Crichton-52/+94
2015-01-21rollup merge of #21342: Diggsey/issue-21310Alex Crichton-0/+23
2015-01-21rollup merge of #21340: pshc/libsyntax-no-more-intsAlex Crichton-2/+2
2015-01-21Fallout from stabilization.Aaron Turon-8/+8
2015-01-21rustdoc: fix fallout of merging ast::ViewItem into ast::Item.Eduard Burtescu-250/+224
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-39/+39
2015-01-21Display negative trait implementations correctly in rustdocDiggory Blake-0/+23
2015-01-21Rollup merge of #21375 - petrochenkov:ssbsl, r=alexcrichtonBarosl LEE-2/+2
2015-01-21Rollup merge of #21339 - thorncp:api-docs-search, r=alexcrichtonBarosl LEE-1/+1
2015-01-20Auto merge of #21287 - alexcrichton:issue-19872, r=huonwbors-5/+11
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-18rustdoc: Improve diagnostics on lockfile failuresAlex Crichton-5/+11
2015-01-18Make output type in ast::FnDecl optionalSeo Sanghyeon-1/+4
2015-01-17rustdoc: Handle associated types on inlined implsTom Jakubowski-5/+27
2015-01-17rustdoc: Add some re-exportsTom Jakubowski-2/+4
2015-01-17rustdoc: Accept string source in core::run_coreTom Jakubowski-13/+23
2015-01-17rustdoc: Separate associated types from methodsTom Jakubowski-4/+12
2015-01-17rustdoc: Add Show impls to more clean typesTom Jakubowski-29/+29
2015-01-17libsyntax: rename functions from uint to usizePaul Collier-2/+2
2015-01-17Set allow(unstable) in crates that use unstable featuresBrian Anderson-0/+1
2015-01-17Increase docs search box delayChris Thorn-1/+1
2015-01-17Remove unnecessary explicit conversions to *const Twe-2/+2
2015-01-15rollup merge of #21071: sfaxon/mobile-friendly-bookAlex Crichton-0/+1
2015-01-15syntax: add fully qualified UFCS expressions.Eduard Burtescu-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-113/+187
2015-01-13Make the Rust Book more mobile friendlySeth Faxon-0/+1
2015-01-13Return the Vec from csearch::get_item_attrs.Ms2ger-7/+2
2015-01-12cleanup: `&foo[0..a]` -> `&foo[..a]`Jorge Aparicio-2/+2
2015-01-12rustdoc: Show type bindings on object typesTom Jakubowski-20/+27
2015-01-12rustdoc: Remove traces of old closuresTom Jakubowski-78/+0
2015-01-12rustdoc: Fix where clauses on re-exportsTom Jakubowski-15/+160
2015-01-12Make the compilation process more easily customisableNick Cameron-5/+14
2015-01-10Fix `playpen.js` errors on `pre`s without IDsPascal Hertleif-0/+1
2015-01-09Merge pull request #20793 from ktossell/rustdoc-fixedvector-syntaxbors-1/+1
2015-01-08Make rustdoc use the `[_; N]` syntax instead of `[_, ..N]`Ken Tossell-1/+1
2015-01-08rustdoc: Stop adding #[deny(warnings)] to all testsBrian Anderson-1/+0
2015-01-08rollup merge of #20754: nikomatsakis/int-featureAlex Crichton-4/+5
2015-01-08Remove warning from the libraries.Huon Wilson-0/+1
2015-01-08Store deprecated status of i/u-suffixed literals.Huon Wilson-4/+4
2015-01-08Improvements to feature stagingBrian Anderson-1/+1