summary refs log tree commit diff
path: root/src/librustdoc/clean
AgeCommit message (Expand)AuthorLines
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
2015-01-05rollup merge of #20554: huonw/mut-patternAlex Crichton-1/+1
2015-01-05remove TyClosureJorge Aparicio-1/+0
2015-01-05remove ty_closureJorge Aparicio-13/+0
2015-01-05Change `&` pat to only work with &T, and `&mut` with &mut T.Huon Wilson-1/+1
2015-01-05Rename `core::char::Char` to `CharExt` to match prelude guidelines.Huon Wilson-1/+0
2015-01-04Merge pull request #20512 from bjz/rustdocbors-2/+6
2015-01-04Allow rustdoc to accept vector pattern argumentsBrendan Zabarauskas-2/+6
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-50/+50
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-2/+2
2014-12-31rustdoc: unbox closures used in let bindingsJorge Aparicio-1/+1
2014-12-30Fix rebase conflictsNiko Matsakis-1/+1
2014-12-30Add a FIXME to patch up rustdocNiko Matsakis-1/+3
2014-12-30Remove the def-id from type parameters. Having this def-id was bad for severa...Niko Matsakis-16/+9
2014-12-30Integrate projection bounds to `ExistentialBounds` but do not use them for an...Niko Matsakis-11/+18
2014-12-30Implement associated type projection and normalization.Niko Matsakis-0/+12
2014-12-29rollup merge of #20194: nick29581/dst-syntaxAlex Crichton-37/+11
2014-12-30More rebase fixes.Huon Wilson-2/+2
2014-12-29Store Substs in an arena in the tcx.Huon Wilson-3/+3
2014-12-26Changes to RustDocNick Cameron-37/+11
2014-12-25auto merge of #20180 : jroesch/rust/clean-where-predicate, r=alexcrichtonbors-7/+16
2014-12-24rustdoc: Use Fn trait sugar for external pathsTom Jakubowski-12/+46
2014-12-24rustdoc: Use unboxed closure sugarTom Jakubowski-19/+40
2014-12-24rustdoc: render higher-rank trait boundsTom Jakubowski-17/+53
2014-12-23Support all variants of WherePredicateJared Roesch-7/+16
2014-12-22rollup merge of #19891: nikomatsakis/unique-fn-types-3Alex Crichton-2/+2
2014-12-22Rote changes that don't care to distinguish between a fn pointer and a fn item.Niko Matsakis-2/+2
2014-12-22serialize: Fully deprecate the libraryAlex Crichton-48/+48
2014-12-21rollup merge of #20006: alexcrichton/no-more-empty-modulesAlex Crichton-16/+7
2014-12-20Add parser support for generalized where clausesJared Roesch-3/+4
2014-12-19librustdoc: use `#[deriving(Copy)]`Jorge Aparicio-9/+3
2014-12-19Implement "perfect forwarding" for HR impls (#19730).Niko Matsakis-1/+1
2014-12-19Centralize on using `Binder` to introduce new binding levels, rather than hav...Niko Matsakis-11/+11
2014-12-19Create distinct types for a PolyTraitRef (with bindings) and a normal TraitRef.Niko Matsakis-3/+11
2014-12-18std: Remove public bool,tuple,unit modulesAlex Crichton-16/+7
2014-12-16auto merge of #19777 : nikomatsakis/rust/warn-on-shadowing, r=acrichtobors-1/+1
2014-12-15Remove all shadowed lifetimes.Niko Matsakis-1/+1
2014-12-15rollup merge of #19774: tomjakubowski/rustdoc-consts-staticsBrian Anderson-1/+24
2014-12-14Parse `unsafe trait` but do not do anything with it beyond parsing and integr...Niko Matsakis-0/+3
2014-12-14Rename FnStyle trait to Unsafety.Niko Matsakis-18/+18
2014-12-14Patch rustdoc to include missing types, make the match exhaustiveNiko Matsakis-3/+17