index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ast
Age
Commit message (
Collapse
)
Author
Files
Lines
2016-05-21
Parse - Updates for better memory efficiency (hopefully)
John Hodge
2
-6
/
+6
2016-05-21
Expand - Add attributes to impl blocks
John Hodge
1
-0
/
+2
2016-05-20
String primitive, bind pointers in resolve, print macro name in span
John Hodge
1
-1
/
+2
2016-05-20
AST/Path - Move crate name to Absolute form
John Hodge
2
-36
/
+19
2016-05-20
Expand - For loop desugar
John Hodge
1
-0
/
+9
2016-05-18
Tagged union cleanup hacks
John Hodge
3
-1
/
+4
2016-05-18
All - Fix up a bunch of -Wextra warnings
John Hodge
5
-13
/
+27
2016-05-18
HIR/from_ast - Pattern conversion mostly done, crashes.
John Hodge
1
-3
/
+8
2016-05-15
HIR - Expression conversion progressing
John Hodge
1
-0
/
+2
2016-05-15
AST - Fix tabs in expr.hpp
John Hodge
1
-30
/
+30
2016-05-14
HIR - Boilerplate code, compiles
John Hodge
1
-1
/
+1
2016-05-14
Remove requirement for all variants of tagged unions to be empty-constructable
John Hodge
3
-3
/
+3
2016-05-13
HIR - Continued expansion
John Hodge
1
-2
/
+2
2016-05-06
Resolve - Separate modules and types for slightly different lookup requirements
John Hodge
1
-2
/
+8
2016-05-02
Resolve/Absolute - Rough handling of Self
John Hodge
1
-2
/
+4
2016-05-02
AST - Make trait in UFCS paths be an optional Path
John Hodge
2
-20
/
+31
2016-05-01
Fix handling of tuple/unit structs
John Hodge
1
-0
/
+4
2016-05-01
Resolve/absolute - MaybeBind and type aliases in impl blocks
John Hodge
1
-3
/
+3
2016-05-01
Resolve/absolute - Continued work - Traits, impl, and some more nodes
John Hodge
1
-2
/
+2
2016-05-01
AST - Remove Expr from patterns (replace with local Value type)
John Hodge
2
-22
/
+102
2016-05-01
Resolve/absolute - Handle super paths, local variables
John Hodge
1
-1
/
+1
2016-04-30
Parser - Handle '?', '...', and 'default fn`
John Hodge
2
-5
/
+13
2016-04-30
Resolve - Further work on use/index.
John Hodge
1
-1
/
+1
- 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
1
-0
/
+1
2016-04-02
Expand - Handle attributes on module-level macro invocations
John Hodge
1
-1
/
+4
2016-04-02
Resolve - Start building an index of names avaliable in each module
John Hodge
2
-41
/
+70
2016-03-31
AST - Put spans on imports
John Hodge
4
-11
/
+41
2016-03-30
AST - Path binding clone
John Hodge
1
-1
/
+17
2016-03-30
Resolve - Working on new `use` resolution code
John Hodge
2
-1
/
+15
2016-03-22
AST - Ignore None items when searching by name
John Hodge
1
-3
/
+3
2016-03-20
Tagged Union - Rework to remove indirection
John Hodge
7
-112
/
+97
2016-03-19
Expand - Handle std/core loading (partially)
John Hodge
2
-4
/
+16
2016-03-19
Expand - Handle impl and trait
John Hodge
1
-1
/
+2
2016-03-18
AST - Switch traits to contain items
John Hodge
2
-39
/
+33
2016-03-18
AST - Switch impl blocks to contain `Item`s (merges code)
John Hodge
3
-26
/
+28
2016-03-17
Expand - #[lang] extension
John Hodge
1
-2
/
+2
2016-03-16
AST - Rework struct/enum fields
John Hodge
3
-25
/
+135
2016-03-15
Expand - More attribute handling
John Hodge
3
-15
/
+17
2016-03-13
Parse - Rework to place spans on types
John Hodge
3
-19
/
+15
2016-03-13
Parse+Expand - Remove a todo, fix bug in cfg handling
John Hodge
2
-72
/
+3
2016-03-13
Parse - Store module path in module
John Hodge
4
-13
/
+27
2016-03-12
AST - Remove some header code
John Hodge
2
-6
/
+9
2016-03-12
Remove unused output code (will rewrite later)
John Hodge
1
-20
/
+1
2016-03-10
AST - Clean up MetaItems/MetaItem
John Hodge
2
-18
/
+80
2016-03-09
Expand - Recurse into expressions
John Hodge
1
-0
/
+1
2016-03-09
Resolve - Bug when unexpanded macro encountered
John Hodge
1
-2
/
+2
2016-03-08
Spans on MacroInvocation, re-enable span in ERROR reporting
John Hodge
2
-1
/
+10
2016-03-08
Expand - Macro imports
John Hodge
1
-1
/
+1
2016-03-07
AST - Correctly move item attributes
John Hodge
3
-1
/
+6
2016-03-07
Expand - Start on macro_rules expanding
John Hodge
1
-1
/
+3
[prev]
[next]