413 Commits

Author SHA1 Message Date
bjorn3
7bf9b8e6e1 Update gimli 2019-05-04 16:20:43 +02:00
bjorn3
98dae86d21 Update cranelift 2019-05-04 16:15:20 +02:00
bjorn3
8598a34e45 Rustup to rustc 1.36.0-nightly (a3404557c 2019-05-03) 2019-05-04 14:57:41 +02:00
bjorn3
f473ba8f87 Rustup to rustc 1.36.0-nightly (938d4ffe1 2019-04-27) 2019-04-28 20:37:44 +02:00
bjorn3
27ea27e2e3 Fix using using the same vtable twice 2019-04-27 18:49:13 +02:00
bjorn3
aeecb45beb Preserve the order files are added to archives
rust.metadata.bin could have been at the start of an .rlib file confusing ld
2019-04-27 17:47:15 +02:00
bjorn3
11d816cce5 Rustup to rustc 1.36.0-nightly (597f43248 2019-04-26) 2019-04-27 17:44:12 +02:00
bjorn3
9f6a65b08b Update comment 2019-04-24 21:08:11 +02:00
bjorn3
746e5c5142 Remove some debug println's 2019-04-24 20:57:36 +02:00
bjorn3
f096ad14a3 Change module names back 2019-04-24 20:54:01 +02:00
bjorn3
7ab8dda160 Fix gnu archives 2019-04-24 20:50:23 +02:00
bjorn3
e8db15f662 Fix filename length for ar files 2019-04-24 19:00:21 +02:00
bjorn3
103f2faa1a [WIP] Try using GnuBuilder 2019-04-24 19:00:21 +02:00
bjorn3
472b591f90 Use rustc_codegen_ssa:🔙:link instead of copy pasted version 2019-04-24 19:00:21 +02:00
bjorn3
8c2bd3ec64 Rustup to rustc 1.36.0-nightly (e938c2b9a 2019-04-23) 2019-04-24 16:35:00 +02:00
bjorn3
004dc33031 Refactor archive.rs for future usage of ar::GnuBuilder 2019-04-21 14:59:05 +02:00
bjorn3
3fedac85e7 Let the ArArchiveBuilder implement cg_ssa:🔙:archive::ArchiveBuilder 2019-04-21 14:57:55 +02:00
bjorn3
cc0804e815 Rustup to rustc 1.36.0-nightly (33fe1131c 2019-04-20) 2019-04-21 14:41:23 +02:00
bjorn3
5d3fbdd68e Use more rustc_codegen_ssa:🔙:link for linking 2019-04-20 17:35:58 +02:00
bjorn3
dd21922f31 Rustup to rustc 1.36.0-nightly (3c3d3c177 2019-04-17) 2019-04-18 19:06:59 +02:00
bjorn3
de792ad690 Rustup to rustc 1.35.0-nightly (aa99abeb2 2019-04-14) 2019-04-15 16:34:16 +02:00
bjorn3
c0ffc422ab Print message when reaching trap 2019-04-10 17:56:44 +02:00
bjorn3
970d164089 Fix and optimize init intrinsic 2019-04-10 17:25:57 +02:00
bjorn3
41a4175c84 Fix for mutable_borrow_reservation_conflict future compatibility lint 2019-04-08 18:22:28 +02:00
Aaron Hill
e6acbdc20a Rustup to rustc 1.35.0-nightly (f8673e0ad 2019-04-03) 2019-04-04 20:53:16 +02:00
bjorn3
0ad4e2cc96 Rustup to rustc 1.35.0-nightly (e3428db7c 2019-03-31) 2019-04-01 20:22:59 +02:00
bjorn3
a3f7b5da86 Rustup to rustc 1.35.0-nightly (237bf3244 2019-03-28) 2019-03-29 19:33:12 +01:00
bjorn3
b9295f1efd Rustup to rustc 1.35.0-nightly (fbd34efb3 2019-03-26) 2019-03-27 17:45:20 +01:00
bjorn3
0df3b41630 Skip ZST arguments
Fixes #413 and increases compatibility with cg_llvm
2019-03-26 19:53:04 +01:00
bjorn3
47b1ef24e4 Update dependencies 2019-03-25 20:03:05 +01:00
bjorn3
a715c79263 Rustup to rustc 1.35.0-nightly (82e2f3ec2 2019-03-20) 2019-03-21 20:24:46 +01:00
bjorn3
788d8cec93 Rustup to rustc 1.35.0-nightly (52e885628 2019-03-15) 2019-03-16 10:54:02 +01:00
bjorn3
87424cb288 Misc changes 2019-03-11 20:45:59 +01:00
bjorn3
b0ecbf14a2 Sign extend ints in trans_const_value 2019-03-11 20:44:05 +01:00
bjorn3
d9403bf3fd Implement weak linkage for statics 2019-03-11 20:36:29 +01:00
bjorn3
bfe8c89d41 Remove "Saved incremental data" warning 2019-03-11 20:06:23 +01:00
bjorn3
27e9cfc79f Rustup to rustc 1.35.0-nightly (9d71ec135 2019-03-10) 2019-03-11 20:02:47 +01:00
bjorn3
14d66b279c Update cranelift, faerie and target-lexicon 2019-03-08 17:55:51 +01:00
bjorn3
4d4e06cbe5 Fix atomic intrinsics 2019-03-06 21:09:35 +01:00
bjorn3
354eb0da9f Fix write_cvalue type assert for late bound regions in trait objects 2019-03-06 20:57:14 +01:00
bjorn3
e09ae25299 Remove 0006-alloc-Disable-some-unsupported-stuff.patch 2019-03-06 20:56:53 +01:00
bjorn3
11af20b156 Fix panic with reported const_eval promoted error 2019-03-06 20:56:15 +01:00
bjorn3
a5fdefe45a Fix trans_get_discriminant for uninhabited types 2019-03-06 20:55:28 +01:00
bjorn3
c2095c4afe Rustup to rustc 1.35.0-nightly (87a436377 2019-03-03) 2019-03-04 18:57:09 +01:00
bjorn3
2ce5387b7c Rename load_value_pair to load_scalar_pair and fix dynamic dispatch with arbitrary self types 2019-03-03 12:19:55 +01:00
bjorn3
57feadcc13 Replace functions taking or returning u128 or i128 with a trap
This makes it possible to remove most of 0002-Disable-u128-and-i128-in-libcore.patch.
The rest has to be kept because of u128 and i128 only being used in the function body.
2019-03-03 11:45:52 +01:00
bjorn3
e77f1185a1 Improve unimpl! docs 2019-03-03 11:02:32 +01:00
bjorn3
23a9dcd947 Make CastKind::Misc handling more clean and general 2019-03-02 20:47:15 +01:00
bjorn3
89666d9818 Implement CastKind::ClosureFnPointer 2019-03-02 20:25:08 +01:00
bjorn3
25f3ef5ff9 Implement ProjectionElem::Subslice 2019-03-02 20:11:31 +01:00