rust/compiler/rustc_parse/src/parser
bors 47365c0d65 Auto merge of #97566 - compiler-errors:rollup-qfxw4j8, r=compiler-errors
Rollup of 6 pull requests

Successful merges:

 - #89685 (refactor: VecDeques Iter fields to private)
 - #97172 (Optimize the diagnostic generation for `extern unsafe`)
 - #97395 (Miri call ABI check: ensure type size+align stay the same)
 - #97431 (don't do `Sized` and other return type checks on RPIT's real type)
 - #97555 (Source code page: line number click adds `NaN`)
 - #97558 (Fix typos in comment)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2022-05-31 01:17:00 +00:00
..
attr.rs Remove crate visibility usage in compiler 2022-05-20 20:04:54 -04:00
attr_wrapper.rs ast: Introduce some traits to get AST node properties generically 2022-05-11 12:43:27 +03:00
diagnostics.rs errors: simplify referring to fluent attributes 2022-05-30 13:38:19 +01:00
expr.rs Minor improvement on else-no-if diagnostic 2022-05-24 15:22:13 -07:00
generics.rs Remove crate visibility usage in compiler 2022-05-20 20:04:54 -04:00
item.rs Rollup merge of #97172 - SparrowLii:unsafe_extern, r=compiler-errors 2022-05-30 15:57:27 -07:00
mod.rs Merge crate and restricted visibilities 2022-05-21 17:02:55 -04:00
nonterminal.rs ast: Introduce some traits to get AST node properties generically 2022-05-11 12:43:27 +03:00
pat.rs errors: span_suggestion takes impl ToString 2022-04-29 02:05:20 +01:00
path.rs rustc_ast: Harmonize delimiter naming with proc_macro::Delimiter 2022-04-28 10:04:29 +03:00
stmt.rs Remove crate visibility usage in compiler 2022-05-20 20:04:54 -04:00
ty.rs Introduce BareFnTy::decl_span and fix generics span. 2022-05-20 12:26:37 +02:00