about summary refs log tree commit diff
path: root/src/libsyntax/parse/eval.rs
AgeCommit message (Expand)AuthorLines
2012-10-05Remove uses of mutable ref mode.Tim Chevalier-5/+5
2012-10-05Revert "wip"Tim Chevalier-5/+5
2012-10-05wipTim Chevalier-5/+5
2012-09-26Demode vec::push (and convert to method)Niko Matsakis-3/+3
2012-09-24Support visibility qualifiers in crate directives properly.Graydon Hoare-4/+4
2012-09-19demode the each() method on vec and other iterables.Niko Matsakis-1/+1
2012-09-04libsyntax: "import" -> "use"Patrick Walton-2/+2
2012-08-27Convert core::result to camel caseBrian Anderson-2/+2
2012-08-26Camel case the option typeBrian Anderson-8/+8
2012-08-24Start using core::path2::Path in a lot of places.Graydon Hoare-28/+27
2012-08-24fix some unused pattern binding warningsNiko Matsakis-1/+1
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-5/+5
2012-08-22intern identifiersPaul Stansifer-11/+12
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-4/+4
2012-08-05Switch alts to use arrowsBrian Anderson-12/+10
2012-08-01Convert ret to returnBrian Anderson-6/+6
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-5/+5
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-11/+11
2012-07-12Accept prefix notation for writing the types of str/~ and friends.Michael Sullivan-1/+1
2012-07-01Convert to new closure syntaxBrian Anderson-1/+1
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-12/+12
2012-06-27Replace more vector + (issue #2719)Eric Holk-7/+7
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-15/+17
2012-06-21Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.Graydon Hoare-2/+2
2012-06-15Lexers now emit spans, not chposes.Paul Stansifer-2/+2
2012-06-15Pull out an interface for the lexer.Paul Stansifer-7/+8
2012-06-13Box AST identsBrian Anderson-8/+8
2012-06-07syntax: Add a lot of copy keywordsPatrick Walton-5/+5
2012-05-31Rename librustsyntax to libsyntaxKevin Cantu-0/+142