index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Collapse
)
Author
Files
Lines
2016-05-06
Resolve - Separate modules and types for slightly different lookup requirements
John Hodge
4
-61
/
+146
2016-05-06
Resolve/absolute - Passing for libcore
John Hodge
1
-0
/
+8
2016-05-05
Resolve/absolute - Rough handling of multi-pattern match arms with bindings
John Hodge
1
-18
/
+57
2016-05-05
Resolve/absolute - fn() types, Trait objects, 'static trait bounds
John Hodge
1
-4
/
+18
2016-05-05
Resolve/absolute - Handle module-level type aliases
John Hodge
1
-1
/
+6
2016-05-05
Resolve/absolute - Misc bugfixes in pattern handling
John Hodge
1
-4
/
+12
2016-05-04
Resolve/absolute - Multi-pattern matches (hacked), closures
John Hodge
1
-3
/
+26
2016-05-04
Resolve/absolute - Handle patterns differently to types
John Hodge
1
-33
/
+106
2016-05-02
Resolve/Absolute - Rough handling of Self
John Hodge
2
-7
/
+53
2016-05-02
AST - Make trait in UFCS paths be an optional Path
John Hodge
7
-41
/
+80
2016-05-01
Resolve/absolute - Rough 'Self' handling
John Hodge
1
-5
/
+56
2016-05-01
Fix handling of tuple/unit structs
John Hodge
5
-8
/
+37
2016-05-01
Resolve/absolute - MaybeBind and type aliases in impl blocks
John Hodge
2
-25
/
+77
2016-05-01
Resolve/absolute - Continued work - Traits, impl, and some more nodes
John Hodge
2
-21
/
+148
2016-05-01
AST - Remove Expr from patterns (replace with local Value type)
John Hodge
8
-63
/
+162
2016-05-01
Resolve/absolute - Handle super paths, local variables
John Hodge
2
-33
/
+220
2016-05-01
Resolve - Absolute pass structure coming along
John Hodge
1
-15
/
+179
2016-04-30
Resolve - Fleshing out absolute
John Hodge
3
-3
/
+136
2016-04-30
Parser - Handle '?', '...', and 'default fn`
John Hodge
5
-13
/
+64
2016-04-30
Resolve - Include (stubbed) 'Absolutise' pass
John Hodge
4
-2
/
+46
2016-04-30
Resolve - Further work on use/index.
John Hodge
5
-23
/
+152
- Use recurses into (some) code blocks - Index does three passes to reduce the chance of wildcard import troubles. (HACK)
2016-04-02
Resolve - Glob import handling
John Hodge
2
-6
/
+83
2016-04-02
Expand - Handle attributes on module-level macro invocations
John Hodge
3
-11
/
+21
2016-04-02
Logging - Reduce the verbosity of Macro and TokenTree printing
John Hodge
2
-26
/
+24
2016-04-02
Resolve - Start building an index of names avaliable in each module
John Hodge
7
-42
/
+222
2016-03-31
AST - Put spans on imports
John Hodge
8
-47
/
+76
2016-03-30
AST - Path binding clone
John Hodge
3
-4
/
+22
2016-03-30
Resolve - Working on new `use` resolution code
John Hodge
7
-4
/
+245
2016-03-26
Parse - Escape strings when debuging
John Hodge
2
-6
/
+39
2016-03-23
Expand - Fix bug where macros at root of Expr didn't get replaced
John Hodge
1
-6
/
+14
2016-03-22
AST - Ignore None items when searching by name
John Hodge
1
-3
/
+3
2016-03-22
HIR - Continued planning
John Hodge
4
-17
/
+72
2016-03-22
HIR - Initial planning work
John Hodge
2
-0
/
+179
2016-03-21
Macros - Move print to .cpp
John Hodge
2
-36
/
+41
2016-03-20
Tagged Union - Rework to remove indirection
John Hodge
16
-203
/
+188
2016-03-20
Expand - Handle type size expression
John Hodge
1
-3
/
+14
2016-03-19
Expand - Handle std/core loading (partially)
John Hodge
4
-6
/
+87
2016-03-19
Expand - Handle impl and trait
John Hodge
4
-7
/
+104
2016-03-18
AST - Switch traits to contain items
John Hodge
5
-68
/
+86
2016-03-18
AST - Switch impl blocks to contain `Item`s (merges code)
John Hodge
7
-53
/
+71
2016-03-17
Expand - #[lang] extension
John Hodge
3
-7
/
+24
2016-03-16
Expand - Handle AST::TupleItem attributes
John Hodge
2
-2
/
+5
2016-03-16
AST - Rework struct/enum fields
John Hodge
11
-117
/
+342
2016-03-16
Expand - Attributes on enum variants and match arms
John Hodge
3
-6
/
+28
2016-03-15
Expand - More attribute handling
John Hodge
6
-30
/
+40
2016-03-13
Parse - Rework to place spans on types
John Hodge
13
-106
/
+107
2016-03-13
Expand - Fix use-after-free bug
John Hodge
5
-10
/
+20
2016-03-13
Expand - Patterns and types
John Hodge
1
-18
/
+129
2016-03-13
Parse+Expand - Remove a todo, fix bug in cfg handling
John Hodge
6
-88
/
+22
2016-03-13
Expand - Move synexts/*.cpp to expand/
John Hodge
2
-0
/
+0
[prev]
[next]