1
Fork 0
rust/compiler/rustc_ast/src
Matthias Krüger e5356712b9
Rollup merge of #101165 - ldm0:drain_to_iter, r=cjgillot
Use more `into_iter` rather than `drain(..)`

Clearer semantic.
2022-08-31 21:30:13 +02:00
..
attr Use AttrVec in more places. 2022-08-22 07:35:33 +10:00
expand Make allocator_kind a query. 2021-06-20 11:52:51 +02:00
util Handle Err in ast::LitKind::to_token_lit. 2022-08-25 10:50:39 +10:00
ast.rs Remove the symbol from ast::LitKind::Err. 2022-08-23 16:56:24 +10:00
ast_traits.rs Use AttrVec in more places. 2022-08-22 07:35:33 +10:00
entry.rs Fixup missing renames from #[main] to #[rustc_main] 2022-06-22 18:24:09 +02:00
lib.rs Revert let_chains stabilization 2022-08-29 19:34:11 +02:00
mut_visit.rs Use AttrVec in more places. 2022-08-22 07:35:33 +10:00
node_id.rs Use LocalExpnId where possible. 2021-07-17 19:41:02 +02:00
ptr.rs Use delayed error handling for Encodable and Encoder infallible. 2022-06-08 07:01:26 +10:00
token.rs suggest adding a missing semicolon before an item 2022-08-15 16:10:31 +09:00
tokenstream.rs Use more into_iter rather than drain(..) 2022-08-30 04:42:03 +01:00
visit.rs Shrink ast::Attribute. 2022-08-16 11:10:13 +10:00