bjorn3
|
e49481d112
|
Update Cargo.lock
|
2018-11-30 18:12:08 +01:00 |
|
bjorn3
|
a16e85707d
|
Rustup to rustc 1.32.0-nightly (3e90a12a8 2018-11-29)
|
2018-11-30 18:08:08 +01:00 |
|
bjorn3
|
36c0461654
|
Update SIMD entry in Readme
|
2018-11-27 11:21:20 +01:00 |
|
dependabot[bot]
|
4149ef6e47
|
Merge pull request #181 from bjorn3/dependabot/cargo/syn-0.15.22
|
2018-11-26 17:49:03 +00:00 |
|
dependabot[bot]
|
5cda66151f
|
Bump syn from 0.15.21 to 0.15.22
Bumps [syn](https://github.com/dtolnay/syn) from 0.15.21 to 0.15.22.
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](https://github.com/dtolnay/syn/compare/0.15.21...0.15.22)
Signed-off-by: dependabot[bot] <support@dependabot.com>
|
2018-11-26 17:16:39 +00:00 |
|
bjorn3
|
276ef87f90
|
Merge pull request #177 from bjorn3/dependabot/cargo/cranelift-1f34401
Bump cranelift from `fc608d4` to `1f34401`
|
2018-11-26 18:05:33 +01:00 |
|
dependabot[bot]
|
30f97e4ef0
|
Bump cranelift from fc608d4 to 1f34401
Bumps [cranelift](https://github.com/CraneStation/cranelift) from `fc608d4` to `1f34401`.
- [Release notes](https://github.com/CraneStation/cranelift/releases)
- [Commits](fc608d4b25...1f3440174a )
Signed-off-by: dependabot[bot] <support@dependabot.com>
|
2018-11-26 18:00:03 +01:00 |
|
bjorn3
|
d447f77f03
|
Rustup to rustc 1.32.0-nightly (6acbb5b65 2018-11-25)
|
2018-11-26 17:51:28 +01:00 |
|
bjorn3
|
95539518ec
|
Rustfmt
|
2018-11-24 12:47:53 +01:00 |
|
bjorn3
|
89702b9917
|
Update Cranelift, libc and redox_syscall
|
2018-11-24 11:51:41 +01:00 |
|
bjorn3
|
830522af6d
|
Implement BackendTypes for FunctionCx
|
2018-11-24 11:42:57 +01:00 |
|
bjorn3
|
6559029b9d
|
Use rustc_codegen_ssa::CodegenResults
|
2018-11-24 11:25:11 +01:00 |
|
bjorn3
|
8e28d80a3d
|
Better use of CodegenResults::modules
|
2018-11-24 11:25:11 +01:00 |
|
bjorn3
|
f4ae9a4dbb
|
Rustup to rustc 1.32.0-nightly (1f57e4841 2018-11-23)
|
2018-11-24 11:23:49 +01:00 |
|
bjorn3
|
06202c007c
|
Fix some 2018 edition idioms
|
2018-11-17 18:23:52 +01:00 |
|
bjorn3
|
16334be18e
|
Remove a workaround for icmp.i8/i16 not having an encoding
|
2018-11-17 15:02:57 +01:00 |
|
bjorn3
|
e3bbef764c
|
Some changes to Readme.md
`rustup override set nightly` is not needed, because there is a `rust-toolchain` file.
cc #165
|
2018-11-17 12:24:35 +01:00 |
|
bjorn3
|
b2f7386f7e
|
Fix fn(&T) -> for<'l> fn(&'l T) write
|
2018-11-17 11:55:49 +01:00 |
|
bjorn3
|
158294de5c
|
Update libstd patches for latest nightly and macOS
|
2018-11-17 11:51:49 +01:00 |
|
bjorn3
|
10ad950130
|
Fix static linkage
|
2018-11-16 20:40:39 +01:00 |
|
bjorn3
|
2c38313403
|
Move unimpl! macro to unimpl.rs
|
2018-11-16 19:53:27 +01:00 |
|
bjorn3
|
b2a8996f88
|
Implement rotate_{left,right} intrinsics
|
2018-11-16 19:50:23 +01:00 |
|
bjorn3
|
7466741bf0
|
Benchmark compilations speed
cc #133
|
2018-11-16 18:39:31 +01:00 |
|
bjorn3
|
8233ade789
|
Set cranelift opt_level based on -Copt-level
|
2018-11-16 18:13:43 +01:00 |
|
bjorn3
|
e6634506a2
|
Update Cargo.lock
|
2018-11-16 17:54:57 +01:00 |
|
bjorn3
|
e83da7533c
|
Move trapping to trap_code.rs
|
2018-11-16 17:35:47 +01:00 |
|
bjorn3
|
cf287e3a05
|
Merge pull request #156 from bjorn3/dependabot/cargo/cranelift-af045c1
Bump cranelift from `606eee5` to `af045c1`
|
2018-11-16 17:24:29 +01:00 |
|
dependabot[bot]
|
7b1af5b6f6
|
Bump cranelift from 606eee5 to af045c1
Bumps [cranelift](https://github.com/CraneStation/cranelift) from `606eee5` to `af045c1`.
- [Release notes](https://github.com/CraneStation/cranelift/releases)
- [Commits](606eee5a6c...af045c1c17 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
|
2018-11-16 17:21:43 +01:00 |
|
bjorn3
|
faf974b2e6
|
Rustup to rustc 1.32.0-nightly (6b9b97bd9 2018-11-15)
|
2018-11-16 17:20:00 +01:00 |
|
bjorn3
|
e1811533ae
|
Update Readme.md for the current state and add some links to tracking issues
|
2018-11-16 17:05:59 +01:00 |
|
bjorn3
|
43552c9cb9
|
Replace some variadic function calls in libstd with unimplemented!()
|
2018-11-15 11:47:19 +01:00 |
|
bjorn3
|
f42b7c8ca9
|
Merge pull request #154 from bjorn3/dependabot/cargo/cranelift-606eee5
Bump cranelift from `fe081d3` to `606eee5`
|
2018-11-15 10:56:25 +01:00 |
|
bjorn3
|
4a69f55758
|
Update for cranelift change
|
2018-11-15 10:55:40 +01:00 |
|
dependabot[bot]
|
41ee6781f9
|
Bump cranelift from fe081d3 to 606eee5
Bumps [cranelift](https://github.com/CraneStation/cranelift) from `fe081d3` to `606eee5`.
- [Release notes](https://github.com/CraneStation/cranelift/releases)
- [Commits](fe081d3a47...606eee5a6c )
Signed-off-by: dependabot[bot] <support@dependabot.com>
|
2018-11-15 06:20:40 +00:00 |
|
bjorn3
|
ccf660c46e
|
Merge pull request #148 from bjorn3/dependabot/cargo/cranelift-fe081d3
Bump cranelift from `28fb8e1` to `fe081d3`
|
2018-11-14 15:21:50 +01:00 |
|
dependabot[bot]
|
59ae13f65f
|
Bump cranelift from 28fb8e1 to fe081d3
Bumps [cranelift](https://github.com/CraneStation/cranelift) from `28fb8e1` to `fe081d3`.
- [Release notes](https://github.com/CraneStation/cranelift/releases)
- [Commits](28fb8e1401...fe081d3a47 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
|
2018-11-14 14:06:55 +00:00 |
|
bjorn3
|
1717cc42ef
|
Fix allocator shim abi
|
2018-11-14 15:04:50 +01:00 |
|
bjorn3
|
b337695163
|
Merge pull request #151 from bjorn3/dependabot/cargo/ar-0.6.1
Bump ar from 0.6.0 to 0.6.1
|
2018-11-14 15:03:47 +01:00 |
|
dependabot[bot]
|
77784aa0de
|
Bump ar from 0.6.0 to 0.6.1
Bumps [ar](https://github.com/mdsteele/rust-ar) from 0.6.0 to 0.6.1.
- [Release notes](https://github.com/mdsteele/rust-ar/releases)
- [Commits](https://github.com/mdsteele/rust-ar/compare/v0.6.0...v0.6.1)
Signed-off-by: dependabot[bot] <support@dependabot.com>
|
2018-11-14 13:34:34 +00:00 |
|
bjorn3
|
0fa5c0f4fa
|
Rustup to rustc 1.32.0-nightly (9fefb6766 2018-11-13)
|
2018-11-14 14:31:42 +01:00 |
|
bjorn3
|
72c34be975
|
Implement raw ptr -> int of native pointer size cast
|
2018-11-13 18:57:59 +01:00 |
|
bjorn3
|
ea113ec82e
|
Implement intrinsic "exact_div"
|
2018-11-13 18:50:45 +01:00 |
|
bjorn3
|
b906adfffe
|
Implement some missing CastKind::Misc casts
|
2018-11-13 18:38:10 +01:00 |
|
bjorn3
|
127e080f62
|
Implement ProjectionElem::ConstantIndex
|
2018-11-13 18:28:10 +01:00 |
|
bjorn3
|
e5ab49e762
|
Rustup to rustc 1.32.0-nightly (65204a97d 2018-11-12)
|
2018-11-13 18:25:21 +01:00 |
|
bjorn3
|
a3263bafe0
|
Change some unimplemented! to unimpl!
|
2018-11-13 17:58:42 +01:00 |
|
bjorn3
|
25ba0d6b27
|
Merge remote-tracking branch 'sunfishcode/master'
|
2018-11-12 19:38:31 +01:00 |
|
bjorn3
|
1fb6912cfd
|
Rustup to rustc 1.32.0-nightly (ca79ecd69 2018-11-11)
I had to put the original source of liballoc_system in tree, because it got removed from rustc
|
2018-11-12 19:37:54 +01:00 |
|
Dan Gohman
|
7b5f4894f1
|
Change "cton" to "clif".
|
2018-11-12 07:20:42 -08:00 |
|
Dan Gohman
|
27d90ab1d5
|
Change "cretonne" to "cranelift".
|
2018-11-12 07:20:32 -08:00 |
|