index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
trans
Age
Commit message (
Collapse
)
Author
Files
Lines
2017-06-02
Codegen C - Return value from main
John Hodge
1
-2
/
+2
2017-05-26
Codegen C - Handle signed bswap
John Hodge
1
-1
/
+7
2017-05-15
Codegen C - Fix some edge cases with floats, add newer intrinsics
John Hodge
1
-2
/
+20
2017-05-14
Visual Studio compile fixes
John Hodge (bugs)
1
-0
/
+1
2017-05-13
Trans Codegen - Fill item path when monomorphising
John Hodge
1
-4
/
+6
2017-05-05
Trans - Fix broken code from bad merge
John Hodge
1
-2
/
+2
2017-05-05
Codegen C - volatile_load/store
John Hodge
1
-0
/
+7
2017-05-05
Trans Monomorph - asm!
John Hodge
1
-3
/
+15
2017-05-01
HIR - Rough support for enum variant values (trans only, no consteval)
John Hodge
1
-29
/
+62
2017-04-29
Trans Codegen - Remove unneeded todo
John Hodge
1
-1
/
+0
2017-04-29
Trans - Better needs_drop intrinsic
John Hodge
1
-4
/
+4
2017-04-22
MIR - Add ScopeEnd statement to indicate where a value will no longer be used
John Hodge
3
-2
/
+16
2017-04-16
Codegen C - Fix incorrect escaped values
John Hodge
1
-3
/
+5
2017-04-13
Codegen C - Fix precedence error in 64/128 bit ctz
John Hodge
1
-2
/
+2
2017-04-13
All - Add rough support for #[test] (runs basic tests)
John Hodge
2
-0
/
+2
2017-03-26
Trans - Handle drop of unsized objects
John Hodge
2
-9
/
+65
2017-03-12
Trans Codegen - Enable optimisation after monomorph
John Hodge
1
-2
/
+1
2017-03-12
Trans Enumerate - Avoid segfault on auto-trait only vtables
John Hodge
1
-0
/
+1
2017-03-12
Codegen C - Fix integer literal types
John Hodge
1
-1
/
+1
2017-03-10
MIR Optimise - basic size_of replacemnt
John Hodge
2
-0
/
+149
2017-03-10
Codegen C - Fix edge case with INT64_MIN
John Hodge
1
-8
/
+11
2017-03-06
Codegen C - Minor fixes
John Hodge
1
-4
/
+24
2017-03-02
MIR Gen - More Param usage
John Hodge
2
-3
/
+4
2017-02-26
Codegen C - Fix transmute on constants
John Hodge
1
-1
/
+10
2017-02-25
MIR Gen - Use MIR::Param (and associated changes)
John Hodge
1
-21
/
+14
2017-02-22
MIR - Restrict Constant::Bytes to returning &[u8; N]
John Hodge
1
-28
/
+9
2017-02-22
MIR - Add types to integer constants
John Hodge
1
-18
/
+16
2017-02-22
MIR - Make MakeDst ptr a Param
John Hodge
3
-4
/
+4
2017-02-22
MIR - add Param type for places where a lvalue is read
John Hodge
3
-330
/
+377
2017-02-19
Trans - Conditionally emit struct/tuple constructor wrappers
John Hodge
4
-57
/
+119
2017-02-11
Trans - Allow passing library directories from command line
John Hodge
4
-7
/
+37
2017-02-09
Codegen - Don't emit extern references to intrinsics
John Hodge
1
-1
/
+7
2017-02-04
Codegen C - Enable gc-sections for binaries
John Hodge
1
-0
/
+1
2017-02-03
Codegen C - Fix incorrect second argument for slice_cmp
John Hodge
1
-1
/
+1
2017-02-03
Codegen C - Fix ctz/clz intrinsics
John Hodge
1
-5
/
+44
2017-02-02
Codegen C - Fix incorrect impl of Fn* for fn pointers
John Hodge
1
-2
/
+2
2017-01-30
TODOs
John Hodge
1
-1
/
+1
2017-01-29
Trans Enumerate - Handle erased types
John Hodge
1
-2
/
+22
2017-01-29
Trans Codegen - Fix emision of enum literals
John Hodge
2
-0
/
+13
2017-01-29
Trans - Only emit typeid if needed
John Hodge
5
-6
/
+25
2017-01-29
Codegen C - repr(C/u*) enums
John Hodge
1
-0
/
+26
2017-01-22
Trans - #[start] attribute
John Hodge
2
-16
/
+33
2017-01-21
Trans/Expand - #[main] attribute
John Hodge
2
-2
/
+2
2017-01-20
MIR - Merging of drop flags
John Hodge
1
-1
/
+6
2017-01-20
Codegen - Drop flags
John Hodge
2
-7
/
+25
2017-01-20
MIR - Drop flags (incomplete, doesn't pass validation)
John Hodge
2
-0
/
+7
2017-01-15
Codegen C - Basic NonZero option Optimisation (borrows and function pointers ↵
John Hodge
1
-107
/
+302
only)
2017-01-15
Codegen C - Enable debug info in output
John Hodge
1
-0
/
+1
2017-01-15
Trans - Use #[link(name)] attributes
John Hodge
1
-3
/
+13
2017-01-14
HIR - Clean up some manual item searching
John Hodge
1
-0
/
+1
[prev]
[next]