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-06-12
Parse - Fix incorrect handling of trailing semicolons
John Hodge
1
-0
/
+3
2016-06-11
HIR Typecheck - Constants
John Hodge
1
-1
/
+1
2016-06-09
HIR - Save and use paths to #[lang] items
John Hodge
1
-1
/
+1
2016-06-06
HIR Typecheck - Method calls being planned, fixed resolution of Generic types
John Hodge
1
-4
/
+4
2016-06-05
HIR - Spanned expressions, fixed sections of resolve
John Hodge
1
-0
/
+1
2016-06-05
Resolve - Replace `Self` when known
John Hodge
2
-23
/
+5
2016-06-04
Resolve - Fix variable resolution and pattern binding
John Hodge
2
-30
/
+43
2016-06-04
Compilation fixes (clang and different gcc version)
John Hodge
4
-30
/
+10
2016-06-04
Byte string literals in AST, infrastructure for coercions
John Hodge
2
-0
/
+23
2016-05-29
Parse/AST/HIR - Support Enum::Var(..) and Struct { .. } patters properly
John Hodge
2
-3
/
+19
2016-05-29
HIR Typecheck - Start on expression type checking/inferrence
John Hodge
3
-3
/
+9
2016-05-29
AST - Remove dead code, add lifetime params, fix param clobber
John Hodge
5
-596
/
+60
2016-05-25
Parse - Use interpolated macro fragments instead of captured TTs
John Hodge
11
-34
/
+256
2016-05-24
AST - Move types.cpp to ast/ dir
John Hodge
8
-6
/
+1155
2016-05-24
AST - Spans, spans everywhere!
John Hodge
5
-8
/
+16
2016-05-24
AST - Spanned paths in impl blocks, remove dead code
John Hodge
4
-410
/
+33
2016-05-24
HIR Lower - Lower impl blocks
John Hodge
2
-0
/
+10
2016-05-22
macro_rules - Rework pattern matching to not use try-catch
John Hodge
4
-13
/
+17
2016-05-22
Clean up dead code (both useless code, and stuff that will be rewritten for HIR)
John Hodge
4
-85
/
+0
2016-05-22
tagged_union - Switch to using real unions (C++11)
John Hodge
1
-0
/
+1
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
[next]