index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
macro_rules
/
mod.cpp
Age
Commit message (
Collapse
)
Author
Files
Lines
2019-10-26
Merge remote-tracking branch 'remotes/origin/master' into nightly-1.29
John Hodge
1
-0
/
+6
2019-01-27
macro_rules - Rework pattern matching into a "compiled" format (easier to ↵
John Hodge
1
-1
/
+35
disambiguate)
2019-01-21
macro_rules - :lifetime fragment
John Hodge
1
-0
/
+2
2018-12-30
Parse/Macro - Handle `crate` as a visibility specifier
John Hodge
1
-0
/
+1
2018-12-28
macro_rules - Support for the :vis fragment
John Hodge
1
-0
/
+12
2018-11-04
All - Cleaning up some memory leaks
John Hodge
1
-0
/
+6
2018-06-04
All - Ensure that all files have a header comment, remove some dead code
John Hodge
1
-0
/
+5
2018-06-02
AST - Remove old serialisation code (now all done on HIR)
John Hodge
1
-67
/
+0
2017-09-29
Parse - Remove TOK_ATTR_OPEN and TOK_CATTR_OPEN
John Hodge
1
-1
/
+1
2017-05-13
Parse - Remove TOK_MACRO
John Hodge
1
-1
/
+0
2016-12-24
No more tears!
ubsan
1
-303
/
+303
No more DOS line endings or trailing whitespace either
2016-10-30
macro_rules! - Allow _ to match :pat
John Hodge
1
-0
/
+1
2016-10-15
macro_rules! - Allow match to start an expr
John Hodge
1
-0
/
+1
2016-09-27
macro_rules - Allow bytestrings to start :expr
John Hodge
1
-0
/
+1
2016-09-27
macro_rules - Allow { to start an expression
John Hodge
1
-0
/
+1
2016-09-27
AST - Refactor extern blocks into Items
John Hodge
1
-1
/
+3
2016-09-26
Parse - Fix bugs with :stmt capture and use
John Hodge
1
-3
/
+18
2016-09-26
Parse - Handle attributes directly on items (for :item capture)
John Hodge
1
-0
/
+2
2016-09-26
Parse - Accept TOK_INTERPOLATED_ITEM
John Hodge
1
-0
/
+1
2016-09-25
macro_rules! - Rough (stubbed) support for :item
John Hodge
1
-0
/
+25
2016-09-11
macro_rules - Rework to handle vec! edge case
John Hodge
1
-6
/
+37
2016-09-09
macro_rules - Fix printing, some better comments and debug
John Hodge
1
-1
/
+6
2016-08-29
HIR - Remove dependency on macro_rules.hpp
John Hodge
1
-3
/
+0
2016-07-14
Macro Rules - Rewrite, take 3 - Incomplete
John Hodge
1
-12
/
+25
2016-05-25
Parse - Use interpolated macro fragments instead of captured TTs
John Hodge
1
-0
/
+5
2016-05-22
macro_rules - Rework pattern matching to not use try-catch
John Hodge
1
-0
/
+203