about summary refs log tree commit diff
path: root/src/libsyntax/parse
AgeCommit message (Expand)AuthorLines
2012-07-30syntax: Fix semicolon printing. Closes #3036Brian Anderson-1/+1
2012-07-27Make macro-system type and constructor names more uniform; more comments.Graydon Hoare-42/+44
2012-07-27Start killing off obsolete/unused quoters, and fix long lines.Graydon Hoare-17/+2
2012-07-26Make parsing about 0.3 seconds faster.Eric Holk-13/+14
2012-07-26Change `#macro` to `macro_rules!` in some cases.Paul Stansifer-38/+29
2012-07-24rustc: Parse new-style impl declarationsPatrick Walton-34/+69
2012-07-24rustc: Don't require that structs have constructorsPatrick Walton-3/+5
2012-07-24Bugfix: make the parser handle the case where zero repetitions occur, by hand...Paul Stansifer-1/+2
2012-07-23syntax: Expect the closing brace after struct literalsPatrick Walton-0/+1
2012-07-23rustc: Max/min classes: Add struct literal syntaxPatrick Walton-30/+55
2012-07-19Revert "accept naked exprs with commas in pattern arms" due to pretty-printin...Patrick Walton-19/+2
2012-07-18accept naked exprs with commas in pattern armsNiko Matsakis-2/+19
2012-07-18Remove non-existent importsTim Chevalier-3/+3
2012-07-18syntax: Parse multiple trait refs in a single implementationPatrick Walton-10/+19
2012-07-18prevent regions from escaping in ifaces; remove &r.T syntaxNiko Matsakis-2/+1
2012-07-17rustc: Implement and enforce instance coherencePatrick Walton-9/+70
2012-07-17Support attributes on class ctors and dtorsTim Chevalier-27/+32
2012-07-16introduce an owned kind for data that contains no borrowed ptrsNiko Matsakis-7/+12
2012-07-14remove typestate from code, tests, and docsNiko Matsakis-147/+17
2012-07-14Get rid of ast::ty_vstore, which was only used for fixed length.Michael Sullivan-9/+10
2012-07-14Make the new world order normative. Closes #2908.Michael Sullivan-9/+0
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-329/+331
2012-07-13Handle prefix notations for strings in patterns. This is kind of gross.Michael Sullivan-2/+21
2012-07-13Support prefix notation for vstore strings. Closes #2906.Michael Sullivan-8/+15
2012-07-13Clean up various bugs with trait parsing.Lindsey Kuper-18/+23
2012-07-13More consistent use of backticks and "expected" in error messages.Lindsey Kuper-23/+27
2012-07-13Refactor how impl self types are storedTim Chevalier-2/+2
2012-07-13Front-end support for default impls in traits.Lindsey Kuper-13/+43
2012-07-13change region syntax to &r/T in place of &r.TNiko Matsakis-7/+12
2012-07-12Obliterate the callee_id hackTim Chevalier-3/+7
2012-07-12Accept prefix notation for writing the types of str/~ and friends.Michael Sullivan-34/+17
2012-07-12Get rid of all of the remaining /~s in the code base.Michael Sullivan-11/+11
2012-07-11infer when types are region parameterized rather than requiring /&Niko Matsakis-31/+22
2012-07-11Fix (I think!) the ACTUALLY expr parsing situation.Paul Stansifer-32/+4
2012-07-10Visit item macros.Eric Holk-1/+0
2012-07-10Fix some lookahead problems with ACTUALLY tokens.Paul Stansifer-0/+2
2012-07-09Back out recognition of caret for unsafe ptr. Decided to abandon #2826 mid wa...Graydon Hoare-2/+1
2012-07-09Make the matcher parser treat `()` in a matchy way, like one would expect.Paul Stansifer-6/+25
2012-07-09Remove the tt macro demo.Paul Stansifer-41/+0
2012-07-09Allow defining token tree macros. They should work now!Paul Stansifer-6/+12
2012-07-09Add support for matchers nonterminals.Paul Stansifer-10/+12
2012-07-09rustc: Switch over to resolve3Patrick Walton-3/+4
2012-07-09Revert "rustc: Switch over to resolve3" due to Linux failuresPatrick Walton-4/+3
2012-07-09rustc: Switch over to resolve3Patrick Walton-3/+4
2012-07-09Remove 'cont' from parser/lexer.Graydon Hoare-3/+2
2012-07-09Switch 'cont' to 'again' everywhere. Close #2229.Graydon Hoare-3/+3
2012-07-09rustc: Add some changes I missedPatrick Walton-6/+6
2012-07-09rustc: Switch to the new resolution passPatrick Walton-1/+42
2012-07-06Revert "rustc: Switch to the new resolution pass"Niko Matsakis-42/+1
2012-07-06rustc: Switch to the new resolution passPatrick Walton-1/+42