rust/compiler/rustc_builtin_macros/src
Matthias Krüger adf759bf6a fix couple of clippy findings:
filter_map_identity
iter_kv_map
needless_question_mark
redundant_at_rest_pattern
filter_next
derivable_impls
2023-07-23 10:50:14 +02:00
..
assert Syntatically accept become expressions 2023-06-19 12:54:34 +00:00
deriving Add a comparison between match *self and intrinsics::unreachable() 2023-07-16 15:33:29 -07: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 Revert "Remove #[alloc_error_handler] from the compiler and library" 2023-04-25 00:08:35 +02:00
asm.rs fix couple of clippy findings: 2023-07-23 10:50:14 +02:00
assert.rs Rip it out 2023-05-01 16:15:13 +08:00
cfg_accessible.rs Migrate most of rustc_builtin_macros to diagnostic impls 2023-04-10 21:16:53 +01:00
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 Migrate most of rustc_builtin_macros to diagnostic impls 2023-04-10 21:16:53 +01:00
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 Rip it out 2023-05-01 16:15:13 +08:00
env.rs Re-format let-else per rustfmt update 2023-07-12 21:49:27 -04:00
errors.rs fix typo 2023-06-28 10:52:48 +08:00
format_foreign.rs Remove useless drop of copy type 2023-05-10 19:36:01 +02:00
format.rs Remove accidental comment 2023-06-07 17:16:34 +00:00
global_allocator.rs Migrate some rustc_builtin_macros to SessionDiagnostic 2023-06-25 01:32:30 +08:00
lib.rs Add derive for core::marker::ConstParamTy 2023-05-16 20:09:25 +02:00
log_syntax.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
proc_macro_harness.rs Re-format let-else per rustfmt update 2023-07-12 21:49:27 -04:00
source_util.rs Avoid &format("...") calls in error message code. 2023-05-16 17:59:56 +10:00
standard_library_imports.rs Hide compiler_builtins in the prelude 2023-07-14 16:53:36 +01:00
test_harness.rs Migrate some rustc_builtin_macros to SessionDiagnostic 2023-06-25 01:32:30 +08:00
test.rs Migrate some rustc_builtin_macros to SessionDiagnostic 2023-06-25 01:32:30 +08:00
trace_macros.rs Migrate some rustc_builtin_macros to SessionDiagnostic 2023-06-25 01:32:30 +08:00
type_ascribe.rs Add unstable type_ascribe macro 2022-11-19 22:16:42 +01:00
util.rs rustc: Remove unused Session argument from some attribute functions 2023-03-22 13:55:55 +04:00