index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
parse
Age
Commit message (
Collapse
)
Author
Files
Lines
2016-09-26
Parse - Handle attributes directly on items (for :item capture)
John Hodge
1
-0
/
+16
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-26
Parse - Accept TOK_INTERPOLATED_ITEM
John Hodge
3
-0
/
+18
2016-09-26
Expand - Pass ownership of the input TT to macro_rules! expand
John Hodge
3
-12
/
+14
2016-09-25
AST - Convert use statements to normal items
John Hodge
1
-8
/
+25
2016-09-25
Parse - Move `pub` parsing to Parse_Mod_Item_S
John Hodge
3
-25
/
+32
2016-09-25
Parse - Allow loading modules from macro invocations
John Hodge
3
-38
/
+47
2016-09-25
Parse+AST - Support capturing :item (requires cloning AST items)
John Hodge
7
-3
/
+38
2016-09-25
Parse - Split module item parse into a form that is callable from macro_rules
John Hodge
1
-155
/
+160
2016-09-25
Parse+Expand - Support `let` in expression macros
John Hodge
2
-2
/
+7
2016-09-25
Parse - Support method/field/qmark after blocks in statements
John Hodge
5
-43
/
+109
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
2
-15
/
+14
2016-09-07
Parse - Fix up slightly iffy float edge cases
John Hodge
1
-6
/
+10
2016-08-25
Parse - What an interesting feature
John Hodge
2
-0
/
+82
2016-08-22
AST+HIR - Save decoded receiver type for methods
John Hodge
1
-1
/
+2
2016-08-20
AST - Remove unused AST serialisation code
John Hodge
3
-9
/
+9
2016-08-20
Debug - Reduce amount of debug spam
John Hodge
1
-2
/
+3
2016-08-19
AST - Support ! as a real type
John Hodge
2
-8
/
+2
2016-08-19
Parse - Fix bug in parsing `extern crate`
John Hodge
1
-1
/
+3
2016-08-19
Lex - Fix BOM handling after uncodefication
John Hodge
1
-4
/
+6
2016-08-19
Parse - Fix edge case with parsing of expressions in parenthesised lists
John Hodge
1
-1
/
+1
2016-08-19
Fix little bugs in recent spate of fixes
John Hodge
1
-2
/
+2
2016-08-19
AST - Macro invocations in item list
John Hodge
1
-0
/
+12
2016-08-19
Patterns - Support tuples with .. (fully)
John Hodge
2
-32
/
+33
2016-08-18
All - Support tuple patterns with .. at the start/end - TODO: Support in the ↵
John Hodge
1
-12
/
+30
middle
2016-08-18
Parse - Fix lexing bug with unicode whitespace
John Hodge
1
-1
/
+6
2016-08-18
Parse - Rework lexer to be fully unicode aware
John Hodge
2
-86
/
+145
2016-08-17
Parse - Fix many parser bugs
John Hodge
6
-27
/
+52
2016-08-01
AST - Add specialisable tag to impl items
John Hodge
1
-21
/
+5
2016-07-17
Parse - (HACK) Parse (and discard) specialisation markers
John Hodge
1
-0
/
+16
2016-07-14
HIR - Working on better outer typecheck and resolution
John Hodge
1
-2
/
+2
2016-07-14
Macro Rules - Running fully once more, may still be incorrect
John Hodge
2
-2
/
+23
2016-07-14
Macro Rules - Rewrite, take 3 - Incomplete
John Hodge
2
-0
/
+30
2016-06-26
HIR Typecheck - Fn type handling
John Hodge
1
-0
/
+2
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
2
-42
/
+18
2016-06-11
Parse - Fix parsing of parens in types
John Hodge
1
-10
/
+5
2016-06-11
HIR - Trait objects only have on data trait, fix propagation of marker flag
John Hodge
1
-1
/
+1
2016-06-09
All - Hack up support for useful associated type bounds
John Hodge
1
-3
/
+3
2016-06-08
HIR - Lower associated type bounds, use those in typeck
John Hodge
1
-2
/
+1
2016-06-07
HIR Typecheck - Binary operator overloads
John Hodge
1
-1
/
+0
2016-06-06
HIR Typecheck - Method calls being planned, fixed resolution of Generic types
John Hodge
1
-6
/
+6
2016-06-04
Resolve - Fix variable resolution and pattern binding
John Hodge
1
-14
/
+19
2016-06-04
Compilation fixes (clang and different gcc version)
John Hodge
5
-10
/
+13
2016-06-04
Byte string literals in AST, infrastructure for coercions
John Hodge
1
-9
/
+2
2016-05-29
Parse/AST/HIR - Support Enum::Var(..) and Struct { .. } patters properly
John Hodge
1
-3
/
+10
2016-05-29
AST - Remove dead code, add lifetime params, fix param clobber
John Hodge
2
-17
/
+21
2016-05-28
HIR TypeCheck - Initial work on a module-level pass (no inferrence)
John Hodge
1
-1
/
+1
2016-05-26
HIR Cosnt Eval - Initial work, hits TODOs
John Hodge
1
-2
/
+2
[prev]
[next]