rust/compiler/rustc_expand/src
bors 5e1d3299a2 Auto merge of #109824 - GuillaumeGomez:rollup-i5r4uts, r=GuillaumeGomez
Rollup of 7 pull requests

Successful merges:

 - #109104 (rustdoc: Fix invalid suggestions on ambiguous intra doc links v2)
 - #109443 (Move `doc(primitive)` future incompat warning to `invalid_doc_attributes`)
 - #109680 (Fix subslice capture in closure)
 - #109798 (fluent_messages macro: don't emit the OS error in a note)
 - #109805 (Source map cleanups)
 - #109818 (rustdoc: Add GUI test for jump to collapsed item)
 - #109820 (rustdoc-search: update docs for comma in `?` help popover)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2023-03-31 20:38:06 +00:00
..
mbe Suggest surrounding the macro with {} to interpret as a statement 2023-03-17 14:36:22 +08:00
mut_visit rustc_ast: Turn MutVisitor::token_visiting_enabled into a constant 2021-10-18 00:23:24 +03:00
parse various: translation resources from cg backend 2023-02-22 09:15:54 +00:00
tokenstream Remove TokenStreamBuilder. 2022-10-05 12:42:54 +11:00
base.rs Separate find_*_stability. 2023-03-23 19:52:27 +00:00
build.rs Add (..) syntax for RTN 2023-03-28 01:14:28 +00:00
config.rs rustc_interface: Add a new query pre_configure 2023-03-23 14:22:48 +04:00
errors.rs rustc_expand: make proc-macro derive error translatable 2023-03-04 07:54:29 +02:00
expand.rs rustc_interface: Add a new query pre_configure 2023-03-23 14:22:48 +04:00
lib.rs Simplify message paths 2023-03-11 22:51:57 +01:00
mbe.rs Move macro_rules diagnostics to diagnostics module 2022-11-20 13:06:44 +01:00
module.rs Use ThinVec in a few more AST types. 2023-02-21 11:51:56 +11:00
placeholders.rs Split MacArgs in two. 2022-11-22 09:04:15 +11:00
proc_macro_server.rs Auto merge of #106090 - WaffleLapkin:dereffffffffff, r=Nilstrieb 2023-01-20 04:52:28 +00:00
proc_macro.rs Remove an unnecessary use of with_session_globals. 2023-03-31 15:34:00 +11:00
tests.rs no need to return unmatched_delims from tokentrees 2023-02-28 07:57:17 +00:00