dependabot[bot]
|
a58fb2fd29
|
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>
|
2019-02-20 07:06:59 +00:00 |
|
bjorn3
|
b4eff78a9e
|
Pass command-line arguments to JITed function
Cherry-picked from f1f35405e15ca1b77425514b04b96b2749231899 by
@milkey-mouse
|
2019-02-18 18:53:18 +01:00 |
|
bjorn3
|
b7f2a722c9
|
Update gimli
|
2019-02-18 18:32:40 +01:00 |
|
bjorn3
|
ea10842d95
|
Update cranelift
|
2019-02-18 18:26:59 +01:00 |
|
bjorn3
|
1b4aad8615
|
Merge pull request #353 from bjorn3/dependabot/cargo/tempfile-3.0.7
Bump tempfile from 3.0.5 to 3.0.7
|
2019-02-18 15:45:16 +01:00 |
|
bjorn3
|
b91f123b26
|
Merge pull request #340 from bjorn3/dependabot/cargo/memchr-2.2.0
Bump memchr from 2.1.3 to 2.2.0
|
2019-02-18 15:44:43 +01:00 |
|
bjorn3
|
7b1f05236a
|
Merge pull request #332 from bjorn3/dependabot/cargo/rand_jitter-0.1.3
Bump rand_jitter from 0.1.2 to 0.1.3
|
2019-02-18 15:38:27 +01:00 |
|
dependabot[bot]
|
33df91bccd
|
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>
|
2019-02-18 14:29:00 +00:00 |
|
bjorn3
|
739e1aeab7
|
Merge pull request #356 from bjorn3/dependabot/cargo/aho-corasick-0.6.10
Bump aho-corasick from 0.6.9 to 0.6.10
|
2019-02-18 15:25:01 +01:00 |
|
bjorn3
|
a48b4d307a
|
Merge pull request #352 from bjorn3/dependabot/cargo/serde-1.0.88
Bump serde from 1.0.87 to 1.0.88
|
2019-02-18 15:24:19 +01:00 |
|
dependabot[bot]
|
beef28b44c
|
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>
|
2019-02-18 08:42:31 +00:00 |
|
dependabot[bot]
|
edb6488bcb
|
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>
|
2019-02-18 08:42:27 +00:00 |
|
dependabot[bot]
|
b8164a073c
|
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>
|
2019-02-18 08:42:23 +00:00 |
|
bjorn3
|
8f1a324f07
|
Merge pull request #351 from tachibana-lab/no-sign-patches
Don't sign commits from patches in sysroot
|
2019-02-18 08:23:34 +01:00 |
|
Milkey Mouse
|
13c20fc803
|
Don't sign commits from patches in sysroot
This is really annoying when commit.gpgSign is enabled globally.
|
2019-02-17 17:42:12 -08:00 |
|
bjorn3
|
bab8113954
|
Fix discriminant_value intrinsic
Fixes #349
|
2019-02-16 17:18:51 +01:00 |
|
bjorn3
|
ccf07adbfb
|
Implement isize -> raw-ptr cast
|
2019-02-16 16:37:30 +01:00 |
|
bjorn3
|
4ecbee2f09
|
Implement float -> int/uint cast
|
2019-02-16 16:24:38 +01:00 |
|
bjorn3
|
de94b62ba4
|
Fix atomic_xchg* intrinsics
|
2019-02-16 16:24:03 +01:00 |
|
bjorn3
|
26289edf1a
|
Fix cttz{,_nonzero} intrinsics
|
2019-02-16 15:42:20 +01:00 |
|
bjorn3
|
5721542164
|
Fix BinOp::Offset
fixes #341
|
2019-02-16 14:02:15 +01:00 |
|
bjorn3
|
4c94251f95
|
Several fixes
|
2019-02-16 13:49:42 +01:00 |
|
bjorn3
|
6acfee8978
|
Remove unnecessary stuff from patch 0002-Disable-u128-and-i128-in-libcore
|
2019-02-16 12:37:33 +01:00 |
|
bjorn3
|
06dd020446
|
Rustup to rustc 1.34.0-nightly (a9410cd1a 2019-02-15)
|
2019-02-16 12:35:56 +01:00 |
|
bjorn3
|
408f27bade
|
Libstd and varargs are now supported.
|
2019-02-16 12:21:22 +01:00 |
|
dependabot[bot]
|
f980ba76c1
|
Merge pull request #345 from bjorn3/dependabot/cargo/cranelift-2145dd3
|
2019-02-13 17:24:33 +00:00 |
|
dependabot[bot]
|
cbf09a9864
|
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](4d92022a0b...2145dd3ffa )
Signed-off-by: dependabot[bot] <support@dependabot.com>
|
2019-02-13 16:59:20 +00:00 |
|
bjorn3
|
444fdf150f
|
Rustup to rustc 1.34.0-nightly (b244f61b7 2019-02-12)
|
2019-02-13 14:55:09 +01:00 |
|
bjorn3
|
b05c457257
|
Use correct alignment for CValue::ByRef for a ZST
|
2019-02-13 14:32:30 +01:00 |
|
bjorn3
|
e74e089ae5
|
Merge pull request #339 from bjorn3/fix_libstd
Fix libstd
|
2019-02-12 12:21:40 +01:00 |
|
bjorn3
|
130fbe2574
|
*const char -> *const i8
|
2019-02-12 08:24:32 +01:00 |
|
bjorn3
|
223611dcb2
|
Fix and enable libstd building
|
2019-02-11 19:40:07 +01:00 |
|
bjorn3
|
c68e76c33b
|
Implement variadic function calling
|
2019-02-11 19:18:52 +01:00 |
|
bjorn3
|
4bb8bfca94
|
Disable macOS debuginfo and on all platforms optimizations
|
2019-02-11 19:11:55 +01:00 |
|
bjorn3
|
5b3867430f
|
Fix "offset" intrinsic
It didn't multiply the offset given by the pointee type size.
|
2019-02-11 18:50:26 +01:00 |
|
bjorn3
|
91385ba0fc
|
Cleanup config.sh
|
2019-02-11 15:42:28 +01:00 |
|
bjorn3
|
a272efa030
|
Fix alloc_example
|
2019-02-11 15:29:46 +01:00 |
|
bjorn3
|
19f9810a0f
|
Rustup to rustc 1.34.0-nightly (0b7af2668 2019-02-10)
|
2019-02-11 15:10:28 +01:00 |
|
bjorn3
|
05ee5cc090
|
Merge pull request #338 from philipc/gimli
Update gimli
|
2019-02-11 15:09:17 +01:00 |
|
Philip Craig
|
e2a869e166
|
Update gimli
|
2019-02-11 17:05:38 +10:00 |
|
bjorn3
|
1eba7e5f5e
|
Implement drop for trait objects
|
2019-02-08 17:20:24 +01:00 |
|
dependabot[bot]
|
e506ff1ddb
|
Merge pull request #334 from bjorn3/dependabot/cargo/cranelift-4d92022
|
2019-02-08 06:42:44 +00:00 |
|
dependabot[bot]
|
d3995bc5f6
|
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](0a04fb6ad0...4d92022a0b )
Signed-off-by: dependabot[bot] <support@dependabot.com>
|
2019-02-08 05:37:43 +00:00 |
|
bjorn3
|
c8f19f1cb2
|
Make codegen_call_inner a bit more readable
|
2019-02-07 20:28:55 +01:00 |
|
dependabot[bot]
|
2709d2ee78
|
Merge pull request #330 from bjorn3/dependabot/cargo/cranelift-0a04fb6
|
2019-02-07 08:55:13 +00:00 |
|
dependabot[bot]
|
bbfcecc312
|
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](c47ca7bafc...0a04fb6ad0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
|
2019-02-07 07:26:33 +00:00 |
|
bjorn3
|
160c6925c1
|
Merge pull request #327 from bjorn3/dependabot/cargo/gimli-955c33e
Bump gimli from `9ed8d7b` to `955c33e`
|
2019-02-07 08:22:39 +01:00 |
|
dependabot[bot]
|
2970dd7af5
|
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>
|
2019-02-07 06:22:17 +00:00 |
|
dependabot[bot]
|
226aa36373
|
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](9ed8d7bce4...955c33ed00 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
|
2019-02-07 06:21:48 +00:00 |
|
bjorn3
|
f2b67e12bb
|
Remove 0008-Replace-some-variadic-function-calls-with-unimplemen.patch
|
2019-02-06 19:22:01 +01:00 |
|