bjorn3
|
80fc7b569c
|
Use crates.io version of ar again
|
2019-05-04 16:23:53 +02:00 |
|
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 |
|
dependabot[bot]
|
bbd83ebf9d
|
Bump proc-macro2 from 0.4.27 to 0.4.29 (#507)
Bumps [proc-macro2](https://github.com/alexcrichton/proc-macro2) from 0.4.27 to 0.4.29.
- [Release notes](https://github.com/alexcrichton/proc-macro2/releases)
- [Commits](https://github.com/alexcrichton/proc-macro2/compare/0.4.27...0.4.29)
Signed-off-by: dependabot[bot] <support@dependabot.com>
|
2019-05-01 13:13:46 +02:00 |
|
dependabot[bot]
|
8fa92b8bb4
|
Bump libc from 0.2.51 to 0.2.53 (#508)
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.51 to 0.2.53.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.51...0.2.53)
Signed-off-by: dependabot[bot] <support@dependabot.com>
|
2019-05-01 13:13:31 +02:00 |
|
dependabot[bot]
|
8de77b9011
|
Merge pull request #511 from bjorn3/dependabot/cargo/cranelift-c0ee30f
|
2019-04-29 06:07:03 +00:00 |
|
dependabot[bot]
|
c33d127a59
|
Bump cranelift from 4f69c32 to c0ee30f
Bumps [cranelift](https://github.com/CraneStation/cranelift) from `4f69c32` to `c0ee30f`.
- [Release notes](https://github.com/CraneStation/cranelift/releases)
- [Commits](4f69c32572...c0ee30f9a9 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
|
2019-04-29 04:17:55 +00: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
|
421fe2e982
|
Update cranelift
|
2019-04-27 18:48:34 +02:00 |
|
bjorn3
|
d4ed46fa75
|
Merge pull request #495 from bjorn3/use_cg_clif_link
Use cg clif link
|
2019-04-27 18:26:25 +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
|
964edb9a61
|
Don't remove incremental cache for sysroot building
This more than halves compilation time for the sysroot
|
2019-04-24 16:36:04 +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 |
|
dependabot[bot]
|
8b3b6f0831
|
Merge pull request #486 from bjorn3/dependabot/cargo/cranelift-538a066
|
2019-04-19 17:31:39 +00:00 |
|
dependabot[bot]
|
a09d92f9b1
|
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](84567979ba...538a0662bf )
Signed-off-by: dependabot[bot] <support@dependabot.com>
|
2019-04-19 16:45:50 +00:00 |
|
dependabot[bot]
|
b90ff1e56a
|
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](1bcc823941...70c3730b5e )
Signed-off-by: dependabot[bot] <support@dependabot.com>
|
2019-04-19 18:43:06 +02:00 |
|
bjorn3
|
dd21922f31
|
Rustup to rustc 1.36.0-nightly (3c3d3c177 2019-04-17)
|
2019-04-18 19:06:59 +02:00 |
|
dependabot[bot]
|
96a3f5db69
|
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>
|
2019-04-17 14:15:44 +02:00 |
|
dependabot[bot]
|
b2d16c43d7
|
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](053f9e3c9b...1bcc823941 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
|
2019-04-17 14:15:28 +02:00 |
|
bjorn3
|
9b4910aed0
|
Update Cargo.lock
|
2019-04-15 16:41:13 +02:00 |
|
bjorn3
|
de792ad690
|
Rustup to rustc 1.35.0-nightly (aa99abeb2 2019-04-14)
|
2019-04-15 16:34:16 +02:00 |
|
bjorn3
|
2f36416fc9
|
Some changes to README.md
|
2019-04-14 10:49:07 +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
|
16f4126656
|
Pass --sysroot in config.sh to prevent passing it
|
2019-04-10 16:53:23 +02:00 |
|
bjorn3
|
3fb3043358
|
Update Cargo.lock
|
2019-04-10 16:44:18 +02:00 |
|
dependabot[bot]
|
68efcb34b6
|
Merge pull request #477 from bjorn3/dependabot/cargo/cranelift-8456797
|
2019-04-10 05:03:19 +00:00 |
|
dependabot[bot]
|
f13cd3e6ef
|
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](4bc56b8505...84567979ba )
Signed-off-by: dependabot[bot] <support@dependabot.com>
|
2019-04-10 04:17:48 +00:00 |
|
dependabot[bot]
|
3507b78d45
|
Merge pull request #471 from bjorn3/dependabot/cargo/cranelift-4bc56b8
|
2019-04-09 05:04:23 +00:00 |
|
dependabot[bot]
|
6e3939e43c
|
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](cadf244ed5...4bc56b8505 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
|
2019-04-09 04:17:32 +00:00 |
|
bjorn3
|
41a4175c84
|
Fix for mutable_borrow_reservation_conflict future compatibility lint
|
2019-04-08 18:22:28 +02:00 |
|
bjorn3
|
42349e963d
|
Update cranelift
|
2019-04-08 18:21:40 +02:00 |
|
dependabot[bot]
|
b9f771f83e
|
Merge pull request #467 from bjorn3/dependabot/cargo/cranelift-c08d231
|
2019-04-08 06:10:05 +00:00 |
|
dependabot[bot]
|
979795e05e
|
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](0d2badceb8...c08d231708 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
|
2019-04-08 04:17:43 +00:00 |
|
bjorn3
|
66e33c2570
|
Rustup to rustc 1.35.0-nightly (acd8dd6a5 2019-04-05)
|
2019-04-06 12:18:42 +02:00 |
|
bjorn3
|
8eee61fe69
|
Update dependencies
|
2019-04-05 20:10:55 +02:00 |
|