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
2019-10-06
Expand - Pass attributes on struct/union/enums to custom derive code
John Hodge
1
-1
/
+1
2019-10-06
Expand - Hand attributes to item attribute handlers
John Hodge
1
-2
/
+3
2019-10-06
Expand - Handle cfg_attr specially
John Hodge
1
-9
/
+38
2019-10-06
AST - Clean up location of attributes and span on mod-level items
John Hodge
1
-15
/
+15
2019-06-22
Expand/Trans - Better handling of #[panic_implementation]
John Hodge
1
-0
/
+8
2019-05-19
All - Switch to using interned (de-duplicated) RcString-s instead of ↵
John Hodge
1
-8
/
+11
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-03-17
Expand - Return part of catch blocks
John Hodge
1
-1
/
+4
2019-03-04
Expand - Desugar `try` into a loop
John Hodge
1
-2
/
+19
2019-03-04
Parse - Handle `do catch` (aka `try`)
John Hodge
1
-0
/
+3
2019-01-27
Expand - Slight tweaks to avoid crashes/bugs
John Hodge
1
-37
/
+42
2019-01-05
Expand - Macros in traits
John Hodge
1
-3
/
+30
2019-01-01
Refactor of `use` items to fully-group imports from a single use
John Hodge
1
-1
/
+1
2018-12-30
Expand - Handle #[cfg]-d enum variants
John Hodge
1
-0
/
+9
2018-12-29
Resolve/HIR - Rough handling of `pub use macro_path;`
John Hodge
1
-1
/
+1
2018-12-08
Expand - Tweaks to select between 1.19 and 1.29
John Hodge
1
-1
/
+2
2018-10-03
Fiddling for rustc 1.29 update
John Hodge
1
-0
/
+2
2018-08-01
Expand - Hacky Try trait usage
John Hodge
1
-5
/
+18
2018-07-29
All - Initial work on supporting 1.29 as a target version
John Hodge
1
-1
/
+18
2018-06-04
All - Ensure that all files have a header comment, remove some dead code
John Hodge
1
-1
/
+0
2018-06-02
AST - Annotate all patterns with spans
John Hodge
1
-5
/
+5
2018-05-20
AST - Refactor lifetime/HRB handling
John Hodge
1
-2
/
+6
2018-05-20
AST - Rename MetaItem and MetaItems to Attribute and AttributeList
John Hodge
1
-11
/
+12
2018-02-24
Expand - Fix #61, not expanding paths in types
John Hodge
1
-1
/
+10
2018-02-21
Expand - Run expansion on trait paths in impl blocks (fixes #56)
John Hodge
1
-1
/
+1
2017-11-18
Expand - Import macros from parent crates
John Hodge
1
-1
/
+16
2017-10-28
Expand - Recurse when expanding in patterns
John Hodge
1
-0
/
+1
2017-09-29
Expand - Load crates that were conditionally included
John Hodge
1
-0
/
+4
2017-09-14
Expand - Fix use-after-free if an item is deleted
John Hodge
1
-1
/
+6
2017-09-10
Parse - Store attributes for trait items
John Hodge
1
-0
/
+1
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
No more DOS line endings or trailing whitespace either
2016-12-15
Codegen - #[link_name] support
John Hodge
1
-4
/
+8
[next]