index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
Files
Lines
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
4
-401
/
+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
Convert - Defer struct pattern typecheck further
John Hodge
1
-1
/
+8
2016-02-25
Main - Fix incorrect member for stop-after
John Hodge
1
-2
/
+2
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
14
-37
/
+328
2016-02-23
Parse - Expression attributes
John Hodge
2
-1
/
+19
2016-02-23
Attributes on match arms
John Hodge
3
-73
/
+12
2016-02-23
UTF-8 lex
John Hodge
1
-1
/
+47
2016-02-21
Fixing parser deficiencies
John Hodge
18
-220
/
+580
2016-02-18
Parser - box Patterns, edge bug fix
John Hodge
7
-3
/
+40
2016-02-18
(semibroken) Defer macro expansion
John Hodge
10
-63
/
+98
2016-02-18
Random commit
John Hodge
8
-45
/
+187
2016-01-31
Name resolution in anon modules
John Hodge
3
-10
/
+33
2016-01-30
Better pretty printing, updated resolution logic
John Hodge
11
-130
/
+199
2016-01-30
(minor) Clean up cruft
John Hodge
1
-8
/
+1
2016-01-30
Rename TypeParams to GenericParams
John Hodge
16
-100
/
+100
2016-01-30
A whole lot of messing around for not much
John Hodge
13
-405
/
+385
2016-01-30
Syntax updates and new language items
John Hodge
4
-4
/
+34
2016-01-30
Build fixes
John Hodge
1
-3
/
+9
2015-11-07
Resolve - Move path absolutisation into helper
John Hodge
1
-46
/
+47
2015-11-06
Hack in span support to resolve
John Hodge
2
-58
/
+120
2015-11-04
Improve name resolution logic
John Hodge
5
-161
/
+279
2015-11-03
Resolve - Split type items into UFCS form
John Hodge
2
-7
/
+38
2015-11-03
Remove embedded spans (will move to wrapping spans)
John Hodge
8
-24
/
+21
2015-11-03
Move path binding logic into Resolve path to simplify
John Hodge
7
-449
/
+381
2015-09-28
BNF - Now parses libstd
John Hodge
4
-25
/
+81
2015-09-26
BNF - Improvements, partially parsing std now
John Hodge
6
-11
/
+96
2015-09-26
Successfully parses libcore
John Hodge
6
-19
/
+22
2015-09-26
BNF - Now tries to parse all of crate
John Hodge
6
-95
/
+178
2015-09-26
BNF - Top layer of libcore is parsing (all direct child modules)
John Hodge
7
-42
/
+132
2015-09-26
Fuck match statements, can't match them
John Hodge
7
-20
/
+51
2015-09-26
BNF - Hack up module file loading, working on core::float_macros
John Hodge
7
-133
/
+496
2015-09-25
Hacking up an AST, switch to C++ for compilation language
John Hodge
5
-143
/
+299
2015-09-24
Parses a nice set of files once more
John Hodge
4
-40
/
+76
[next]