rust/compiler/rustc_expand/src
Nicholas Nethercote ff40ad4107 Shorten some error invocations.
- `struct_foo` + `emit` -> `foo`
- `create_foo` + `emit` -> `emit_foo`

I have made recent commits in other PRs that have removed some of these
shortcuts for combinations with few uses, e.g.
`struct_span_err_with_code`. But for the remaining combinations that
have high levels of use, we might as well use them wherever possible.
2024-01-10 07:33:06 +11:00
..
mbe Shorten some error invocations. 2024-01-10 07:33:06 +11:00
mut_visit rustc_ast: Turn MutVisitor::token_visiting_enabled into a constant 2021-10-18 00:23:24 +03:00
parse Add spacing information to delimiters. 2023-12-11 09:36:40 +11:00
tokenstream Remove TokenStreamBuilder. 2022-10-05 12:42:54 +11:00
base.rs Make DiagnosticBuilder::emit consuming. 2024-01-08 15:24:49 +11:00
build.rs Rollup merge of #119231 - aDotInTheVoid:PatKind-struct-bool-docs, r=compiler-errors 2023-12-23 16:23:54 +01:00
config.rs Make DiagnosticBuilder::emit consuming. 2024-01-08 15:24:49 +11:00
errors.rs Remove edition umbrella features. 2023-12-10 13:03:28 -08:00
expand.rs Make DiagnosticBuilder::emit consuming. 2024-01-08 15:24:49 +11:00
lib.rs Use rustc_fluent_macro::fluent_messages! directly. 2023-11-26 08:38:40 +11:00
mbe.rs Add spacing information to delimiters. 2023-12-11 09:36:40 +11:00
module.rs Make DiagnosticBuilder::emit consuming. 2024-01-08 15:24:49 +11:00
placeholders.rs Give VariantData::Struct named fields, to clairfy recovered. 2023-12-20 00:07:34 +00:00
proc_macro.rs Rollup merge of #119740 - Mark-Simulacrum:drop-crossbeam, r=davidtwco 2024-01-09 00:19:36 +01:00
proc_macro_server.rs Make DiagnosticBuilder::emit consuming. 2024-01-08 15:24:49 +11:00
tests.rs Rename EmitterWriter as HumanEmitter. 2024-01-05 10:02:40 +11:00