Jonas Platte
|
d8f70a3861
|
Add CI job to ensure documentation can be built
|
2021-07-27 18:57:22 +02:00 |
|
David Tolnay
|
ea39063f9c
|
Update preserve_order required compiler to 1.38.0 for hashbrown
Required by indexmap introducing a dependency on hashbrown 0.11, which
does not build with rustc 1.36.0.
error[E0658]: use of unstable library feature 'ptr_cast'
--> github.com-1ecc6299db9ec823/hashbrown-0.11.2/src/raw/mod.rs:504:57
|
504 | NonNull::new_unchecked(self.table.ctrl.as_ptr().cast())
| ^^^^
error[E0658]: use of unstable library feature 'ptr_cast'
--> github.com-1ecc6299db9ec823/hashbrown-0.11.2/src/raw/mod.rs:1275:51
|
1275 | NonNull::new_unchecked(self.ctrl.as_ptr().cast())
| ^^^^
error[E0658]: use of unstable library feature 'ptr_cast'
--> github.com-1ecc6299db9ec823/hashbrown-0.11.2/src/raw/sse2.rs:49:40
|
49 | Group(x86::_mm_loadu_si128(ptr.cast()))
| ^^^^
error[E0658]: use of unstable library feature 'ptr_cast'
--> github.com-1ecc6299db9ec823/hashbrown-0.11.2/src/raw/sse2.rs:59:39
|
59 | Group(x86::_mm_load_si128(ptr.cast()))
| ^^^^
error[E0658]: use of unstable library feature 'ptr_cast'
--> github.com-1ecc6299db9ec823/hashbrown-0.11.2/src/raw/sse2.rs:69:34
|
69 | x86::_mm_store_si128(ptr.cast(), self.0);
| ^^^^
|
2021-06-30 10:28:26 -07:00 |
|
David Tolnay
|
9c38871ed9
|
Add no-std preserve_order check in CI
|
2020-09-30 13:35:06 -07:00 |
|
David Tolnay
|
187d89863a
|
Add CI builds on rust 1.40 and 1.45
|
2020-09-30 12:48:42 -07:00 |
|
David Tolnay
|
0b79429755
|
Raise minimum preserve_order version to rust 1.36
Now required by indexmap 1.6's hashbrown 0.9 dependency.
|
2020-09-05 18:57:19 -07:00 |
|
David Tolnay
|
fdc177d9cd
|
Raise preserve_order required Rust version to 1.32
Required by the dependency on indexmap which now depends on hashbrown 0.8.1.
|
2020-07-17 19:33:18 -07:00 |
|
David Tolnay
|
07bbec9508
|
Extend CI with more feature combinations
|
2020-06-08 21:39:21 -07:00 |
|
David Tolnay
|
d6080d91f9
|
Add no-std verification in CI
|
2020-06-04 23:32:03 -07:00 |
|
David Tolnay
|
93b4dc683e
|
Add CI build to cover fuzz target
|
2020-05-11 11:03:12 -07:00 |
|
David Tolnay
|
f255356c65
|
Add Windows CI in GitHub Actions
|
2020-05-05 22:23:26 -07:00 |
|
David Tolnay
|
edb1c31dfb
|
Avoid repeating slow doctests and compiletests
|
2020-05-05 22:20:31 -07:00 |
|
David Tolnay
|
dffbe4488f
|
Remove Travis configuration
|
2020-05-05 11:33:07 -07:00 |
|
David Tolnay
|
228cd3da41
|
Enable GitHub Actions
|
2020-05-03 01:32:14 -07:00 |
|