index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
parse
Age
Commit message (
Collapse
)
Author
Files
Lines
2016-02-27
Parse/lex - Handle Shebangs (#!/path) at start of file
John Hodge
3
-4
/
+31
2016-02-27
Parse/expr - Support `in PLACE { val }` syntax
John Hodge
1
-0
/
+10
2016-02-27
Parse/lex - Handle nested block comments
John Hodge
1
-5
/
+28
2016-02-27
Parse/mod - Rework handling of #[path] to be closer to correct
John Hodge
3
-42
/
+61
2016-02-27
Parse/path - Unify pattern and expr path parsing
John Hodge
3
-13
/
+22
2016-02-27
Parse/lex - Handle \r in escape codes
John Hodge
1
-0
/
+1
2016-02-27
Parse/extern - Parse (but don't use) #![ for extern blocks
John Hodge
1
-0
/
+9
2016-02-27
Parse/expr - Handle inline modules
John Hodge
1
-0
/
+1
2016-02-27
Parse/expr - Handle flow control in the middle of an expression
John Hodge
1
-0
/
+7
2016-02-27
Parse/where - Handle lifetime params
John Hodge
1
-1
/
+5
2016-02-27
Parse - Handle `where` on `type`
John Hodge
1
-0
/
+5
2016-02-27
Parse/impl - Handle macro invocations
John Hodge
1
-21
/
+12
2016-02-27
Parse/Pattern - Clean up MaybeBind logic to remove duplication
John Hodge
1
-42
/
+24
2016-02-27
Patterns - Clean up handling of ref/mut/ref mut
John Hodge
1
-5
/
+38
2016-02-27
Parse - Handling of trailing commas
John Hodge
2
-1
/
+5
2016-02-27
Parse/pattern - IDENT ... IDENT
John Hodge
1
-3
/
+12
2016-02-27
Parse/lex - Fix handling of escape codes
John Hodge
2
-11
/
+39
2016-02-26
Parse/lex - Minor fix to escaped string handling
John Hodge
2
-4
/
+24
2016-02-26
Parse/pattern - Cleaner literal handling
John Hodge
1
-6
/
+20
2016-02-26
Parse/expr - Allow flow control in struct literals
John Hodge
1
-1
/
+2
2016-02-25
Parse/paths - Handle >>= and >= destructuring
John Hodge
1
-1
/
+7
2016-02-25
Parse - Parse (but don't use) attributes on enum variant fields
John Hodge
1
-0
/
+19
2016-02-25
Parse - Rework module parsing to unify root/expr parse
John Hodge
3
-395
/
+292
2016-02-25
Lex - Handle octal literals
John Hodge
1
-3
/
+13
2016-02-25
Parse - Inner attributes in impl blocks
John Hodge
3
-7
/
+14
2016-02-25
Parse/use - Fix parsing of braces and renames
John Hodge
1
-3
/
+14
2016-02-25
Fix raw string lex
John Hodge
2
-7
/
+21
2016-02-25
Parse - Fix slice pattern parse
John Hodge
1
-1
/
+1
2016-02-25
Lex - Fix handling of raw strings
John Hodge
1
-13
/
+27
2016-02-25
Handle unsafe fn types with hrls
John Hodge
1
-10
/
+12
2016-02-25
Parse - Handle named arguments in fn() types
John Hodge
1
-0
/
+5
2016-02-25
Lexer - Handle exponents on integers (as floats)
John Hodge
1
-44
/
+47
2016-02-25
Heaps more parse fixes against the rustc tests
John Hodge
5
-22
/
+128
2016-02-23
Parse - Expression attributes
John Hodge
1
-1
/
+14
2016-02-23
Attributes on match arms
John Hodge
1
-0
/
+9
2016-02-23
UTF-8 lex
John Hodge
1
-1
/
+47
2016-02-21
Fixing parser deficiencies
John Hodge
9
-187
/
+484
2016-02-18
Parser - box Patterns, edge bug fix
John Hodge
3
-2
/
+7
2016-02-18
(semibroken) Defer macro expansion
John Hodge
4
-58
/
+52
2016-02-18
Random commit
John Hodge
1
-12
/
+0
2016-01-30
Better pretty printing, updated resolution logic
John Hodge
2
-47
/
+3
2016-01-30
Rename TypeParams to GenericParams
John Hodge
1
-16
/
+16
2016-01-30
Syntax updates and new language items
John Hodge
3
-4
/
+23
2015-11-03
Remove embedded spans (will move to wrapping spans)
John Hodge
2
-3
/
+3
2015-09-19
Remove function class in favor of full UFCS
John Hodge
1
-7
/
+6
2015-09-19
Disable UFCS resolve (due to ordering issues), fix Self handling
John Hodge
1
-0
/
+1
2015-09-06
Rough span support
John Hodge
7
-41
/
+73
2015-09-05
Resolve - Work resolving UFCS traits
John Hodge
2
-4
/
+22
2015-09-01
Large rework to generic bounds (to use a tagged union)
John Hodge
1
-24
/
+47
2015-08-28
Tagged union for Path
John Hodge
3
-15
/
+23
[prev]
[next]