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
2017-01-10
Codegen C - Missing feaures exposed by doing library codegen
John Hodge
1
-12
/
+54
2017-01-09
Trans Enumerate - Add inherent methods to libs
John Hodge
1
-3
/
+17
2017-01-09
main - Disable library codegen for push
John Hodge
1
-3
/
+5
2017-01-09
Trans Enumerate - Check bounds for trait impls
John Hodge
1
-1
/
+31
2017-01-08
Codegen C - Fix `size_of_val` on bare str
John Hodge
1
-1
/
+1
2017-01-08
Codegen C - Missing float intrinsics
John Hodge
1
-14
/
+11
2017-01-08
Trans - Enable translation of all public items in rlibs
John Hodge
7
-21
/
+127
2017-01-08
HIR Typecheck - Fixes, rustc compiles again
John Hodge
2
-7
/
+13
2017-01-08
HIR Const Eval - Little fixes
John Hodge
2
-1
/
+12
2017-01-08
HIR Typecheck Expr - Tweak
John Hodge
1
-1
/
+16
2017-01-08
Expand Associated Types - Minor fix to nested atys
John Hodge
1
-1
/
+1
2017-01-08
Resolve Index - Refactor wildcard use handling
John Hodge
1
-128
/
+124
2017-01-08
HIR Const Eval - Tweaks for i128 and bugs
John Hodge
1
-2
/
+47
2017-01-08
Merge branch 'master' of https://github.com/thepowersgang/mrustc
John Hodge
1
-0
/
+1
2017-01-08
Parse - Hack in `pub(restricted)` support
John Hodge
1
-39
/
+73
2017-01-08
All - i128/u182 support, typecheck and parse fixes
John Hodge
21
-10
/
+236
2017-01-07
Fix build
est31
1
-0
/
+1
2017-01-07
HIR Conv Markings - Allow unbound paths
John Hodge
1
-1
/
+1
2017-01-07
HIR Typecheck Expr - Handle coercing to trait objects with foreign ↵
John Hodge
1
-3
/
+12
associated types
2017-01-07
Codegen C - Generate code for Fn* vtable for fn types
John Hodge
1
-0
/
+33
2017-01-07
Codegen C - Handle % for floats
John Hodge
1
-0
/
+8
2017-01-07
Codegen C - Handle dropping of unsized types in drop glue
John Hodge
1
-1
/
+20
2017-01-07
Codegen C - Floating point tweaks
John Hodge
1
-3
/
+11
2017-01-07
Codegen C - is_dst fix
John Hodge
1
-10
/
+4
2017-01-07
Codegen C - Pointer comparisons
John Hodge
1
-0
/
+37
2017-01-07
Codegen C - Escape strings in type_name, fix destination
John Hodge
1
-1
/
+1
2017-01-07
MIR Cleanup - Box deref destructuring in virtualisation
John Hodge
1
-1
/
+5
2017-01-07
Trans Enumerate - Constants
John Hodge
1
-1
/
+14
2017-01-07
MIR Cleanup - Fix returned type for associated constants
John Hodge
1
-2
/
+10
2017-01-06
Trans Enumerate - VTable type
John Hodge
1
-0
/
+26
2017-01-06
MIR Gen Match - Allow single-value ranges
John Hodge
1
-2
/
+1
2017-01-06
MIR Cleanup - Expand non-overridden associated constants
John Hodge
1
-11
/
+27
2017-01-06
Codegen C - asm! fiddling
John Hodge
1
-3
/
+5
2017-01-06
HIR ConstEval Full - Handle indexing
John Hodge
1
-11
/
+18
2017-01-06
HIR Conv Markings - Recurse when a path is seen
John Hodge
1
-26
/
+71
2017-01-06
Codegen C - Remember to EAT after monomorph
John Hodge
1
-1
/
+3
2017-01-05
Expand derive - No `self` in RustcDecodable::decode
John Hodge
1
-1
/
+1
2017-01-05
MIR Cleanup - Raw pointers are valid for DstMeta
John Hodge
1
-2
/
+11
2017-01-05
Codegen C - Fix discriminant_value on non-enums, and LValue::Downcast on unions
John Hodge
1
-3
/
+15
2017-01-05
MIR Cleanup - DstMeta on arrays
John Hodge
1
-0
/
+8
2017-01-05
Codegen C - Fix bad field name for SLICE_PTR
John Hodge
1
-1
/
+1
2017-01-05
Codegen C - type_name return type fix, INT64_MIN patch
John Hodge
1
-2
/
+7
2017-01-04
Codegen C - Fat pointer deref
John Hodge
1
-6
/
+27
2017-01-04
MIR Gen - BinOp on str/[T] must be on pointers
John Hodge
1
-1
/
+1
2017-01-04
Codegen C - DST fixes, diverging UfcsInherent
John Hodge
3
-9
/
+178
2017-01-03
Codegen C - Slice comparison function (for strings and byte slices)
John Hodge
1
-0
/
+27
2017-01-03
Trans C - Enum variant constructor pointers
John Hodge
4
-5
/
+75
2017-01-03
HIR Typecheck Expr - Expand associated types in visited paths
John Hodge
1
-0
/
+23
2017-01-02
MIR - Remove Deref from inputs to RValue::DstMeta/DstPtr
John Hodge
7
-25
/
+94
2017-01-02
Codegen C - Down-mask unsigned integer literals
John Hodge
1
-2
/
+31
[next]