index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ast
/
ast.hpp
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-06
AST - Clean up location of attributes and span on mod-level items
John Hodge
1
-13
/
+11
2019-06-22
Expand/Trans - Better handling of #[panic_implementation]
John Hodge
1
-0
/
+1
2019-05-19
All - Switch to using interned (de-duplicated) RcString-s instead of std::str...
John Hodge
1
-31
/
+28
2019-05-05
parse/expand/resolve - `macro` macros use their own module as the resolve root
John Hodge
1
-0
/
+1
2019-03-22
AST - (minor) Comment around macro handling
John Hodge
1
-0
/
+1
2019-01-01
Refactor of `use` items to fully-group imports from a single use
John Hodge
1
-14
/
+18
2019-01-01
Parse - Module Loading - Hopefully fix libcore without breaking other crates
John Hodge
1
-0
/
+4
2018-12-29
Resolve/HIR - Rough handling of `pub use macro_path;`
John Hodge
1
-1
/
+7
2018-12-28
Resolve - Clean up AST path bindings, one binding per namespace
John Hodge
1
-1
/
+0
2018-12-28
macro_rules - Support for the :vis fragment
John Hodge
1
-0
/
+2
2018-08-01
HIR - Conversion and typecheck fixes for 1.29
John Hodge
1
-2
/
+1
2018-07-29
All - Initial work on supporting 1.29 as a target version
John Hodge
1
-0
/
+5
2018-06-04
All - Ensure that all files have a header comment, remove some dead code
John Hodge
1
-16
/
+2
2018-06-02
AST - Remove old serialisation code (now all done on HIR)
John Hodge
1
-1
/
+0
2018-05-27
AST - Fix missing handling of `for<>` in a few places
John Hodge
1
-4
/
+4
2018-05-20
AST - Rename MetaItem and MetaItems to Attribute and AttributeList
John Hodge
1
-36
/
+33
2017-11-12
src - Add draft (untested) support for procedural macro crates
John Hodge
1
-0
/
+4
2017-09-23
Expand - Little fixes for libpanic_unwind win32
John Hodge
1
-0
/
+1
2017-09-14
Expand - Limited derive on unions (minimally tested, fixes #22)
John Hodge
1
-0
/
+3
2017-09-10
Parse - Store attributes for trait items
John Hodge
1
-3
/
+3
2017-05-28
AST - Refactor to make unit-like structs their own variant
John Hodge
1
-0
/
+6
2016-12-24
No more tears!
ubsan
1
-642
/
+642
2016-12-15
Codegen - #[link_name] support
John Hodge
1
-0
/
+1
2016-10-31
All - Rough support for `union` (data structure present in all stages)
John Hodge
1
-2
/
+15
2016-10-30
AST - Remove copy construction of TypeRef
John Hodge
1
-1
/
+1
2016-10-24
AST - Remove separate impls list (now in item list)
John Hodge
1
-18
/
+0
2016-10-23
AST - Reduce places where there's no span information provided
John Hodge
1
-14
/
+9
2016-10-09
Expand - #[macro_reexport]
John Hodge
1
-3
/
+1
2016-10-09
AST - Remove free MacroInvocation lists
John Hodge
1
-8
/
+1
2016-09-29
AST - Store `const`/`unsafe`/variadic on functions
John Hodge
1
-1
/
+12
2016-09-28
Resolve+Expand - Don't include the prelude in anon modules (they get it via t...
John Hodge
1
-1
/
+1
2016-09-28
AST - Make anon modules `shared_ptr`s to handle case where a block is depeted
John Hodge
1
-16
/
+6
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
-1
/
+26
2016-09-26
AST - Move module-level macro invocations into the Item list
John Hodge
1
-3
/
+1
2016-09-26
Expand - Pass ownership of the input TT to macro_rules! expand
John Hodge
1
-1
/
+1
2016-09-25
AST - Convert use statements to normal items
John Hodge
1
-70
/
+3
2016-09-25
Parse - Allow loading modules from macro invocations
John Hodge
1
-0
/
+9
2016-09-25
Parse+AST - Support capturing :item (requires cloning AST items)
John Hodge
1
-3
/
+20
2016-09-25
Parse - Split module item parse into a form that is callable from macro_rules
John Hodge
1
-7
/
+1
2016-08-31
Resolve - Hack in support for multiple bindings for one use
John Hodge
1
-1
/
+2
2016-08-29
AST Resolve - Prelude handling
John Hodge
1
-1
/
+2
2016-08-28
Expand - Support #[cfg] on use statements
John Hodge
1
-2
/
+2
2016-08-25
AST - Move receiver marking to HIR conversion (post resolution)
John Hodge
1
-17
/
+1
2016-08-24
AST - Hackily support `self: Box` syntax
John Hodge
1
-1
/
+1
2016-08-22
AST+HIR - Save decoded receiver type for methods
John Hodge
1
-14
/
+25
2016-08-20
AST - Remove unused AST serialisation code
John Hodge
1
-56
/
+16
2016-08-19
AST - Macro invocations in item list
John Hodge
1
-0
/
+1
2016-08-01
AST - Add specialisable tag to impl items
John Hodge
1
-14
/
+17
2016-07-14
Macro Rules - Rewrite, take 3 - Incomplete
John Hodge
1
-0
/
+1
[next]