index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Collapse
)
Author
Files
Lines
2016-06-11
HIR Typecheck - Insert i32/f64 defaults
John Hodge
3
-1
/
+28
2016-06-11
HIR Typecheck - Call function types
John Hodge
1
-1
/
+3
2016-06-11
HIR Typecheck - Fix pattern propagation
John Hodge
3
-39
/
+82
2016-06-11
Parse - Fix parsing of parens in types
John Hodge
1
-10
/
+5
2016-06-11
HIR Typecheck - Fields working
John Hodge
4
-14
/
+27
2016-06-11
HIR Typecheck - Start work on field types
John Hodge
3
-1
/
+151
2016-06-11
HIR Typecheck - Function types
John Hodge
1
-3
/
+18
2016-06-11
HIR - Move associated type bounds to TraitPath
John Hodge
15
-113
/
+309
2016-06-11
HIR Typecheck - Fixes for `trait Int: Add<Self>`
John Hodge
7
-29
/
+128
2016-06-11
HIR Typecheck - autoderef arrays to slices, don't check method if unknown
John Hodge
5
-4
/
+33
2016-06-11
HIR - (cleanup) Make method to handle creating new array types
John Hodge
3
-6
/
+9
2016-06-11
HIR Typecheck - Unsize to trait objects
John Hodge
2
-4
/
+54
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
3
-1629
/
+1741
2016-06-10
HIR Typecheck - Hack up closure inferrence from Fn* traits
John Hodge
6
-103
/
+221
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
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-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
[prev]
[next]