rust/compiler/rustc_ast/src
Nicholas Nethercote 0b2d7062c4 Introduce sym::dummy and Ident::dummy.
The idea is to identify cases of symbols/identifiers that are not
expected to be used. There isn't a perfectly sharp line between "dummy"
and "not dummy", but I think it's useful nonetheless.
2025-03-12 09:35:11 +11:00
..
attr Remove NtPath. 2025-02-28 08:42:14 +11:00
expand clean up autodiff code/comments 2025-02-21 21:47:48 -05:00
util Implement .use keyword as an alias of clone 2025-03-06 17:58:32 -03:00
ast_traits.rs Implment #[cfg] and #[cfg_attr] in where clauses 2025-03-01 22:02:46 +08:00
ast.rs Implement #[define_opaque] attribute for functions. 2025-03-11 12:05:02 +00:00
entry.rs remove support for the #[start] attribute 2025-01-21 06:59:15 -07:00
format.rs Limit formatting width and precision to 16 bits. 2025-03-10 12:20:05 +01:00
lib.rs Revert "Use workspace lints for crates in compiler/ #138084" 2025-03-10 18:12:47 +08:00
mut_visit.rs Introduce sym::dummy and Ident::dummy. 2025-03-12 09:35:11 +11:00
node_id.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
ptr.rs Convert some Into impls into From impls 2024-12-31 01:56:33 +00:00
token.rs Rename ast::TokenKind::Not as ast::TokenKind::Bang. 2025-03-03 09:26:13 +11:00
tokenstream.rs Rename ast::TokenKind::Not as ast::TokenKind::Bang. 2025-03-03 09:26:13 +11:00
visit.rs Implement #[define_opaque] attribute for functions. 2025-03-11 12:05:02 +00:00