index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
resolve
Age
Commit message (
Collapse
)
Author
Files
Lines
2016-06-08
Resolve - Fix generic binding indexes
John Hodge
1
-3
/
+12
2016-06-06
HIR Typecheck - Method calls being planned, fixed resolution of Generic types
John Hodge
1
-3
/
+5
2016-06-05
HIR - Spanned expressions, fixed sections of resolve
John Hodge
1
-26
/
+57
2016-06-05
Resolve - Replace `Self` when known
John Hodge
1
-1
/
+30
2016-06-04
Resolve - Fix variable resolution and pattern binding
John Hodge
1
-4
/
+10
2016-05-29
Parse/AST/HIR - Support Enum::Var(..) and Struct { .. } patters properly
John Hodge
1
-1
/
+3
2016-05-29
Resolve - Fix glob imports of enums yeilding bad paths
John Hodge
1
-1
/
+3
2016-05-29
HIR Typecheck - Fiddling
John Hodge
1
-0
/
+3
2016-05-29
AST - Remove dead code, add lifetime params, fix param clobber
John Hodge
1
-13
/
+30
2016-05-28
HIR TypeCheck - Initial work on a module-level pass (no inferrence)
John Hodge
1
-2
/
+6
2016-05-24
AST - Spans, spans everywhere!
John Hodge
2
-76
/
+76
2016-05-24
AST - Spanned paths in impl blocks, remove dead code
John Hodge
1
-13
/
+14
2016-05-24
HIR Lower - Lower impl blocks
John Hodge
1
-11
/
+36
2016-05-23
HIR - Add type alias replacement. Other related changes below
John Hodge
2
-0
/
+97
- Added pretty printing for HIR paths and types - Added a sub-pass to resolve/index that makes all index paths point at the actual item (no imports involved) - Split up some contents of main_bindings.hpp
2016-05-21
Expand - Add attributes to impl blocks
John Hodge
1
-0
/
+1
2016-05-21
HIR+Resolve - Fix minor holes
John Hodge
1
-0
/
+4
2016-05-20
Resolve - Bind already-known locals (e.g. `self`)
John Hodge
1
-2
/
+51
2016-05-20
Resolve - Fix bug in type replacement
John Hodge
1
-2
/
+4
2016-05-20
String primitive, bind pointers in resolve, print macro name in span
John Hodge
3
-17
/
+236
2016-05-20
AST/Path - Move crate name to Absolute form
John Hodge
2
-4
/
+25
2016-05-20
Expand - For loop desugar
John Hodge
1
-1
/
+2
2016-05-06
Resolve - Separate modules and types for slightly different lookup requirements
John Hodge
2
-59
/
+134
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
1
-5
/
+49
2016-05-02
AST - Make trait in UFCS paths be an optional Path
John Hodge
1
-5
/
+20
2016-05-01
Resolve/absolute - Rough 'Self' handling
John Hodge
1
-5
/
+56
2016-05-01
Fix handling of tuple/unit structs
John Hodge
2
-3
/
+9
2016-05-01
Resolve/absolute - MaybeBind and type aliases in impl blocks
John Hodge
1
-22
/
+74
2016-05-01
Resolve/absolute - Continued work - Traits, impl, and some more nodes
John Hodge
1
-19
/
+146
2016-05-01
AST - Remove Expr from patterns (replace with local Value type)
John Hodge
1
-5
/
+21
2016-05-01
Resolve/absolute - Handle super paths, local variables
John Hodge
1
-32
/
+219
2016-05-01
Resolve - Absolute pass structure coming along
John Hodge
1
-15
/
+179
2016-04-30
Resolve - Fleshing out absolute
John Hodge
2
-2
/
+135
2016-04-30
Resolve - Include (stubbed) 'Absolutise' pass
John Hodge
2
-1
/
+42
2016-04-30
Resolve - Further work on use/index.
John Hodge
2
-22
/
+128
- 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
-6
/
+82
2016-04-02
Resolve - Start building an index of names avaliable in each module
John Hodge
2
-0
/
+139
2016-03-31
AST - Put spans on imports
John Hodge
1
-13
/
+12
2016-03-30
AST - Path binding clone
John Hodge
1
-0
/
+2
2016-03-30
Resolve - Working on new `use` resolution code
John Hodge
1
-0
/
+223