rust/compiler/rustc_ast/src
Eric Holk eff35e59c6 Introduce dyn_star feature flag
The primary purpose of this commit is to introduce the
dyn_star flag so we can begin experimenting with implementation.

In order to have something to do in the feature gate test, we also add
parser support for `dyn* Trait` objects. These are currently treated
just like `dyn Trait` objects, but this will change in the future.

Note that for now `dyn* Trait` is experimental syntax to enable
implementing some of the machinery needed for async fn in dyn traits
without fully supporting the feature.
2022-09-12 16:55:55 -07:00
..
attr Add documentation for Attr::is_doc_comment 2022-09-07 15:34:16 +02:00
expand Make allocator_kind a query. 2021-06-20 11:52:51 +02:00
util Rollup merge of #100767 - kadiwa4:escape_ascii, r=jackh726 2022-09-12 15:21:30 +05:30
ast.rs Introduce dyn_star feature flag 2022-09-12 16:55:55 -07:00
ast_traits.rs Inline attrs. 2022-08-29 20:25:48 +10:00
entry.rs Fixup missing renames from #[main] to #[rustc_main] 2022-06-22 18:24:09 +02:00
lib.rs Always import all tracing macros for the entire crate instead of piecemeal by module 2022-09-01 14:54:27 +00:00
mut_visit.rs Use AttrVec in more places. 2022-08-22 07:35:33 +10:00
node_id.rs rustc_error, rustc_private, rustc_ast: Switch to stable hash containers 2022-09-10 11:49:12 +02:00
ptr.rs Use delayed error handling for Encodable and Encoder infallible. 2022-06-08 07:01:26 +10:00
token.rs fix #101626, suggest pub instead of public for const type item 2022-09-11 08:29:38 +08:00
tokenstream.rs Auto merge of #100869 - nnethercote:replace-ThinVec, r=spastorino 2022-09-01 08:01:06 +00:00
visit.rs Shrink ast::Attribute. 2022-08-16 11:10:13 +10:00