rust/compiler/rustc_ast/src/util
Nicholas Nethercote 5d3cc1713a Rename some things related to literals.
- Rename `ast::Lit::token` as `ast::Lit::token_lit`, because its type is
  `token::Lit`, which is not a token. (This has been confusing me for a
  long time.)
  reasonable because we have an `ast::token::Lit` inside an `ast::Lit`.
- Rename `LitKind::{from,to}_lit_token` as
  `LitKind::{from,to}_token_lit`, to match the above change and
  `token::Lit`.
2022-08-16 13:41:34 +10:00
..
comments Add test for block doc comments horizontal trim 2022-02-07 17:07:53 +01:00
classify.rs Handle let-else initializer edge case errors 2021-08-30 20:18:42 -05:00
comments.rs Shrink Token. 2022-08-01 08:53:04 +10:00
literal.rs Rename some things related to literals. 2022-08-16 13:41:34 +10:00
parser.rs Do not consider method call receiver as an argument in AST. 2022-08-10 18:34:54 +02:00
unicode.rs Use one match instead of a staggered match. 2021-11-05 00:39:34 +01:00