about summary refs log tree commit diff
path: root/src/libsyntax/visit.rs
AgeCommit message (Expand)AuthorLines
2012-08-06rustc: Parse and stub (broken) typechecking for bounded function typesPatrick Walton-7/+12
2012-08-06rustc: Implement pattern matching for structsPatrick Walton-0/+6
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-16/+16
2012-08-06rustc: Implement functional record update for structsPatrick Walton-1/+2
2012-08-05Switch alts to use arrowsBrian Anderson-103/+97
2012-08-03rustc: Parse and typecheck repeating vector expressions; e.g. [ 0, ..512 ]Patrick Walton-0/+4
2012-08-03rustc: Parse, serialize, and deserialize trait inheritancePatrick Walton-1/+2
2012-08-02Purge placement new; Make borrowck know about unary move.Niko Matsakis-4/+0
2012-08-01Convert ret to returnBrian Anderson-3/+3
2012-07-31rustc: Parse by-reference pattern bindings with the "ref" keywordPatrick Walton-1/+1
2012-07-31rustc: Implement unary move. Closes #917.Patrick Walton-0/+1
2012-07-30Frontend bits for #2317, general const-expr classification.Graydon Hoare-0/+10
2012-07-27Start killing off obsolete/unused quoters, and fix long lines.Graydon Hoare-2/+0
2012-07-24rustc: Don't require that structs have constructorsPatrick Walton-5/+8
2012-07-23rustc: Max/min classes: Add struct literal syntaxPatrick Walton-0/+4
2012-07-18syntax: Parse multiple trait refs in a single implementationPatrick Walton-2/+4
2012-07-17Support attributes on class ctors and dtorsTim Chevalier-8/+9
2012-07-16introduce an owned kind for data that contains no borrowed ptrsNiko Matsakis-1/+1
2012-07-14remove typestate from code, tests, and docsNiko Matsakis-40/+1
2012-07-14Get rid of ast::ty_vstore, which was only used for fixed length.Michael Sullivan-1/+1
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-2/+2
2012-07-13Support prefix notation for vstore strings. Closes #2906.Michael Sullivan-2/+2
2012-07-13Front-end support for default impls in traits.Lindsey Kuper-1/+23
2012-07-11infer when types are region parameterized rather than requiring /&Niko Matsakis-8/+22
2012-07-10Visit item macros.Eric Holk-1/+1
2012-07-06For #2229, recognize 'again' in place of 'cont', final change pending snapshot.Graydon Hoare-1/+1
2012-07-06Plumbing and parsing for item-position macros.Eric Holk-0/+1
2012-07-05Change 'iface' to 'trait' internally; parse `trait` as `iface` synonymLindsey Kuper-4/+4
2012-07-03Revert "Remove rule requiring non-nil block-style statements to be semi-termi...Brian Anderson-0/+1
2012-07-03Remove rule requiring non-nil block-style statements to be semi-terminatedBrian Anderson-1/+0
2012-07-01Convert to new closure syntaxBrian Anderson-81/+76
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-4/+4
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-15/+15
2012-06-26Change 'native' and 'crust' to 'extern'.Graydon Hoare-12/+12
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-14/+16
2012-06-24Remove resourcesTim Chevalier-9/+2
2012-06-21Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.Graydon Hoare-10/+11
2012-06-20Remove bind. Issue #2189Brian Anderson-38/+43
2012-06-18Add 'do' expressionsBrian Anderson-1/+2
2012-06-15Make token trees parseable.Paul Stansifer-0/+1
2012-06-13Box AST identsBrian Anderson-2/+2
2012-06-07syntax: Add a lot of copy keywordsPatrick Walton-10/+17
2012-05-31Rename librustsyntax to libsyntaxKevin Cantu-0/+590