rust/src/libsyntax_ext
Guillaume Gomez dec7b19516
Rollup merge of #56491 - euclio:assert-error, r=estebank
emit error with span for empty asserts

Fixes #55547.
2018-12-10 22:01:57 +01:00
..
deriving Various minor/cosmetic improvements to code 2018-12-07 23:53:34 +00:00
asm.rs cleanup: remove static lifetimes from consts 2018-12-04 12:46:10 +01:00
assert.rs emit error with span for empty asserts 2018-12-04 10:22:48 -05:00
Cargo.toml Upgrade smallvec to 0.6.7 and use the new may_dangle feature. 2018-12-10 09:31:27 +11: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 Prefer to_string() to format!() 2018-07-27 11:11:18 +02:00
concat_idents.rs Move SmallVec and ThinVec out of libsyntax 2018-08-13 22:11:57 +02:00
diagnostics.rs Add E0665 2018-05-21 15:41:19 +02:00
env.rs Avoid unnecessary pattern matching against Option and Result 2018-08-07 10:24:27 +02:00
format.rs Various minor/cosmetic improvements to code 2018-12-07 23:53:34 +00:00
format_foreign.rs remove some uses of try! 2018-12-01 15:48:55 -06:00
global_asm.rs cleanup: remove static lifetimes from consts 2018-12-04 12:46:10 +01:00
lib.rs Unsupport #[derive(Trait)] sugar for #[derive_Trait] legacy plugin attributes 2018-12-07 03:30:01 +03:00
log_syntax.rs Deny bare trait objects in src/libsyntax_ext 2018-07-12 11:58:16 +02:00
proc_macro_decls.rs cleanup: remove static lifetimes from consts 2018-12-04 12:46:10 +01:00
proc_macro_impl.rs proc_macro: move the rustc server to syntax_ext. 2018-11-30 06:15:19 +02:00
proc_macro_server.rs Remove tokenstream::Delimited. 2018-12-10 12:10:10 +11:00
test.rs Various minor/cosmetic improvements to code 2018-12-07 23:53:34 +00:00
test_case.rs Move #[test_case] to a syntax extension 2018-09-04 22:33:23 -07:00
trace_macros.rs Deny bare trait objects in src/libsyntax_ext 2018-07-12 11:58:16 +02:00