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-04-06
Work on resolving UFCS paths, infinite loop bug in resolve
John Hodge
4
-46
/
+119
2015-04-05
Suport for #[lang], start work on resolving UFCS paths
John Hodge
5
-23
/
+143
2015-04-05
Move handling of wildcard trait destructure to TypeRef
John Hodge
2
-79
/
+21
2015-04-05
Replace 'Self' at resolve-time, with special case for bounds
John Hodge
1
-2
/
+1
2015-04-05
Convert invocations of find_impl, to use the bool version
John Hodge
1
-4
/
+4
2015-04-05
Tag params with source, rewrite find_impl to return boolean
John Hodge
2
-12
/
+37
2015-04-04
Hacked in parsing of HRLs
John Hodge
1
-0
/
+5
2015-04-04
Add structure to check for impls on type params
John Hodge
1
-2
/
+11
2015-04-04
(Minor) commenting on procedure for generic trait checking
John Hodge
1
-1
/
+16
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
Added partial support for #[derive()]
John Hodge
3
-4
/
+11
- Supports Debug on struct, and assumes compiling in libcore (for now)
2015-04-03
Save #[] attrs with item, ready for post-processing derive()
John Hodge
3
-106
/
+156
2015-04-02
Hacked up handling of Sized (handled VERY similar to other .. traits)
John Hodge
3
-14
/
+52
2015-04-01
More work on wildcard impls
John Hodge
3
-88
/
+148
2015-03-31
Root-level typecheck now up to requiring Sized
John Hodge
4
-34
/
+86
2015-03-31
Replace arguments in paths, and fix edge case in resolve where types were ↵
John Hodge
2
-0
/
+27
not resolved if added as defaults
2015-03-31
Add Copy impls (hacky), and parameter count checking/extending
John Hodge
4
-12
/
+61
2015-03-31
Partial comparisons of types/paths to speed up impl searches
John Hodge
3
-1
/
+51
2015-03-31
Fully convert trait name in 'impl' to be a AST:Path
John Hodge
3
-12
/
+17
2015-03-30
Add ordering to TypeRef and Path (to generalise operator== and operator<
John Hodge
2
-6
/
+24
2015-03-29
Handling for 'T::method()' (where T is a type param)
John Hodge
3
-2
/
+11
2015-03-29
Twiddling root-level typecheck
John Hodge
1
-0
/
+1
2015-03-27
Split type and lifetime parameters apart
John Hodge
2
-63
/
+27
2015-03-27
Fix minor issues in path resolving (bindings incorrect in places)
John Hodge
2
-0
/
+7
2015-03-27
Rework paths bindings to be a separate (printable) structure, add -Werror
John Hodge
3
-95
/
+116
2015-03-26
Split out AST pattern code
John Hodge
2
-107
/
+123
2015-03-26
Remove the ASSOCIATED type (now handled by the UFCS path type)
John Hodge
1
-1
/
+1
2015-03-26
Warning cleanup
John Hodge
1
-0
/
+6
2015-03-26
Cleaning up rust source output
John Hodge
3
-1
/
+7
2015-03-25
Add flag for irrefutable matches, prevents arguments from being resolved
John Hodge
1
-0
/
+4
2015-03-25
Wildcard imports in Path::resolve, associated types in ast_iterate
John Hodge
1
-1
/
+13
2015-03-25
HACK - Handle the case of core::iter::order importing core::ord, but also ↵
John Hodge
3
-5
/
+13
defining an 'ord' function
2015-03-24
resolve "if let", remove tiny bit of typecheck in path lookup
John Hodge
2
-9
/
+9
2015-03-24
Slow bugfixes
John Hodge
3
-1
/
+14
2015-03-24
Path resolution coming along
John Hodge
1
-4
/
+7
2015-03-24
Wildcard path resolution possibily working
John Hodge
3
-25
/
+81
2015-03-23
Move item lookup from AST::Path to AST::Module
John Hodge
3
-188
/
+296
2015-03-22
Wildcard lookups in convert resolve, use processing of anon modules
John Hodge
1
-0
/
+1
2015-03-22
Clean up local path resolution, add internal 'str' type
John Hodge
4
-0
/
+60
2015-03-22
Hack in UFCS <Type as Trait> syntax
John Hodge
3
-1
/
+11
2015-03-21
Planning resolve for local modules
John Hodge
2
-1
/
+14
2015-03-21
Misc (warning suppression, planning trait methods in resolve)
John Hodge
2
-0
/
+3
2015-03-21
Move wildcard use to Path::resolve, add 'bool' type
John Hodge
2
-16
/
+60
2015-03-20
Lifetime bounds, pattern fragments, nested modules
John Hodge
2
-8
/
+13
2015-03-19
Struct patterns, return with no semicolon
John Hodge
1
-2
/
+7
2015-03-19
Convert patterns over to tagged unions
John Hodge
2
-80
/
+112
2015-03-19
Clean up copy constructor use, switch part of AST::Pattern to tagged union
John Hodge
3
-52
/
+32
2015-03-19
EVIL tagged union hackjob
John Hodge
1
-0
/
+10
2015-03-18
Local macros, fixed array literals
John Hodge
2
-4
/
+3
[next]