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
2015-03-19
Convert patterns over to tagged unions
John Hodge
1
-2
/
+2
2015-03-19
EVIL tagged union hackjob
John Hodge
1
-1
/
+45
2015-03-18
super path in expr, byte literals, while disallow struct, todo struct match
John Hodge
3
-4
/
+34
2015-03-18
Local macros, fixed array literals
John Hodge
3
-18
/
+54
2015-03-18
'..' pattern, fix macro arg lookup comparison function
John Hodge
2
-50
/
+81
2015-03-18
Array literals, op-equals parsing, super in path, blocks
John Hodge
4
-138
/
+146
2015-03-17
Block fn-s, parse (but no AST) for array literals
John Hodge
3
-0
/
+48
2015-03-17
Fix handling of struct literals and for loops
John Hodge
1
-3
/
+7
2015-03-17
Rework handling of blocks, add sub-modules
John Hodge
7
-286
/
+474
2015-03-17
Hack in hex character literals
John Hodge
2
-2
/
+20
2015-03-17
Clean up handling of TokenTrees, allowing empty but valid TTs
John Hodge
3
-2
/
+13
2015-03-17
Replace Enum variant inner type
John Hodge
3
-30
/
+133
2015-03-15
Rework type params, add ! "type"
John Hodge
2
-98
/
+215
2015-03-15
Extern blocks and rework to function parsing (uses LR(3))
John Hodge
1
-53
/
+87
2015-03-15
Function types
John Hodge
1
-7
/
+79
2015-03-14
Fixed macros, added range syntax and other tweaks
John Hodge
8
-225
/
+380
2015-03-13
Various other features for libcore, now on to loops
John Hodge
7
-40
/
+123
2015-03-13
Const items in expressions, attributes in impl blocks
John Hodge
3
-6
/
+29
2015-03-12
Float parsing, module-level macro expansion
John Hodge
5
-55
/
+310
2015-03-10
Rework macro handling to support correct repetitions
John Hodge
3
-37
/
+196
2015-03-09
Parse updates
John Hodge
5
-40
/
+127
2015-03-09
Fixed patterns, bool literals
John Hodge
1
-7
/
+15
2015-03-08
Cleanup to pattern handling
John Hodge
4
-46
/
+58
2015-03-08
Correct parsing of macro expansion template.
John Hodge
2
-7
/
+29
2015-03-08
Macro definitions now being used
John Hodge
3
-20
/
+129
2015-03-08
Macro parsing, saving, and evaluating
John Hodge
8
-345
/
+367
2015-03-07
Added file+line reporting to error messages
John Hodge
10
-234
/
+362
2015-03-07
Prettier printing
John Hodge
1
-4
/
+10
2015-03-06
Bugfixes exposed by fixing formatted output
John Hodge
1
-649
/
+650
2015-01-25
Hacked in dumping as rust
John Hodge (sonata)
2
-27
/
+44
2015-01-22
Corrected pattern handling (a bit)
John Hodge (sonata)
3
-15
/
+83
2015-01-22
Minor tweaks to pattern parsing (needs rework)
John Hodge (sonata)
1
-0
/
+15
2015-01-20
Fixed handling of "empty" enum variants (type to unit, not empty tuple)
John Hodge (sonata)
1
-2
/
+6
2015-01-19
Slow work on typecheck/propagate structure
John Hodge (sonata)
1
-2
/
+9
2015-01-18
Added support for associated types in impl blocks
John Hodge (sonata)
1
-0
/
+7
2015-01-17
Clean up hanlding of generic params
John Hodge (sonata)
1
-12
/
+11
2015-01-17
Deserialise working, need to annotate loaded crates with crate ID
John Hodge (sonata)
1
-0
/
+1
2015-01-16
Added associated type reference parse, and tuple value parse
John Hodge (sonata)
2
-10
/
+122
2015-01-15
Working on parsing 'std' from a file (instead of hardcoding)
John Hodge (sonata)
2
-10
/
+125
2015-01-15
Type alias bound to path, considering removing std hack and implementing AST ↵
John Hodge (sonata)
1
-5
/
+2
read
2015-01-14
Local type resolution added, framework for local use statements
John Hodge (sonata)
1
-1
/
+1
2015-01-12
TypeRef fleshed out
John Hodge (sonata)
1
-1
/
+1
2015-01-11
It broke (working on correct path resolution)
John Hodge (sonata)
1
-11
/
+11
2015-01-05
Parser - Handle methods correctly
John Hodge (sonata)
1
-10
/
+17
2015-01-05
Implementing path lookup (bottom level of resolve)
John Hodge (sonata)
1
-1
/
+7
2015-01-04
Hacking up 'use' resolution (needs work to handle recursion)
John Hodge (sonata)
1
-3
/
+4
2015-01-02
Adding in support for std, parsing now broken due to TODO early in process
John Hodge (sonata)
5
-56
/
+170
2015-01-01
Name resolve framework coming along
John Hodge (sonata)
1
-6
/
+5
2014-12-30
Rework expressions so they can be iterated (and actually save data)
John Hodge (sonata)
2
-74
/
+75
2014-12-23
Move source files to src/ folder
John Hodge (sonata)
10
-0
/
+2364
[prev]