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
2015-03-19
EVIL tagged union hackjob
John Hodge
3
-1
/
+157
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
8
-24
/
+64
2015-03-18
'..' pattern, fix macro arg lookup comparison function
John Hodge
5
-53
/
+125
2015-03-18
Array literals, op-equals parsing, super in path, blocks
John Hodge
7
-143
/
+209
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
9
-289
/
+488
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
4
-8
/
+28
2015-03-17
Replace Enum variant inner type
John Hodge
17
-63
/
+286
2015-03-15
Rework type params, add ! "type"
John Hodge
13
-157
/
+349
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
3
-7
/
+123
2015-03-14
Fixed macros, added range syntax and other tweaks
John Hodge
13
-249
/
+738
2015-03-13
Various other features for libcore, now on to loops
John Hodge
11
-103
/
+302
2015-03-13
Const items in expressions, attributes in impl blocks
John Hodge
8
-6
/
+82
2015-03-12
Float parsing, module-level macro expansion
John Hodge
10
-73
/
+350
2015-03-10
Rework macro handling to support correct repetitions
John Hodge
11
-102
/
+455
2015-03-09
Parse updates
John Hodge
11
-57
/
+244
2015-03-09
Fixed patterns, bool literals
John Hodge
8
-13
/
+106
2015-03-08
Cleanup to pattern handling
John Hodge
9
-48
/
+75
2015-03-08
Correct parsing of macro expansion template.
John Hodge
5
-7
/
+119
2015-03-08
Macro definitions now being used
John Hodge
5
-52
/
+163
2015-03-08
Macro parsing, saving, and evaluating
John Hodge
18
-436
/
+920
2015-03-07
Added file+line reporting to error messages
John Hodge
12
-237
/
+371
2015-03-07
Prettier printing
John Hodge
3
-13
/
+82
2015-03-06
Bugfixes exposed by fixing formatted output
John Hodge
13
-859
/
+1225
2015-02-01
Hacking away at type propagation
John Hodge
9
-42
/
+216
2015-01-25
Hacked in dumping as rust
John Hodge (sonata)
17
-203
/
+865
2015-01-23
Autoderef on method lookup, further provements to method lookup
John Hodge (sonata)
5
-53
/
+157
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-22
Oops, bad logic, fixed (!<Str> in assert)
John Hodge (sonata)
1
-2
/
+2
2015-01-22
(minor) Comment update
John Hodge (sonata)
2
-4
/
+3
2015-01-22
(minor) Types - Added some documenting comments
John Hodge (sonata)
1
-2
/
+27
2015-01-22
Added bounds to _ types, propagating type params further (and replacing when ↵
John Hodge (sonata)
7
-4
/
+129
needed)
2015-01-21
Type propagation coming along
John Hodge (sonata)
12
-15
/
+394
2015-01-20
Type resolution coming along, need to add 'self' to the local variable table
John Hodge (sonata)
5
-22
/
+77
2015-01-20
Fixed handling of "empty" enum variants (type to unit, not empty tuple)
John Hodge (sonata)
1
-2
/
+6
2015-01-20
Type merging hacked in
John Hodge (sonata)
4
-10
/
+152
2015-01-20
Fiddling with type resoltion, spotted a hole in path resolve
John Hodge (sonata)
5
-3
/
+66
2015-01-19
Slow work on typecheck/propagate structure
John Hodge (sonata)
4
-78
/
+255
2015-01-19
Fiddle
John Hodge (sonata)
1
-3
/
+27
2015-01-18
Starting on (framework) for in-function inferrence
John Hodge (sonata)
3
-0
/
+31
2015-01-18
Remove evil FOREACH macros
John Hodge (sonata)
3
-13
/
+9
2015-01-18
Clean up debug output (make type printing prettier)
John Hodge (sonata)
3
-37
/
+42
2015-01-18
Most types iterating well, special case for Self type
John Hodge (sonata)
5
-18
/
+94
2015-01-18
Generic param checks passing
John Hodge (sonata)
7
-8
/
+148
2015-01-18
Add handlers for more item types to AST iterator, fix bad name in std
John Hodge (sonata)
4
-17
/
+73
[next]