aboutsummaryrefslogtreecommitdiff
path: root/tests/test.rs
AgeCommit message (Expand)Author
2021-06-21Upgrade rust/crates/proc-macro2 to 1.0.27Joel Galenson
2021-04-01Upgrade rust/crates/proc-macro2 to 1.0.26Elliott Hughes
2020-10-26Upgrade rust/crates/proc-macro2 to 1.0.24Chih-Hung Hsieh
2020-09-25Upgrade rust/crates/proc-macro2 to 1.0.22Haibo Huang
2020-06-01Upgrade rust/crates/proc-macro2 to 1.0.18Haibo Huang
2020-05-27Upgrade rust/crates/proc-macro2 to 1.0.17Chih-Hung Hsieh
2020-05-15Upgrade rust/crates/proc-macro2 to 1.0.13Haibo Huang
2020-05-01Upgrade rust/crates/proc-macro2 to 1.0.12Haibo Huang
2019-08-11Accept arbitrary lit suffixesDavid Tolnay
2019-07-19Update to 2018 editionDavid Tolnay
2019-04-22Avoid needless escape of quotesDavid Tolnay
2019-04-20Rename private functions to match rename of Term to IdentDavid Tolnay
2019-04-10Add trailing commas in test_debug_tokenstreamDavid Tolnay
2019-01-28Expose span locations on stableDavid Tolnay
2019-01-05Infer nightly feature on nightly toolchainDavid Tolnay
2018-11-11Remove proc_macro2::FileName in favor of PathBufDavid Tolnay
2018-07-14impl Default for TokenStreamÁrpád Goretity
2018-06-02Do not test nightly's debug formatDavid Tolnay
2018-06-02Simplify Debug representation of IdentDavid Tolnay
2018-05-18Format with rustfmt 0.7.0David Tolnay
2018-05-17Parse `_` as an identAlex Crichton
2018-05-16Track upstream proc_macro changesAlex Crichton
2018-04-23Format with rustfmt 0.4.2David Tolnay
2018-04-23Merge pull request #79 from alexcrichton/debugAlex Crichton
2018-04-22Fix spacing of op followed by commentDavid Tolnay
2018-04-22Improve Debug representationsDavid Tolnay
2018-04-07Validate input in Term::newDavid Tolnay
2018-04-04Lex doc comments as attributesAlex Crichton
2018-03-31Format with rustfmt 0.4.1David Tolnay
2018-03-31Support raw identifiersDavid Tolnay
2018-03-31Fix typo in test nameDavid Tolnay
2018-03-29Reimplement public interface for stabilityAlex Crichton
2018-01-25Allow doc comments to be terminated with EOFAlex Crichton
2018-01-21Add a special case for empty `/*` commentsAlex Crichton
2018-01-16Fix a panic in `cooked_byte` on utf-8 charsAlex Crichton
2018-01-05Ensure that float literal is always formatted as floating pointDavid Tolnay
2018-01-02Rename procmacro2_unstable to procmacro2_semver_exemptDavid Tolnay
2018-01-02Rename `unstable` feature to `nightly`David Tolnay
2017-12-31Support rust 1.15.0David Tolnay
2017-12-31Merge pull request #36 from mystor/stable_spanAlex Crichton
2017-12-30Move span tests behind a procmacro2_unstable feature flagNika Layzell
2017-12-25Lex underscore in unicode escapesDavid Tolnay
2017-12-12Remove some unnecessary eprintln logging callsNika Layzell
2017-12-11Add some tests for the join methodNika Layzell
2017-12-11Initial implementation of stable meaningful spansNika Layzell
2017-07-05Update to rust-lang/rust's proc_macro APIAlex Crichton
2017-06-01Move tests out of stable moduleDavid Tolnay