rust/compiler/rustc_builtin_macros/src
2023-08-06 07:36:05 -07:00
..
assert Improve spans for indexing expressions 2023-08-04 13:17:39 +02:00
deriving inline format!() args up to and including rustc_middle 2023-07-30 13:18:33 +02:00
format_foreign
alloc_error_handler.rs
asm.rs inline format!() args up to and including rustc_middle 2023-07-30 13:18:33 +02:00
assert.rs Remove MacDelimiter. 2023-08-03 09:03:30 +10:00
cfg_accessible.rs
cfg_eval.rs Use Option::is_some_and and Result::is_ok_and in the compiler 2023-05-24 14:20:41 +00:00
cfg.rs
cmdline_attrs.rs Migrate some rustc_builtin_macros to SessionDiagnostic 2023-06-25 01:32:30 +08:00
compile_error.rs Use Cow in {D,Subd}iagnosticMessage. 2023-05-29 09:23:43 +10:00
concat_bytes.rs Migrate some rustc_builtin_macros to SessionDiagnostic 2023-06-25 01:32:30 +08:00
concat_idents.rs refactor: use by-ref TokenTree iterator to avoid a few clones 2023-05-11 21:59:38 -05:00
concat.rs Migrate some rustc_builtin_macros to SessionDiagnostic 2023-06-25 01:32:30 +08:00
derive.rs use ErrorGuaranteed instead of booleans 2023-06-19 21:34:59 +02:00
edition_panic.rs Remove MacDelimiter. 2023-08-03 09:03:30 +10:00
env.rs builtin_macros: raw str in diagnostic output 2023-07-25 11:12:52 +01:00
errors.rs builtin_macros: raw str in diagnostic output 2023-07-25 11:12:52 +01:00
format_foreign.rs inline format!() args up to and including rustc_middle 2023-07-30 13:18:33 +02:00
format.rs inline format!() args up to and including rustc_middle 2023-07-30 13:18:33 +02:00
global_allocator.rs Generate better function argument names in global_allocator expansion 2023-08-06 07:36:05 -07:00
lib.rs Add derive for core::marker::ConstParamTy 2023-05-16 20:09:25 +02:00
log_syntax.rs
proc_macro_harness.rs inline format!() args up to and including rustc_middle 2023-07-30 13:18:33 +02:00
source_util.rs inline format!() args up to and including rustc_middle 2023-07-30 13:18:33 +02:00
standard_library_imports.rs Hide compiler_builtins in the prelude 2023-07-14 16:53:36 +01:00
test_harness.rs Make test harness lint about unnnameable tests. 2023-08-03 13:07:30 +00:00
test.rs Parse generic const items 2023-07-28 22:21:33 +02:00
trace_macros.rs Migrate some rustc_builtin_macros to SessionDiagnostic 2023-06-25 01:32:30 +08:00
type_ascribe.rs
util.rs