index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
trans
/
codegen_c.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-10
Codegen C - Fix errors from travis OSX
John Hodge
1
-1
/
+19
2019-11-03
Codegen C - Fix a few MSVC compilation problems.
John Hodge
1
-27
/
+30
2019-11-03
Codegen C - Fix compilation errors on MSVC (and some warnings on GCC)
John Hodge
1
-5
/
+12
2019-10-29
Codegen C - More inline assembly hackery
John Hodge
1
-0
/
+37
2019-10-27
Codegen C - Fix msvc atomic_store
John Hodge
1
-5
/
+1
2019-10-27
MSVC - General compilation fixes, `hello.exe` building and running
John Hodge
1
-48
/
+9
2019-10-27
Codegen C - Fix some MSVC compilation errors (still has extern handle errors)
John Hodge
1
-33
/
+112
2019-10-26
Merge remote-tracking branch 'remotes/origin/master' into nightly-1.29
John Hodge
1
-19
/
+26
2019-10-19
Codegen C - Tweak handling of dylibs at linking
John Hodge
1
-1
/
+4
2019-10-12
Codegen C - Don't link proc macros into final executable
John Hodge
1
-7
/
+13
2019-10-05
Codegen C - Fix dylib linking logic to ignore proc macros
John Hodge
1
-1
/
+4
2019-08-19
Codegen C - Don't emit call return assignment of ZSTs
John Hodge
1
-0
/
+5
2019-08-18
Codegen C - Don't emit any assignment of ZSTs
John Hodge
1
-2
/
+2
2019-08-11
Codegen C - Remove hard-coded mangled names
John Hodge
1
-3
/
+10
2019-08-05
Codegen MMIR - Selective drop glue
John Hodge
1
-0
/
+1
2019-07-20
Codegen C - Fix Box drop impl not being overridden
John Hodge
1
-9
/
+21
2019-07-13
Trans sizeof - Fix bug where sizeof<*const T> would return 2*ptr if T was ?Sized
John Hodge
1
-69
/
+25
2019-06-30
Codegen C - Fix incorrect size in vtables
John Hodge
1
-5
/
+12
2019-06-29
All - Working dylib support (not used yet, needs rpath/absolute)
John Hodge
1
-1
/
+28
2019-06-29
Trans - Rework to potentially support dynamic libraries
John Hodge
1
-15
/
+60
2019-06-22
Expand/Trans - Better handling of #[panic_implementation]
John Hodge
1
-3
/
+8
2019-06-08
Codegen C - (minor) Include drop statement in output comments
John Hodge
1
-0
/
+1
2019-06-02
MIR - Refactor LValue to reduce size and linked-list-ness (seems to have had ...
John Hodge
1
-138
/
+149
2019-05-19
All - Switch to using interned (de-duplicated) RcString-s instead of std::str...
John Hodge
1
-6
/
+5
2019-05-12
Codegen C - (minor) Commenting and extra assertions
John Hodge
1
-3
/
+7
2019-05-06
Codegen C - Mark llvm.* shims as static
John Hodge
1
-0
/
+2
2019-05-05
MIR - Wrap HIR::Path-s in MIR::Constant in unique_ptr
John Hodge
1
-4
/
+4
2019-04-28
Trans Monomorph - Associated constants left as Defer
John Hodge
1
-2
/
+15
2019-04-25
MIR - Reduce size of LValue::Static by putting the HIR::Path behind a pointer
John Hodge
1
-1
/
+1
2019-03-03
Codegen C - Cast to int128_t for literals
John Hodge
1
-0
/
+2
2019-03-03
Codegen C - Don't emit extern types
John Hodge
1
-2
/
+3
2019-02-24
Implement compiler check TODO. (#112)
Markus Reiter
1
-7
/
+8
2019-02-23
Codegen C - Fix msvc clz/ctz
John Hodge
1
-5
/
+9
2019-02-03
HIR - Minimally-tested support for `extern { type }`
John Hodge
1
-0
/
+11
2018-12-30
Codegen C - Fix integer printing quirks
John Hodge
1
-3
/
+13
2018-12-30
Codegen C - Add hacky compiler-provided glue
John Hodge
1
-0
/
+85
2018-12-29
Codegen C - Handle 1.29 box_free calling convention (hack)
John Hodge
1
-12
/
+23
2018-12-29
Lower MIR - Handing of irrefutable enum matches, some other tweaks
John Hodge
1
-0
/
+1
2018-12-22
Codegen C - Fix incorrect memory orderings
John Hodge
1
-2
/
+3
2018-12-15
Targets - Add alignment to the target specs, along with a saveback test.
John Hodge
1
-4
/
+7
2018-12-09
Codegen C - Fix incorrect use of ZST in enum constructor shim (fixes #86)
John Hodge
1
-1
/
+1
2018-11-04
Codegen C - Fix minor OOB string read
John Hodge
1
-3
/
+2
2018-11-03
HIR Typecheck - Fixing holes from 1.29 compiler_builtins
John Hodge
1
-0
/
+6
2018-10-19
Codegen C - Fix incorrect use of ZST in enum constructor shim (fixes #86)
John Hodge
1
-1
/
+1
2018-10-03
Merge branch 'master' into nightly-1.29
John Hodge
1
-67
/
+246
2018-09-30
Merge pull request #84 from thepowersgang/ondemand-generation
John Hodge (Mutabah)
1
-3
/
+8
2018-09-30
Codegen C - Run destructors on ZSTs in enums
John Hodge
1
-7
/
+8
2018-09-22
Codegen C - Fix incorrect destructor for zst enum variants
John Hodge
1
-2
/
+6
2018-09-09
Msvc compile fixes
John Hodge
1
-29
/
+41
2018-08-21
Codegen C - Fix literals and omitted variants
John Hodge
1
-5
/
+5
[next]