rust/compiler/rustc_ast/src
Matthias Krüger d8a3a69ad1
Rollup merge of #124587 - reitermarkus:use-generic-nonzero, r=dtolnay
Generic `NonZero` post-stabilization changes.

Tracking issue: https://github.com/rust-lang/rust/issues/120257

r? ``@dtolnay``
2024-05-08 23:33:25 +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.rs Rollup merge of #124587 - reitermarkus:use-generic-nonzero, r=dtolnay 2024-05-08 23:33:25 +02:00
ast_traits.rs Rename ast::StmtKind::Local into ast::StmtKind::Let 2024-03-14 12:42:04 +01: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 Rollup merge of #123344 - pietroalbini:pa-unused-imports, r=Nilstrieb 2024-05-08 23:33:24 +02: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 Return coherent description for boolean instead of panicking 2024-05-06 07:44:41 +02:00
tokenstream.rs compiler: derive Debug in parser 2024-05-07 19:09:39 -07:00
visit.rs Rollup merge of #123344 - pietroalbini:pa-unused-imports, r=Nilstrieb 2024-05-08 23:33:24 +02:00