index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
Files
Lines
2016-06-11
HIR - Trait objects only have on data trait, fix propagation of marker flag
John Hodge
9
-30
/
+60
2016-06-11
HIR Typecheck - Trait object comparison/manipulation
John Hodge
5
-26
/
+44
2016-06-11
HIR Typecheck - Search methods inside &-ptrs before on the &-ptr
John Hodge
2
-102
/
+129
2016-06-11
HIR Typecheck - Constants
John Hodge
8
-7
/
+126
2016-06-10
HIR Typecheck - Tweaking, progress is being made
John Hodge
3
-30
/
+39
2016-06-10
HIR Typecheck - Fixed resolution when a trait impl's argument hits an ↵
John Hodge
2
-3
/
+8
unresolved ivar
2016-06-10
HIR Typecheck - Rework ops traits handling a bit
John Hodge
3
-20
/
+97
2016-06-10
HIR Typecheck - Fix function generic handling to not be a hackjob
John Hodge
2
-55
/
+80
2016-06-10
HIR Typecheck - Recursively expand associated types
John Hodge
2
-6
/
+9
2016-06-10
(minor) HIR Typecheck - Commenting
John Hodge
2
-3
/
+8
2016-06-10
HIR Typecheck - Split expr.cpp into two files - context and enum
John Hodge
4
-1630
/
+1742
2016-06-10
HIR Typecheck - Hack up closure inferrence from Fn* traits
John Hodge
7
-104
/
+222
2016-06-09
HIR - Add closure type
John Hodge
6
-2
/
+84
2016-06-09
(minor) HIR Typecheck - Comment on closure infer
John Hodge
1
-0
/
+2
2016-06-09
HIR Typecheck - Associated type bounds used and "working"
John Hodge
2
-5
/
+22
2016-06-09
HIR Typecheck - Replace associated types with known bounds (IntoIter)
John Hodge
5
-45
/
+141
2016-06-09
common.hpp - Hack around old stl
John Hodge
1
-2
/
+4
2016-06-09
HIR Typecheck - Plan: Use associated type bounds to expand further
John Hodge
2
-2
/
+11
2016-06-09
Merge pull request #3 from sanxiyn/patch-1
John Hodge (Mutabah)
1
-1
/
+1
Build fix - C++14 for PCH generation
2016-06-09
HIR Typecheck - Use associated type bounds for finding UFCS methods
John Hodge
1
-2
/
+19
2016-06-09
All - Hack up support for useful associated type bounds
John Hodge
5
-25
/
+88
2016-06-09
HIR Typecheck - struct literals
John Hodge
2
-9
/
+71
2016-06-09
HIR Typecheck - Operator assignments
John Hodge
1
-2
/
+35
2016-06-09
HIR - Save and use paths to #[lang] items
John Hodge
5
-35
/
+29
2016-06-09
Build fix
Seo Sanghyeon
1
-1
/
+1
2016-06-08
HIR Typecheck - Handle `Self` when looking up associated types
John Hodge
1
-6
/
+12
2016-06-08
HIR Typecheck - Runs fully over libcore, no validation yet
John Hodge
3
-9
/
+22
2016-06-08
HIR - Lower associated type bounds, use those in typeck
John Hodge
6
-86
/
+256
2016-06-08
HIR Typecheck - Starting work on Fn* traits
John Hodge
4
-3
/
+33
2016-06-08
HIR Typecheck - Search supertraits in generic search
John Hodge
2
-6
/
+35
2016-06-08
HIR Typecheck - Propagate through tuple literals
John Hodge
1
-0
/
+9
2016-06-08
HIR - Move tuple struct/enum construtors to their on HIR node
John Hodge
5
-6
/
+139
- This makes typeck of those invocations easier
2016-06-08
Commenting
John Hodge
2
-2
/
+5
2016-06-08
Expand format_args! - Parse and (partially) emit
John Hodge
4
-94
/
+411
2016-06-08
HIR Typecheck - Type parameters in method/function execution
John Hodge
4
-25
/
+50
2016-06-08
Resolve - Fix generic binding indexes
John Hodge
2
-5
/
+36
2016-06-08
HIR Typecheck - Rough checking of bounds when searching for UFCS
John Hodge
4
-35
/
+132
2016-06-07
HIR Typecheck - Rough handling of casts
John Hodge
2
-3
/
+103
2016-06-07
HIR Typecheck - (minor) Commenting
John Hodge
1
-2
/
+3
2016-06-07
HIR Typecheck - Successful inferrence of literals (no i32 default yet)
John Hodge
3
-13
/
+179
2016-06-07
HIR - Add literal annotation to TypeRef::Data::Infer
John Hodge
4
-25
/
+127
2016-06-07
HIR Typecheck - Binary operator overloads
John Hodge
8
-30
/
+170
2016-06-07
HIR Typecheck - apply_equality for TraitObject
John Hodge
1
-23
/
+26
2016-06-07
HIR Typecheck - Inherent function lookup
John Hodge
3
-7
/
+64
2016-06-07
HIR Typecheck - Coerce returned values
John Hodge
1
-11
/
+26
2016-06-07
HIR Expr - Rename m_val to m_value, add visitor for pointers
John Hodge
3
-54
/
+57
2016-06-06
HIR - BorrowType on pointer, allow pointer coerce
John Hodge
5
-14
/
+37
2016-06-06
HIR Typecheck - Cache calculation of visit_call
John Hodge
1
-82
/
+81
2016-06-06
HIR Typecheck - Expand associated types returned from methods
John Hodge
6
-32
/
+246
2016-06-06
HIR Typecheck - Checking and use of UFCS methods
John Hodge
1
-31
/
+108
[prev]
[next]