about summary refs log tree commit diff
path: root/compiler/rustc_expand/src/tokenstream/tests.rs
AgeCommit message (Expand)AuthorLines
2024-05-06Move some tests from `rustc_expand` to `rustc_parse`.Nicholas Nethercote-109/+0
2024-02-20Add newtype for raw identsclubby789-2/+3
2022-10-05Remove `TokenStreamBuilder`.Nicholas Nethercote-10/+8
2022-07-29Remove `TreeAndSpacing`.Nicholas Nethercote-11/+6
2022-06-20Remove `TokenStream::from_streams`.Nicholas Nethercote-2/+4
2022-05-18use `CursorRef` more, to not to clone `Tree`sklensy-1/+1
2021-07-08Rework SESSION_GLOBALS API to prevent overwriting itGuillaume Gomez-10/+10
2021-03-27Remove (lots of) dead codeJoshua Nelson-3/+7
2020-08-30mv compiler to compiler/mark-0/+109