rust/compiler/rustc_parse/src/parser
bors bcb610da7f Auto merge of #108587 - matthiaskrgr:rollup-rw6po59, r=matthiaskrgr
Rollup of 10 pull requests

Successful merges:

 - #108376 (compiler/rustc_session: fix sysroot detection logic)
 - #108400 (add llvm cgu instructions stats to perf)
 - #108496 (fix #108495, postfix decrement and prefix decrement has no warning)
 - #108505 (Further unify validity intrinsics)
 - #108520 (Small cleanup to `one_bound_for_assoc_type`)
 - #108560 (Some `infer/mod.rs` cleanups)
 - #108563 (Make mailmap more correct)
 - #108564 (Fix `x clean` with specific paths)
 - #108571 (Add contains_key to SortedIndexMultiMap)
 - #108578 (Update Fuchsia platform team members)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2023-03-01 06:23:19 +00:00
..
attr_wrapper.rs Remove TokenCursorFrame. 2023-02-03 10:06:52 +11:00
attr.rs errors: generate typed identifiers in each crate 2023-02-22 09:15:53 +00:00
diagnostics.rs Auto merge of #108587 - matthiaskrgr:rollup-rw6po59, r=matthiaskrgr 2023-03-01 06:23:19 +00:00
expr.rs Rollup merge of #108496 - nx2k3:issue-108495-dec, r=WaffleLapkin 2023-03-01 01:21:56 +01:00
generics.rs Use ThinVec in various AST types. 2023-02-21 11:51:56 +11:00
item.rs Replace parse_[sth]_expr with parse_expr_[sth] function names 2023-02-24 05:12:03 +01:00
mod.rs rename unmatched_braces to unmatched_delims 2023-02-28 07:57:17 +00:00
nonterminal.rs rustc_parse: migrate more to diagnostic structs 2023-02-01 21:50:34 +01:00
pat.rs errors: generate typed identifiers in each crate 2023-02-22 09:15:53 +00:00
path.rs Replace parse_[sth]_expr with parse_expr_[sth] function names 2023-02-24 05:12:03 +01:00
stmt.rs Replace parse_[sth]_expr with parse_expr_[sth] function names 2023-02-24 05:12:03 +01:00
ty.rs Replace parse_[sth]_expr with parse_expr_[sth] function names 2023-02-24 05:12:03 +01:00