index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
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
16
-214
/
+564
2016-02-18
Parser - box Patterns, edge bug fix
John Hodge
7
-3
/
+40
2016-02-18
(semibroken) Defer macro expansion
John Hodge
9
-62
/
+97
2016-02-18
Random commit
John Hodge
7
-43
/
+178
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
4
-161
/
+271
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
6
-449
/
+379
2015-09-20
Do two passes of resolve to handle UFCS resolve problems
John Hodge
4
-108
/
+117
2015-09-19
Remove function class in favor of full UFCS
John Hodge
6
-84
/
+47
2015-09-19
Disable UFCS resolve (due to ordering issues), fix Self handling
John Hodge
9
-51
/
+202
2015-09-06
Rough span support
John Hodge
20
-80
/
+221
2015-09-05
Resolve - Work resolving UFCS traits
John Hodge
9
-60
/
+264
2015-09-01
Large rework to generic bounds (to use a tagged union)
John Hodge
12
-192
/
+384
2015-08-31
Convert path bindings to TAGGED_UNION, improve resolve logic (leading to error)
John Hodge
12
-296
/
+436
2015-08-28
Tagged union for Path
John Hodge
9
-299
/
+491
2015-08-25
Rename tagged_enum to tagged_union
John Hodge
4
-54
/
+63
[prev]
[next]