index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Age
Commit message (
Collapse
)
Author
Files
Lines
2016-03-30
Resolve - Working on new `use` resolution code
John Hodge
1
-0
/
+1
2016-03-20
Tagged Union - Rework to remove indirection
John Hodge
1
-8
/
+8
2016-03-16
Expand - Handle AST::TupleItem attributes
John Hodge
1
-0
/
+3
2016-03-16
AST - Rework struct/enum fields
John Hodge
1
-2
/
+1
2016-03-16
Expand - Attributes on enum variants and match arms
John Hodge
1
-1
/
+4
2016-03-15
Expand - More attribute handling
John Hodge
1
-11
/
+12
2016-03-13
Expand - Fix use-after-free bug
John Hodge
1
-5
/
+1
2016-03-11
Expand - Macros expansion improved
John Hodge
1
-2
/
+5
2016-03-10
Expand - Rough cfg conditions
John Hodge
1
-0
/
+1
2016-03-10
Tagged Union - Fix incorrect use of destructor in move assignment
John Hodge
1
-2
/
+2
2016-03-10
Expand - cfg!/#[cfg]/#[cfg_attr] hacked up
John Hodge
1
-1
/
+1
2016-03-10
Expand - Macro cleanup, add cfg! macro (stubbed)
John Hodge
1
-1
/
+2
2016-03-09
Parse - Remove module stack (was for macros), yield stream from macros
John Hodge
1
-1
/
+2
2016-03-09
Resolve - Bug when unexpanded macro encountered
John Hodge
1
-3
/
+7
2016-03-08
Spans on MacroInvocation, re-enable span in ERROR reporting
John Hodge
1
-1
/
+1
2016-03-07
AST - Correctly move item attributes
John Hodge
1
-10
/
+32
2016-03-06
Move macro_rules parsing and expansion to expand/synexts
John Hodge
2
-6
/
+27
2016-03-06
HUGE REFACTOR - Move named module items into a tagged union
John Hodge
2
-19
/
+49
- Item attributes now "owned" by the parent
2016-02-27
Parse - Macros in type position
John Hodge
1
-0
/
+1
2016-02-27
Parse - Support hugely nested parens
John Hodge
1
-1
/
+1
2016-01-30
Better pretty printing, updated resolution logic
John Hodge
3
-2
/
+38
2016-01-30
A whole lot of messing around for not much
John Hodge
1
-15
/
+15
2015-11-06
Hack in span support to resolve
John Hodge
1
-1
/
+1
2015-11-03
Remove embedded spans (will move to wrapping spans)
John Hodge
1
-2
/
+9
2015-11-03
Move path binding logic into Resolve path to simplify
John Hodge
1
-1
/
+1
2015-09-20
Do two passes of resolve to handle UFCS resolve problems
John Hodge
1
-2
/
+2
2015-09-19
Disable UFCS resolve (due to ordering issues), fix Self handling
John Hodge
1
-1
/
+2
2015-09-06
Rough span support
John Hodge
1
-0
/
+56
2015-09-05
Resolve - Work resolving UFCS traits
John Hodge
2
-19
/
+17
2015-09-01
Large rework to generic bounds (to use a tagged union)
John Hodge
2
-32
/
+44
2015-08-31
Convert path bindings to TAGGED_UNION, improve resolve logic (leading to error)
John Hodge
1
-6
/
+21
2015-08-28
Tagged union for Path
John Hodge
1
-6
/
+37
2015-08-25
Rename tagged_enum to tagged_union
John Hodge
1
-50
/
+58
2015-08-25
Compiling once more
John Hodge
1
-0
/
+20
2015-08-24
BROKEN - Halfway through a rewrite of type handling
John Hodge
2
-77
/
+45
2015-08-23
Serialise - Clean up TODO for exception
John Hodge
1
-0
/
+13
2015-04-06
Work on resolving UFCS paths, infinite loop bug in resolve
John Hodge
1
-1
/
+1
2015-04-05
Suport for #[lang], start work on resolving UFCS paths
John Hodge
1
-1
/
+10
2015-04-03
Added partial support for #[derive()]
John Hodge
2
-0
/
+44
- Supports Debug on struct, and assumes compiling in libcore (for now)
2015-03-29
Twiddling root-level typecheck
John Hodge
1
-0
/
+51
2015-03-21
Planning resolve for local modules
John Hodge
1
-39
/
+71
2015-03-19
Convert patterns over to tagged unions
John Hodge
1
-8
/
+43
2015-03-19
Clean up copy constructor use, switch part of AST::Pattern to tagged union
John Hodge
2
-8
/
+16
2015-03-19
EVIL tagged union hackjob
John Hodge
1
-0
/
+102
2015-03-17
Rework handling of blocks, add sub-modules
John Hodge
1
-1
/
+6
2015-03-17
Replace Enum variant inner type
John Hodge
2
-0
/
+4
2015-03-13
Const items in expressions, attributes in impl blocks
John Hodge
1
-0
/
+6
2015-03-09
Fixed patterns, bool literals
John Hodge
2
-0
/
+4
2015-03-08
Macro definitions now being used
John Hodge
1
-14
/
+6
2015-03-08
Macro parsing, saving, and evaluating
John Hodge
2
-0
/
+25
[prev]
[next]