index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
parse
/
token.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-24
mir_opt_test - Const propagation test, extra parsing
John Hodge
1
-0
/
+6
2019-10-26
Merge remote-tracking branch 'remotes/origin/master' into nightly-1.29
John Hodge
1
-0
/
+1
2019-10-06
AST - Clean up location of attributes and span on mod-level items
John Hodge
1
-2
/
+2
2019-05-19
All - Switch to using interned (de-duplicated) RcString-s instead of std::str...
John Hodge
1
-2
/
+11
2019-03-04
Parse - TOK_RWORD_MACRO and stub handler
John Hodge
1
-0
/
+1
2018-12-28
macro_rules - Support for the :vis fragment
John Hodge
1
-2
/
+25
2018-11-04
All - Cleaning up some memory leaks
John Hodge
1
-0
/
+1
2018-07-29
All - Initial work on supporting 1.29 as a target version
John Hodge
1
-5
/
+6
2018-06-02
AST - Remove old serialisation code (now all done on HIR)
John Hodge
1
-72
/
+0
2018-05-20
Parse - Cleanup TODOs
John Hodge
1
-3
/
+15
2018-05-20
AST - Rename MetaItem and MetaItems to Attribute and AttributeList
John Hodge
1
-5
/
+5
2017-11-15
proc_macro - Working invocations (some work needed on AST->TT)
John Hodge
1
-1
/
+1
2017-09-29
AST - Support printing AST types in a clean form
John Hodge
1
-3
/
+10
2017-09-29
Parse - Remove TOK_ATTR_OPEN and TOK_CATTR_OPEN
John Hodge
1
-2
/
+1
2017-09-04
All - Placement new (<-) syntax
John Hodge
1
-2
/
+3
2017-05-14
Merge branch 'master' of https://github.com/thepowersgang/mrustc
John Hodge (bugs)
1
-2
/
+0
2017-05-14
Merge branch 'master' of https://github.com/thepowersgang/mrustc
John Hodge (bugs)
1
-5
/
+5
2017-05-13
Parse - Remove TOK_MACRO
John Hodge
1
-2
/
+0
2017-03-18
AST - Fixed printing of interpolated fragments
John Hodge
1
-5
/
+5
2017-03-04
Many many changes to allow compiling in visual studio (Community 2015)
John Hodge (bugs)
1
-3
/
+2
2017-01-15
AST - Cleaner printing for stringify!
John Hodge
1
-1
/
+5
2016-12-24
No more tears!
ubsan
1
-6
/
+6
2016-11-02
Parse - Rework hygiene (with spelling fix) for take 2
John Hodge
1
-18
/
+2
2016-11-02
All - Hack in start of macro hygine - requires rework so is disabled
John Hodge
1
-4
/
+21
2016-10-30
AST - Remove copy construction of TypeRef
John Hodge
1
-2
/
+2
2016-10-25
Token - Fix bad deserialisation of integer literals with type _
John Hodge
1
-0
/
+1
2016-10-22
Parse "::Position" - (minor) Prevent iostream state from breaking printing
John Hodge
1
-1
/
+1
2016-10-10
Parse - Fix a few cases where tokens were copied instead of cloned
John Hodge
1
-0
/
+14
2016-09-26
Parse - Improve debug for :item fragments
John Hodge
1
-0
/
+4
2016-09-26
Parse - Accept TOK_INTERPOLATED_ITEM
John Hodge
1
-0
/
+9
2016-09-26
Expand - Pass ownership of the input TT to macro_rules! expand
John Hodge
1
-1
/
+5
2016-09-25
Parse+AST - Support capturing :item (requires cloning AST items)
John Hodge
1
-1
/
+15
2016-09-25
Parse - Support method/field/qmark after blocks in statements
John Hodge
1
-11
/
+41
2016-08-20
AST - Remove unused AST serialisation code
John Hodge
1
-0
/
+8
2016-07-14
Macro Rules - Running fully once more, may still be incorrect
John Hodge
1
-0
/
+21
2016-05-25
Parse - Use interpolated macro fragments instead of captured TTs
John Hodge
1
-2
/
+146
2016-05-21
Parse - Updates for better memory efficiency (hopefully)
John Hodge
1
-0
/
+313