Taiki Endo and GitHub
16fd473d5c
Add feature to support platforms without atomic CAS ( #467 )
2025-01-31 18:52:54 +09:00
Taiki Endo and GitHub
71824b095c
ci: test AArch64 and run tests instead of build in cross job ( #763 )
2025-01-27 10:58:12 +01:00
Alice Ryhl and GitHub
f7072c9267
Run tests under panic=abort ( #749 )
2024-12-10 22:30:27 +01:00
Taiki Endo and GitHub
ac46ebdd46
ci: update nightly to nightly-2024-09-15 ( #734 )
2024-09-17 11:02:45 -04:00
Taiki Endo and GitHub
09214ba51b
Update CI config ( #650 )
2024-01-08 01:11:02 +09:00
0xc0001a2040 and GitHub
f15bba3375
Document which functions require std ( #591 )
2023-01-31 11:42:28 +01:00
Sean Lynch and GitHub
5c7b4317e0
Update nightly snapshot to the current one ( #577 )
2022-11-14 10:56:33 +09:00
Taiki Endo and GitHub
0ce4fe3c91
Update actions/checkout action to v3 ( #546 )
2022-05-01 14:50:55 +02:00
Noah Kennedy and GitHub
ba5c5c93af
Appease miri ( #515 )
...
Rewrote the ledger in test_bytes_vec_alloc.rs to not piss off miri. The ledger is now a table within the allocator, which seems to satisfy miri. The old solution was to bundle an extra usize into the beginning of each allocation and then index past the start when deallocating data to get the size.
2021-11-07 10:23:12 -06:00
Taiki Endo and GitHub
ed1d24e570
Use ubuntu-latest instead of ubuntu-16.04 ( #497 )
2021-05-23 23:09:26 +09:00
Taiki Endo and GitHub
b89247c713
Update loom to 0.5 ( #494 )
2021-04-13 23:58:18 +09:00
Alice Ryhl and GitHub
e4182808df
Make bytes_mut -> chunk_mut rename more easily discoverable ( #471 )
2021-01-23 15:22:43 +09:00
Ralf Jung and GitHub
27a0f9ca6e
CI: run test suite in Miri ( #456 )
2020-12-29 22:54:48 +01:00
Taiki Endo and GitHub
ed1d194660
deps: update loom to 0.4 ( #452 )
2020-12-22 10:30:50 +01:00
Carl Lerche and GitHub
06907f3e7b
Rename Buf/BufMut, methods to chunk/chunk_mut ( #450 )
...
The `bytes()` / `bytes_mut()` name implies the method returns the full
set of bytes represented by `Buf`/`BufMut`. To rectify this, the methods
are renamed to `chunk()` and `chunk_mut()` to reflect the partial nature
of the returned byte slice.
`bytes_vectored()` is renamed `chunks_vectored()`.
Closes #447
2020-12-18 11:04:31 -08:00
Taiki Endo and GitHub
2d51809bd7
Fix CI failure on Windows ( #415 )
...
--no-self-update is necessary because the windows environment cannot
self-update rustup.exe.
2020-07-13 12:33:30 +09:00
Tomasz Miąsko and GitHub
90e7e650c9
Use ThreadSanitizer CI setup that avoids false positives ( #406 )
2020-07-07 01:28:47 +09:00
Taiki Endo and GitHub
64fe7e10ab
Migrate CI to GitHub Actions ( #392 )
2020-05-25 01:41:45 +09:00