index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
hir_conv
Age
Commit message (
Collapse
)
Author
Files
Lines
2017-01-26
HIR Typecheck - Fix quirks from rust_os
John Hodge
1
-1
/
+5
2017-01-14
HIR Conv Markings - Add supertraits from extern crates
John Hodge
1
-28
/
+38
2017-01-14
HIR Resolve UFCS - Fix broken logic from parent trait refactor
John Hodge
1
-93
/
+114
2017-01-14
HIR - Build up a flattened list of parent traits early to save time later
John Hodge
2
-1
/
+157
2017-01-14
HIR Bind - Remove manual path searching
John Hodge
1
-52
/
+34
2017-01-14
HIR - Clean up some manual item searching
John Hodge
2
-88
/
+26
2017-01-11
All - Enable library codegen (and use crate name everywhere)
John Hodge
2
-7
/
+7
2017-01-08
HIR Const Eval - Little fixes
John Hodge
1
-1
/
+4
2017-01-08
Expand Associated Types - Minor fix to nested atys
John Hodge
1
-1
/
+1
2017-01-08
HIR Const Eval - Tweaks for i128 and bugs
John Hodge
1
-2
/
+47
2017-01-07
HIR Conv Markings - Allow unbound paths
John Hodge
1
-1
/
+1
2017-01-06
HIR Conv Markings - Recurse when a path is seen
John Hodge
1
-26
/
+71
2016-12-31
HIR Bind - Apply bind to erased types
John Hodge
1
-0
/
+3
2016-12-29
HIR - asm! node
John Hodge
1
-0
/
+3
2016-12-24
No more tears!
ubsan
5
-217
/
+217
No more DOS line endings or trailing whitespace either
2016-12-18
HIR Markings - Store presense of a Drop impl
John Hodge
1
-0
/
+7
2016-12-15
HIR - Linkage anntation (un-populated)
John Hodge
1
-11
/
+5
2016-12-14
Consteval - Re-enabled full first-pass consteval
John Hodge
1
-8
/
+21
2016-12-11
Misc twiddles for recent changes
John Hodge
1
-0
/
+37
2016-12-11
HIR Const Eval - Split into two passes to have correct types in literals
John Hodge
1
-24
/
+126
2016-12-11
Trans - Intrinsics (partially complete)
John Hodge
1
-0
/
+1
2016-12-10
Trans - Slight handling of DST structs
John Hodge
1
-0
/
+13
2016-12-10
HIR ConstEval - Do basic type inferrence so created statics have correct types
John Hodge
1
-35
/
+164
2016-12-10
MIR - More CoerceUnsized/Unsize hackery
John Hodge
1
-2
/
+35
2016-12-10
HIR->MIR - Destructuring CoerceUnsized
John Hodge
1
-2
/
+78
2016-12-07
MIR - Merge two call types into one with a different target
John Hodge
2
-10
/
+16
2016-12-04
HIR Bind - MIR Cast types
John Hodge
1
-0
/
+1
2016-12-04
HIR Bind - Visit MIR types.
John Hodge
1
-0
/
+4
2016-12-03
MIR - Create a CallPath terminator
John Hodge
2
-7
/
+9
2016-12-03
HIR/Trans - Bind items in external MIR, use StaticTraitResolve in trans
John Hodge
1
-0
/
+133
2016-12-03
HIR/MIR - VTable work
John Hodge
1
-1
/
+6
2016-11-25
HIR - Shift markings to their own pass, store in crate metadata.
John Hodge
3
-44
/
+88
2016-11-25
HIR Bind - Visit all generic paths
John Hodge
1
-0
/
+5
2016-11-25
HIR Expand Type Aliases - Visi generic paths
John Hodge
1
-0
/
+4
2016-11-23
HIR Expand TypeAlias - Fix small gap
John Hodge
1
-0
/
+6
2016-11-20
MIR - Union support hacked up
John Hodge
1
-0
/
+3
2016-11-19
HIR - Union handling
John Hodge
1
-0
/
+4
2016-11-19
HIR - Add Union type path binding
John Hodge
2
-0
/
+11
2016-11-16
HIR Typecheck Static - Fuzzy matched returned (fixes bad From impl selection)
John Hodge
1
-10
/
+11
2016-11-16
HIR Typcheck - Hackily hndle default parameters
John Hodge
1
-0
/
+3
2016-11-08
HIR Const Eval - Fields on structs
John Hodge
1
-1
/
+34
2016-11-08
HIR Const Eval - MIR Constant::Const
John Hodge
1
-1
/
+6
2016-11-07
HIR Const Eval - Mask down unsigned integers
John Hodge
1
-1
/
+108
2016-11-06
HIR Consteval - Fix edge case where array inner wasn't expanded correctly
John Hodge
1
-4
/
+2
2016-11-05
HIR Resolve UFCS - Tweak handling of Self in trait impls
John Hodge
1
-36
/
+42
2016-11-04
HIR Typecheck - Bind paths in StructLiteral
John Hodge
1
-0
/
+11
2016-10-31
All - Rough support for `union` (data structure present in all stages)
John Hodge
1
-0
/
+2
2016-10-30
HIR Const Eval - Field accesses in constants (requires type info)
John Hodge
1
-16
/
+74
2016-10-30
HIR Resolve UFCS - Handle `Self` in trait impls
John Hodge
1
-4
/
+18
2016-10-30
HIR Resolve UFCS - Self and default params
John Hodge
1
-4
/
+23
[next]