Alice Ryhl
|
95b9342da7
|
chore: remove path deps for tokio-macros 2.7.0 (#8007)
|
2026-04-03 11:10:55 +02:00 |
|
Alice Ryhl
|
01a7f1dfab
|
chore: prepare tokio-macros v2.7.0 (#8004)
|
2026-04-03 09:37:58 +02:00 |
|
Daksh
|
1fc450aefb
|
runtime: stabilize LocalRuntime (#7557)
|
2026-04-02 13:13:24 +00:00 |
|
Mattia Pitossi
|
7947fa4bd7
|
rt: add runtime name (#7924)
|
2026-04-01 09:46:27 +00:00 |
|
ADD-SP
|
e3ee4e58dc
|
chore: prepare tokio-macros v2.6.1 (#7943)
|
2026-03-02 19:17:41 +01:00 |
|
Mattia Pitossi
|
159f70bc55
|
ci: fix ambiguity issue during tokio releases (#7848)
|
2026-02-09 11:04:59 +01:00 |
|
Chinmoy Das
|
8f6d0864c3
|
macros: improve error message for return type mismatch in #[tokio::main] (#7856)
|
2026-01-25 01:09:05 +09:00 |
|
mu001999
|
63abec0525
|
macros: use call_site hygiene to avoid unused qualification (#7866)
|
2026-01-22 14:54:43 +01:00 |
|
Aaron Chen
|
08f40652aa
|
macros: remove extern crate proc_macro (#7783)
|
2025-12-21 18:42:14 +08:00 |
|
Alice Ryhl
|
fd1659a052
|
chore: prepare tokio-macros v2.6.0 (#7676)
|
2025-10-14 14:24:54 +02:00 |
|
Alice Ryhl
|
5b4cbbc39e
|
tokio: raise MSRV to 1.71 (#7658)
|
2025-10-02 11:14:17 +02:00 |
|
Ruiyang Sun
|
c1f0c76fa0
|
macros: suppress clippy::unwrap_in_result in #[tokio::main] (#7651)
|
2025-10-02 16:53:25 +08:00 |
|
Qi
|
a0f7f5c94a
|
fs: emit compilation error without tokio_unstable for io-uring (#7634)
Signed-off-by: ADD-SP <[email protected]>
|
2025-09-30 19:53:19 +08:00 |
|
Martin Grigorov
|
510b9ea9dc
|
macros: Update the version used for Git tag sample for release steps (#7598)
Change 1.x.y to x.y.z so that it does not become obsolete again when
tokio-macros 3.x is released
|
2025-09-09 15:52:58 +02:00 |
|
Martin Grigorov
|
0fc23971d9
|
macros: add missing local flavor to tokio::main error message (#7597)
|
2025-09-09 21:26:16 +08:00 |
|
James Kay
|
4b96af6040
|
macros: add "local" runtime flavor (#7375)
|
2025-07-28 13:59:00 +02:00 |
|
Taiki Endo
|
7f09959b0a
|
chore: use [lints] to address unexpected_cfgs lint (#7124)
|
2025-01-25 17:46:21 +01:00 |
|
Alice Ryhl
|
cc974a646b
|
chore: prepare tokio-macros v2.5.0 (#7078)
|
2025-01-08 16:56:31 +01:00 |
|
Hamir Mahal
|
d4178cf349
|
tokio: avoid positional fmt params when possible (#6978)
|
2024-11-18 13:50:58 +01:00 |
|
oxalica
|
2c14f88c90
|
macros: suppress clippy::needless_return in #[tokio::main] (#6874)
|
2024-09-28 12:33:51 +02:00 |
|
Motoyuki Kimura
|
ee8d4d1b05
|
chore: fix ci failures (#6725)
|
2024-07-25 20:30:23 +02:00 |
|
Alice Ryhl
|
6a1a7b1591
|
chore: prepare tokio-macros v2.4.0 (#6707)
|
2024-07-23 14:45:06 +02:00 |
|
Alice Ryhl
|
15cd5146d4
|
chore: increase MSRV to 1.70 (#6645)
|
2024-07-22 18:01:27 +00:00 |
|
Paolo Barbolini
|
15925efe43
|
macros: fix doc format issue (#6686)
|
2024-07-16 12:13:41 +02:00 |
|
Hai-Hsin
|
833ee027d0
|
macros: allow unhandled_panic behavior for #[tokio::main] and #[tokio::test] (#6593)
|
2024-06-07 20:48:56 +09:00 |
|
Alice Ryhl
|
65cbf730de
|
chore: prepare tokio-macros v2.3.0 (#6600)
|
2024-05-30 13:21:51 -07:00 |
|
Josh McKinney
|
3a6fdc0568
|
license: fix formatting and remove year in licenses (#6451)
|
2024-05-26 09:29:27 +00:00 |
|
Kezhu Wang
|
6fcd9c0217
|
macros: make #[tokio::test] append #[test] at the end of the attribute list (#6497)
|
2024-05-05 16:28:59 +00:00 |
|
Alice Ryhl
|
2a0df5fb05
|
ci: bump nightly to nightly-2024-05-05 (#6538)
|
2024-05-05 15:43:11 +00:00 |
|
avtrujillo
|
a73d6bf33a
|
macros: #[cfg(not(test))] is no longer necessary for main macros (#6508)
|
2024-04-23 14:05:14 +02:00 |
|
 oliverandkwfn
|
4aa7bbff4c
|
chore: typo fixes (#6213)
Co-authored-by: kwfn <[email protected]>
|
2023-12-11 19:22:55 +00:00 |
|
Carl Lerche
|
49eb26f159
|
chore: prepare Tokio v1.34.0 release (#6138)
This also includes:
- tokio-macros v2.2.0
|
2023-11-09 11:22:54 -08:00 |
|
Alice Ryhl
|
944024e8eb
|
chore: update rust-version to 1.63 in all crates (#6126)
|
2023-11-04 09:07:22 +01:00 |
|
Alice Ryhl
|
58acb56a17
|
ci: update nightly to 2023-10-21 (#6103)
|
2023-10-24 14:15:25 +00:00 |
|
Rafael Bachmann
|
6871084629
|
chore: clippy and doc fixes (#6081)
|
2023-10-16 17:37:51 +02:00 |
|
Weijia Jiang
|
707fb4d0df
|
tokio: remove wildcard in match patterns (#5970)
|
2023-09-23 22:05:44 +02:00 |
|
ComplexSpaces
|
8b312ee571
|
macros: use ::core qualified imports instead of ::std inside tokio::test macro (#5973)
|
2023-09-02 03:44:08 +09:00 |
|
Taiki Endo
|
af6c87a045
|
chore: upgrade remaining 2018 edition crates to 2021 edition (#5788)
|
2023-06-12 02:21:50 +09:00 |
|
icedrocket
|
076d77c186
|
macros: fix diagnostics of last statement (#5762)
|
2023-06-04 15:10:59 +02:00 |
|
Vidhan Bhatt
|
56239a9035
|
macros: fix typo in doc comment (#5671)
|
2023-05-08 17:50:49 +02:00 |
|
Alice Ryhl
|
66c62a4b74
|
chore: prepare tokio-macros v2.1.0 (#5649)
|
2023-04-25 17:07:08 +02:00 |
|
Adam Chalmers
|
623483c81f
|
docs: fix typo in #[tokio::test] docs (#5636)
Both current- and multi-thread runtime claimed to be the default, but only current thread actually is.
|
2023-04-20 14:12:43 +00:00 |
|
John-John Tedro
|
fc1e03f91b
|
macros: make entrypoints more efficient (#5621)
|
2023-04-15 20:55:00 +02:00 |
|
Alice Ryhl
|
614fe357fc
|
chore: prepare tokio-macros v2.0.0 (#5580)
|
2023-03-27 22:45:54 +02:00 |
|
David Pedersen
|
92d33b7181
|
macros: update syn (#5572)
|
2023-03-23 23:38:59 +01:00 |
|
Alice Ryhl
|
0c8e8248f8
|
tokio: bump MSRV to 1.56 (#5559)
|
2023-03-21 18:06:47 +01:00 |
|
daxpedda
|
17cc283f58
|
macros: accept path as crate rename (#5557)
|
2023-03-19 12:28:43 +01:00 |
|
Christopher Hunt
|
2298679af4
|
runtime: document the nature of the main future (#5494)
|
2023-02-26 16:48:56 +01:00 |
|
Flavio Moreira
|
a18b3645f3
|
chore: update year in LICENSE files (#5402)
|
2023-01-27 16:05:48 +01:00 |
|
Carl Lerche
|
22cff80048
|
chore: update CI's clippy version to 1.65 (#5276)
|
2022-12-06 19:56:13 -08:00 |
|