index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
Files
Lines
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)
9
-8
/
+134
needed)
2015-01-21
Type propagation coming along
John Hodge (sonata)
13
-17
/
+396
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)
6
-3
/
+77
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)
4
-1
/
+32
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 output to gitignore
John Hodge (sonata)
1
-0
/
+1
2015-01-18
Add handlers for more item types to AST iterator, fix bad name in std
John Hodge (sonata)
5
-18
/
+74
2015-01-18
Up to requiring checks for trait implementations
John Hodge (sonata)
8
-27
/
+78
2015-01-18
Added support for associated types in impl blocks
John Hodge (sonata)
4
-3
/
+22
2015-01-18
Added pretty type printing, non-expr typecheck correctly fails on too many ↵
John Hodge (sonata)
12
-23
/
+234
params (forgot to move iterator to associated types)
2015-01-17
Notes on typecheck pass
John Hodge (sonata)
1
-0
/
+6
2015-01-17
Split out AST iterator
John Hodge (sonata)
4
-194
/
+227
2015-01-17
Refactor resolve.cpp AST iterating into common function
John Hodge (sonata)
4
-170
/
+280
2015-01-17
Clean up hanlding of generic params
John Hodge (sonata)
6
-127
/
+99
2015-01-17
Disabled generic handling in Path::resolve (leave for typecheck pass)
John Hodge (sonata)
2
-13
/
+13
2015-01-17
Trait serialise
John Hodge (sonata)
8
-7
/
+99
2015-01-17
Deserialise working, need to annotate loaded crates with crate ID
John Hodge (sonata)
4
-8
/
+16
2015-01-17
Adding deserialise, partially working
John Hodge (sonata)
14
-41
/
+782
2015-01-16
Added associated type reference parse, and tuple value parse
John Hodge (sonata)
8
-34
/
+216
2015-01-15
Working on parsing 'std' from a file (instead of hardcoding)
John Hodge (sonata)
8
-28
/
+266
2015-01-15
Type alias bound to path, considering removing std hack and implementing AST ↵
John Hodge (sonata)
5
-21
/
+54
read
2015-01-15
Type aliases added (AST only, no parse yet), need to handle lookups
John Hodge (sonata)
5
-2
/
+82
2015-01-14
Path bind to struct (removed todo that wasn't needed in that location)
John Hodge (sonata)
2
-1
/
+13
2015-01-14
Local type resolution added, framework for local use statements
John Hodge (sonata)
6
-52
/
+254
2015-01-13
Type resolution work in progress
John Hodge (sonata)
2
-3
/
+30
2015-01-12
TypeRef print
John Hodge (sonata)
3
-2
/
+52
2015-01-12
TypeRef fleshed out
John Hodge (sonata)
5
-24
/
+78
2015-01-12
Path resolution working in one function (types still to come, need AST rep)
John Hodge (sonata)
4
-19
/
+56
2015-01-12
Added statics, fix minor quirk in resolve handling
John Hodge (sonata)
4
-35
/
+80
2015-01-11
Tag paths with base crate, restructure ast.cpp into three files
John Hodge (sonata)
12
-424
/
+516
2015-01-11
Add hacky text output of AST
John Hodge (sonata)
9
-24
/
+310
2015-01-11
It broke (working on correct path resolution)
John Hodge (sonata)
7
-67
/
+371
2015-01-05
Parser - Handle methods correctly
John Hodge (sonata)
3
-10
/
+42
2015-01-05
Implementing path lookup (bottom level of resolve)
John Hodge (sonata)
4
-4
/
+69
2015-01-04
Hacking up 'use' resolution (needs work to handle recursion)
John Hodge (sonata)
5
-10
/
+109
2015-01-02
Adding in support for std, parsing now broken due to TODO early in process
John Hodge (sonata)
11
-86
/
+406
2015-01-01
Name resolve framework coming along
John Hodge (sonata)
8
-346
/
+545
2014-12-30
Rework expressions so they can be iterated (and actually save data)
John Hodge (sonata)
11
-152
/
+482
2014-12-23
Ignore .obj
John Hodge (sonata)
1
-0
/
+1
[prev]
[next]