rust/src/libsyntax_ext
bors 4f1e235744 Auto merge of #52336 - ishitatsuyuki:dyn-rollup, r=Mark-Simulacrum
Rollup of bare_trait_objects PRs

All deny attributes were moved into bootstrap so they can be disabled with a line of config.

Warnings for external tools are allowed and it's up to the tool's maintainer to keep it warnings free.

r? @Mark-Simulacrum
cc @ljedrz @kennytm
2018-07-27 20:27:40 +00:00
..
deriving libsyntax_ext: Prefer `Option::map` over `match` where applicable 2018-07-23 22:06:45 -07:00
Cargo.toml rustc_target: move in syntax::abi and flip dependency. 2018-04-26 17:49:16 +03:00
asm.rs Deny bare trait objects in src/libsyntax_ext 2018-07-12 11:58:16 +02:00
assert.rs Deny bare trait objects in src/libsyntax_ext 2018-07-12 11:58:16 +02:00
cfg.rs Deny bare trait objects in src/libsyntax_ext 2018-07-12 11:58:16 +02:00
compile_error.rs Deny bare trait objects in src/libsyntax_ext 2018-07-12 11:58:16 +02:00
concat.rs review comments: modify note wording and change `println` 2018-07-19 23:18:07 -07:00
concat_idents.rs Deny bare trait objects in src/libsyntax_ext 2018-07-12 11:58:16 +02:00
diagnostics.rs Add E0665 2018-05-21 15:41:19 +02:00
env.rs Deny bare trait objects in src/libsyntax_ext 2018-07-12 11:58:16 +02:00
format.rs Add span label for format str missing specifier 2018-07-24 20:46:22 -07:00
format_foreign.rs Rollup merge of #52649 - estebank:fmt-span, r=oli-obk 2018-07-26 09:18:30 -06:00
global_asm.rs Deny bare trait objects in src/libsyntax_ext 2018-07-12 11:58:16 +02:00
lib.rs Deny bare_trait_objects globally 2018-07-25 10:25:29 +09:00
log_syntax.rs Deny bare trait objects in src/libsyntax_ext 2018-07-12 11:58:16 +02:00
proc_macro_impl.rs Do not capture stderr in the compiler. Instead just panic silently for fatal errors 2018-01-26 04:52:30 +01:00
proc_macro_registrar.rs Auto merge of #52383 - petrochenkov:pmns, r=alexcrichton 2018-07-15 19:35:06 +00:00
trace_macros.rs Deny bare trait objects in src/libsyntax_ext 2018-07-12 11:58:16 +02:00