index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ast
/
ast.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-24
No more tears!
ubsan
1
-432
/
+432
2016-10-31
AST+HIR - Union support through to HIR
John Hodge
1
-2
/
+2
2016-10-31
All - Rough support for `union` (data structure present in all stages)
John Hodge
1
-0
/
+11
2016-10-30
AST - Inheret module path info in anon mods
John Hodge
1
-0
/
+1
2016-10-30
AST - Remove copy construction of TypeRef
John Hodge
1
-7
/
+10
2016-10-23
AST - Reduce places where there's no span information provided
John Hodge
1
-6
/
+6
2016-10-09
Expand - #[macro_reexport]
John Hodge
1
-0
/
+3
2016-10-09
AST - Remove free MacroInvocation lists
John Hodge
1
-1
/
+4
2016-09-29
AST - Store `const`/`unsafe`/variadic on functions
John Hodge
1
-3
/
+7
2016-09-28
AST - Make anon modules `shared_ptr`s to handle case where a block is depeted
John Hodge
1
-14
/
+4
2016-09-27
AST - Refactor extern blocks into Items
John Hodge
1
-1
/
+1
2016-09-27
AST - Stub out extern and impl blocks as Item-s
John Hodge
1
-2
/
+21
2016-09-26
Debug - Clearer debug with item insertion and deletion
John Hodge
1
-6
/
+10
2016-09-26
AST - Move module-level macro invocations into the Item list
John Hodge
1
-0
/
+3
2016-09-25
AST - Convert use statements to normal items
John Hodge
1
-122
/
+9
2016-09-25
Parse+AST - Support capturing :item (requires cloning AST items)
John Hodge
1
-33
/
+155
2016-09-25
Parse - Split module item parse into a form that is callable from macro_rules
John Hodge
1
-23
/
+4
2016-08-25
AST - Move receiver marking to HIR conversion (post resolution)
John Hodge
1
-41
/
+0
2016-08-24
AST - More defensive `self: Box<Self>` code
John Hodge
1
-0
/
+3
2016-08-24
AST - Hackily support `self: Box` syntax
John Hodge
1
-0
/
+13
2016-08-23
AST - Fix uninitialised receiver type
John Hodge
1
-0
/
+1
2016-08-22
AST+HIR - Save decoded receiver type for methods
John Hodge
1
-0
/
+32
2016-08-20
AST - Remove unused AST serialisation code
John Hodge
1
-221
/
+1
2016-08-19
AST - Macro invocations in item list
John Hodge
1
-0
/
+3
2016-08-01
AST - Add specialisable tag to impl items
John Hodge
1
-34
/
+6
2016-07-14
Macro Rules - Rewrite, take 3 - Incomplete
John Hodge
1
-1
/
+2
2016-06-12
Parse - Fix incorrect handling of trailing semicolons
John Hodge
1
-0
/
+3
2016-05-29
AST - Remove dead code, add lifetime params, fix param clobber
John Hodge
1
-28
/
+0
2016-05-25
Parse - Use interpolated macro fragments instead of captured TTs
John Hodge
1
-1
/
+10
2016-05-24
AST - Move types.cpp to ast/ dir
John Hodge
1
-1
/
+1
2016-05-24
AST - Spans, spans everywhere!
John Hodge
1
-1
/
+1
2016-05-24
AST - Spanned paths in impl blocks, remove dead code
John Hodge
1
-167
/
+12
2016-05-24
HIR Lower - Lower impl blocks
John Hodge
1
-0
/
+6
2016-05-22
macro_rules - Rework pattern matching to not use try-catch
John Hodge
1
-0
/
+3
2016-05-18
Tagged union cleanup hacks
John Hodge
1
-1
/
+1
2016-05-18
All - Fix up a bunch of -Wextra warnings
John Hodge
1
-0
/
+9
2016-05-14
Remove requirement for all variants of tagged unions to be empty-constructable
John Hodge
1
-1
/
+1
2016-03-31
AST - Put spans on imports
John Hodge
1
-5
/
+16
2016-03-22
AST - Ignore None items when searching by name
John Hodge
1
-3
/
+3
2016-03-20
Tagged Union - Rework to remove indirection
John Hodge
1
-8
/
+8
2016-03-18
AST - Switch traits to contain items
John Hodge
1
-4
/
+22
2016-03-18
AST - Switch impl blocks to contain `Item`s (merges code)
John Hodge
1
-3
/
+16
2016-03-16
AST - Rework struct/enum fields
John Hodge
1
-8
/
+24
2016-03-13
Parse - Rework to place spans on types
John Hodge
1
-1
/
+1
2016-03-13
Parse+Expand - Remove a todo, fix bug in cfg handling
John Hodge
1
-71
/
+2
2016-03-13
Parse - Store module path in module
John Hodge
1
-3
/
+10
2016-03-10
AST - Clean up MetaItems/MetaItem
John Hodge
1
-4
/
+37
2016-03-07
AST - Correctly move item attributes
John Hodge
1
-1
/
+2
2016-03-06
Move macro_rules parsing and expansion to expand/synexts
John Hodge
1
-1
/
+1
2016-03-06
Debug and fix `use` resolution
John Hodge
1
-2
/
+4
[next]