rust/compiler/rustc_ast/src
bors 2b91cbe2d4 Auto merge of #102692 - nnethercote:TokenStreamBuilder, r=Aaron1011
Remove `TokenStreamBuilder`

`TokenStreamBuilder` is used to combine multiple token streams. It can be removed, leaving the code a little simpler and a little faster.

r? `@Aaron1011`
2022-10-12 03:46:16 +00:00
..
attr add debug assertion for max attr_id 2022-09-14 08:49:12 +08:00
expand Make allocator_kind a query. 2021-06-20 11:52:51 +02:00
util more simple formatting 2022-09-16 19:07:42 +08:00
ast.rs Rename AssocItemKind::TyAlias to AssocItemKind::Type 2022-10-10 02:31:37 +00:00
ast_traits.rs Rename {Create,Lazy}TokenStream as {To,Lazy}AttrTokenStream. 2022-09-09 17:25:38 +10:00
entry.rs Fixup missing renames from #[main] to #[rustc_main] 2022-06-22 18:24:09 +02:00
lib.rs remove cfg(bootstrap) 2022-09-26 10:14:45 +02:00
mut_visit.rs Rename AssocItemKind::TyAlias to AssocItemKind::Type 2022-10-10 02:31:37 +00:00
node_id.rs rustc_error, rustc_private, rustc_ast: Switch to stable hash containers 2022-09-10 11:49:12 +02:00
ptr.rs Use delayed error handling for Encodable and Encoder infallible. 2022-06-08 07:01:26 +10:00
token.rs Rewrite Token::is_op. 2022-10-03 11:42:29 +11:00
tokenstream.rs Remove TokenStreamBuilder. 2022-10-05 12:42:54 +11:00
visit.rs Rollup merge of #102868 - compiler-errors:rename-assoc-tyalias-to-ty, r=TaKO8Ki 2022-10-10 13:43:43 +05:30