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-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
2016-05-25
Parse - Use interpolated macro fragments instead of captured TTs
John Hodge
15
-186
/
+550
2016-05-24
AST - Move types.cpp to ast/ dir
John Hodge
1
-2
/
+2
2016-05-24
AST - Spans, spans everywhere!
John Hodge
1
-5
/
+28
2016-05-24
AST - Spanned paths in impl blocks, remove dead code
John Hodge
1
-5
/
+19
2016-05-22
macro_rules - Rework pattern matching to not use try-catch
John Hodge
4
-555
/
+0
2016-05-22
Macros - Planning of more efficient macro_rules evaluation
John Hodge
1
-0
/
+306
2016-05-21
All - Cleanup of memory leaks and similar
John Hodge
3
-5
/
+5
2016-05-21
Parse - Updates for better memory efficiency (hopefully)
John Hodge
7
-373
/
+467
2016-05-20
Parse - Fix bug which made `<_ as Item>` parse as `<_ as ::Item>`
John Hodge
1
-3
/
+7
2016-05-20
String primitive, bind pointers in resolve, print macro name in span
John Hodge
1
-4
/
+0
2016-05-20
AST/Path - Move crate name to Absolute form
John Hodge
1
-1
/
+1
2016-05-18
All - Fix up a bunch of -Wextra warnings
John Hodge
2
-29
/
+25
2016-05-18
HIR - Fix bug in initialising ExprNode_Let
John Hodge
1
-2
/
+7
2016-05-18
HIR/from_ast - Pattern conversion mostly done, crashes.
John Hodge
1
-0
/
+2
2016-05-14
Macros - Twiddling adding a struct
John Hodge
1
-1
/
+1
2016-05-02
AST - Make trait in UFCS paths be an optional Path
John Hodge
3
-15
/
+28
2016-05-01
Fix handling of tuple/unit structs
John Hodge
1
-4
/
+4
2016-05-01
AST - Remove Expr from patterns (replace with local Value type)
John Hodge
1
-20
/
+23
2016-04-30
Parser - Handle '?', '...', and 'default fn`
John Hodge
2
-7
/
+41
2016-04-02
Logging - Reduce the verbosity of Macro and TokenTree printing
John Hodge
1
-2
/
+2
2016-03-31
AST - Put spans on imports
John Hodge
1
-10
/
+10
2016-03-26
Parse - Escape strings when debuging
John Hodge
1
-3
/
+37
2016-03-19
Expand - Handle impl and trait
John Hodge
2
-2
/
+1
2016-03-16
AST - Rework struct/enum fields
John Hodge
1
-6
/
+4
2016-03-16
Expand - Attributes on enum variants and match arms
John Hodge
1
-1
/
+1
2016-03-15
Expand - More attribute handling
John Hodge
1
-2
/
+2
2016-03-13
Parse - Rework to place spans on types
John Hodge
4
-26
/
+33
2016-03-13
Parse+Expand - Remove a todo, fix bug in cfg handling
John Hodge
1
-12
/
+12
2016-03-13
Parse - Store module path in module
John Hodge
5
-50
/
+64
2016-03-12
Parse - Fix against newer compiler tests
John Hodge
1
-0
/
+2
2016-03-10
AST - Clean up MetaItems/MetaItem
John Hodge
3
-70
/
+12
2016-03-10
Expand - Macro cleanup, add cfg! macro (stubbed)
John Hodge
2
-0
/
+65
2016-03-09
Expand - Expression macro evaluation
John Hodge
1
-0
/
+1
2016-03-09
Expand - Recurse into expressions
John Hodge
1
-14
/
+0
2016-03-09
Parse - Remove module stack (was for macros), yield stream from macros
John Hodge
3
-25
/
+14
2016-03-08
Spans on MacroInvocation, re-enable span in ERROR reporting
John Hodge
4
-7
/
+11
2016-03-07
Expand - Start on macro_rules expanding
John Hodge
1
-0
/
+1
2016-03-06
Move macro_rules parsing and expansion to expand/synexts
John Hodge
4
-289
/
+272
2016-03-06
Debug and fix `use` resolution
John Hodge
1
-2
/
+2
2016-03-06
HUGE REFACTOR - Move named module items into a tagged union
John Hodge
3
-88
/
+84
- 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/patterns - Allow `ref name..` in slice patterns
John Hodge
1
-14
/
+17
2016-02-27
Parse - (hackily) support vardic function definitions
John Hodge
2
-0
/
+11
2016-02-27
Parse/lex - Ignore the BOM
John Hodge
1
-0
/
+13
2016-02-27
Parse - Macros in type position
John Hodge
5
-2
/
+8
2016-02-27
Parse - Rough type ascription parsing
John Hodge
1
-2
/
+18
[prev]
[next]