rust/compiler/rustc_builtin_macros/src
Nicholas Nethercote 27374a0214 Avoid unnecessary rustc_span::DUMMY_SP usage.
In some cases `DUMMY_SP` is already imported. In other cases this commit
adds the necessary import, in files where `DUMMY_SP` is used more than
once.
2024-04-16 15:55:24 +10:00
..
assert Add MatchKind member to the Match expr for pretty printing & fmt 2024-03-06 00:35:19 -05:00
deriving Avoid unnecessary rustc_span::DUMMY_SP usage. 2024-04-16 15:55:24 +10:00
format_foreign Use as_deref in compiler (but only where it makes sense) 2022-11-16 21:58:58 +00:00
alloc_error_handler.rs Remove ExtCtxt methods that duplicate DiagCtxt methods. 2023-12-24 07:24:52 +11:00
asm.rs compiler: fix few needless_pass_by_ref_mut clippy lints 2024-03-28 12:04:00 +03:00
assert.rs compiler: fix few needless_pass_by_ref_mut clippy lints 2024-03-28 12:04:00 +03:00
cfg_accessible.rs compiler: fix few needless_pass_by_ref_mut clippy lints 2024-03-28 12:04:00 +03:00
cfg_eval.rs Use ControlFlow in AST visitors. 2024-03-05 19:03:20 -05:00
cfg.rs compiler: fix few needless_pass_by_ref_mut clippy lints 2024-03-28 12:04:00 +03:00
cmdline_attrs.rs Rename all ParseSess variables/fields/lifetimes as psess. 2024-03-05 08:11:45 +11:00
compile_error.rs delay expand macro bang when there has indeterminate path 2024-03-13 16:11:16 +08:00
concat_bytes.rs compiler: fix few needless_pass_by_ref_mut clippy lints 2024-03-28 12:04:00 +03:00
concat_idents.rs delay expand macro bang when there has indeterminate path 2024-03-13 16:11:16 +08:00
concat.rs delay expand macro bang when there has indeterminate path 2024-03-13 16:11:16 +08:00
derive.rs Rename all ParseSess variables/fields/lifetimes as psess. 2024-03-05 08:11:45 +11:00
edition_panic.rs compiler: fix few needless_pass_by_ref_mut clippy lints 2024-03-28 12:04:00 +03:00
env.rs Fix error message for env! when env var is not valid Unicode 2024-04-01 05:44:45 +01:00
errors.rs Fix error message for env! when env var is not valid Unicode 2024-04-01 05:44:45 +01:00
format_foreign.rs unwrap return Option value, as it always returns Some for some fns 2023-11-28 14:52:21 +03:00
format.rs compiler: fix few needless_pass_by_ref_mut clippy lints 2024-03-28 12:04:00 +03:00
global_allocator.rs Remove ExtCtxt methods that duplicate DiagCtxt methods. 2023-12-24 07:24:52 +11:00
lib.rs Add pattern types to parser 2024-04-08 11:57:17 +00:00
log_syntax.rs delay expand macro bang when there has indeterminate path 2024-03-13 16:11:16 +08:00
pattern_type.rs Add pattern types to parser 2024-04-08 11:57:17 +00:00
proc_macro_harness.rs Rename consuming chaining methods on DiagnosticBuilder. 2024-01-10 07:40:00 +11:00
source_util.rs Rollup merge of #123204 - notriddle:notriddle/include-str-span, r=pnkfelix 2024-04-12 17:41:32 +02:00
standard_library_imports.rs Rename all ParseSess variables/fields/lifetimes as psess. 2024-03-05 08:11:45 +11:00
test_harness.rs Rename all ParseSess variables/fields/lifetimes as psess. 2024-03-05 08:11:45 +11:00
test.rs compiler: fix few needless_pass_by_ref_mut clippy lints 2024-03-28 12:04:00 +03:00
trace_macros.rs delay expand macro bang when there has indeterminate path 2024-03-13 16:11:16 +08:00
util.rs Rename all ParseSess variables/fields/lifetimes as psess. 2024-03-05 08:11:45 +11:00