rust/compiler/rustc_ast/src
Nilstrieb 9067e4417e Rename Rptr to Ref in AST and HIR
The name makes a lot more sense, and `ty::TyKind` calls it `Ref` already
as well.
2022-12-28 18:52:36 +01:00
..
attr Remove three uses of LitKind::synthesize_token_lit. 2022-12-05 16:33:20 +11:00
expand Make allocator_kind a query. 2021-06-20 11:52:51 +02:00
util rustc: Remove needless lifetimes 2022-12-20 22:10:40 +01:00
ast_traits.rs Rename {Create,Lazy}TokenStream as {To,Lazy}AttrTokenStream. 2022-09-09 17:25:38 +10:00
ast.rs Rename Rptr to Ref in AST and HIR 2022-12-28 18:52:36 +01: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 Rptr to Ref in AST and HIR 2022-12-28 18:52:36 +01:00
node_id.rs A few small cleanups for newtype_index 2022-12-18 21:47:28 +01:00
ptr.rs compiler: remove unnecessary imports and qualified paths 2022-12-10 18:45:34 +01:00
token.rs Little fixes 2022-12-16 18:41:08 +05:30
tokenstream.rs compiler: remove unnecessary imports and qualified paths 2022-12-10 18:45:34 +01:00
visit.rs Rename Rptr to Ref in AST and HIR 2022-12-28 18:52:36 +01:00