rust/compiler/rustc_builtin_macros/src
bors e6b4c252ea Auto merge of #86599 - Amanieu:asm_raw, r=nagisa
Add a "raw" option for asm! which ignores format string specifiers

This is useful when including raw assembly snippets using `include_str!`.
2021-06-25 20:44:28 +00:00
..
deriving Make s pre-interned 2021-06-17 09:45:19 +09:00
format_foreign
asm.rs Add a "raw" option for asm! which ignores format string specifiers 2021-06-24 23:42:15 +01:00
assert.rs Fix bug with assert!() calling the wrong edition of panic!(). 2021-02-01 23:23:27 +01:00
cfg_accessible.rs
cfg_eval.rs cfg_eval: Replace multiple unwraps with a single unwrap 2021-06-20 18:54:45 +03:00
cfg.rs
cmdline_attrs.rs
compile_error.rs
concat_idents.rs
concat.rs
derive.rs expand: Move some more derive logic to rustc_builtin_macros 2021-06-20 18:48:42 +03:00
env.rs
format_foreign.rs avoid full-slicing slices 2021-02-16 00:31:11 +01:00
format.rs Fix span calculation in format strings 2021-06-07 17:42:42 +02:00
global_allocator.rs Don't ICE when using #[global_alloc] on a non-item statement 2021-03-25 15:41:31 -04:00
lib.rs remove cfg(bootstrap) 2021-05-24 11:07:48 -04:00
llvm_asm.rs
log_syntax.rs
panic.rs
proc_macro_harness.rs ast: Stop using Mod in Crate 2021-02-18 13:07:49 +03:00
source_util.rs Use local and remapped paths where appropriate 2021-05-05 15:31:28 +01:00
standard_library_imports.rs Rollup merge of #82217 - m-ou-se:edition-prelude, r=nikomatsakis 2021-03-10 17:55:38 +01:00
test_harness.rs Remove #[main] attribute. 2021-04-16 13:04:02 +08:00
test.rs proof of concept add test type on prints 2021-05-03 15:22:19 +02:00
trace_macros.rs
util.rs