Taiki Endo
f2fb138256
Use ubuntu-latest instead of ubuntu-16.04 ( #497 )
2021-05-23 23:09:26 +09:00
Taiki Endo
b0ff9ae1a4
Update loom to 0.5 ( #494 )
2021-04-13 23:58:18 +09:00
Alice Ryhl
1bcd09fecc
Make bytes_mut -> chunk_mut rename more easily discoverable ( #471 )
2021-01-23 15:22:43 +09:00
Ralf Jung
c061be06e7
CI: run test suite in Miri ( #456 )
2020-12-29 22:54:48 +01:00
Taiki Endo
785d972242
deps: update loom to 0.4 ( #452 )
2020-12-22 10:30:50 +01:00
Carl Lerche
d40a3d70c1
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
04b732a082
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
1e82681d16
Use ThreadSanitizer CI setup that avoids false positives ( #406 )
2020-07-07 01:28:47 +09:00
Taiki Endo
0218965db5
Migrate CI to GitHub Actions ( #392 )
2020-05-25 01:41:45 +09:00