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-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
2016-03-13
Parse - Store module path in module
John Hodge
12
-79
/
+108
2016-03-12
AST - Remove some header code
John Hodge
3
-8
/
+13
2016-03-12
Parse - Fix against newer compiler tests
John Hodge
3
-1
/
+7
2016-03-12
Expand - macro_use with ident list
John Hodge
1
-1
/
+23
2016-03-12
Remove unused output code (will rewrite later)
John Hodge
3
-88
/
+1
2016-03-11
Expand - Macros expansion improved
John Hodge
9
-165
/
+284
2016-03-10
Expand - Handle block modules
John Hodge
1
-2
/
+11
2016-03-10
Expand - Stub format_args! impl
John Hodge
1
-0
/
+53
2016-03-10
Expand - Rough cfg conditions
John Hodge
5
-12
/
+80
2016-03-10
Tagged Union - Fix incorrect use of destructor in move assignment
John Hodge
1
-2
/
+2
2016-03-10
AST - Clean up MetaItems/MetaItem
John Hodge
9
-114
/
+120
2016-03-10
Expand - cfg!/#[cfg]/#[cfg_attr] hacked up
John Hodge
3
-14
/
+73
2016-03-10
Expand - Macro cleanup, add cfg! macro (stubbed)
John Hodge
6
-15
/
+108
[prev]
[next]