index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
parse
/
expr.cpp
Age
Commit message (
Collapse
)
Author
Files
Lines
2016-11-23
Parse - Allow assignment within return
John Hodge
1
-1
/
+1
2016-11-20
Parse - Allow TOK_EOF at the end of statement lines (for macros)
John Hodge
1
-1
/
+3
2016-11-03
Parse Expr - Slight tweak to handling of ;
John Hodge
1
-1
/
+8
2016-11-02
Hygiene fixes (disabled still)
John Hodge
1
-5
/
+8
2016-11-02
Parse - Rework hygiene (with spelling fix) for take 2
John Hodge
1
-4
/
+4
2016-11-02
All - Hack in start of macro hygine - requires rework so is disabled
John Hodge
1
-3
/
+3
2016-10-30
AST - Remove copy construction of TypeRef
John Hodge
1
-1
/
+1
2016-10-30
Parse - Handle :block captures
John Hodge
1
-0
/
+4
2016-10-29
Parse - Convert `<Foo>::BAR` into `<Foo as _>::BAR`
John Hodge
1
-17
/
+5
2016-10-23
AST - Remove TypeRef from node template
John Hodge
1
-1
/
+1
2016-10-23
AST - Reduce places where there's no span information provided
John Hodge
1
-3
/
+3
2016-10-23
Misc - Fix AST+HIR printing to honor the yields_final flag in block
John Hodge
1
-6
/
+6
2016-10-10
Parse - Remove old inefficient TT parse code
John Hodge
1
-117
/
+0
2016-10-10
Parse - Fix a few cases where tokens were copied instead of cloned
John Hodge
1
-1
/
+1
2016-10-08
Parse Expr - Treat [ as the start of a value in .. handling
John Hodge
1
-0
/
+1
2016-10-08
Parse - Handle #! at the end of a block, allow pub items in blocks
John Hodge
1
-1
/
+3
2016-09-28
AST - Make anon modules `shared_ptr`s to handle case where a block is depeted
John Hodge
1
-3
/
+3
2016-09-27
Parse - Support expanding macros that yield items in expressions
John Hodge
1
-57
/
+81
2016-09-26
Parse - Fix bugs with :stmt capture and use
John Hodge
1
-13
/
+29
2016-09-26
macro_rules - Extend logic to determine if a loop should be entered to ↵
John Hodge
1
-0
/
+12
handle $()* at the start
2016-09-25
Parse - Move `pub` parsing to Parse_Mod_Item_S
John Hodge
1
-3
/
+3
2016-09-25
Parse - Allow loading modules from macro invocations
John Hodge
1
-2
/
+2
2016-09-25
Parse+AST - Support capturing :item (requires cloning AST items)
John Hodge
1
-1
/
+2
2016-09-25
Parse+Expand - Support `let` in expression macros
John Hodge
1
-2
/
+6
2016-09-25
Parse - Support method/field/qmark after blocks in statements
John Hodge
1
-30
/
+53
2016-09-15
Parse+Typecheck Validate - Remove implicit ()
John Hodge
1
-1
/
+1
2016-09-15
Restructure - Don't insert automatic () statements at end of blocks
John Hodge
1
-15
/
+11
2016-08-25
Parse - What an interesting feature
John Hodge
1
-0
/
+33
2016-08-19
Parse - Fix edge case with parsing of expressions in parenthesised lists
John Hodge
1
-1
/
+1
2016-08-19
Patterns - Support tuples with .. (fully)
John Hodge
1
-1
/
+1
2016-08-17
Parse - Fix many parser bugs
John Hodge
1
-1
/
+1
2016-06-12
Parse - Don't stick a () after return/break/continue
John Hodge
1
-0
/
+15
2016-06-12
Parse - Fix incorrect handling of trailing semicolons
John Hodge
1
-42
/
+17
2016-06-04
Byte string literals in AST, infrastructure for coercions
John Hodge
1
-9
/
+2
2016-05-25
Parse - Use interpolated macro fragments instead of captured TTs
John Hodge
1
-55
/
+76
2016-05-22
macro_rules - Rework pattern matching to not use try-catch
John Hodge
1
-1
/
+0
2016-05-21
Parse - Updates for better memory efficiency (hopefully)
John Hodge
1
-4
/
+4
2016-05-02
AST - Make trait in UFCS paths be an optional Path
John Hodge
1
-7
/
+10
2016-04-30
Parser - Handle '?', '...', and 'default fn`
John Hodge
1
-2
/
+12
2016-03-15
Expand - More attribute handling
John Hodge
1
-2
/
+2
2016-03-13
Parse - Rework to place spans on types
John Hodge
1
-1
/
+1
2016-03-13
Parse - Store module path in module
John Hodge
1
-14
/
+12
2016-03-12
Parse - Fix against newer compiler tests
John Hodge
1
-0
/
+2
2016-03-10
AST - Clean up MetaItems/MetaItem
John Hodge
1
-59
/
+0
2016-03-09
Parse - Remove module stack (was for macros), yield stream from macros
John Hodge
1
-8
/
+2
2016-03-06
Move macro_rules parsing and expansion to expand/synexts
John Hodge
1
-24
/
+24
2016-03-06
HUGE REFACTOR - Move named module items into a tagged union
John Hodge
1
-4
/
+4
- Item attributes now "owned" by the parent
2016-03-05
Parse - Starting on run-fail
John Hodge
1
-2
/
+10
2016-02-27
Parse/expr - Don't allow blocks after `break`/`continue`
John Hodge
1
-0
/
+1
2016-02-27
Parse - Rough type ascription parsing
John Hodge
1
-2
/
+18
[next]