]> git.lizzy.rs Git - rust.git/log
rust.git
5 years agoFix filename length for ar files
bjorn3 [Sun, 21 Apr 2019 13:25:39 +0000 (15:25 +0200)]
Fix filename length for ar files

5 years ago[WIP] Try using GnuBuilder
bjorn3 [Tue, 16 Apr 2019 17:07:30 +0000 (19:07 +0200)]
[WIP] Try using GnuBuilder

5 years agoUse rustc_codegen_ssa::back::link instead of copy pasted version
bjorn3 [Mon, 1 Apr 2019 17:34:26 +0000 (19:34 +0200)]
Use rustc_codegen_ssa::back::link instead of copy pasted version

5 years agoDon't remove incremental cache for sysroot building
bjorn3 [Wed, 24 Apr 2019 14:35:58 +0000 (16:35 +0200)]
Don't remove incremental cache for sysroot building

This more than halves compilation time for the sysroot

5 years agoRustup to rustc 1.36.0-nightly (e938c2b9a 2019-04-23)
bjorn3 [Wed, 24 Apr 2019 14:35:00 +0000 (16:35 +0200)]
Rustup to rustc 1.36.0-nightly (e938c2b9a 2019-04-23)

5 years agoRefactor archive.rs for future usage of ar::GnuBuilder
bjorn3 [Tue, 16 Apr 2019 16:41:07 +0000 (18:41 +0200)]
Refactor archive.rs for future usage of ar::GnuBuilder

5 years agoLet the ArArchiveBuilder implement cg_ssa::back::archive::ArchiveBuilder
bjorn3 [Mon, 1 Apr 2019 17:34:26 +0000 (19:34 +0200)]
Let the ArArchiveBuilder implement cg_ssa::back::archive::ArchiveBuilder

5 years agoRustup to rustc 1.36.0-nightly (33fe1131c 2019-04-20)
bjorn3 [Sun, 21 Apr 2019 12:41:23 +0000 (14:41 +0200)]
Rustup to rustc 1.36.0-nightly (33fe1131c 2019-04-20)

5 years agoUse more rustc_codegen_ssa::back::link for linking
bjorn3 [Sat, 20 Apr 2019 15:35:58 +0000 (17:35 +0200)]
Use more rustc_codegen_ssa::back::link for linking

5 years agoMerge pull request #486 from bjorn3/dependabot/cargo/cranelift-538a066
dependabot[bot] [Fri, 19 Apr 2019 17:31:39 +0000 (17:31 +0000)]
Merge pull request #486 from bjorn3/dependabot/cargo/cranelift-538a066

5 years agoBump cranelift from `8456797` to `538a066`
dependabot[bot] [Fri, 19 Apr 2019 16:45:50 +0000 (16:45 +0000)]
Bump cranelift from `8456797` to `538a066`

