index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
expand
/
mod.cpp
Age
Commit message (
Collapse
)
Author
Files
Lines
2016-11-07
HIR Gen - Extract #[macro_export] macros from deep within the tree
John Hodge
1
-0
/
+2
2016-11-03
Expand - Type macros, note about bug with local mods and macro_rules!
John Hodge
1
-1
/
+10
2016-11-02
All - Hack in start of macro hygine - requires rework so is disabled
John Hodge
1
-0
/
+4
2016-10-31
All - Rough support for `union` (data structure present in all stages)
John Hodge
1
-0
/
+13
2016-10-30
Expand - Prevent running expand twice on anon module items
John Hodge
1
-6
/
+9
2016-10-30
Expand - Support macros in patterns
John Hodge
1
-19
/
+41
2016-10-28
Expand - Run expand on types in `static`/`const` items
John Hodge
1
-0
/
+3
2016-10-24
Expand - Fix missed bugs in merging of impls into item list
John Hodge
1
-39
/
+21
2016-10-24
AST - Remove separate impls list (now in item list)
John Hodge
1
-0
/
+2
2016-10-23
AST+HIR - Add stubbed support for erased types (`impl Trait`)
John Hodge
1
-0
/
+3
2016-10-23
AST - Remove TypeRef from node template
John Hodge
1
-0
/
+4
2016-10-23
AST - Reduce places where there's no span information provided
John Hodge
1
-4
/
+4
2016-10-21
Expand - Warn (don't error) when an attribute is seen in the wrong place
John Hodge
1
-1
/
+1
2016-10-12
Expand - Clear deleted anon modules inside anon modules
John Hodge
1
-0
/
+3
2016-10-09
Expand - #[macro_reexport]
John Hodge
1
-0
/
+1
2016-10-09
AST - Remove free MacroInvocation lists
John Hodge
1
-90
/
+35
2016-10-05
Resolve+Typecheck - Fix trait default parameters
John Hodge
1
-0
/
+1
2016-09-28
Resolve+Expand - Don't include the prelude in anon modules (they get it via ↵
John Hodge
1
-2
/
+6
the parent)
2016-09-28
Expand - debug
John Hodge
1
-19
/
+24
2016-09-28
AST - Make anon modules `shared_ptr`s to handle case where a block is depeted
John Hodge
1
-1
/
+22
2016-09-27
Expand - Hack around expansion order quirk with anon modules
John Hodge
1
-0
/
+5
2016-09-27
Expand - Remove two-pass expand
John Hodge
1
-137
/
+119
2016-09-27
Expand - Expand macros in format_args! string
John Hodge
1
-1
/
+7
2016-09-27
Parse - Support expanding macros that yield items in expressions
John Hodge
1
-7
/
+27
2016-09-27
AST - Refactor extern blocks into Items
John Hodge
1
-0
/
+6
2016-09-27
AST - Stub out extern and impl blocks as Item-s
John Hodge
1
-82
/
+122
2016-09-26
AST - Move module-level macro invocations into the Item list
John Hodge
1
-4
/
+35
2016-09-26
Expand - (minor) Remove commented-out code
John Hodge
1
-69
/
+1
2016-09-26
Expand - Pass ownership of the input TT to macro_rules! expand
John Hodge
1
-4
/
+4
2016-09-25
AST - Convert use statements to normal items
John Hodge
1
-18
/
+3
2016-09-25
Parse - Allow loading modules from macro invocations
John Hodge
1
-1
/
+1
2016-09-25
Parse+Expand - Support `let` in expression macros
John Hodge
1
-1
/
+3
2016-09-24
Expand - Fix double-insertion of prelude
John Hodge
1
-1
/
+1
2016-09-18
HIR - Rework to include a node for in/box (for better type inferrence)
John Hodge
1
-0
/
+2
2016-09-15
Restructure - Don't insert automatic () statements at end of blocks
John Hodge
1
-3
/
+2
2016-09-09
Expand - Move loading of libstd/libcore into LoadCrates for cleaner debug
John Hodge
1
-3
/
+2
2016-09-07
LoadCrates - Better error reporting
John Hodge
1
-2
/
+2
2016-09-01
Expand - Support box operator (untested)
John Hodge
1
-1
/
+68
2016-08-29
Expand - Core path for ? too
John Hodge
1
-3
/
+4
2016-08-29
Expand - Core crate name for for desugar
John Hodge
1
-4
/
+5
2016-08-29
Resolve Abs - Glob imports from extern
John Hodge
1
-1
/
+1
2016-08-29
AST Resolve - Prelude handling
John Hodge
1
-2
/
+6
2016-08-28
Expand - Support #[cfg] on use statements
John Hodge
1
-2
/
+20
2016-08-27
Expand - Add std/core to crate root
John Hodge
1
-0
/
+2
2016-08-27
Expand - Import macros from std/core
John Hodge
1
-0
/
+6
2016-08-27
AST - Roughing in `extern crate` loading infrastructure
John Hodge
1
-2
/
+2
2016-08-19
AST - Support ! as a real type
John Hodge
1
-0
/
+2
2016-08-19
AST - Macro invocations in item list
John Hodge
1
-0
/
+3
2016-08-19
Patterns - Support tuples with .. (fully)
John Hodge
1
-2
/
+6
2016-08-18
All - Support tuple patterns with .. at the start/end - TODO: Support in the ↵
John Hodge
1
-6
/
+4
middle
[prev]
[next]