Taiki Endo

Results 173 issues of Taiki Endo

compatibiliity -> compatibility

Since [RFC3052](https://rust-lang.github.io/rfcs/3052-optional-authors-field.html), this field is effectively soft-deprecated, cargo no longer generates this field by default, and Rust's official services no longer reference this field at all.

Basically, each commit corresponds to one warning each. Each commit message contains the details of the warning. (the first commit is from #245 -- without it, master fails to build)

master is currently broken because platforms crate yanked the old versions. ``` cargo install -f --path . Installing cargo-asm v0.1.17 (/Users/taiki/projects/cargo-asm) Updating crates.io index error: failed to compile `cargo-asm v0.1.17...

Fixes #197 Fixes #101 (the first commit is from #245 -- without it, master fails to build)

- Panic instead of returning result - Do not own join handles in main thread Fixes #816 Closes #724

crossbeam-utils
breaking change

This is not included in #888 because I think it may be preferable to postpone reexporting in the facade crate for a short while, as it may require more frequent...

crossbeam-skiplist
crossbeam

[setup-cross-toolchain-action](https://github.com/taiki-e/setup-cross-toolchain-action) is a GitHub Action to set up CI environment for cross-testing, including doctest, without dockers. This also enables test for armv7hf on CI. Closes #668

S-waiting-on-author

Now that all the TODOs in #635 have been resolved, I think we can release the initial version. There are still some open issues in #635, but I don't think...

crossbeam-skiplist

This is a tracking issue for the initial release of crossbeam-skiplist. ## TODO - [x] Add docs (https://github.com/crossbeam-rs/crossbeam/issues/503#issuecomment-631679442) - [x] Crate-level docs; done in #535 - [x] Docs for `SkipMap`;...

crossbeam-skiplist