rust/compiler/rustc_ast/src
Nicholas Nethercote e658144586 Rename LitKind::to_token_lit as LitKind::synthesize_token_lit.
This makes it clearer that it's not a lossless conversion, which I find
helpful.
2022-12-02 10:23:44 +11:00
..
attr Rename LitKind::to_token_lit as LitKind::synthesize_token_lit. 2022-12-02 10:23:44 +11:00
expand Make allocator_kind a query. 2021-06-20 11:52:51 +02:00
util Rename LitKind::to_token_lit as LitKind::synthesize_token_lit. 2022-12-02 10:23:44 +11:00
ast.rs Reorder some types. 2022-11-29 12:10:34 +11: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 Replace some bool params with an enum 2022-10-01 10:13:02 +00:00
mut_visit.rs Rename NestedMetaItem::[Ll]iteral as NestedMetaItem::[Ll]it. 2022-11-28 15:18:53 +11: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 Prefer doc comments over //-comments in compiler 2022-11-27 11:19:04 +00:00
tokenstream.rs Prefer doc comments over //-comments in compiler 2022-11-27 11:19:04 +00:00
visit.rs Suggest .clone() or ref binding on E0382 2022-11-23 12:17:47 -08:00