aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
AgeCommit message (Expand)Author
2024-04-09Release 1.0.36David Tolnay
2024-04-09Apply doc comment to cfg(not(doc)) macros tooDavid Tolnay
2024-01-01Release 1.0.35David Tolnay
2023-12-31Release 1.0.34David Tolnay
2023-08-23Update syn 1.0 link to syn 2.0David Tolnay
2023-08-16Release 1.0.33David Tolnay
2023-07-23Release 1.0.32David Tolnay
2023-07-16Release 1.0.31David Tolnay
2023-07-16Import from alloc to make remaining std dependencies clearDavid Tolnay
2023-07-15Release 1.0.30David Tolnay
2023-06-28Release 1.0.29David Tolnay
2023-05-25Release 1.0.28David Tolnay
2023-05-25Extern crate proc_macro available on all wasm targetsDavid Tolnay
2023-05-08Release 1.0.27David Tolnay
2023-05-08Copy non-macro code generators paragraph from readme to rustdocDavid Tolnay
2023-03-13Release 1.0.26David Tolnay
2023-03-13Improve error message on incorrectly typed spanDavid Tolnay
2023-03-13Alternative approach with private typesDavid Tolnay
2023-03-13Help span argument of quote_spanned get inferred to SpanDavid Tolnay
2023-03-12Release 1.0.25David Tolnay
2023-03-12Generalize quote_spanned to accept DelimSpan as spanDavid Tolnay
2023-03-12Release 1.0.24David Tolnay
2022-12-18Release 1.0.23David Tolnay
2022-12-17Release 1.0.22David Tolnay
2022-08-02Release 1.0.21David Tolnay
2022-06-19Release 1.0.20David Tolnay
2022-06-18Release 1.0.19David Tolnay
2022-06-18Eliminate piles of extra semicolons from expanded codeDavid Tolnay
2022-06-11Use upstreamed docs.rs icon in docs.rs badgeDavid Tolnay
2022-04-10Release 1.0.18David Tolnay
2022-04-10Show simpler rules in macro documentationDavid Tolnay
2022-04-10Touch up PR 217David Tolnay
2022-04-11Special case `quote!`/`quote_spanned!` for 1 and 2 tts.Nicholas Nethercote
2022-03-25Release 1.0.17David Tolnay
2022-03-25Touch up comments from PR 211David Tolnay
2022-03-25Merge pull request 211 from nnethercote/add-commentsDavid Tolnay
2022-03-25Remove part about concat! from doc comment exampleDavid Tolnay
2022-03-21Add some comments about how `quote_each_token` works.Nicholas Nethercote
2022-03-17Release 1.0.16David Tolnay
2022-03-17Reword quote_token explanation commentDavid Tolnay
2022-03-17Add comment to quote_token about the tokens orderRémy Rakic
2022-03-17reorder `quote_token_spanned` argumentsRémy Rakic
2022-03-17reorder `quote_token` argumentsRémy Rakic
2022-03-17Revert "Work around clippy semicolon_if_nothing_returned regression"David Tolnay
2022-03-17Order rules in `quote_token!` and `quote_token_spanned!` by frequency.Nicholas Nethercote
2022-01-21Release 1.0.15David Tolnay
2021-12-27Release 1.0.14David Tolnay
2021-12-27Delete $:literal codepathDavid Tolnay
2021-12-27Release 1.0.13David Tolnay
2021-12-27Release 1.0.12David Tolnay