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 (
Collapse
)
Author
Files
Lines
2019-11-07
AST - Fix compilation error on some clang installs (#118)
John Hodge
1
-0
/
+7
2019-10-06
AST - Clean up location of attributes and span on mod-level items
John Hodge
1
-36
/
+32
2019-05-19
All - Switch to using interned (de-duplicated) RcString-s instead of ↵
John Hodge
1
-13
/
+13
std::string for paths/identifiers
2019-05-05
parse/expand/resolve - `macro` macros use their own module as the resolve root
John Hodge
1
-0
/
+3
2019-01-21
Parse (partial) - `extern { type Foo; }`, very rough
John Hodge
1
-1
/
+1
2019-01-01
Refactor of `use` items to fully-group imports from a single use
John Hodge
1
-13
/
+10
2018-12-28
Resolve - Clean up AST path bindings, one binding per namespace
John Hodge
1
-1
/
+1
- This is prep work for supporting `use` of macros
2018-06-04
All - Ensure that all files have a header comment, remove some dead code
John Hodge
1
-11
/
+6
2018-06-02
AST - Remove old serialisation code (now all done on HIR)
John Hodge
1
-1
/
+0
2018-05-20
AST - Refactor lifetime/HRB handling
John Hodge
1
-8
/
+22
2018-05-20
AST - Rename MetaItem and MetaItems to Attribute and AttributeList
John Hodge
1
-25
/
+19
2017-09-10
Parse - Store attributes for trait items
John Hodge
1
-3
/
+6
2017-05-28
AST - Refactor to make unit-like structs their own variant
John Hodge
1
-0
/
+3
2016-12-24
No more tears!
ubsan
1
-432
/
+432
No more DOS line endings or trailing whitespace either
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
[next]