index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
expand
Age
Commit message (
Collapse
)
Author
Files
Lines
2019-06-30
Expand `#[test]` - Fix should_panic/ignore flags
John Hodge
1
-3
/
+4
2019-06-29
Trans - Rework to potentially support dynamic libraries
John Hodge
1
-2
/
+3
2019-06-22
Expand/Trans - Better handling of #[panic_implementation]
John Hodge
2
-4
/
+43
2019-06-06
Expand proc_macro - Fix for string interning
John Hodge
1
-2
/
+2
2019-05-25
Derive - Fix incorrect copy-paste during previous refactor
John Hodge
1
-1
/
+1
2019-05-24
Expand derive - Code cleanup
John Hodge
1
-227
/
+190
2019-05-19
All - Switch to using interned (de-duplicated) RcString-s instead of ↵
John Hodge
17
-255
/
+241
std::string for paths/identifiers
2019-05-15
Expand - Track include!/include_str!/include_bytes! files for dependencies
John Hodge
1
-0
/
+4
2019-05-05
parse/expand/resolve - `macro` macros use their own module as the resolve root
John Hodge
1
-0
/
+3
2019-04-24
format_args - Fix named argument support
John Hodge
1
-2
/
+2
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
Expand format_args - Support unicode pad character
John Hodge
1
-8
/
+80
2019-03-04
Parse - Handle `do catch` (aka `try`)
John Hodge
2
-0
/
+6
2019-03-01
Expand - Use discriminant_value to reduce size of auto-generated matches
John Hodge
1
-88
/
+26
2019-01-27
Expand - Slight tweaks to avoid crashes/bugs
John Hodge
3
-38
/
+46
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
2
-3
/
+3
2018-12-30
Expand - Handle #[cfg]-d enum variants
John Hodge
1
-0
/
+9
2018-12-30
Test harness - Fix harness for 1.29
John Hodge
1
-0
/
+5
2018-12-30
expand assert - Fix logic error
John Hodge
1
-0
/
+1
2018-12-29
Resolve/HIR - Rough handling of `pub use macro_path;`
John Hodge
3
-6
/
+6
2018-12-28
Misc expand tweaks
John Hodge
4
-15
/
+56
2018-12-22
Lang items for 1.29 (allocator traits removed, need to do magic)
John Hodge
1
-1
/
+4
2018-12-08
Expand - Tweaks to select between 1.19 and 1.29
John Hodge
2
-2
/
+3
2018-10-03
Merge branch 'master' into nightly-1.29
John Hodge
1
-0
/
+11
2018-10-03
Fiddling for rustc 1.29 update
John Hodge
2
-0
/
+29
2018-08-04
proc_macro - Add a hacky way of dumping input to the child process (for ↵
John Hodge
1
-0
/
+11
debugging)
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
4
-2
/
+130
2018-07-04
All - Dump full contents of asm! in AST/MIR
John Hodge
1
-21
/
+48
2018-06-27
Add FreeBSD and DragonFly targets
Greg V
1
-1
/
+1
Also adjust macOS comment. FreeBSD also uses clang and lld (current dev version even uses lld as /usr/bin/ld), function-sections/gc-sections are very well supported. It's probably a Mach-O issue on Macs.
2018-06-24
Expand derive - Slight restructure to allow Copy/Clone magic
John Hodge
1
-102
/
+123
2018-06-04
All - Ensure that all files have a header comment, remove some dead code
John Hodge
5
-16
/
+12
2018-06-02
OSX Build Tweak - environ definition
John Hodge
1
-1
/
+1
2018-06-02
AST - Annotate all patterns with spans
John Hodge
2
-119
/
+119
2018-05-22
AST - Add lifetime params to & types
John Hodge
1
-16
/
+16
2018-05-20
AST - Refactor lifetime/HRB handling
John Hodge
3
-42
/
+39
2018-05-20
AST - Rename MetaItem and MetaItems to Attribute and AttributeList
John Hodge
10
-58
/
+59
2018-03-26
netbsd/amd64 support
Maya Rashish
1
-1
/
+1
2018-03-20
Update proc_macro.cpp
Аристарх Фещуков
1
-1
/
+1
2018-02-24
Expand - Fix #61, not expanding paths in types
John Hodge
1
-1
/
+10
2018-02-21
Merge pull request #58 from ibara/master
John Hodge (Mutabah)
1
-0
/
+4
Add OpenBSD support.
2018-02-21
Expand - Run expansion on trait paths in impl blocks (fixes #56)
John Hodge
1
-1
/
+1
2018-02-19
Add OpenBSD support.
Brian Callahan
1
-0
/
+4
2018-01-14
MSVC compile fixes
John Hodge
1
-0
/
+1
2017-12-31
Codegen - Remove need for `-z muldefs`
John Hodge
1
-0
/
+37
2017-12-30
format_args! - Set source module when parsing expressions
John Hodge
1
-0
/
+1
2017-12-16
proc_macro - Avoid warnings due to unused return values
John Hodge
1
-4
/
+12
2017-11-19
Proc Macro - Send attributes if in the list
John Hodge
1
-0
/
+38
[next]