rust/src/libsyntax_ext
Gianni Ciccarelli 116e9831a5 support default impl for specialization
this commit implements the first step of the `default impl` feature:
all items in a `default impl` are (implicitly) `default` and hence
specializable.
In order to test this feature I've copied all the tests provided for the
`default` method implementation (in run-pass/specialization and
compile-fail/specialization directories) and moved the `default` keyword
from the item to the impl.
See referenced issue for further info
2017-04-24 10:08:48 +00:00
..
deriving support default impl for specialization 2017-04-24 10:08:48 +00:00
asm.rs Merge ExpnId and SyntaxContext. 2017-03-29 00:41:10 +00:00
Cargo.toml Remove internal liblog 2017-03-23 11:28:00 -07:00
cfg.rs
concat_idents.rs Give spans to individual path segments in AST 2017-03-10 08:21:45 -08:00
concat.rs
env.rs
format_foreign.rs
format.rs Refactor how spans are combined in the parser. 2017-03-29 11:17:59 +00:00
global_asm.rs Replace ExpnId with SyntaxContext 2017-04-12 19:12:50 -05:00
lib.rs First attempt at global_asm! macro 2017-04-12 19:12:49 -05:00
log_syntax.rs
proc_macro_impl.rs Implement function-like procedural macros ( #[proc_macro]) 2017-02-28 18:34:22 -08:00
proc_macro_registrar.rs Merge ExpnId and SyntaxContext. 2017-03-29 00:41:10 +00:00
trace_macros.rs