index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ast
/
provided_module.cpp
Age
Commit message (
Collapse
)
Author
Files
Lines
2016-05-22
Clean up dead code (both useless code, and stuff that will be rewritten for HIR)
John Hodge
1
-59
/
+0
2016-03-18
AST - Switch impl blocks to contain `Item`s (merges code)
John Hodge
1
-1
/
+0
2016-03-16
AST - Rework struct/enum fields
John Hodge
1
-4
/
+3
2016-03-13
Parse - Rework to place spans on types
John Hodge
1
-14
/
+14
2016-03-06
HUGE REFACTOR - Move named module items into a tagged union
John Hodge
1
-2
/
+2
- Item attributes now "owned" by the parent
2016-01-30
Rename TypeParams to GenericParams
John Hodge
1
-3
/
+3
2015-09-06
Rough span support
John Hodge
1
-2
/
+2
2015-04-05
Suport for #[lang], start work on resolving UFCS paths
John Hodge
1
-16
/
+33
2015-04-03
Save #[] attrs with item, ready for post-processing derive()
John Hodge
1
-25
/
+28
2015-04-02
Hacked up handling of Sized (handled VERY similar to other .. traits)
John Hodge
1
-2
/
+2
2015-04-01
More work on wildcard impls
John Hodge
1
-4
/
+3
2015-03-31
Root-level typecheck now up to requiring Sized
John Hodge
1
-0
/
+24
2015-03-31
Add Copy impls (hacky), and parameter count checking/extending
John Hodge
1
-0
/
+4
2015-03-22
Clean up local path resolution, add internal 'str' type
John Hodge
1
-0
/
+14