rust/compiler
Nicholas Nethercote d2df07c425 Rename {Create,Lazy}TokenStream as {To,Lazy}AttrTokenStream.
`To` is better than `Create` for indicating that this is a non-consuming
conversion, rather than creating something out of nothing.

And the addition of `Attr` is because the current names makes them sound
like they relate to `TokenStream`, but really they relate to
`AttrTokenStream`.
2022-09-09 17:25:38 +10:00
..
2022-09-01 14:54:27 +00:00
2022-09-08 15:25:50 +10:00
2022-09-08 15:25:50 +10:00
2022-08-31 18:24:55 +08:00
2022-09-02 07:26:22 +10:00