index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
convert
Age
Commit message (
Collapse
)
Author
Files
Lines
2015-04-05
Replace 'Self' at resolve-time, with special case for bounds
John Hodge
2
-5
/
+29
2015-04-05
Convert invocations of find_impl, to use the bool version
John Hodge
1
-2
/
+1
2015-04-05
Tag params with source, rewrite find_impl to return boolean
John Hodge
2
-5
/
+26
2015-04-04
Further work on handling wildcard traits
John Hodge
1
-2
/
+3
2015-04-04
Fixed incorrect resolution order for params in typecheck_params
John Hodge
1
-3
/
+6
2015-04-03
Added partial support for #[derive()]
John Hodge
1
-0
/
+69
- Supports Debug on struct, and assumes compiling in libcore (for now)
2015-04-01
More work on wildcard impls
John Hodge
2
-3
/
+13
2015-03-31
Root-level typecheck now up to requiring Sized
John Hodge
1
-4
/
+17
2015-03-31
Replace arguments in paths, and fix edge case in resolve where types were ↵
John Hodge
2
-7
/
+17
not resolved if added as defaults
2015-03-31
Add Copy impls (hacky), and parameter count checking/extending
John Hodge
2
-6
/
+8
2015-03-31
Partial comparisons of types/paths to speed up impl searches
John Hodge
1
-1
/
+1
2015-03-31
Fully convert trait name in 'impl' to be a AST:Path
John Hodge
3
-4
/
+18
2015-03-30
Handling of 'Self' in param typecheck
John Hodge
2
-11
/
+27
2015-03-29
Handling for 'T::method()' (where T is a type param)
John Hodge
1
-13
/
+27
2015-03-29
Twiddling root-level typecheck
John Hodge
1
-35
/
+73
2015-03-27
Split type and lifetime parameters apart
John Hodge
3
-23
/
+24
2015-03-27
Fix minor issues in path resolving (bindings incorrect in places)
John Hodge
1
-0
/
+4
2015-03-27
Rework paths bindings to be a separate (printable) structure, add -Werror
John Hodge
6
-53
/
+56
2015-03-26
Cleaning up rust source output
John Hodge
2
-2
/
+51
2015-03-25
Wildcard imports in Path::resolve, associated types in ast_iterate
John Hodge
1
-1
/
+6
2015-03-25
Macros updated with concat!, stringify!, and $crate
John Hodge
1
-16
/
+35
2015-03-25
Fix pattern handling (not using Parse_Pattern for & patterns, inverted check ↵
John Hodge
1
-2
/
+2
for & pattern iterate)
2015-03-25
HACK - Handle the case of core::iter::order importing core::ord, but also ↵
John Hodge
1
-1
/
+2
defining an 'ord' function
2015-03-24
resolve "if let", remove tiny bit of typecheck in path lookup
John Hodge
1
-0
/
+15
2015-03-24
Slow bugfixes
John Hodge
1
-2
/
+2
2015-03-24
Path resolution coming along
John Hodge
2
-6
/
+46
2015-03-24
Wildcard path resolution possibily working
John Hodge
1
-60
/
+29
2015-03-23
Move item lookup from AST::Path to AST::Module
John Hodge
1
-3
/
+1
2015-03-22
Wildcard lookups in convert resolve, use processing of anon modules
John Hodge
1
-4
/
+32
2015-03-22
Clean up local path resolution, add internal 'str' type
John Hodge
1
-102
/
+126
2015-03-22
Hack in UFCS <Type as Trait> syntax
John Hodge
1
-7
/
+1
2015-03-21
Planning resolve for local modules
John Hodge
1
-0
/
+13
2015-03-21
Move wildcard use to Path::resolve, add 'bool' type
John Hodge
1
-41
/
+28
2015-03-19
Convert patterns over to tagged unions
John Hodge
2
-25
/
+47
2015-03-17
Replace Enum variant inner type
John Hodge
3
-22
/
+31
2015-03-15
Rework type params, add ! "type"
John Hodge
4
-15
/
+22
2015-03-13
Various other features for libcore, now on to loops
John Hodge
1
-0
/
+8
2015-03-10
Rework macro handling to support correct repetitions
John Hodge
2
-4
/
+8
2015-03-08
Cleanup to pattern handling
John Hodge
1
-1
/
+1
2015-03-06
Bugfixes exposed by fixing formatted output
John Hodge
3
-6
/
+14
2015-02-01
Hacking away at type propagation
John Hodge
4
-39
/
+168
2015-01-25
Hacked in dumping as rust
John Hodge (sonata)
3
-12
/
+12
2015-01-23
Autoderef on method lookup, further provements to method lookup
John Hodge (sonata)
1
-49
/
+100
2015-01-22
(minor) Comment update
John Hodge (sonata)
1
-4
/
+2
2015-01-22
Added bounds to _ types, propagating type params further (and replacing when ↵
John Hodge (sonata)
2
-3
/
+90
needed)
2015-01-21
Type propagation coming along
John Hodge (sonata)
3
-13
/
+194
2015-01-20
Type resolution coming along, need to add 'self' to the local variable table
John Hodge (sonata)
4
-18
/
+66
2015-01-20
Type merging hacked in
John Hodge (sonata)
1
-1
/
+28
2015-01-20
Fiddling with type resoltion, spotted a hole in path resolve
John Hodge (sonata)
2
-1
/
+55
2015-01-19
Slow work on typecheck/propagate structure
John Hodge (sonata)
1
-6
/
+102
[prev]
[next]