rust/compiler/rustc_builtin_macros/src
2024-07-28 14:46:29 -04:00
..
assert Tighten spans for async blocks 2024-06-27 15:19:08 -04:00
deriving Split part of adt_const_params into unsized_const_params 2024-07-17 11:01:29 +01: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 Rename Unsafe to Safety 2024-05-17 18:33:37 -03:00
asm.rs Rollup merge of #128207 - folkertdev:asm-parser-generalize, r=Amanieu 2024-07-27 13:32:56 -04:00
assert.rs Adjust some pubs. 2024-04-26 13:29:20 +10:00
cfg.rs Adjust some pubs. 2024-04-26 13:29:20 +10: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 Avoid passing state that will not be visited 2024-07-22 14:34:45 +00:00
cmdline_attrs.rs Use ForceCollect in parse_attr_item. 2024-07-19 08:24:54 +10:00
compile_error.rs Adjust some pubs. 2024-04-26 13:29:20 +10:00
concat.rs Adjust some pubs. 2024-04-26 13:29:20 +10:00
concat_bytes.rs Adjust some pubs. 2024-04-26 13:29:20 +10:00
concat_idents.rs Adjust some pubs. 2024-04-26 13:29:20 +10:00
derive.rs Handle safe case 2024-06-06 20:54:51 -05:00
edition_panic.rs Adjust some pubs. 2024-04-26 13:29:20 +10:00
env.rs Adjust some pubs. 2024-04-26 13:29:20 +10:00
errors.rs Rollup merge of #127853 - folkertdev:naked-function-error-messages, r=bjorn3 2024-07-28 08:57:16 +02:00
format.rs Generate lint diagnostic message from BuiltinLintDiag 2024-05-21 20:16:39 +00:00
format_foreign.rs Fix println! ICE when parsing percent prefix number 2024-05-18 01:05:56 +00:00
global_allocator.rs Rename Unsafe to Safety 2024-05-17 18:33:37 -03:00
lib.rs step cfg(bootstrap) 2024-07-28 14:46:29 -04:00
log_syntax.rs Adjust some pubs. 2024-04-26 13:29:20 +10:00
pattern_type.rs Adjust some pubs. 2024-04-26 13:29:20 +10:00
proc_macro_harness.rs Migrate some rustc_builtin_macros to SessionDiagnostic 2024-06-25 18:04:21 +08:00
source_util.rs Migrate some rustc_builtin_macros to SessionDiagnostic 2024-06-25 18:04:21 +08:00
standard_library_imports.rs Rename all ParseSess variables/fields/lifetimes as psess. 2024-03-05 08:11:45 +11:00
test.rs add error message when #[naked] is used with #[test] 2024-07-17 00:04:00 +02:00
test_harness.rs Avoid passing state that will not be visited 2024-07-22 14:34:45 +00:00
trace_macros.rs Adjust some pubs. 2024-04-26 13:29:20 +10:00
util.rs Merge impl and trait item mut visitor methods to mirror immut visitor 2024-07-22 14:01:23 +00:00