bjorn3
|
80ab0cac3c
|
Apply rust-lang pr61828 to fix sysroot building
|
2019-06-14 19:33:08 +02:00 |
|
bjorn3
|
6d1bc088a7
|
Rustup to rustc 1.37.0-nightly (2887008e0 2019-06-12)
|
2019-06-13 20:44:40 +02:00 |
|
bjorn3
|
5e2ea4f194
|
Fix debuginfo generation when given source path doesn't contain a dir (eg plain lib.rs)
|
2019-06-12 18:30:27 +02:00 |
|
dependabot-preview[bot]
|
ec05bcee29
|
Bump region from 2.1.0 to 2.1.1 (#606)
Bumps [region](https://github.com/darfink/region-rs) from 2.1.0 to 2.1.1.
- [Release notes](https://github.com/darfink/region-rs/releases)
- [Commits](https://github.com/darfink/region-rs/compare/2.1.0...2.1.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-06-12 17:06:15 +02:00 |
|
dependabot-preview[bot]
|
87113588c7
|
Bump miniz-sys from 0.1.11 to 0.1.12 (#607)
Bumps [miniz-sys](https://github.com/alexcrichton/flate2-rs) from 0.1.11 to 0.1.12.
- [Release notes](https://github.com/alexcrichton/flate2-rs/releases)
- [Commits](https://github.com/alexcrichton/flate2-rs/compare/miniz-sys-0.1.11...miniz-sys-0.1.12)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-06-12 17:05:50 +02:00 |
|
bjorn3
|
44a98df8c2
|
Remove workaround for previously missing encoding
|
2019-06-11 17:24:11 +02:00 |
|
bjorn3
|
db851945ea
|
Merge pull request #435 from bjorn3/write_dylib_metadata
Read and write dylib metadata
|
2019-06-11 17:22:22 +02:00 |
|
bjorn3
|
44a3550799
|
Cleanup
|
2019-06-11 16:59:42 +02:00 |
|
bjorn3
|
07bb89a02d
|
Fix it
|
2019-06-11 16:57:59 +02:00 |
|
bjorn3
|
aa48c1482a
|
[WIP]
|
2019-06-11 16:46:36 +02:00 |
|
bjorn3
|
893945bd71
|
Update for faerie section symbols
|
2019-06-11 16:45:15 +02:00 |
|
bjorn3
|
4ade746333
|
[WIP] Add section symbol for mach-O
|
2019-06-11 16:45:15 +02:00 |
|
bjorn3
|
847a37fedc
|
Only write metadata module when necessary
|
2019-06-11 16:45:14 +02:00 |
|
bjorn3
|
805e270910
|
[WIP]
|
2019-06-11 16:45:14 +02:00 |
|
bjorn3
|
1bea823069
|
[DEBUG] Add objdump invocation
|
2019-06-11 16:45:14 +02:00 |
|
bjorn3
|
8dae241368
|
[WIP] Use correct segment for metadata section
|
2019-06-11 16:45:14 +02:00 |
|
bjorn3
|
e8c50cf2c2
|
Read and write dylib metadata
|
2019-06-11 16:45:14 +02:00 |
|
bjorn3
|
8fb70f259f
|
Move layout out of the enum for CValue
|
2019-06-11 16:41:40 +02:00 |
|
bjorn3
|
089e75ec42
|
Encapsulate CPlace constructors
|
2019-06-11 16:30:47 +02:00 |
|
bjorn3
|
3f04e73b40
|
Use CValue::by_val{,_pair} at more places
|
2019-06-11 16:25:07 +02:00 |
|
bjorn3
|
466ecad2f0
|
Move CValue and CPlace to separate file and remove duplicate scalar_to_clif_type
|
2019-06-11 15:43:22 +02:00 |
|
bjorn3
|
d6e07cfcc8
|
Encapsulate CValue and CPlace creation
|
2019-06-11 15:32:30 +02:00 |
|
bjorn3
|
18b78d116a
|
Update dependencies
|
2019-06-11 15:21:05 +02:00 |
|
bjorn3
|
e8767b04ac
|
Update Cargo.lock
|
2019-06-09 15:34:44 +02:00 |
|
bjorn3
|
165314bac9
|
Update cranelift
|
2019-06-09 15:27:37 +02:00 |
|
bjorn3
|
d8d405e85b
|
Rustup to rustc 1.37.0-nightly (991c719a1 2019-06-08)
|
2019-06-09 15:16:45 +02:00 |
|
bjorn3
|
4b5bb3302b
|
Pretty print non local mir bodies too on panic
|
2019-06-08 20:41:15 +02:00 |
|
dependabot-preview[bot]
|
137bfd044d
|
Merge pull request #594 from bjorn3/dependabot/cargo/bitflags-1.1.0
|
2019-06-08 08:07:40 +00:00 |
|
dependabot-preview[bot]
|
a91625bdbb
|
Bump bitflags from 1.0.4 to 1.1.0
Bumps [bitflags](https://github.com/bitflags/bitflags) from 1.0.4 to 1.1.0.
- [Release notes](https://github.com/bitflags/bitflags/releases)
- [Changelog](https://github.com/bitflags/bitflags/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bitflags/bitflags/compare/1.0.4...1.1.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-06-08 07:43:58 +00:00 |
|
bjorn3
|
161c8aa5cf
|
Rustup to rustc 1.37.0-nightly (7cdaffd79 2019-06-05)
|
2019-06-06 20:31:09 +02:00 |
|
bjorn3
|
d3dbf358ae
|
Rustup to rustc 1.37.0-nightly (03ee55bb1 2019-06-01)
|
2019-06-02 12:06:02 +02:00 |
|
bjorn3
|
37708ada2c
|
Update dependencies
|
2019-06-02 12:05:48 +02:00 |
|
bjorn3
|
b625e56488
|
Rustup to rustc 1.37.0-nightly (3ade426ed 2019-05-30)
|
2019-05-31 10:56:55 +02:00 |
|
bjorn3
|
610f377b7d
|
Rustup to rustc 1.36.0-nightly (f49269398 2019-05-25)
|
2019-05-26 10:20:35 +02:00 |
|
bjorn3
|
5db3fcd169
|
Update Cargo.lock
|
2019-05-25 13:56:28 +02:00 |
|
dependabot-preview[bot]
|
e914cb300e
|
Merge pull request #566 from bjorn3/dependabot/cargo/cranelift-be02e94
|
2019-05-25 11:17:21 +00:00 |
|
dependabot-preview[bot]
|
b408885f70
|
Bump cranelift from dcce879 to be02e94
Bumps [cranelift](https://github.com/CraneStation/cranelift) from `dcce879` to `be02e94`.
- [Release notes](https://github.com/CraneStation/cranelift/releases)
- [Commits](dcce8792b1...be02e94561 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
|
2019-05-25 10:32:31 +00:00 |
|
bjorn3
|
d078fde07a
|
Rustup to rustc 1.36.0-nightly (dec4c5201 2019-05-24)
|
2019-05-25 12:30:21 +02:00 |
|
bjorn3
|
8ff6febdbf
|
Update cranelift
|
2019-05-22 15:21:05 +02:00 |
|
bjorn3
|
5593bc8cd3
|
Update cranelift
|
2019-05-14 16:12:58 +02:00 |
|
bjorn3
|
0046ce4c85
|
Partial support for wasm32-unknown-wasi as host triple
This needs a rustc compiled for wasi (see rust-lang/miri#722)
It also needs CraneStation/target-lexicon#14
|
2019-05-11 12:23:40 +02:00 |
|
dependabot[bot]
|
e998997f98
|
Bump proc-macro2 from 0.4.29 to 0.4.30 (#527)
Bumps [proc-macro2](https://github.com/alexcrichton/proc-macro2) from 0.4.29 to 0.4.30.
- [Release notes](https://github.com/alexcrichton/proc-macro2/releases)
- [Commits](https://github.com/alexcrichton/proc-macro2/compare/0.4.29...0.4.30)
Signed-off-by: dependabot[bot] <support@dependabot.com>
|
2019-05-09 11:29:05 +02:00 |
|
dependabot[bot]
|
031d728448
|
Merge pull request #525 from bjorn3/dependabot/cargo/serde-1.0.91
|
2019-05-08 19:17:58 +00:00 |
|
dependabot[bot]
|
9c638ea8fa
|
Merge pull request #526 from bjorn3/dependabot/cargo/syn-0.15.34
|
2019-05-08 18:55:46 +00:00 |
|
dependabot[bot]
|
6663c9f185
|
Bump serde from 1.0.90 to 1.0.91
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.90 to 1.0.91.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.90...v1.0.91)
Signed-off-by: dependabot[bot] <support@dependabot.com>
|
2019-05-08 18:07:19 +00:00 |
|
dependabot[bot]
|
82d113cad4
|
Bump syn from 0.15.33 to 0.15.34
Bumps [syn](https://github.com/dtolnay/syn) from 0.15.33 to 0.15.34.
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](https://github.com/dtolnay/syn/compare/0.15.33...0.15.34)
Signed-off-by: dependabot[bot] <support@dependabot.com>
|
2019-05-08 18:07:11 +00:00 |
|
bjorn3
|
2aeffa679a
|
Rustup to rustc 1.36.0-nightly (cfdc84a00 2019-05-07)
|
2019-05-08 20:05:01 +02:00 |
|
bjorn3
|
bb7a990ee7
|
Extract driver.rs
|
2019-05-04 16:54:25 +02:00 |
|
bjorn3
|
97747aa91a
|
Update Cargo.lock
|
2019-05-04 16:25:19 +02:00 |
|
bjorn3
|
80fc7b569c
|
Use crates.io version of ar again
|
2019-05-04 16:23:53 +02:00 |
|