index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
hir_typeck
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-25
HIR - No more name in lifetime params
John Hodge
1
-5
/
+10
2018-02-25
HIR Typecheck - Fix case where inferrence stalls when there's a `T = <T>::Ass...
John Hodge
1
-17
/
+60
2017-12-30
Typecheck Expr - (minor) Logging wrapper when checking completeness, catches ...
John Hodge
1
-0
/
+1
2017-11-26
HIR/MIR - Error checking for assigning into ! (as opposed to from !)
John Hodge
2
-4
/
+31
2017-11-26
Typecheck Expressions - Handle type being known when possibility added
John Hodge
1
-1
/
+6
2017-11-19
Typecheck Expressions - Incremental change to auto trait handling
John Hodge
1
-0
/
+7
2017-11-19
Typecheck Expressions - Prevent inferrence race with operator overrides
John Hodge
1
-1
/
+5
2017-11-18
HIR Typecheck - More and more special rules
John Hodge
1
-2
/
+22
2017-11-18
Typecheck Expressions - Tweak for edge case in cargo
John Hodge
1
-23
/
+24
2017-11-18
Typecheck Expressions - Treat unbounded ivars as fuzzy in ftic_check_params
John Hodge
1
-1
/
+7
2017-11-18
Typecheck Expressions - Fix incorrect argument ordering in unsize
John Hodge
1
-1
/
+1
2017-11-05
MIR - Use SwitchValue terminator
John Hodge
1
-0
/
+3
2017-11-04
Typecheck Expressions - Fix libgit2 bug with some extra ivar disabling afer a...
John Hodge
1
-17
/
+54
2017-11-01
HIR - Refactor enums to only embed a single field (and give variants types)
John Hodge
5
-129
/
+102
2017-10-29
HIR Typecheck Expressions - Coerce within array literals
John Hodge
1
-0
/
+2
2017-10-29
HIR Typecheck - Allow casting function pointers to *const i8
John Hodge
2
-3
/
+7
2017-10-28
HIR Typecheck - Allow casting function pointers
John Hodge
1
-1
/
+4
2017-10-28
HIR Typecheck - Cleanup as part of locating libgit2 quirks
John Hodge
2
-5
/
+20
2017-10-01
Typecheck Expressions - Clean up disabled code blocks
John Hodge
1
-155
/
+2
2017-10-01
Typecheck Expressions - (minor) Whitespace
John Hodge
1
-1
/
+1
2017-10-01
Type Resolve Static - Fix impl params
John Hodge
1
-1
/
+8
2017-10-01
Typecheck Expressions - Don't pick a bound impl when type is Unbound UFCS
John Hodge
1
-0
/
+2
2017-10-01
HIR Typecheck Expressions - Implement a TODO
John Hodge
1
-2
/
+5
2017-10-01
HIR Typecheck - Fallback in method lookup
John Hodge
3
-79
/
+88
2017-09-28
HIR Typecheck Expr - Handle `some_const_ptr as *const _` with fallback mode
John Hodge
1
-2
/
+56
2017-09-23
Merge branch 'master' of ssh://github.com/thepowersgang/mrustc
John Hodge
1
-0
/
+2
2017-09-23
HIR Typecheck - Fix bug with get_full_path on functions in the root crate
John Hodge
1
-0
/
+2
2017-09-22
Windows compile fixes
John Hodge
1
-2
/
+0
2017-09-20
HIR Typecheck - Revert change to method lookup order, plan for fallbacks
John Hodge
2
-45
/
+64
2017-09-16
HIR Typecheck - Look up trait methods before inherent methods
John Hodge
1
-44
/
+44
2017-09-12
HIR Resolve - Replace default types, with correct Self replacement
John Hodge
2
-3
/
+10
2017-09-10
Typecheck Expressions - Extract bounds from function values
John Hodge
1
-1
/
+12
2017-09-08
HIR Typecheck - Add an unconditional coercion point to fix a librustdoc fail
John Hodge
1
-2
/
+7
2017-09-08
Typecheck - Various tweaks from librustdoc
John Hodge
3
-31
/
+74
2017-09-07
HIR Typecheck - Pick the most specific type when fuzzy matching
John Hodge
1
-1
/
+9
2017-09-04
All - Placement new (<-) syntax
John Hodge
1
-59
/
+75
2017-09-03
HIR Typecheck - Equate associated types in trait object unsize
John Hodge
1
-0
/
+13
2017-09-02
HIR Typecheck - Fix compilation (warning not present on MSVC)
John Hodge
1
-1
/
+1
2017-09-02
HIR Typecheck - Check Sized bounds (in some places)
John Hodge
2
-3
/
+146
2017-09-02
Resolve - Fix a minor lookup bug around self:: paths
John Hodge
1
-1
/
+1
2017-09-02
HIR Typecheck - Don't panic on excessive asociated type loops, just break early
John Hodge
1
-1
/
+5
2017-09-02
HIR Typecheck - Fix some edge cases with placeholder params
John Hodge
1
-1
/
+21
2017-09-01
HIR Typecheck - (minor) Don't search for impls on a pure ivar
John Hodge
1
-0
/
+8
2017-09-01
HIR Typecheck - Unify types that differ only by ivars in inferrence
John Hodge
1
-2
/
+23
2017-09-01
HIR Typecheck - Fix edge case where &mut was picked instead of & for ivar pos...
John Hodge
1
-0
/
+10
2017-09-01
HIR Typecheck - Break value
John Hodge
1
-4
/
+9
2017-09-01
HIR Typecheck Expressions - Fix some little coercion bugs
John Hodge
1
-4
/
+11
2017-08-31
HIR Typecheck Expr - Inferrence check for non-borrow coercion source
John Hodge
1
-6
/
+9
2017-08-31
HIR Typecheck - Add message to an empty error
John Hodge
1
-1
/
+1
2017-08-31
HIR Resolve UFCS - Fix assertion failure (allow false return)
John Hodge
1
-2
/
+3
[next]