summary refs log tree commit diff
path: root/src/librustdoc/clean
AgeCommit message (Expand)AuthorLines
2015-02-15Count and show the deprecated attribute againSimonas Kazlauskas-0/+3
2015-02-12Rote changes to fix fallout throughout the compiler from splitting theNiko Matsakis-14/+25
2015-02-08Auto merge of #21999 - tomjakubowski:rustdoc-fixes, r=alexcrichtonbors-1/+8
2015-02-07Auto merge of #21505 - GuillaumeGomez:interned_string, r=alexcrichtonbors-18/+18
2015-02-06librustdoc has been updatedGuillaumeGomez-18/+18
2015-02-06rustdoc: Show non-Rust ABIs on methodsTom Jakubowski-1/+8
2015-02-05make codemap more robust in face of ill-formed spans.Felix S. Klock II-2/+2
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-21/+20
2015-02-03Rename std::path to std::old_pathAaron Turon-1/+1
2015-02-02`for x in xs.iter_mut()` -> `for x in &mut xs`Jorge Aparicio-1/+1
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-14/+14
2015-02-02Avoid an excessive use of iterator chainSeo Sanghyeon-15/+15
2015-01-30rollup merge of #21693: tomjakubowski/rustdoc-fix-21442Alex Crichton-1/+1
2015-01-29rustdoc: Render new `self` syntax in `use`Tom Jakubowski-1/+1
2015-01-29s/Show/Debug/gJorge Aparicio-49/+49
2015-01-28Update Rustdoc to deal with the Fn return type being an associated type.Niko Matsakis-5/+7
2015-01-26Merge remote-tracking branch 'rust-lang/master'Brian Anderson-1/+1
2015-01-26Remove "unboxed" attribute in code referring to new closures.Eduard Burtescu-1/+1
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-153/+175
2015-01-21Remove 'since' from unstable attributesBrian Anderson-1/+2
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-3/+10
2015-01-21rollup merge of #20179: eddyb/blind-itemsAlex Crichton-111/+78
2015-01-21Test fixes and rebase conflictsAlex Crichton-1/+1
2015-01-21rollup merge of #21368: tomjakubowski/rustdoc-miscellanyAlex Crichton-43/+79
2015-01-21rollup merge of #21342: Diggsey/issue-21310Alex Crichton-0/+19
2015-01-21rollup merge of #21340: pshc/libsyntax-no-more-intsAlex Crichton-2/+2
2015-01-21rustdoc: fix fallout of merging ast::ViewItem into ast::Item.Eduard Burtescu-111/+78
2015-01-21Display negative trait implementations correctly in rustdocDiggory Blake-0/+19
2015-01-18Make output type in ast::FnDecl optionalSeo Sanghyeon-1/+3
2015-01-17rustdoc: Handle associated types on inlined implsTom Jakubowski-5/+27
2015-01-17rustdoc: Accept string source in core::run_coreTom Jakubowski-4/+10
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-15syntax: add fully qualified UFCS expressions.Eduard Burtescu-1/+1
2015-01-14auto merge of #21018 : tomjakubowski/rust/rustdoc-where-xcrate, r=alexcrichtonbors-56/+185
2015-01-13Return the Vec from csearch::get_item_attrs.Ms2ger-7/+2
2015-01-12rustdoc: Show type bindings on object typesTom Jakubowski-20/+27
2015-01-12rustdoc: Remove traces of old closuresTom Jakubowski-23/+0
2015-01-12rustdoc: Fix where clauses on re-exportsTom Jakubowski-13/+158
2015-01-08Store deprecated status of i/u-suffixed literals.Huon Wilson-4/+4
2015-01-07Test fixes and rebase conflictsAlex Crichton-1/+1
2015-01-07rollup merge of #20721: japaric/snapAlex Crichton-3/+3
2015-01-07rustdoc: Render associated type bindingsTom Jakubowski-2/+23
2015-01-07use slicing sugarJorge Aparicio-3/+3
2015-01-06rollup merge of #20481: seanmonstar/fmt-show-stringAlex Crichton-27/+27
2015-01-06rollup merge of #20609: cmr/memAlex Crichton-10/+10
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-27/+27
2015-01-07Replace full slice notation with index callsNick Cameron-3/+3
2015-01-06syntax/rustc: implement isize/usizeCorey Richardson-10/+10