index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
resolve
/
absolute.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-05
Resolve+Typecheck - Fix trait default parameters
John Hodge
1
-0
/
+23
2016-10-01
Resolve Absolute - Fix closure args not being scoped to the closure
John Hodge
1
-0
/
+5
2016-09-28
Resolve Absolute - Fix incorrect lookup mode for MaybeBind
John Hodge
1
-2
/
+2
2016-09-28
Resolve Absolute - Fix bindings for HIR imports
John Hodge
1
-3
/
+23
2016-09-28
Resolve Absolute - Support extern imports that refer to enum variants
John Hodge
1
-0
/
+22
2016-09-28
Resolve Absolute - Array patterns can be irrefutable
John Hodge
1
-3
/
+2
2016-09-28
Resolve Absolute - Implement some TODOs
John Hodge
1
-2
/
+20
2016-09-28
Resolve Absolute - Implement TODO with imported modules
John Hodge
1
-1
/
+10
2016-09-28
AST - Make anon modules `shared_ptr`s to handle case where a block is depeted
John Hodge
1
-1
/
+2
2016-09-27
AST - Refactor extern blocks into Items
John Hodge
1
-0
/
+2
2016-09-27
AST - Stub out extern and impl blocks as Item-s
John Hodge
1
-90
/
+139
2016-09-27
Resolve - Fix incorrect canonising of the index
John Hodge
1
-1
/
+13
2016-09-25
AST - Convert use statements to normal items
John Hodge
1
-0
/
+4
2016-09-25
Parse+AST - Support capturing :item (requires cloning AST items)
John Hodge
1
-0
/
+1
2016-09-24
Resolve - Work around edge case with non-canonical index paths
John Hodge
1
-40
/
+33
2016-09-24
Resolve Absolute - Emit UfcsUnknown instead of UfcsInherent when splitting mu...
John Hodge
1
-1
/
+1
2016-09-23
Resolve Absolute - Preserve type arguments when an import is directly replace...
John Hodge
1
-0
/
+2
2016-09-12
Resolve Absolute - Fix edge case where index isn't quite perfect
John Hodge
1
-3
/
+12
2016-09-12
Resolve Absolute - Split multi-node UFCS
John Hodge
1
-4
/
+11
2016-09-11
Resolve Absolute - Support path splitting based on HIR traits
John Hodge
1
-8
/
+22
2016-09-11
Resolve Absolute - Defensive asserts
John Hodge
1
-0
/
+2
2016-09-07
Resolve Abs - Better impl of previous hack
John Hodge
1
-1
/
+1
2016-09-07
Resolve Absolute - HACK: Recurse when MaybeBind returns a path
John Hodge
1
-0
/
+1
2016-09-03
Resolve - Split enum paths pointing into extern crates
John Hodge
1
-0
/
+1
2016-09-03
Resolve - More populated bindings
John Hodge
1
-7
/
+27
2016-09-01
Resolve Abs - Abs import paths
John Hodge
1
-0
/
+18
2016-09-01
Resolve - Misc fixes
John Hodge
1
-2
/
+4
2016-09-01
Resolve Abs - Fix paths from ext crates
John Hodge
1
-3
/
+29
2016-09-01
Resolve - HIR pointers for enum variants
John Hodge
1
-1
/
+1
2016-08-31
HIR From AST - Trait binding
John Hodge
1
-3
/
+3
2016-08-31
Resolve Abs - Fix primitive hack
John Hodge
1
-1
/
+5
2016-08-30
Resolve - (minor) Debug
John Hodge
1
-0
/
+6
2016-08-29
Resolve Abs - Fix binding edgecases
John Hodge
1
-5
/
+41
2016-08-29
Resolve Absolute - Extern crate enums
John Hodge
1
-1
/
+19
2016-08-29
Resolve Abs - Hacking up extern support
John Hodge
1
-4
/
+43
2016-08-29
Resolve Absolute - Support imports from HIR
John Hodge
1
-3
/
+58
2016-08-29
Resolve Abs - Comment about hacked-around quirk
John Hodge
1
-1
/
+3
2016-08-29
Resolve Absolute - Hack around name resolution quirk
John Hodge
1
-22
/
+46
2016-08-29
Resolve Abs - Working around a quirk of name resolution
John Hodge
1
-5
/
+55
2016-08-29
Resolve Abs - Partial extern crate support
John Hodge
1
-17
/
+91
2016-08-29
AST Resolve - Slow work on crates
John Hodge
1
-25
/
+67
2016-08-19
AST - Support ! as a real type
John Hodge
1
-1
/
+4
2016-08-19
AST - Macro invocations in item list
John Hodge
1
-0
/
+4
2016-08-19
Patterns - Support tuples with .. (fully)
John Hodge
1
-2
/
+6
2016-08-18
All - Support tuple patterns with .. at the start/end - TODO: Support in the ...
John Hodge
1
-4
/
+1
2016-08-17
Parse - Fix many parser bugs
John Hodge
1
-6
/
+1
2016-08-11
All - Clang warning fixes
John Hodge
1
-1
/
+1
2016-08-01
AST - Add specialisable tag to impl items
John Hodge
1
-0
/
+54
2016-06-24
HIR Typecheck - Handling of `impl Trait {}` blocks properly
John Hodge
1
-1
/
+20
2016-06-13
HIR - Fix name resolution of `Type::method` to search inherent then traits
John Hodge
1
-4
/
+4
[next]