index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ast
/
ast.cpp
Age
Commit message (
Collapse
)
Author
Files
Lines
2015-04-04
Further work on handling wildcard traits
John Hodge
1
-29
/
+30
2015-04-04
Partial auto-determining of wildcard trait impls
John Hodge
1
-12
/
+63
2015-04-03
Save #[] attrs with item, ready for post-processing derive()
John Hodge
1
-9
/
+20
2015-04-02
Hacked up handling of Sized (handled VERY similar to other .. traits)
John Hodge
1
-12
/
+45
2015-04-01
More work on wildcard impls
John Hodge
1
-63
/
+109
2015-03-31
Root-level typecheck now up to requiring Sized
John Hodge
1
-30
/
+25
2015-03-31
Add Copy impls (hacky), and parameter count checking/extending
John Hodge
1
-2
/
+4
2015-03-31
Partial comparisons of types/paths to speed up impl searches
John Hodge
1
-1
/
+23
2015-03-31
Fully convert trait name in 'impl' to be a AST:Path
John Hodge
1
-5
/
+8
2015-03-29
Twiddling root-level typecheck
John Hodge
1
-0
/
+1
2015-03-27
Split type and lifetime parameters apart
John Hodge
1
-43
/
+18
2015-03-27
Rework paths bindings to be a separate (printable) structure, add -Werror
John Hodge
1
-7
/
+8
2015-03-26
Split out AST pattern code
John Hodge
1
-107
/
+0
2015-03-25
HACK - Handle the case of core::iter::order importing core::ord, but also ↵
John Hodge
1
-3
/
+11
defining an 'ord' function
2015-03-24
resolve "if let", remove tiny bit of typecheck in path lookup
John Hodge
1
-1
/
+1
2015-03-24
Slow bugfixes
John Hodge
1
-0
/
+1
2015-03-24
Path resolution coming along
John Hodge
1
-4
/
+7
2015-03-24
Wildcard path resolution possibily working
John Hodge
1
-10
/
+41
2015-03-23
Move item lookup from AST::Path to AST::Module
John Hodge
1
-0
/
+124
2015-03-20
Lifetime bounds, pattern fragments, nested modules
John Hodge
1
-3
/
+4
2015-03-19
Convert patterns over to tagged unions
John Hodge
1
-41
/
+89
2015-03-19
Clean up copy constructor use, switch part of AST::Pattern to tagged union
John Hodge
1
-6
/
+4
2015-03-17
Replace Enum variant inner type
John Hodge
1
-0
/
+6
2015-03-15
Rework type params, add ! "type"
John Hodge
1
-7
/
+11
2015-03-12
Float parsing, module-level macro expansion
John Hodge
1
-0
/
+2
2015-03-09
Parse updates
John Hodge
1
-8
/
+23
2015-03-08
Macro parsing, saving, and evaluating
John Hodge
1
-23
/
+132
2015-01-25
Hacked in dumping as rust
John Hodge (sonata)
1
-6
/
+187
2015-01-23
Autoderef on method lookup, further provements to method lookup
John Hodge (sonata)
1
-3
/
+20
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)
1
-0
/
+5
needed)
2015-01-21
Type propagation coming along
John Hodge (sonata)
1
-0
/
+52
2015-01-18
Up to requiring checks for trait implementations
John Hodge (sonata)
1
-3
/
+4
2015-01-18
Added support for associated types in impl blocks
John Hodge (sonata)
1
-1
/
+2
2015-01-17
Refactor resolve.cpp AST iterating into common function
John Hodge (sonata)
1
-2
/
+6
2015-01-17
Clean up hanlding of generic params
John Hodge (sonata)
1
-97
/
+23
2015-01-17
Trait serialise
John Hodge (sonata)
1
-0
/
+2
2015-01-17
Adding deserialise, partially working
John Hodge (sonata)
1
-10
/
+148
2015-01-16
Added associated type reference parse, and tuple value parse
John Hodge (sonata)
1
-0
/
+6
2015-01-15
Working on parsing 'std' from a file (instead of hardcoding)
John Hodge (sonata)
1
-8
/
+8
2015-01-15
Type alias bound to path, considering removing std hack and implementing AST ↵
John Hodge (sonata)
1
-11
/
+26
read
2015-01-15
Type aliases added (AST only, no parse yet), need to handle lookups
John Hodge (sonata)
1
-1
/
+30
2015-01-14
Local type resolution added, framework for local use statements
John Hodge (sonata)
1
-14
/
+22
2015-01-12
Added statics, fix minor quirk in resolve handling
John Hodge (sonata)
1
-12
/
+17
2015-01-11
Tag paths with base crate, restructure ast.cpp into three files
John Hodge (sonata)
1
-309
/
+29
2015-01-11
Add hacky text output of AST
John Hodge (sonata)
1
-1
/
+70
2015-01-11
It broke (working on correct path resolution)
John Hodge (sonata)
1
-22
/
+172
2015-01-05
Parser - Handle methods correctly
John Hodge (sonata)
1
-0
/
+4
2015-01-05
Implementing path lookup (bottom level of resolve)
John Hodge (sonata)
1
-0
/
+32
2015-01-04
Hacking up 'use' resolution (needs work to handle recursion)
John Hodge (sonata)
1
-1
/
+24
[prev]
[next]