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 (
Expand
)
Author
Files
Lines
2017-09-02
Expand - Debugging a hygine issue
John Hodge
1
-0
/
+4
2017-08-31
Expand - #[cfg] on struct literals
John Hodge
1
-1
/
+11
2017-07-16
AST - Attributes on struct literal entries
John Hodge
1
-8
/
+8
2017-07-16
AST - Little tweaks for upgraded test source
John Hodge
1
-0
/
+42
2017-07-16
All - Upgrade to rustc 1.19.0 beta (2017-07-08)
John Hodge
1
-1
/
+101
2017-06-11
Expand - Make file!/line! get the invocation location of a macro
John Hodge
1
-2
/
+3
2017-06-11
Parse - Support chaining of spans (for macro expansions)
John Hodge
1
-4
/
+4
2017-06-09
Fix use of hard tabs
John Hodge
1
-19
/
+19
2017-06-04
Merge branch 'master' of https://github.com/thepowersgang/mrustc
John Hodge (bugs)
1
-0
/
+2
2017-06-04
All - Compile and run fixes in MSVC
John Hodge (bugs)
1
-2
/
+24
2017-05-28
AST - Refactor to make unit-like structs their own variant
John Hodge
1
-0
/
+2
2017-05-05
Expand - Scoping of macros defined in functions
John Hodge
1
-1
/
+4
2017-05-01
Expand - Seach anon modules for macros
John Hodge
1
-0
/
+8
2017-04-29
Expand - Support multiple statements out of macro expansions
John Hodge
1
-27
/
+93
2017-04-13
Expand - Ordering of macro_use lookup
John Hodge
1
-3
/
+8
2017-04-13
Expand - Tweaks to test harness
John Hodge
1
-1
/
+1
2017-01-21
Trans/Expand - #[main] attribute
John Hodge
1
-18
/
+0
2016-12-28
AST - Add asm! as an AST node
John Hodge
1
-0
/
+6
2016-12-24
No more tears!
ubsan
1
-56
/
+56
2016-12-15
Codegen - #[link_name] support
John Hodge
1
-4
/
+8
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 t...
John Hodge
1
-2
/
+6
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
[next]