rust/compiler/rustc_builtin_macros/src
Josh Triplett 8c9bfaa5f3 Stabilize format_args_capture
Works as expected, and there are widespread reports of success with it,
as well as interest in it.
2021-11-15 10:14:29 +01:00
..
deriving ast: Fix naming conventions in AST structures 2021-11-07 21:38:17 +08:00
format_foreign Improve error message for printf-style format strings 2021-09-29 02:02:45 +02:00
asm.rs Add support for specifying multiple clobber_abi in asm! 2021-11-10 01:06:03 -05:00
assert.rs Use correct edition for panic in [debug_]assert!() etc. 2021-10-07 14:27:08 +02:00
cfg_accessible.rs
cfg_eval.rs derive: Do not configure or clone items unless necessary 2021-09-24 21:45:51 +03:00
cfg.rs
cmdline_attrs.rs
compile_error.rs
concat_idents.rs Practice diagnostic message convention 2021-10-03 16:16:28 +09:00
concat.rs
derive.rs rustc_span: Ident::invalid -> Ident::empty 2021-10-17 23:20:30 +03:00
env.rs
format_foreign.rs Improve error message for printf-style format strings 2021-09-29 02:02:45 +02:00
format.rs Stabilize format_args_capture 2021-11-15 10:14:29 +01:00
global_allocator.rs ast: Fix naming conventions in AST structures 2021-11-07 21:38:17 +08:00
lib.rs Revert "Add rustc lint, warning when iterating over hashmaps" 2021-10-28 11:01:42 -04:00
llvm_asm.rs
log_syntax.rs
panic.rs Use correct edition for panic in [debug_]assert!() etc. 2021-10-07 14:27:08 +02:00
proc_macro_harness.rs
source_util.rs
standard_library_imports.rs rustc_span: Ident::invalid -> Ident::empty 2021-10-17 23:20:30 +03:00
test_harness.rs ast: Fix naming conventions in AST structures 2021-11-07 21:38:17 +08:00
test.rs ast: Fix naming conventions in AST structures 2021-11-07 21:38:17 +08:00
trace_macros.rs
util.rs