index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
macro_rules
/
parse.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
/
+1
2019-10-26
All - Compilation fixes on VS2015 (constructors, warnings, missing files, ↵
John Hodge
1
-3
/
+3
class/struct disagreement, <algorithm>)
2019-05-28
Allow square brackets in macro definitions
Michael Howell
1
-0
/
+1
Fixes #103
2019-05-19
All - Switch to using interned (de-duplicated) RcString-s instead of ↵
John Hodge
1
-7
/
+7
std::string for paths/identifiers
2019-05-05
parse/expand/resolve - `macro` macros use their own module as the resolve root
John Hodge
1
-8
/
+12
2019-03-24
macro_rules - Fix bad "codegen" for $()+
John Hodge
1
-2
/
+38
2019-01-27
macro_rules - Rework pattern matching into a "compiled" format (easier to ↵
John Hodge
1
-185
/
+267
disambiguate)
2019-01-21
macro_rules - :lifetime fragment
John Hodge
1
-0
/
+14
2018-12-28
macro_rules - Support for the :vis fragment
John Hodge
1
-0
/
+15
2018-07-29
All - Initial work on supporting 1.29 as a target version
John Hodge
1
-8
/
+6
2017-12-30
macro_rules - Fix a few edge cases
John Hodge
1
-1
/
+4
2017-10-29
macro_rules - Fix range of placeholder value
John Hodge
1
-1
/
+1
2017-10-29
macro_rules - Patch around a quirk in error-chain
John Hodge
1
-2
/
+7
2017-08-27
macro_rules! - Use a limited parser for determining arm match
John Hodge
1
-1
/
+3
2017-06-11
Parse - Support chaining of spans (for macro expansions)
John Hodge
1
-3
/
+3
2017-05-13
Parse - Remove TOK_MACRO
John Hodge
1
-3
/
+4
2016-12-24
No more tears!
ubsan
1
-32
/
+32
No more DOS line endings or trailing whitespace either
2016-11-02
Hygiene - Possibly working
John Hodge
1
-1
/
+2
2016-11-02
Parse - Rework hygiene (with spelling fix) for take 2
John Hodge
1
-3
/
+3
2016-11-02
All - Hack in start of macro hygine - requires rework so is disabled
John Hodge
1
-4
/
+5
2016-09-27
macro_rules - Update logic for determining if a loop should be expanded
John Hodge
1
-10
/
+14
2016-09-26
macro_rules! - Clean up expansion to allow counting replacement uses
John Hodge
1
-0
/
+1
2016-09-25
macro_rules! - Rough (stubbed) support for :item
John Hodge
1
-1
/
+18
2016-09-11
macro_rules - Rework to handle vec! edge case
John Hodge
1
-117
/
+36
2016-09-09
macro_rules - Fix printing, some better comments and debug
John Hodge
1
-0
/
+8
2016-07-14
Macro Rules - Rewrite, take 3 - Incomplete
John Hodge
1
-16
/
+37
2016-05-22
macro_rules - Rework pattern matching to not use try-catch
John Hodge
1
-0
/
+509