rust/compiler/rustc_parse/src/parser
bors 3811f40d27 Auto merge of #127957 - matthiaskrgr:rollup-1u5ivck, r=matthiaskrgr
Rollup of 6 pull requests

Successful merges:

 - #127350 (Parser: Suggest Placing the Return Type After Function Parameters)
 - #127621 (Rewrite and rename `issue-22131` and `issue-26006` `run-make` tests to rmake)
 - #127662 (When finding item gated behind a `cfg` flag, point at it)
 - #127903 (`force_collect` improvements)
 - #127932 (rustdoc: fix `current` class on sidebar modnav)
 - #127943 (Don't allow unsafe statics outside of extern blocks)

r? `@ghost`
`@rustbot` modify labels: rollup
2024-07-19 13:39:12 +00:00
..
mut_visit Specialize assert_pred. 2024-06-06 08:26:54 +10:00
tokenstream Move some tests from rustc_expand to rustc_parse. 2024-05-06 09:06:02 +10:00
attr.rs Auto merge of #127957 - matthiaskrgr:rollup-1u5ivck, r=matthiaskrgr 2024-07-19 13:39:12 +00:00
attr_wrapper.rs Overhaul comments in collect_tokens_trailing_token. 2024-07-19 15:25:55 +10:00
diagnostics.rs Rollup merge of #127350 - veera-sivarajan:bugfix-126311, r=lcnr 2024-07-19 10:48:03 +02:00
expr.rs Remove TrailingToken. 2024-07-18 17:28:49 +10:00
generics.rs Remove TrailingToken. 2024-07-18 17:28:49 +10:00
item.rs Rollup merge of #127350 - veera-sivarajan:bugfix-126311, r=lcnr 2024-07-19 10:48:03 +02:00
mod.rs Auto merge of #127957 - matthiaskrgr:rollup-1u5ivck, r=matthiaskrgr 2024-07-19 13:39:12 +00:00
nonterminal.rs Use ForceCollect in parse_attr_item. 2024-07-19 08:24:54 +10:00
pat.rs Remove TrailingToken. 2024-07-18 17:28:49 +10:00
path.rs Use more accurate span for : to :: suggestion 2024-07-12 03:02:58 +00:00
stmt.rs Only check force_collect in collect_tokens_trailing_token. 2024-07-19 08:42:33 +10:00
tests.rs Make Parser::num_bump_calls 0-indexed. 2024-07-19 15:25:55 +10:00
ty.rs Rollup merge of #127350 - veera-sivarajan:bugfix-126311, r=lcnr 2024-07-19 10:48:03 +02:00