index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
parse
/
root.cpp
Age
Commit message (
Collapse
)
Author
Files
Lines
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-06-12
Parse - Fix incorrect handling of trailing semicolons
John Hodge
1
-0
/
+1
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-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
Compilation fixes (clang and different gcc version)
John Hodge
1
-4
/
+10
2016-05-25
Parse - Use interpolated macro fragments instead of captured TTs
John Hodge
1
-46
/
+52
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
1
-1
/
+0
2016-05-20
AST/Path - Move crate name to Absolute form
John Hodge
1
-1
/
+1
2016-05-02
AST - Make trait in UFCS paths be an optional Path
John Hodge
1
-1
/
+1
2016-05-01
Fix handling of tuple/unit structs
John Hodge
1
-4
/
+4
2016-04-30
Parser - Handle '?', '...', and 'default fn`
John Hodge
1
-5
/
+29
2016-03-31
AST - Put spans on imports
John Hodge
1
-10
/
+10
2016-03-19
Expand - Handle impl and trait
John Hodge
1
-2
/
+0
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-13
Parse - Rework to place spans on types
John Hodge
1
-5
/
+6
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
1
-25
/
+33
2016-03-10
AST - Clean up MetaItems/MetaItem
John Hodge
1
-9
/
+10
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
1
-15
/
+10
2016-03-08
Spans on MacroInvocation, re-enable span in ERROR reporting
John Hodge
1
-4
/
+6
2016-03-06
Move macro_rules parsing and expansion to expand/synexts
John Hodge
1
-264
/
+2
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
1
-82
/
+78
- Item attributes now "owned" by the parent
2016-02-27
Parse - (hackily) support vardic function definitions
John Hodge
1
-0
/
+6
2016-02-27
Parse - Fix trailing commas in attributes, _.. pattern support in slices
John Hodge
1
-10
/
+8
2016-02-27
Parse/extern - Support `static mut`
John Hodge
1
-1
/
+7
2016-02-27
Parse/mod - Rework handling of #[path] to be closer to correct
John Hodge
1
-39
/
+58
2016-02-27
Parse/extern - Parse (but don't use) #![ for extern blocks
John Hodge
1
-0
/
+9
2016-02-27
Parse/where - Handle lifetime params
John Hodge
1
-1
/
+5
2016-02-27
Parse - Handle `where` on `type`
John Hodge
1
-0
/
+5
2016-02-27
Parse/impl - Handle macro invocations
John Hodge
1
-21
/
+12
2016-02-27
Parse - Handling of trailing commas
John Hodge
1
-0
/
+4
2016-02-25
Parse - Parse (but don't use) attributes on enum variant fields
John Hodge
1
-0
/
+19
2016-02-25
Parse - Rework module parsing to unify root/expr parse
John Hodge
1
-299
/
+279
2016-02-25
Parse - Inner attributes in impl blocks
John Hodge
1
-5
/
+12
2016-02-25
Parse/use - Fix parsing of braces and renames
John Hodge
1
-3
/
+14
2016-02-25
Heaps more parse fixes against the rustc tests
John Hodge
1
-15
/
+54
2016-02-21
Fixing parser deficiencies
John Hodge
1
-89
/
+202
2016-02-18
Parser - box Patterns, edge bug fix
John Hodge
1
-1
/
+0
2016-02-18
(semibroken) Defer macro expansion
John Hodge
1
-30
/
+29
2016-02-18
Random commit
John Hodge
1
-12
/
+0
2016-01-30
Rename TypeParams to GenericParams
John Hodge
1
-16
/
+16
2016-01-30
Syntax updates and new language items
John Hodge
1
-3
/
+16
[next]