rust/compiler/rustc_ast/src
bors 195e931b02 Auto merge of #91945 - matthiaskrgr:rollup-jszf9zp, r=matthiaskrgr
Rollup of 7 pull requests

Successful merges:

 - #90939 (Tweak errors coming from `for`-loop, `?` and `.await` desugaring)
 - #91859 (Iterator::cycle() — document empty iterator special case)
 - #91868 (Use `OutputFilenames` to generate output file for `-Zllvm-time-trace`)
 - #91870 (Revert setting a default for the MACOSX_DEPLOYMENT_TARGET env var for linking)
 - #91881 (Stabilize `iter::zip`)
 - #91882 (Remove `in_band_lifetimes` from `rustc_typeck`)
 - #91940 (Update cargo)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2021-12-15 03:28:55 +00:00
..
ast mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
attr rustc_span: Ident::invalid -> Ident::empty 2021-10-17 23:20:30 +03:00
expand Make allocator_kind a query. 2021-06-20 11:52:51 +02:00
util Remove redundant [..]s 2021-12-09 00:01:29 +01:00
ast_like.rs expand: Turn ast::Crate into a first class expansion target 2021-11-28 15:48:55 +08:00
ast.rs remove feature gate and cleanup code 2021-12-10 19:20:31 +00:00
entry.rs Fix ICE when main is declared in an extern block 2021-06-09 23:14:02 -04:00
lib.rs Stabilize iter::zip. 2021-12-14 18:50:31 -04:00
mut_visit.rs fix typo 2021-12-11 14:55:13 +08:00
node_id.rs Use LocalExpnId where possible. 2021-07-17 19:41:02 +02:00
ptr.rs Remove box syntax from rustc_ast 2021-08-18 09:25:26 +02:00
token.rs Use TokenKind::similar_tokens() 2021-10-04 22:13:00 +02:00
tokenstream.rs fix: inner attribute followed by outer attribute causing ICE 2021-10-25 17:31:27 +02:00
visit.rs expand: Turn ast::Crate into a first class expansion target 2021-11-28 15:48:55 +08:00