aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2019-01-05Infer nightly feature on nightly toolchainDavid Tolnay
2018-11-11Merge branch 'master' into pathDavid Tolnay
2018-11-11Add tests for marker trait implsDavid 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-14Allow running tests on all channelsAlex Crichton
2017-07-05Update to rust-lang/rust's proc_macro APIAlex Crichton
2017-06-03Test that Symbol is neither Send nor SyncDavid Tolnay
2017-06-01Move tests out of stable moduleDavid Tolnay