summary refs log tree commit diff
path: root/src/librustdoc/clean
AgeCommit message (Expand)AuthorLines
2015-04-01Test fixes and rebase conflicts, round 1Alex Crichton-2/+4
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-11/+11
2015-03-23rollup merge of #23633: tomjakubowski/rustdoc-array-primAlex Crichton-1/+5
2015-03-23Add generic conversion traitsAaron Turon-1/+1
2015-03-23rustdoc: Support for "array" primitiveTom Jakubowski-1/+5
2015-03-12rustdoc: Fix ICE with cross-crate default implsAlex Crichton-11/+57
2015-03-11syntax: move MethMac to MacImplItem and combine {Provided,Required}Method int...Eduard Burtescu-12/+22
2015-03-11syntax: rename TypeMethod to MethodSig and use it in MethDecl.Eduard Burtescu-8/+8
2015-03-11syntax: gather common fields of impl & trait items into their respective types.Eduard Burtescu-162/+64
2015-03-05Auto merge of #23026 - nikomatsakis:issue-20220-supertrait, r=nikomatsakisbors-3/+1
2015-03-04std: Deprecate std::old_io::fsAlex Crichton-3/+3
2015-03-04Separate supertrait collection from processing a `TraitDef`. This allowsNiko Matsakis-3/+1
2015-02-27Auto merge of #22765 - sanxiyn:dedup-rustdoc, r=alexcrichtonbors-0/+3
2015-02-24Remove bounds struct from TypeParameterDef. Bounds information is nowNiko Matsakis-5/+2
2015-02-24Fix duplicate methods in rustdocSeo Sanghyeon-0/+3
2015-02-24Implement `<T>::method` UFCS expression syntax.Eduard Burtescu-5/+5
2015-02-24rustc: combine partial_def_map and last_private_map into def_map.Eduard Burtescu-3/+3
2015-02-24rustc_resolve: use the visitor model more, remove redundant repeated lookups.Eduard Burtescu-3/+0
2015-02-24syntax: use a single Path for Trait::Item in QPath.Eduard Burtescu-2/+4
2015-02-24rustc_resolve: use DefAssociatedTy for TyQPath.Eduard Burtescu-11/+7
2015-02-24syntax: don't use TraitRef in QPath.Eduard Burtescu-1/+1
2015-02-24syntax: don't store a secondary NodeId for TyPath.Eduard Burtescu-2/+2
2015-02-24Revert bogus rename from DefTrait to DefaultImpl.Eduard Burtescu-2/+2
2015-02-24Remove ty_open and treat Unsized lvalues as *Unsized.Eduard Burtescu-1/+0
2015-02-24Auto merge of #21689 - FlaPer87:oibit-send-and-friends, r=nikomatsakisbors-2/+2
2015-02-22Rename DefTrait to DefaultImplFlavio Percoco-2/+2
2015-02-20Remove remaining uses of `[]`. This time I tried to use deref coercions where...Niko Matsakis-1/+1
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