rust/compiler/rustc_ast/src
Nilstrieb 1572c0dcd7 Various improvements to entrypoint code
This moves some code around and adds some documentation comments to make
it easier to understand what's going on with the entrypoint logic, which
is a bit complicated.

The only change in behavior is consolidating the error messages for
unix_sigpipe to make the code slightly simpler.
2024-05-04 14:48:42 +02:00
..
attr Rename NestedMetaItem::name_value_literal. 2024-04-24 16:28:34 +10:00
expand Remove extern crate rustc_macros from numerous crates. 2024-04-29 10:21:54 +10:00
util Remove extern crate tracing from numerous crates. 2024-04-30 16:47:49 +10:00
ast_traits.rs Rename ast::StmtKind::Local into ast::StmtKind::Let 2024-03-14 12:42:04 +01:00
ast.rs AST pretty: Use builtin_syntax for type ascription 2024-05-03 01:10:22 +02:00
entry.rs Various improvements to entrypoint code 2024-05-04 14:48:42 +02:00
format.rs Remove extern crate rustc_macros from numerous crates. 2024-04-29 10:21:54 +10:00
lib.rs Step bootstrap cfgs 2024-05-01 22:19:11 -04:00
mut_visit.rs Add StaticForeignItem and use it on ForeignItemKind 2024-04-29 13:15:51 -03:00
node_id.rs Replace no_ord_impl with orderable. 2023-11-22 18:38:17 +11:00
ptr.rs rustc_ast: Update P<T> docs to reflect mutable status. 2024-04-03 08:41:03 +00:00
token.rs Remove extern crate rustc_macros from numerous crates. 2024-04-29 10:21:54 +10:00
tokenstream.rs Remove extern crate rustc_macros from numerous crates. 2024-04-29 10:21:54 +10:00
visit.rs Add StaticForeignItem and use it on ForeignItemKind 2024-04-29 13:15:51 -03:00