rust/compiler/rustc_builtin_macros/src
2021-09-24 21:45:51 +03:00
..
deriving Introduce a fast path that avoids the debug_tuple abstraction when deriving 2021-09-10 12:07:03 -07:00
format_foreign
asm.rs Rollup merge of #88209 - Amanieu:asm_in_underscore, r=nagisa 2021-09-11 08:23:40 -07:00
assert.rs Fix bug with assert!() calling the wrong edition of panic!(). 2021-02-01 23:23:27 +01:00
cfg.rs
cfg_accessible.rs
cfg_eval.rs derive: Do not configure or clone items unless necessary 2021-09-24 21:45:51 +03:00
cmdline_attrs.rs
compile_error.rs
concat.rs
concat_idents.rs
derive.rs derive: Do not configure or clone items unless necessary 2021-09-24 21:45:51 +03:00
env.rs
format.rs Auto merge of #88835 - FabianWolff:issue-88770, r=petrochenkov 2021-09-24 11:54:29 +00:00
format_foreign.rs avoid full-slicing slices 2021-02-16 00:31:11 +01:00
global_allocator.rs Remove box syntax from rustc_builtin_macros 2021-08-18 09:25:26 +02:00
lib.rs Remove box syntax from rustc_builtin_macros 2021-08-18 09:25:26 +02:00
llvm_asm.rs
log_syntax.rs
panic.rs
proc_macro_harness.rs Compute proc_macros in resolutions. 2021-09-01 20:13:16 +02:00
source_util.rs Compute a better lint_node_id during expansion 2021-07-17 23:03:56 -05:00
standard_library_imports.rs Use LocalExpnId where possible. 2021-07-17 19:41:02 +02:00
test.rs proof of concept add test type on prints 2021-05-03 15:22:19 +02:00
test_harness.rs Remove Session.used_attrs and move logic to CheckAttrVisitor 2021-08-21 13:27:27 -05:00
trace_macros.rs
util.rs