about summary refs log tree commit diff
path: root/src/libsyntax/opt_vec.rs
AgeCommit message (Expand)AuthorLines
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