aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
5 daysv4.7.1upstream-masterJohn Nunley
9 daysImprove panic message for when a task is polled after completion (#73)Giacomo Stevanato
2024-03-03Always set #![no_std] to fix redundant import warningTaiki Endo
2024-01-22Update flaky_test requirement from 0.1 to 0.2dependabot[bot]
2024-01-07Update smol requirement from 1 to 2dependabot[bot]
2024-01-07Migrate to Rust 2021Taiki Endo
2024-01-07Ignore dead_code warnings for tuple structs in testsTaiki Endo
2024-01-07ci: Use cargo-hack's --rust-version flag for msrv checkTaiki Endo
2024-01-03v4.7.0John Nunley
2023-12-20feat(runnable): reintroduce into_raw/from_raw functionsPiotr Osiewicz
2023-12-16v4.6.0 (#64)John Nunley
2023-12-14m: Add leap_unwrap & make RawTask::TASK_LAYOUT non-optionalPiotr Osiewicz
2023-10-30Update futures-lite requirement from 1.12.0 to 2.0.0dependabot[bot]
2023-10-17v4.5.0John Nunley
2023-10-11feat: Support for CPU architectures with no atomic instructionsivmarkov
2023-10-08Remove needless importTaiki Endo
2023-10-08Fix clippy::non_canonical_partial_ord_impl warning in exampleTaiki Endo
2023-09-25v4.4.1John Nunley
2023-09-10Update actions/checkout action to v4Taiki Endo
2023-08-27Format let-elseTaiki Endo
2023-08-22Update flume requirement from 0.10 to 0.11dependabot[bot]
2023-08-03docs(examples): Add example for capturing metadataKen Hoover
2023-08-02docs: Clarify safety docs for `spawn_unchecked`Ken Hoover
2023-07-17Add smol-rs logo (#47)John Nunley
2023-03-26Minimize GITHUB_TOKEN permissionsTaiki Endo
2023-03-26Set CARGO_NET_GIT_FETCH_WITH_CLI=true in CITaiki Endo
2023-03-24v4.4.0 (#45)John Nunley
2023-03-24Add async-executor test to the CI (#44)John Nunley
2023-03-23Add `woken_while_running` as another argument to the scheduling function (#42)Js2xxx
2022-12-28Enable dependabot update for RustTaiki Endo
2022-12-28Clean up CI configTaiki Endo
2022-11-26Add panic propagation (#37)John Nunley
2022-11-27Add default metadata type to FallibleTaskTaiki Endo
2022-11-27Remove msrv field from .clippy.tomlTaiki Endo
2022-11-06Add metadata to tasks (#33)John Nunley
2022-10-04Add FallibleTask::is_finished() (#34)Mark Logan
2022-09-24Use MAX associated constantTaiki Endo
2022-09-24Ensure that allocation doesn't exceed isize::MAXTaiki Endo
2022-08-16Enable -Zmiri-strict-provenanceTaiki Endo
2022-07-17Fix clippy::unit_arg warning in testTaiki Endo
2022-07-17Ignore clippy::redundant_clone warning in testTaiki Endo
2022-07-17Apply clippy to tests and examplesTaiki Endo
2022-07-08Release 4.3.0Taiki Endo
2022-07-08Add layout_info field to TaskVTable so that debuggers can decode raw tasks (#29)Michael Woerister
2022-07-07Evaluate the layouts for the tasks at compile time (#30)John Nunley
2022-07-03Update CI configTaiki Endo
2022-07-03Update MIRIFLAGS (#28)Taiki Endo
2022-06-23Revert "Temporarily disable Miri weak memory emulation"Taiki Endo
2022-06-17Disable Miri preemptionTaiki Endo
2022-06-16Temporarily disable Miri weak memory emulationTaiki Endo