index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
expand
/
proc_macro.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-26
Merge remote-tracking branch 'remotes/origin/master' into nightly-1.29
John Hodge
1
-1
/
+1
2019-10-06
Expand - Pass attributes on struct/union/enums to custom derive code
John Hodge
1
-6
/
+27
2019-10-06
Expand - Hand attributes to item attribute handlers
John Hodge
1
-1
/
+1
2019-10-06
AST - Clean up location of attributes and span on mod-level items
John Hodge
1
-4
/
+5
2019-08-23
Expand proc_macro - Fix assertion with no-value enum variants
John Hodge
1
-10
/
+15
2019-06-29
Trans - Rework to potentially support dynamic libraries
John Hodge
1
-2
/
+3
2019-06-06
Expand proc_macro - Fix for string interning
John Hodge
1
-2
/
+2
2019-05-19
All - Switch to using interned (de-duplicated) RcString-s instead of std::str...
John Hodge
1
-8
/
+8
2019-03-04
Parse - Handle `do catch` (aka `try`)
John Hodge
1
-0
/
+3
2019-02-06
Merge pull request #111 from daym/master
John Hodge (Mutabah)
1
-1
/
+1
2019-02-04
Fix recv_v128u procedural macro plugin decoder
Danny Milosavljevic
1
-1
/
+1
2018-08-04
proc_macro - Add a hacky way of dumping input to the child process (for debug...
John Hodge
1
-0
/
+11
2018-06-27
Add FreeBSD and DragonFly targets
Greg V
1
-1
/
+1
2018-06-02
OSX Build Tweak - environ definition
John Hodge
1
-1
/
+1
2018-05-20
AST - Refactor lifetime/HRB handling
John Hodge
1
-26
/
+22
2018-05-20
AST - Rename MetaItem and MetaItems to Attribute and AttributeList
John Hodge
1
-3
/
+3
2018-03-26
netbsd/amd64 support
Maya Rashish
1
-1
/
+1
2018-03-20
Update proc_macro.cpp
Аристарх Фещуков
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-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
2017-11-19
All - Include proc_macro attribute list in metadata
John Hodge
1
-20
/
+44
2017-11-18
libproc_macro - Hacky debugging prints
John Hodge
1
-2
/
+2
2017-11-18
proc_macro - Enums
John Hodge
1
-2
/
+49
2017-11-18
MSVC Compile Fixes
John Hodge
1
-8
/
+28
2017-11-16
proc_macro - Expression output stubbed, fix bug in libproc_macro parse
John Hodge
1
-7
/
+108
2017-11-16
proc_macro - Print types and paths
John Hodge
1
-7
/
+196
2017-11-15
proc_macro - Working invocations (some work needed on AST->TT)
John Hodge
1
-0
/
+625