about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-39/+39
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-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-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
2015-01-07Test fixes and rebase conflictsAlex Crichton-1/+1
2015-01-07rollup merge of #20723: pnkfelix/feature-gate-box-syntaxAlex Crichton-0/+1
2015-01-07rollup merge of #20721: japaric/snapAlex Crichton-6/+6
2015-01-07rollup merge of #20725: tomjakubowski/rustdoc-miscAlex Crichton-4/+41
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-07rollup merge of #20703: barosl/rustdoc-z-index-falloutAlex Crichton-1/+1
2015-01-07rustdoc: Render associated type bindingsTom Jakubowski-4/+48
2015-01-08Added `box_syntax` feature gate; added to std and rustc crates for bootstrap.Felix S. Klock II-0/+1
2015-01-07Preliminary feature stagingBrian Anderson-1/+7
2015-01-07std: Tweak String implementationsAlex Crichton-3/+18
2015-01-07use slicing sugarJorge Aparicio-6/+6
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