index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ast
Age
Commit message (
Collapse
)
Author
Files
Lines
2015-03-18
'..' pattern, fix macro arg lookup comparison function
John Hodge
1
-0
/
+7
2015-03-18
Array literals, op-equals parsing, super in path, blocks
John Hodge
2
-5
/
+45
2015-03-17
Rework handling of blocks, add sub-modules
John Hodge
1
-2
/
+8
2015-03-17
Replace Enum variant inner type
John Hodge
6
-7
/
+79
2015-03-15
Rework type params, add ! "type"
John Hodge
4
-20
/
+47
2015-03-14
Fixed macros, added range syntax and other tweaks
John Hodge
2
-9
/
+240
2015-03-13
Const items in expressions, attributes in impl blocks
John Hodge
2
-0
/
+33
2015-03-12
Float parsing, module-level macro expansion
John Hodge
3
-2
/
+16
2015-03-10
Rework macro handling to support correct repetitions
John Hodge
3
-6
/
+33
2015-03-09
Parse updates
John Hodge
5
-13
/
+97
2015-03-09
Fixed patterns, bool literals
John Hodge
3
-6
/
+53
2015-03-08
Cleanup to pattern handling
John Hodge
3
-1
/
+14
2015-03-08
Correct parsing of macro expansion template.
John Hodge
2
-0
/
+68
2015-03-08
Macro parsing, saving, and evaluating
John Hodge
4
-39
/
+230
2015-03-07
Prettier printing
John Hodge
1
-1
/
+2
2015-03-06
Bugfixes exposed by fixing formatted output
John Hodge
4
-85
/
+148
2015-02-01
Hacking away at type propagation
John Hodge
2
-3
/
+3
2015-01-25
Hacked in dumping as rust
John Hodge (sonata)
7
-142
/
+389
2015-01-23
Autoderef on method lookup, further provements to method lookup
John Hodge (sonata)
2
-4
/
+22
2015-01-22
(minor) Comment update
John Hodge (sonata)
1
-0
/
+1
2015-01-22
Added bounds to _ types, propagating type params further (and replacing when ↵
John Hodge (sonata)
2
-0
/
+6
needed)
2015-01-21
Type propagation coming along
John Hodge (sonata)
6
-2
/
+95
2015-01-20
Type merging hacked in
John Hodge (sonata)
1
-1
/
+5
2015-01-20
Fiddling with type resoltion, spotted a hole in path resolve
John Hodge (sonata)
3
-2
/
+11
2015-01-19
Slow work on typecheck/propagate structure
John Hodge (sonata)
2
-70
/
+144
2015-01-18
Most types iterating well, special case for Self type
John Hodge (sonata)
1
-0
/
+8
2015-01-18
Generic param checks passing
John Hodge (sonata)
3
-0
/
+14
2015-01-18
Add handlers for more item types to AST iterator, fix bad name in std
John Hodge (sonata)
1
-4
/
+17
2015-01-18
Up to requiring checks for trait implementations
John Hodge (sonata)
4
-8
/
+16
2015-01-18
Added support for associated types in impl blocks
John Hodge (sonata)
3
-3
/
+15
2015-01-18
Added pretty type printing, non-expr typecheck correctly fails on too many ↵
John Hodge (sonata)
3
-11
/
+40
params (forgot to move iterator to associated types)
2015-01-17
Refactor resolve.cpp AST iterating into common function
John Hodge (sonata)
3
-6
/
+12
2015-01-17
Clean up hanlding of generic params
John Hodge (sonata)
3
-112
/
+78
2015-01-17
Disabled generic handling in Path::resolve (leave for typecheck pass)
John Hodge (sonata)
1
-12
/
+12
2015-01-17
Trait serialise
John Hodge (sonata)
6
-6
/
+68
2015-01-17
Deserialise working, need to annotate loaded crates with crate ID
John Hodge (sonata)
1
-0
/
+2
2015-01-17
Adding deserialise, partially working
John Hodge (sonata)
7
-18
/
+362
2015-01-16
Added associated type reference parse, and tuple value parse
John Hodge (sonata)
4
-23
/
+82
2015-01-15
Working on parsing 'std' from a file (instead of hardcoding)
John Hodge (sonata)
2
-14
/
+9
2015-01-15
Type alias bound to path, considering removing std hack and implementing AST ↵
John Hodge (sonata)
3
-13
/
+40
read
2015-01-15
Type aliases added (AST only, no parse yet), need to handle lookups
John Hodge (sonata)
4
-2
/
+76
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)
2
-31
/
+85
2015-01-12
TypeRef fleshed out
John Hodge (sonata)
2
-3
/
+4
2015-01-12
Path resolution working in one function (types still to come, need AST rep)
John Hodge (sonata)
3
-2
/
+35
2015-01-12
Added statics, fix minor quirk in resolve handling
John Hodge (sonata)
3
-15
/
+54
2015-01-11
Tag paths with base crate, restructure ast.cpp into three files
John Hodge (sonata)
7
-413
/
+487
2015-01-11
Add hacky text output of AST
John Hodge (sonata)
3
-21
/
+127
2015-01-11
It broke (working on correct path resolution)
John Hodge (sonata)
3
-47
/
+297
2015-01-05
Parser - Handle methods correctly
John Hodge (sonata)
2
-0
/
+25
[prev]
[next]