about summary refs log tree commit diff
path: root/src/libsyntax/opt_vec.rs
AgeCommit message (Expand)AuthorLines
2013-09-12libsyntax: add Default implementation to OptVecErick Tryzelaar-0/+4
2013-08-12Forbid pub/priv where it has no effectAlex Crichton-2/+2
2013-08-10Merge branch 'enum-method-privacy' of https://github.com/michaelwoerister/rus...Erick Tryzelaar-12/+12
2013-08-10std: Rename Iterator.transform -> .mapErick Tryzelaar-2/+2
2013-08-10Mass rename of .consume{,_iter}() to .move_iter()Erick Tryzelaar-2/+2
2013-08-07Enable privacy check for enum methods.Michael Woerister-12/+12
2013-07-24Generalize the `ty::substs` struct so that it can representNiko Matsakis-1/+0
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-2/+2
2013-07-07De-manage OptVec<TyParamBounds>James Miller-1/+8
2013-07-06Implement size_hint() on all remaining IteratorsKevin Ballard-0/+8
2013-06-29Use more deriving(IterBytes) in libsyntax.Ben Blum-1/+1
2013-06-25auto merge of #7365 : cmr/rust/syntax_cleanup, r=Aatchbors-2/+1
2013-06-25remove the redundant `each` method from OptVecDaniel Micay-7/+0
2013-06-25great renaming propagation: syntaxCorey Richardson-2/+1
2013-06-24remove old_iterDaniel Micay-79/+38
2013-06-23vec: remove BaseIter implementationDaniel Micay-1/+1
2013-06-18replace #[inline(always)] with #[inline]. r=burningtree.Graydon Hoare-13/+13
2013-06-15rm CopyableOrderedIterDaniel Micay-7/+0
2013-05-22libstd: Fix merge fallout.Patrick Walton-0/+2
2013-05-20auto merge of #6635 : brson/rust/snapshot, r=brsonbors-14/+0
2013-05-19Register snapshotsBrian Anderson-14/+0
2013-05-19Fix many warnings.Steve Klabnik-1/+0
2013-05-16syntax: deprecate #[auto_{en,de}code] in favour of #[deriving({En,De}codable)].Huon Wilson-2/+1
2013-05-14Use static string with fail!() and remove fail!(fmt!())Björn Steinbrink-1/+1
2013-05-10syntax: Use the new `for` protocolAlex Crichton-0/+14
2013-05-04Register snapshotsBrian Anderson-9/+0
2013-04-29auto merge of #6083 : jbclements/rust/parser-cleanup, r=jbclementsbors-3/+1
2013-04-28make way for a new iter moduleDaniel Micay-21/+22
2013-04-28change stage1,stage2,stage2 into not(stage0)John Clements-3/+1
2013-04-27only use #[no_core] in libcoreDaniel Micay-1/+0
2013-04-19syntax: de-mode and prepare for de-modeing rustcAlex Crichton-7/+7
2013-04-10Issue #5656: Make &self not mean "&'self self"Niko Matsakis-0/+11
2013-04-09Cleanup substitutions and treatment of generics around traits in a number of ...Niko Matsakis-0/+10
2013-03-22librustc: Remove `pure` from libsyntax and librustc.Patrick Walton-21/+21
2013-03-22syntax: replace uses of old deriving attribute with new oneAndrew Paseltiner-1/+1
2013-03-18librustc: Convert all uses of old lifetime notation to new lifetime notation....Patrick Walton-1/+1
2013-03-11librustc: Replace all uses of `fn()` with `&fn()`. rs=defunPatrick Walton-10/+10
2013-03-01Merge remote-tracking branch 'remotes/origin/incoming' into incomingErick Tryzelaar-5/+13
2013-03-01Avoid calling to_vec() unnecessarily in parser.Niko Matsakis-5/+13
2013-02-28Merge remote-tracking branch 'remotes/origin/incoming' into incomingErick Tryzelaar-0/+187
2013-02-27Introduce lifetime declarations into the lists of type parameters.Niko Matsakis-0/+187