]> git.lizzy.rs Git - rust.git/log
rust.git
5 years agoFix trans_get_discriminant for uninhabited types
bjorn3 [Sun, 24 Feb 2019 16:38:31 +0000 (17:38 +0100)]
Fix trans_get_discriminant for uninhabited types

5 years agoBump libc from 0.2.49 to 0.2.50 (#400)
dependabot[bot] [Wed, 6 Mar 2019 13:32:11 +0000 (14:32 +0100)]
Bump libc from 0.2.49 to 0.2.50 (#400)

Bumps [libc](https://github.com/rust-lang/libc) from 0.2.49 to 0.2.50.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.49...0.2.50)

Signed-off-by: dependabot[bot] <support@dependabot.com>
5 years agoMerge pull request #399 from bjorn3/dependabot/cargo/cfg-if-0.1.7
bjorn3 [Tue, 5 Mar 2019 07:23:10 +0000 (08:23 +0100)]
Merge pull request #399 from bjorn3/dependabot/cargo/cfg-if-0.1.7

Bump cfg-if from 0.1.6 to 0.1.7

5 years agoMerge pull request #398 from bjorn3/dependabot/cargo/gimli-a5f5b72
bjorn3 [Tue, 5 Mar 2019 07:22:52 +0000 (08:22 +0100)]
Merge pull request #398 from bjorn3/dependabot/cargo/gimli-a5f5b72

Bump gimli from `7b828cb` to `a5f5b72`

5 years agoBump cfg-if from 0.1.6 to 0.1.7
dependabot[bot] [Tue, 5 Mar 2019 05:37:16 +0000 (05:37 +0000)]
Bump cfg-if from 0.1.6 to 0.1.7

Bumps [cfg-if](https://github.com/alexcrichton/cfg-if) from 0.1.6 to 0.1.7.
- [Release notes](https://github.com/alexcrichton/cfg-if/releases)
- [Commits](https://github.com/alexcrichton/cfg-if/compare/0.1.6...0.1.7)

Signed-off-by: dependabot[bot] <support@dependabot.com>
5 years agoBump gimli from `7b828cb` to `a5f5b72`
dependabot[bot] [Tue, 5 Mar 2019 05:36:58 +0000 (05:36 +0000)]
Bump gimli from `7b828cb` to `a5f5b72`

Bumps [gimli](https://github.com/gimli-rs/gimli) from `7b828cb` to `a5f5b72`.
- [Release notes](https://github.com/gimli-rs/gimli/releases)
- [Commits](https://github.com/gimli-rs/gimli/compare/7b828cb40e07e2ea8c403f864aa9ffa9f15b2df4...a5f5b7266646ed41e984b9e48c46b099bc118f17)

Signed-off-by: dependabot[bot] <support@dependabot.com>
5 years agoMerge pull request #397 from bjorn3/dependabot/cargo/syn-0.15.27
dependabot[bot] [Mon, 4 Mar 2019 19:08:46 +0000 (19:08 +0000)]
Merge pull request #397 from bjorn3/dependabot/cargo/syn-0.15.27

5 years agoMerge pull request #395 from bjorn3/dependabot/cargo/cc-1.0.30
dependabot[bot] [Mon, 4 Mar 2019 18:43:11 +0000 (18:43 +0000)]
Merge pull request #395 from bjorn3/dependabot/cargo/cc-1.0.30

5 years agoBump syn from 0.15.26 to 0.15.27
dependabot[bot] [Mon, 4 Mar 2019 18:18:46 +0000 (18:18 +0000)]
Bump syn from 0.15.26 to 0.15.27

Bumps [syn](https://github.com/dtolnay/syn) from 0.15.26 to 0.15.27.
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](https://github.com/dtolnay/syn/compare/0.15.26...0.15.27)

Signed-off-by: dependabot[bot] <support@dependabot.com>
5 years agoBump cc from 1.0.29 to 1.0.30
dependabot[bot] [Mon, 4 Mar 2019 18:17:57 +0000 (18:17 +0000)]
Bump cc from 1.0.29 to 1.0.30

Bumps [cc](https://github.com/alexcrichton/cc-rs) from 1.0.29 to 1.0.30.
- [Release notes](https://github.com/alexcrichton/cc-rs/releases)
- [Commits](https://github.com/alexcrichton/cc-rs/compare/1.0.29...1.0.30)

Signed-off-by: dependabot[bot] <support@dependabot.com>
5 years agoRustup to rustc 1.35.0-nightly (87a436377 2019-03-03)
bjorn3 [Mon, 4 Mar 2019 17:57:09 +0000 (18:57 +0100)]
Rustup to rustc 1.35.0-nightly (87a436377 2019-03-03)

5 years agoRename load_value_pair to load_scalar_pair and fix dynamic dispatch with arbitrary...
bjorn3 [Sat, 2 Mar 2019 20:09:28 +0000 (21:09 +0100)]
Rename load_value_pair to load_scalar_pair and fix dynamic dispatch with arbitrary self types

5 years agoReplace functions taking or returning u128 or i128 with a trap
bjorn3 [Sun, 3 Mar 2019 10:45:52 +0000 (11:45 +0100)]
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.

5 years agoImprove unimpl! docs
bjorn3 [Sun, 3 Mar 2019 10:02:32 +0000 (11:02 +0100)]
Improve unimpl! docs

5 years agoMake CastKind::Misc handling more clean and general
bjorn3 [Sun, 24 Feb 2019 16:25:13 +0000 (17:25 +0100)]
Make CastKind::Misc handling more clean and general

5 years agoFix cranelift patch paths
bjorn3 [Sat, 2 Mar 2019 19:24:39 +0000 (20:24 +0100)]
Fix cranelift patch paths

5 years agoImplement CastKind::ClosureFnPointer
bjorn3 [Sun, 24 Feb 2019 17:15:23 +0000 (18:15 +0100)]
Implement CastKind::ClosureFnPointer

5 years agoImplement ProjectionElem::Subslice
bjorn3 [Sun, 24 Feb 2019 11:38:06 +0000 (12:38 +0100)]
Implement ProjectionElem::Subslice

5 years agoRustup to rustc 1.34.0-nightly (c1d2d83ca 2019-03-01)
bjorn3 [Sat, 2 Mar 2019 11:18:41 +0000 (12:18 +0100)]
Rustup to rustc 1.34.0-nightly (c1d2d83ca 2019-03-01)

5 years agoRustup to rustc 1.34.0-nightly (350674b71 2019-02-28)
bjorn3 [Fri, 1 Mar 2019 17:55:20 +0000 (18:55 +0100)]
Rustup to rustc 1.34.0-nightly (350674b71 2019-02-28)

5 years agoRustup to rustc 1.34.0-nightly (7e001e5c6 2019-02-27)
bjorn3 [Thu, 28 Feb 2019 09:55:21 +0000 (10:55 +0100)]
Rustup to rustc 1.34.0-nightly (7e001e5c6 2019-02-27)

5 years agoMerge pull request #380 from bjorn3/dependabot/cargo/gimli-7b828cb
dependabot[bot] [Wed, 27 Feb 2019 17:29:11 +0000 (17:29 +0000)]
Merge pull request #380 from bjorn3/dependabot/cargo/gimli-7b828cb

5 years agoMerge pull request #373 from bjorn3/dependabot/cargo/rand_pcg-0.1.2
dependabot[bot] [Wed, 27 Feb 2019 17:04:00 +0000 (17:04 +0000)]
Merge pull request #373 from bjorn3/dependabot/cargo/rand_pcg-0.1.2

5 years agoBump gimli from `2c7fcfe` to `7b828cb`
dependabot[bot] [Wed, 27 Feb 2019 15:34:08 +0000 (15:34 +0000)]
Bump gimli from `2c7fcfe` to `7b828cb`

Bumps [gimli](https://github.com/gimli-rs/gimli) from `2c7fcfe` to `7b828cb`.
- [Release notes](https://github.com/gimli-rs/gimli/releases)
- [Commits](https://github.com/gimli-rs/gimli/compare/2c7fcfee8035fe6787c166191fdd8d38bf1d9f35...7b828cb40e07e2ea8c403f864aa9ffa9f15b2df4)

Signed-off-by: dependabot[bot] <support@dependabot.com>
5 years agoBump rand_pcg from 0.1.1 to 0.1.2
dependabot[bot] [Wed, 27 Feb 2019 15:33:45 +0000 (15:33 +0000)]
Bump rand_pcg from 0.1.1 to 0.1.2

Bumps [rand_pcg](https://github.com/rust-random/rand) from 0.1.1 to 0.1.2.
- [Release notes](https://github.com/rust-random/rand/releases)
- [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-random/rand/compare/0.1.1...rand_pcg-0.1.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
5 years agoMerge pull request #374 from bjorn3/dependabot/cargo/libc-0.2.49
bjorn3 [Wed, 27 Feb 2019 15:30:27 +0000 (16:30 +0100)]
Merge pull request #374 from bjorn3/dependabot/cargo/libc-0.2.49

Bump libc from 0.2.48 to 0.2.49

5 years agoBump libc from 0.2.48 to 0.2.49
dependabot[bot] [Wed, 27 Feb 2019 09:35:15 +0000 (09:35 +0000)]
Bump libc from 0.2.48 to 0.2.49

Bumps [libc](https://github.com/rust-lang/libc) from 0.2.48 to 0.2.49.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.48...0.2.49)

Signed-off-by: dependabot[bot] <support@dependabot.com>
5 years agoMerge pull request #384 from bjorn3/dependabot/cargo/lazy_static-1.3.0
bjorn3 [Wed, 27 Feb 2019 09:28:36 +0000 (10:28 +0100)]
Merge pull request #384 from bjorn3/dependabot/cargo/lazy_static-1.3.0

Bump lazy_static from 1.2.0 to 1.3.0

5 years agoBump lazy_static from 1.2.0 to 1.3.0
dependabot[bot] [Wed, 27 Feb 2019 05:28:23 +0000 (05:28 +0000)]
Bump lazy_static from 1.2.0 to 1.3.0

Bumps [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) from 1.2.0 to 1.3.0.
- [Release notes](https://github.com/rust-lang-nursery/lazy-static.rs/releases)
- [Commits](https://github.com/rust-lang-nursery/lazy-static.rs/compare/1.2.0...1.3.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
5 years agoUpdate cranelift
bjorn3 [Tue, 26 Feb 2019 10:37:36 +0000 (11:37 +0100)]
Update cranelift

5 years agoRustup to rustc 1.34.0-nightly (00aae71f5 2019-02-25)
bjorn3 [Tue, 26 Feb 2019 10:34:38 +0000 (11:34 +0100)]
Rustup to rustc 1.34.0-nightly (00aae71f5 2019-02-25)

5 years agoRustup to rustc 1.34.0-nightly (aadbc459b 2019-02-23)
bjorn3 [Sun, 24 Feb 2019 11:37:44 +0000 (12:37 +0100)]
Rustup to rustc 1.34.0-nightly (aadbc459b 2019-02-23)

5 years agoAdd rust to .gitignore
bjorn3 [Tue, 26 Feb 2019 10:17:30 +0000 (11:17 +0100)]
Add rust to .gitignore

5 years agoRustup to rustc 1.34.0-nightly (e1c6d0057 2019-02-22)
bjorn3 [Sat, 23 Feb 2019 13:10:49 +0000 (14:10 +0100)]
Rustup to rustc 1.34.0-nightly (e1c6d0057 2019-02-22)

5 years agoUpdate cranelift and add a test for bitreverse
bjorn3 [Sat, 23 Feb 2019 09:41:34 +0000 (10:41 +0100)]
Update cranelift and add a test for bitreverse

Fixes #168 using CraneStation/cranelift#683

5 years agoUse Instance::resolve_for_vtable instead of Instance::resolve for vtables
bjorn3 [Sat, 23 Feb 2019 09:30:15 +0000 (10:30 +0100)]
Use Instance::resolve_for_vtable instead of Instance::resolve for vtables

5 years agoMerge pull request #371 from bjorn3/dependabot/cargo/gimli-2c7fcfe
bjorn3 [Fri, 22 Feb 2019 12:57:46 +0000 (13:57 +0100)]
Merge pull request #371 from bjorn3/dependabot/cargo/gimli-2c7fcfe

Bump gimli from `b0141dd` to `2c7fcfe`

5 years agoBump gimli from `b0141dd` to `2c7fcfe`
dependabot[bot] [Fri, 22 Feb 2019 05:46:14 +0000 (05:46 +0000)]
Bump gimli from `b0141dd` to `2c7fcfe`

Bumps [gimli](https://github.com/gimli-rs/gimli) from `b0141dd` to `2c7fcfe`.
- [Release notes](https://github.com/gimli-rs/gimli/releases)
- [Commits](https://github.com/gimli-rs/gimli/compare/b0141dd637d66f7c89ab47b899d628bae3896f1d...2c7fcfee8035fe6787c166191fdd8d38bf1d9f35)

Signed-off-by: dependabot[bot] <support@dependabot.com>
5 years agoUpdate gimli
bjorn3 [Thu, 21 Feb 2019 14:34:03 +0000 (15:34 +0100)]
Update gimli

5 years agoUpdate cranelift
bjorn3 [Thu, 21 Feb 2019 14:24:39 +0000 (15:24 +0100)]
Update cranelift

5 years agoRustup to rustc 1.34.0-nightly (f66e4697a 2019-02-20)
bjorn3 [Thu, 21 Feb 2019 14:12:37 +0000 (15:12 +0100)]
Rustup to rustc 1.34.0-nightly (f66e4697a 2019-02-20)

5 years agoRustfmt
bjorn3 [Thu, 21 Feb 2019 14:06:09 +0000 (15:06 +0100)]
Rustfmt

5 years agoMerge pull request #361 from bjorn3/dependabot/cargo/backtrace-0.3.14
bjorn3 [Wed, 20 Feb 2019 13:07:48 +0000 (14:07 +0100)]
Merge pull request #361 from bjorn3/dependabot/cargo/backtrace-0.3.14

Bump backtrace from 0.3.13 to 0.3.14

5 years agoMerge pull request #360 from bjorn3/dependabot/cargo/gimli-e2529c0
bjorn3 [Wed, 20 Feb 2019 12:58:51 +0000 (13:58 +0100)]
Merge pull request #360 from bjorn3/dependabot/cargo/gimli-e2529c0

Bump gimli from `8f47f31` to `e2529c0`

5 years agoMerge pull request #364 from bjorn3/dependabot/cargo/cranelift-2f61600
dependabot[bot] [Wed, 20 Feb 2019 08:55:04 +0000 (08:55 +0000)]
Merge pull request #364 from bjorn3/dependabot/cargo/cranelift-2f61600

5 years agoBump cranelift from `50c66ae` to `2f61600`
dependabot[bot] [Wed, 20 Feb 2019 07:07:22 +0000 (07:07 +0000)]
Bump cranelift from `50c66ae` to `2f61600`

Bumps [cranelift](https://github.com/CraneStation/cranelift) from `50c66ae` to `2f61600`.
- [Release notes](https://github.com/CraneStation/cranelift/releases)
- [Commits](https://github.com/CraneStation/cranelift/compare/50c66ae4788ff9a1715f220d2331df575017fa17...2f61600a4f45d1624e85ddbace5b33c74017719f)

Signed-off-by: dependabot[bot] <support@dependabot.com>
5 years agoBump backtrace from 0.3.13 to 0.3.14
dependabot[bot] [Wed, 20 Feb 2019 07:06:59 +0000 (07:06 +0000)]
Bump backtrace from 0.3.13 to 0.3.14

Bumps [backtrace](https://github.com/alexcrichton/backtrace-rs) from 0.3.13 to 0.3.14.
- [Release notes](https://github.com/alexcrichton/backtrace-rs/releases)
- [Commits](https://github.com/alexcrichton/backtrace-rs/compare/0.3.13...0.3.14)

Signed-off-by: dependabot[bot] <support@dependabot.com>
5 years agoBump gimli from `8f47f31` to `e2529c0`
dependabot[bot] [Wed, 20 Feb 2019 07:06:56 +0000 (07:06 +0000)]
Bump gimli from `8f47f31` to `e2529c0`

Bumps [gimli](https://github.com/gimli-rs/gimli) from `8f47f31` to `e2529c0`.
- [Release notes](https://github.com/gimli-rs/gimli/releases)
- [Commits](https://github.com/gimli-rs/gimli/compare/8f47f3183d4125673b2c7f06833cf3e9e847ddd0...e2529c0bf06b4197df3ddbc76bda5adf2cc0659f)

Signed-off-by: dependabot[bot] <support@dependabot.com>
5 years agoPass command-line arguments to JITed function
bjorn3 [Mon, 18 Feb 2019 17:53:18 +0000 (18:53 +0100)]
Pass command-line arguments to JITed function

Cherry-picked from f1f35405e15ca1b77425514b04b96b2749231899 by
@milkey-mouse

5 years agoUpdate gimli
bjorn3 [Mon, 18 Feb 2019 17:32:40 +0000 (18:32 +0100)]
Update gimli

5 years agoUpdate cranelift
bjorn3 [Mon, 18 Feb 2019 17:26:59 +0000 (18:26 +0100)]
Update cranelift

5 years agoMerge pull request #353 from bjorn3/dependabot/cargo/tempfile-3.0.7
bjorn3 [Mon, 18 Feb 2019 14:45:16 +0000 (15:45 +0100)]
Merge pull request #353 from bjorn3/dependabot/cargo/tempfile-3.0.7

Bump tempfile from 3.0.5 to 3.0.7

5 years agoMerge pull request #340 from bjorn3/dependabot/cargo/memchr-2.2.0
bjorn3 [Mon, 18 Feb 2019 14:44:43 +0000 (15:44 +0100)]
Merge pull request #340 from bjorn3/dependabot/cargo/memchr-2.2.0

Bump memchr from 2.1.3 to 2.2.0

5 years agoMerge pull request #332 from bjorn3/dependabot/cargo/rand_jitter-0.1.3
bjorn3 [Mon, 18 Feb 2019 14:38:27 +0000 (15:38 +0100)]
Merge pull request #332 from bjorn3/dependabot/cargo/rand_jitter-0.1.3

Bump rand_jitter from 0.1.2 to 0.1.3

5 years agoBump memchr from 2.1.3 to 2.2.0
dependabot[bot] [Mon, 18 Feb 2019 14:29:00 +0000 (14:29 +0000)]
Bump memchr from 2.1.3 to 2.2.0

Bumps [memchr](https://github.com/BurntSushi/rust-memchr) from 2.1.3 to 2.2.0.
- [Release notes](https://github.com/BurntSushi/rust-memchr/releases)
- [Commits](https://github.com/BurntSushi/rust-memchr/compare/2.1.3...2.2.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
5 years agoMerge pull request #356 from bjorn3/dependabot/cargo/aho-corasick-0.6.10
bjorn3 [Mon, 18 Feb 2019 14:25:01 +0000 (15:25 +0100)]
Merge pull request #356 from bjorn3/dependabot/cargo/aho-corasick-0.6.10

Bump aho-corasick from 0.6.9 to 0.6.10

5 years agoMerge pull request #352 from bjorn3/dependabot/cargo/serde-1.0.88
bjorn3 [Mon, 18 Feb 2019 14:24:19 +0000 (15:24 +0100)]
Merge pull request #352 from bjorn3/dependabot/cargo/serde-1.0.88

Bump serde from 1.0.87 to 1.0.88

5 years agoBump aho-corasick from 0.6.9 to 0.6.10
dependabot[bot] [Mon, 18 Feb 2019 08:42:31 +0000 (08:42 +0000)]
Bump aho-corasick from 0.6.9 to 0.6.10

Bumps [aho-corasick](https://github.com/BurntSushi/aho-corasick) from 0.6.9 to 0.6.10.
- [Release notes](https://github.com/BurntSushi/aho-corasick/releases)
- [Commits](https://github.com/BurntSushi/aho-corasick/compare/0.6.9...0.6.10)

Signed-off-by: dependabot[bot] <support@dependabot.com>
5 years agoBump tempfile from 3.0.5 to 3.0.7
dependabot[bot] [Mon, 18 Feb 2019 08:42:27 +0000 (08:42 +0000)]
Bump tempfile from 3.0.5 to 3.0.7

Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.0.5 to 3.0.7.
- [Release notes](https://github.com/Stebalien/tempfile/releases)
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/NEWS)
- [Commits](https://github.com/Stebalien/tempfile/compare/v3.0.5...v3.0.7)

Signed-off-by: dependabot[bot] <support@dependabot.com>
5 years agoBump serde from 1.0.87 to 1.0.88
dependabot[bot] [Mon, 18 Feb 2019 08:42:23 +0000 (08:42 +0000)]
Bump serde from 1.0.87 to 1.0.88

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.87 to 1.0.88.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.87...v1.0.88)

Signed-off-by: dependabot[bot] <support@dependabot.com>
5 years agoMerge pull request #351 from tachibana-lab/no-sign-patches
bjorn3 [Mon, 18 Feb 2019 07:23:34 +0000 (08:23 +0100)]
Merge pull request #351 from tachibana-lab/no-sign-patches

Don't sign commits from patches in sysroot

5 years agoDon't sign commits from patches in sysroot
Milkey Mouse [Mon, 18 Feb 2019 01:42:12 +0000 (17:42 -0800)]
Don't sign commits from patches in sysroot

This is really annoying when commit.gpgSign is enabled globally.

5 years agoFix discriminant_value intrinsic
bjorn3 [Sat, 16 Feb 2019 16:18:38 +0000 (17:18 +0100)]
Fix discriminant_value intrinsic

Fixes #349

5 years agoImplement isize -> raw-ptr cast
bjorn3 [Sat, 16 Feb 2019 15:37:30 +0000 (16:37 +0100)]
Implement isize -> raw-ptr cast

5 years agoImplement float -> int/uint cast
bjorn3 [Sat, 16 Feb 2019 15:24:38 +0000 (16:24 +0100)]
Implement float -> int/uint cast

5 years agoFix atomic_xchg* intrinsics
bjorn3 [Sat, 16 Feb 2019 15:24:03 +0000 (16:24 +0100)]
Fix atomic_xchg* intrinsics

5 years agoFix cttz{,_nonzero} intrinsics
bjorn3 [Sat, 16 Feb 2019 14:42:20 +0000 (15:42 +0100)]
Fix cttz{,_nonzero} intrinsics

5 years agoFix BinOp::Offset
bjorn3 [Sat, 16 Feb 2019 13:02:15 +0000 (14:02 +0100)]
Fix BinOp::Offset

fixes #341

5 years agoSeveral fixes
bjorn3 [Sat, 16 Feb 2019 12:49:42 +0000 (13:49 +0100)]
Several fixes

5 years agoRemove unnecessary stuff from patch 0002-Disable-u128-and-i128-in-libcore
bjorn3 [Sat, 16 Feb 2019 11:37:33 +0000 (12:37 +0100)]
Remove unnecessary stuff from patch 0002-Disable-u128-and-i128-in-libcore

5 years agoRustup to rustc 1.34.0-nightly (a9410cd1a 2019-02-15)
bjorn3 [Sat, 16 Feb 2019 11:35:45 +0000 (12:35 +0100)]
Rustup to rustc 1.34.0-nightly (a9410cd1a 2019-02-15)

5 years agoLibstd and varargs are now supported.
bjorn3 [Sat, 16 Feb 2019 11:21:22 +0000 (12:21 +0100)]
Libstd and varargs are now supported.

5 years agoMerge pull request #345 from bjorn3/dependabot/cargo/cranelift-2145dd3
dependabot[bot] [Wed, 13 Feb 2019 17:24:33 +0000 (17:24 +0000)]
Merge pull request #345 from bjorn3/dependabot/cargo/cranelift-2145dd3

5 years agoBump cranelift from `4d92022` to `2145dd3`
dependabot[bot] [Wed, 13 Feb 2019 16:59:20 +0000 (16:59 +0000)]
Bump cranelift from `4d92022` to `2145dd3`

Bumps [cranelift](https://github.com/CraneStation/cranelift) from `4d92022` to `2145dd3`.
- [Release notes](https://github.com/CraneStation/cranelift/releases)
- [Commits](https://github.com/CraneStation/cranelift/compare/4d92022a0b1b0bef82a933057005f598d6e48bfc...2145dd3ffaedaea4db1bc4f238550beae3f0492e)

Signed-off-by: dependabot[bot] <support@dependabot.com>
5 years agoRustup to rustc 1.34.0-nightly (b244f61b7 2019-02-12)
bjorn3 [Wed, 13 Feb 2019 13:55:09 +0000 (14:55 +0100)]
Rustup to rustc 1.34.0-nightly (b244f61b7 2019-02-12)

5 years agoUse correct alignment for CValue::ByRef for a ZST
bjorn3 [Wed, 13 Feb 2019 13:32:30 +0000 (14:32 +0100)]
Use correct alignment for CValue::ByRef for a ZST

5 years agoMerge pull request #339 from bjorn3/fix_libstd
bjorn3 [Tue, 12 Feb 2019 11:21:40 +0000 (12:21 +0100)]
Merge pull request #339 from bjorn3/fix_libstd

Fix libstd

5 years ago*const char -> *const i8
bjorn3 [Tue, 12 Feb 2019 07:24:32 +0000 (08:24 +0100)]
*const char -> *const i8

5 years agoFix and enable libstd building
bjorn3 [Mon, 11 Feb 2019 18:40:07 +0000 (19:40 +0100)]
Fix and enable libstd building

5 years agoImplement variadic function calling
bjorn3 [Mon, 11 Feb 2019 18:18:52 +0000 (19:18 +0100)]
Implement variadic function calling

5 years agoDisable macOS debuginfo and on all platforms optimizations
bjorn3 [Mon, 11 Feb 2019 18:11:55 +0000 (19:11 +0100)]
Disable macOS debuginfo and on all platforms optimizations

5 years agoFix "offset" intrinsic
bjorn3 [Mon, 11 Feb 2019 17:49:59 +0000 (18:49 +0100)]
Fix "offset" intrinsic

It didn't multiply the offset given by the pointee type size.

5 years agoCleanup config.sh
bjorn3 [Mon, 11 Feb 2019 14:42:28 +0000 (15:42 +0100)]
Cleanup config.sh

5 years agoFix alloc_example
bjorn3 [Mon, 11 Feb 2019 14:28:56 +0000 (15:28 +0100)]
Fix alloc_example

5 years agoRustup to rustc 1.34.0-nightly (0b7af2668 2019-02-10)
bjorn3 [Mon, 11 Feb 2019 14:05:26 +0000 (15:05 +0100)]
Rustup to rustc 1.34.0-nightly (0b7af2668 2019-02-10)

5 years agoMerge pull request #338 from philipc/gimli
bjorn3 [Mon, 11 Feb 2019 14:09:17 +0000 (15:09 +0100)]
Merge pull request #338 from philipc/gimli

Update gimli

5 years agoUpdate gimli
Philip Craig [Sat, 9 Feb 2019 07:15:15 +0000 (17:15 +1000)]
Update gimli

5 years agoImplement drop for trait objects
bjorn3 [Thu, 7 Feb 2019 19:45:15 +0000 (20:45 +0100)]
Implement drop for trait objects

5 years agoMerge pull request #334 from bjorn3/dependabot/cargo/cranelift-4d92022
dependabot[bot] [Fri, 8 Feb 2019 06:42:44 +0000 (06:42 +0000)]
Merge pull request #334 from bjorn3/dependabot/cargo/cranelift-4d92022

5 years agoBump cranelift from `0a04fb6` to `4d92022`
dependabot[bot] [Fri, 8 Feb 2019 05:37:43 +0000 (05:37 +0000)]
Bump cranelift from `0a04fb6` to `4d92022`

Bumps [cranelift](https://github.com/CraneStation/cranelift) from `0a04fb6` to `4d92022`.
- [Release notes](https://github.com/CraneStation/cranelift/releases)
- [Commits](https://github.com/CraneStation/cranelift/compare/0a04fb6ad0b3acb165b9b4dc1aeab5abf061a9fc...4d92022a0b1b0bef82a933057005f598d6e48bfc)

Signed-off-by: dependabot[bot] <support@dependabot.com>
5 years agoMake codegen_call_inner a bit more readable
bjorn3 [Thu, 7 Feb 2019 19:28:55 +0000 (20:28 +0100)]
Make codegen_call_inner a bit more readable

5 years agoMerge pull request #330 from bjorn3/dependabot/cargo/cranelift-0a04fb6
dependabot[bot] [Thu, 7 Feb 2019 08:55:13 +0000 (08:55 +0000)]
Merge pull request #330 from bjorn3/dependabot/cargo/cranelift-0a04fb6

5 years agoBump cranelift from `c47ca7b` to `0a04fb6`
dependabot[bot] [Thu, 7 Feb 2019 07:26:33 +0000 (07:26 +0000)]
Bump cranelift from `c47ca7b` to `0a04fb6`

Bumps [cranelift](https://github.com/CraneStation/cranelift) from `c47ca7b` to `0a04fb6`.
- [Release notes](https://github.com/CraneStation/cranelift/releases)
- [Commits](https://github.com/CraneStation/cranelift/compare/c47ca7bafc8fc48358f1baa72360e61fc1f7a0f2...0a04fb6ad0b3acb165b9b4dc1aeab5abf061a9fc)

Signed-off-by: dependabot[bot] <support@dependabot.com>
5 years agoMerge pull request #327 from bjorn3/dependabot/cargo/gimli-955c33e
bjorn3 [Thu, 7 Feb 2019 07:22:39 +0000 (08:22 +0100)]
Merge pull request #327 from bjorn3/dependabot/cargo/gimli-955c33e

Bump gimli from `9ed8d7b` to `955c33e`

5 years agoBump rand_jitter from 0.1.2 to 0.1.3
dependabot[bot] [Thu, 7 Feb 2019 06:22:17 +0000 (06:22 +0000)]
Bump rand_jitter from 0.1.2 to 0.1.3

Bumps [rand_jitter](https://github.com/rust-random/rand) from 0.1.2 to 0.1.3.
- [Release notes](https://github.com/rust-random/rand/releases)
- [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-random/rand/compare/rand_jitter-0.1.2...rand_jitter-0.1.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
5 years agoBump gimli from `9ed8d7b` to `955c33e`
dependabot[bot] [Thu, 7 Feb 2019 06:21:48 +0000 (06:21 +0000)]
Bump gimli from `9ed8d7b` to `955c33e`

Bumps [gimli](https://github.com/gimli-rs/gimli) from `9ed8d7b` to `955c33e`.
- [Release notes](https://github.com/gimli-rs/gimli/releases)
- [Commits](https://github.com/gimli-rs/gimli/compare/9ed8d7bce40613c9c9b5b511d9c5ead24492d7e1...955c33ed0056374ab349b1a175f743db3f571e0d)

Signed-off-by: dependabot[bot] <support@dependabot.com>
5 years agoRemove 0008-Replace-some-variadic-function-calls-with-unimplemen.patch
bjorn3 [Wed, 6 Feb 2019 18:22:01 +0000 (19:22 +0100)]
Remove 0008-Replace-some-variadic-function-calls-with-unimplemen.patch

5 years agoMisc changes
bjorn3 [Wed, 6 Feb 2019 18:07:21 +0000 (19:07 +0100)]
Misc changes

5 years agoFix some warnings
bjorn3 [Wed, 6 Feb 2019 17:49:59 +0000 (18:49 +0100)]
Fix some warnings

5 years agoImplement dynamic dispatch for self: Box<T>
bjorn3 [Wed, 6 Feb 2019 17:44:02 +0000 (18:44 +0100)]
Implement dynamic dispatch for self: Box<T>