Bumps [cranelift](https://github.com/CraneStation/cranelift) from `8456797` to `538a066`.
- [Release notes](https://github.com/CraneStation/cranelift/releases)
- [Commits](https://github.com/CraneStation/cranelift/compare/84567979ba18ad613d0066c0d8129393c9098a9c...538a0662bf90a1daa9921c10f34827ace134abf1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
5 years agoBump gimli from `1bcc823` to `70c3730` (#490)
dependabot[bot] [Fri, 19 Apr 2019 16:43:06 +0000 (18:43 +0200)]
Bump gimli from `1bcc823` to `70c3730` (#490)

Bumps [gimli](https://github.com/gimli-rs/gimli) from `1bcc823` to `70c3730`.
- [Release notes](https://github.com/gimli-rs/gimli/releases)
- [Commits](https://github.com/gimli-rs/gimli/compare/1bcc82394136549c2c60f19bcb92316fccea5ce4...70c3730b5e3d8669dd2dbcf829fedd4f679185d9)

Signed-off-by: dependabot[bot] <support@dependabot.com>
5 years agoRustup to rustc 1.36.0-nightly (3c3d3c177 2019-04-17)
bjorn3 [Thu, 18 Apr 2019 17:06:59 +0000 (19:06 +0200)]
Rustup to rustc 1.36.0-nightly (3c3d3c177 2019-04-17)

5 years agoBump regex from 1.1.5 to 1.1.6 (#483)
dependabot[bot] [Wed, 17 Apr 2019 12:15:44 +0000 (14:15 +0200)]
Bump regex from 1.1.5 to 1.1.6 (#483)

Bumps [regex](https://github.com/rust-lang/regex) from 1.1.5 to 1.1.6.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/regex/compare/1.1.5...1.1.6)

Signed-off-by: dependabot[bot] <support@dependabot.com>
5 years agoBump gimli from `053f9e3` to `1bcc823` (#484)
dependabot[bot] [Wed, 17 Apr 2019 12:15:28 +0000 (14:15 +0200)]
Bump gimli from `053f9e3` to `1bcc823` (#484)

Bumps [gimli](https://github.com/gimli-rs/gimli) from `053f9e3` to `1bcc823`.
- [Release notes](https://github.com/gimli-rs/gimli/releases)
- [Commits](https://github.com/gimli-rs/gimli/compare/053f9e3c9b219ffa5033760a10726ec2681f1dfb...1bcc82394136549c2c60f19bcb92316fccea5ce4)

Signed-off-by: dependabot[bot] <support@dependabot.com>
5 years agoUpdate Cargo.lock
bjorn3 [Mon, 15 Apr 2019 14:41:13 +0000 (16:41 +0200)]
Update Cargo.lock

5 years agoRustup to rustc 1.35.0-nightly (aa99abeb2 2019-04-14)
bjorn3 [Mon, 15 Apr 2019 14:34:16 +0000 (16:34 +0200)]
Rustup to rustc 1.35.0-nightly (aa99abeb2 2019-04-14)

5 years agoSome changes to README.md
bjorn3 [Sun, 14 Apr 2019 08:49:07 +0000 (10:49 +0200)]
Some changes to README.md

5 years agoPrint message when reaching trap
bjorn3 [Sat, 23 Mar 2019 12:06:35 +0000 (13:06 +0100)]
Print message when reaching trap

5 years agoFix and optimize init intrinsic
bjorn3 [Sun, 24 Feb 2019 15:46:11 +0000 (16:46 +0100)]
Fix and optimize init intrinsic

5 years agoPass --sysroot in config.sh to prevent passing it
bjorn3 [Wed, 10 Apr 2019 14:50:50 +0000 (16:50 +0200)]
Pass --sysroot in config.sh to prevent passing it

5 years agoUpdate Cargo.lock
bjorn3 [Wed, 10 Apr 2019 14:44:18 +0000 (16:44 +0200)]
Update Cargo.lock

5 years agoMerge pull request #477 from bjorn3/dependabot/cargo/cranelift-8456797
dependabot[bot] [Wed, 10 Apr 2019 05:03:19 +0000 (05:03 +0000)]
Merge pull request #477 from bjorn3/dependabot/cargo/cranelift-8456797

5 years agoBump cranelift from `4bc56b8` to `8456797`
dependabot[bot] [Wed, 10 Apr 2019 04:17:48 +0000 (04:17 +0000)]
Bump cranelift from `4bc56b8` to `8456797`

Bumps [cranelift](https://github.com/CraneStation/cranelift) from `4bc56b8` to `8456797`.
- [Release notes](https://github.com/CraneStation/cranelift/releases)
- [Commits](https://github.com/CraneStation/cranelift/compare/4bc56b8505a50e9fadbd2ccbe68ffbd3aba8e44e...84567979ba18ad613d0066c0d8129393c9098a9c)

Signed-off-by: dependabot[bot] <support@dependabot.com>
5 years agoMerge pull request #471 from bjorn3/dependabot/cargo/cranelift-4bc56b8
dependabot[bot] [Tue, 9 Apr 2019 05:04:23 +0000 (05:04 +0000)]
Merge pull request #471 from bjorn3/dependabot/cargo/cranelift-4bc56b8

5 years agoBump cranelift from `cadf244` to `4bc56b8`
dependabot[bot] [Tue, 9 Apr 2019 04:17:32 +0000 (04:17 +0000)]
Bump cranelift from `cadf244` to `4bc56b8`

Bumps [cranelift](https://github.com/CraneStation/cranelift) from `cadf244` to `4bc56b8`.
- [Release notes](https://github.com/CraneStation/cranelift/releases)
- [Commits](https://github.com/CraneStation/cranelift/compare/cadf244ed5a94625d527515dbde4561814445695...4bc56b8505a50e9fadbd2ccbe68ffbd3aba8e44e)

Signed-off-by: dependabot[bot] <support@dependabot.com>
5 years agoFix for mutable_borrow_reservation_conflict future compatibility lint
bjorn3 [Mon, 8 Apr 2019 16:22:28 +0000 (18:22 +0200)]
Fix for mutable_borrow_reservation_conflict future compatibility lint

5 years agoUpdate cranelift
bjorn3 [Mon, 8 Apr 2019 16:21:40 +0000 (18:21 +0200)]
Update cranelift

5 years agoMerge pull request #467 from bjorn3/dependabot/cargo/cranelift-c08d231
dependabot[bot] [Mon, 8 Apr 2019 06:10:05 +0000 (06:10 +0000)]
Merge pull request #467 from bjorn3/dependabot/cargo/cranelift-c08d231

5 years agoBump cranelift from `0d2badc` to `c08d231`
dependabot[bot] [Mon, 8 Apr 2019 04:17:43 +0000 (04:17 +0000)]
Bump cranelift from `0d2badc` to `c08d231`

Bumps [cranelift](https://github.com/CraneStation/cranelift) from `0d2badc` to `c08d231`.
- [Release notes](https://github.com/CraneStation/cranelift/releases)
- [Commits](https://github.com/CraneStation/cranelift/compare/0d2badceb81a1f911b223eed3b42d4d89ac04182...c08d231708e49aeec6cc31e45f2d8aff3cb9372b)

Signed-off-by: dependabot[bot] <support@dependabot.com>
5 years agoRustup to rustc 1.35.0-nightly (acd8dd6a5 2019-04-05)
bjorn3 [Sat, 6 Apr 2019 10:18:42 +0000 (12:18 +0200)]
Rustup to rustc 1.35.0-nightly (acd8dd6a5 2019-04-05)

5 years agoUpdate dependencies
bjorn3 [Fri, 5 Apr 2019 18:10:55 +0000 (20:10 +0200)]
Update dependencies

5 years agoUpdate cranelift, faerie and target-lexicon
bjorn3 [Fri, 5 Apr 2019 17:42:23 +0000 (19:42 +0200)]
Update cranelift, faerie and target-lexicon

5 years agoBump gimli from `97ab9ea` to `21a3d2b` (#462)
dependabot[bot] [Fri, 5 Apr 2019 15:38:10 +0000 (17:38 +0200)]
Bump gimli from `97ab9ea` to `21a3d2b` (#462)

Bumps [gimli](https://github.com/gimli-rs/gimli) from `97ab9ea` to `21a3d2b`.
- [Release notes](https://github.com/gimli-rs/gimli/releases)
- [Commits](https://github.com/gimli-rs/gimli/compare/97ab9ea183cfd3d1fa31395ebed6a4fc9c8f987b...21a3d2b82d2e5d7e5ab37b114fb34b179cdd340d)

Signed-off-by: dependabot[bot] <support@dependabot.com>
5 years agoRustup to rustc 1.35.0-nightly (f8673e0ad 2019-04-03)
Aaron Hill [Thu, 4 Apr 2019 02:40:19 +0000 (22:40 -0400)]
Rustup to rustc 1.35.0-nightly (f8673e0ad 2019-04-03)

5 years agoMerge pull request #448 from bjorn3/dependabot/cargo/cranelift-73aa684
dependabot[bot] [Tue, 2 Apr 2019 16:18:11 +0000 (16:18 +0000)]
Merge pull request #448 from bjorn3/dependabot/cargo/cranelift-73aa684

5 years agoBump cranelift from `6df7e41` to `73aa684`
dependabot[bot] [Tue, 2 Apr 2019 15:49:17 +0000 (15:49 +0000)]
Bump cranelift from `6df7e41` to `73aa684`

Bumps [cranelift](https://github.com/CraneStation/cranelift) from `6df7e41` to `73aa684`.
- [Release notes](https://github.com/CraneStation/cranelift/releases)
- [Commits](https://github.com/CraneStation/cranelift/compare/6df7e41f5072b73706c441a5a052908320b9b39c...73aa6849b17d44f00c929ad2e95610ddffa65b8b)

Signed-off-by: dependabot[bot] <support@dependabot.com>
5 years agoUpdate Cargo.lock
bjorn3 [Mon, 1 Apr 2019 18:29:06 +0000 (20:29 +0200)]
Update Cargo.lock

5 years agoRustup to rustc 1.35.0-nightly (e3428db7c 2019-03-31)
bjorn3 [Mon, 1 Apr 2019 18:22:59 +0000 (20:22 +0200)]
Rustup to rustc 1.35.0-nightly (e3428db7c 2019-03-31)

5 years agoRustup to rustc 1.35.0-nightly (e782d790f 2019-03-29)
bjorn3 [Sat, 30 Mar 2019 09:37:09 +0000 (10:37 +0100)]
Rustup to rustc 1.35.0-nightly (e782d790f 2019-03-29)

5 years agoRustup to rustc 1.35.0-nightly (237bf3244 2019-03-28)
bjorn3 [Fri, 29 Mar 2019 18:33:12 +0000 (19:33 +0100)]
Rustup to rustc 1.35.0-nightly (237bf3244 2019-03-28)

5 years agoUpdate Cargo.lock
bjorn3 [Fri, 29 Mar 2019 17:05:17 +0000 (18:05 +0100)]
Update Cargo.lock

5 years agoUpdate Cargo.lock
bjorn3 [Wed, 27 Mar 2019 16:52:51 +0000 (17:52 +0100)]
Update Cargo.lock

5 years agoRustup to rustc 1.35.0-nightly (fbd34efb3 2019-03-26)
bjorn3 [Wed, 27 Mar 2019 16:45:20 +0000 (17:45 +0100)]
Rustup to rustc 1.35.0-nightly (fbd34efb3 2019-03-26)

5 years agoSkip ZST arguments
bjorn3 [Tue, 26 Mar 2019 18:53:04 +0000 (19:53 +0100)]
Skip ZST arguments

Fixes #413 and increases compatibility with cg_llvm

5 years agoUpdate dependencies
bjorn3 [Mon, 25 Mar 2019 19:03:05 +0000 (20:03 +0100)]
Update dependencies

5 years agoRustup to rustc 1.35.0-nightly (0576ac109 2019-03-24)
bjorn3 [Mon, 25 Mar 2019 18:54:44 +0000 (19:54 +0100)]
Rustup to rustc 1.35.0-nightly (0576ac109 2019-03-24)

5 years agoRustup to rustc 1.35.0-nightly (82e2f3ec2 2019-03-20)
bjorn3 [Thu, 21 Mar 2019 19:24:46 +0000 (20:24 +0100)]
Rustup to rustc 1.35.0-nightly (82e2f3ec2 2019-03-20)

5 years agoRustup to rustc 1.35.0-nightly (52e885628 2019-03-15)
bjorn3 [Sat, 16 Mar 2019 09:54:02 +0000 (10:54 +0100)]
Rustup to rustc 1.35.0-nightly (52e885628 2019-03-15)

5 years agoBump gimli from `5763791` to `f1f641c` (#418)
dependabot[bot] [Tue, 12 Mar 2019 10:25:57 +0000 (11:25 +0100)]
Bump gimli from `5763791` to `f1f641c` (#418)

Bumps [gimli](https://github.com/gimli-rs/gimli) from `5763791` to `f1f641c`.
- [Release notes](https://github.com/gimli-rs/gimli/releases)
- [Commits](https://github.com/gimli-rs/gimli/compare/57637915bbb59bb9743dab9cd2b4ff62454f2f93...f1f641c73eaa3caa38ef673e89bffd08469512dd)

Signed-off-by: dependabot[bot] <support@dependabot.com>
5 years agoMisc changes
bjorn3 [Mon, 11 Mar 2019 19:45:59 +0000 (20:45 +0100)]
Misc changes

5 years agoSign extend ints in trans_const_value
bjorn3 [Mon, 11 Mar 2019 19:44:05 +0000 (20:44 +0100)]
Sign extend ints in trans_const_value

5 years agoImplement weak linkage for statics
bjorn3 [Mon, 11 Mar 2019 19:36:29 +0000 (20:36 +0100)]
Implement weak linkage for statics

5 years agoRemove "Saved incremental data" warning
bjorn3 [Mon, 11 Mar 2019 19:06:23 +0000 (20:06 +0100)]
Remove "Saved incremental data" warning

5 years agoUpdate cranelift
bjorn3 [Mon, 11 Mar 2019 19:06:05 +0000 (20:06 +0100)]
Update cranelift

5 years agoRustup to rustc 1.35.0-nightly (9d71ec135 2019-03-10)
bjorn3 [Mon, 11 Mar 2019 19:02:47 +0000 (20:02 +0100)]
Rustup to rustc 1.35.0-nightly (9d71ec135 2019-03-10)

5 years agoUpdate cranelift, faerie and target-lexicon
bjorn3 [Fri, 8 Mar 2019 16:55:51 +0000 (17:55 +0100)]
Update cranelift, faerie and target-lexicon

5 years agoBump gimli from `f30aeaa` to `5763791` (#409)
dependabot[bot] [Fri, 8 Mar 2019 07:24:53 +0000 (08:24 +0100)]
Bump gimli from `f30aeaa` to `5763791` (#409)

Bumps [gimli](https://github.com/gimli-rs/gimli) from `f30aeaa` to `5763791`.
- [Release notes](https://github.com/gimli-rs/gimli/releases)
- [Commits](https://github.com/gimli-rs/gimli/compare/f30aeaa779b2e3fd0326705a05fb30793827bb93...57637915bbb59bb9743dab9cd2b4ff62454f2f93)

Signed-off-by: dependabot[bot] <support@dependabot.com>
5 years agoBump rand_os from 0.1.2 to 0.1.3 (#404)
dependabot[bot] [Thu, 7 Mar 2019 17:31:39 +0000 (18:31 +0100)]
Bump rand_os from 0.1.2 to 0.1.3 (#404)

Bumps [rand_os](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_os-0.1.2...rand_os-0.1.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
5 years agoBump gimli from `a5f5b72` to `f30aeaa` (#408)
dependabot[bot] [Thu, 7 Mar 2019 17:30:53 +0000 (18:30 +0100)]
Bump gimli from `a5f5b72` to `f30aeaa` (#408)

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

Signed-off-by: dependabot[bot] <support@dependabot.com>
5 years agoBump env_logger from 0.6.0 to 0.6.1 (#407)
dependabot[bot] [Thu, 7 Mar 2019 17:30:36 +0000 (18:30 +0100)]
Bump env_logger from 0.6.0 to 0.6.1 (#407)

Bumps [env_logger](https://github.com/sebasmagri/env_logger) from 0.6.0 to 0.6.1.
- [Release notes](https://github.com/sebasmagri/env_logger/releases)
- [Commits](https://github.com/sebasmagri/env_logger/compare/v0.6.0...v0.6.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
5 years agoFix atomic intrinsics
bjorn3 [Wed, 6 Mar 2019 19:34:57 +0000 (20:34 +0100)]
Fix atomic intrinsics

5 years agoFix write_cvalue type assert for late bound regions in trait objects
bjorn3 [Sun, 3 Mar 2019 15:33:46 +0000 (16:33 +0100)]
Fix write_cvalue type assert for late bound regions in trait objects

5 years agoRemove 0006-alloc-Disable-some-unsupported-stuff.patch
bjorn3 [Sun, 3 Mar 2019 11:01:33 +0000 (12:01 +0100)]
Remove 0006-alloc-Disable-some-unsupported-stuff.patch

5 years agoFix panic with reported const_eval promoted error
bjorn3 [Sun, 24 Feb 2019 17:07:20 +0000 (18:07 +0100)]
Fix panic with reported const_eval promoted error

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