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
2016-02-25
Parse - Rework module parsing to unify root/expr parse
John Hodge
1
-6
/
+0
2016-02-25
Heaps more parse fixes against the rustc tests
John Hodge
6
-10
/
+136
2016-02-23
Parse - Expression attributes
John Hodge
1
-0
/
+5
2016-02-23
Attributes on match arms
John Hodge
2
-73
/
+3
2016-02-21
Fixing parser deficiencies
John Hodge
4
-24
/
+67
2016-02-18
Parser - box Patterns, edge bug fix
John Hodge
2
-0
/
+15
2016-02-18
(semibroken) Defer macro expansion
John Hodge
4
-3
/
+44
2016-02-18
Random commit
John Hodge
3
-9
/
+34
2016-01-31
Name resolution in anon modules
John Hodge
1
-3
/
+3
2016-01-30
Better pretty printing, updated resolution logic
John Hodge
2
-61
/
+45
2016-01-30
(minor) Clean up cruft
John Hodge
1
-8
/
+1
2016-01-30
Rename TypeParams to GenericParams
John Hodge
5
-47
/
+47
2016-01-30
A whole lot of messing around for not much
John Hodge
5
-111
/
+111
2015-11-04
Improve name resolution logic
John Hodge
2
-2
/
+16
2015-11-03
Resolve - Split type items into UFCS form
John Hodge
1
-0
/
+2
2015-11-03
Remove embedded spans (will move to wrapping spans)
John Hodge
2
-11
/
+5
2015-11-03
Move path binding logic into Resolve path to simplify
John Hodge
4
-397
/
+44
2015-09-20
Do two passes of resolve to handle UFCS resolve problems
John Hodge
1
-0
/
+1
2015-09-19
Remove function class in favor of full UFCS
John Hodge
2
-41
/
+2
2015-09-19
Disable UFCS resolve (due to ordering issues), fix Self handling
John Hodge
2
-4
/
+22
2015-09-06
Rough span support
John Hodge
3
-25
/
+34
2015-09-05
Resolve - Work resolving UFCS traits
John Hodge
4
-6
/
+105
2015-09-01
Large rework to generic bounds (to use a tagged union)
John Hodge
2
-66
/
+129
2015-08-31
Convert path bindings to TAGGED_UNION, improve resolve logic (leading to error)
John Hodge
4
-148
/
+165
2015-08-28
Tagged union for Path
John Hodge
3
-242
/
+358
2015-08-25
Rename tagged_enum to tagged_union
John Hodge
2
-3
/
+3
2015-08-24
BROKEN - Halfway through a rewrite of type handling
John Hodge
4
-6
/
+19
2015-08-23
Cleanup and new syntax
John Hodge
2
-84
/
+1
2015-06-04
Resolve running once more, seems to be good
John Hodge
1
-2
/
+2
2015-06-04
Rework path handling and resolve to better handle Self
John Hodge
3
-62
/
+144
2015-05-23
Minor cleanup
John Hodge
1
-3
/
+5
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
[next]