rust/compiler/rustc_ast/src
bors 249cb84316 Auto merge of #138414 - matthiaskrgr:rollup-9ablqdb, r=matthiaskrgr
Rollup of 7 pull requests

Successful merges:

 - #137314 (change definitely unproductive cycles to error)
 - #137701 (Convert `ShardedHashMap` to use `hashbrown::HashTable`)
 - #138269 (uefi: fs: Implement FileType, FilePermissions and FileAttr)
 - #138331 (Use `RUSTC_LINT_FLAGS` more)
 - #138345 (Some autodiff cleanups)
 - #138387 (intrinsics: remove unnecessary leading underscore from argument names)
 - #138390 (fix incorrect tracing log)

r? `@ghost`
`@rustbot` modify labels: rollup
2025-03-12 17:27:43 +00: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 Remove NtItem and NtStmt. 2025-03-07 14:51:07 +11: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 Auto merge of #138414 - matthiaskrgr:rollup-9ablqdb, r=matthiaskrgr 2025-03-12 17:27:43 +00:00
mut_visit.rs Auto merge of #138083 - nnethercote:rm-NtItem-NtStmt, r=petrochenkov 2025-03-12 14:18:36 +00: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 Remove NtItem and NtStmt. 2025-03-07 14:51:07 +11:00
tokenstream.rs Remove NtItem and NtStmt. 2025-03-07 14:51:07 +11:00
visit.rs Implement #[define_opaque] attribute for functions. 2025-03-11 12:05:02 +00:00