rust/compiler/rustc_parse/src/parser
bors c5ecc15704 Auto merge of #91962 - matthiaskrgr:rollup-2g082jw, r=matthiaskrgr
Rollup of 7 pull requests

Successful merges:

 - #91880 (fix clippy::single_char_pattern perf findings)
 - #91885 (Remove `in_band_lifetimes` from `rustc_codegen_ssa`)
 - #91898 (Make `TyS::is_suggestable` check for non-suggestable types structually)
 - #91915 (Add another regression test for unnormalized fn args with Self)
 - #91916 (Fix a bunch of typos)
 - #91918 (Constify `bool::then{,_some}`)
 - #91920 (Use `tcx.def_path_hash` in `ExistentialPredicate.stable_cmp`)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2021-12-15 12:41:42 +00:00
..
attr_wrapper.rs Change more x64 size checks to not apply to x32. 2021-09-05 16:42:36 +01:00
attr.rs Do not add ; to expected tokens list when it's wrong 2021-12-04 11:05:30 -07:00
diagnostics.rs fix clippy::single_char_pattern perf findings 2021-12-14 12:40:28 +01:00
expr.rs Stabilize destructuring_assignment 2021-12-14 22:38:51 -05:00
generics.rs remove feature gate and cleanup code 2021-12-10 19:20:31 +00:00
item.rs Rollup merge of #91337 - FabianWolff:issue-91227-misspelled-macro, r=nagisa 2021-12-08 23:18:04 +01:00
mod.rs Do not add ; to expected tokens list when it's wrong 2021-12-04 11:05:30 -07:00
nonterminal.rs Use if-let guards in the codebase 2021-08-25 20:24:35 +02:00
pat.rs review comments: clean up 2021-11-29 18:39:08 +00:00
path.rs Account for incorrect impl Foo<const N: ty> {} syntax 2021-11-24 20:02:09 +00:00
stmt.rs Do not add ; to expected tokens list when it's wrong 2021-12-04 11:05:30 -07:00
ty.rs Account for incorrect impl Foo<const N: ty> {} syntax 2021-11-24 20:02:09 +00:00