rust/src/libsyntax_ext/deriving
Alex Crichton 045f8f6929 rustc: Stabilize the proc_macro feature
This commit stabilizes the `proc_macro` and `proc_macro_lib` features in the
compiler to stabilize the "Macros 1.1" feature of the language. Many more
details can be found on the tracking issue, #35900.

Closes #35900
2017-01-02 12:13:30 -08:00
..
cmp Move syntax::util::interner -> syntax::symbol, cleanup. 2016-11-20 23:40:20 +00:00
generic Fix rebase fallout 2016-12-30 15:17:27 +01:00
bounds.rs Future proof libsyntax_ext for union. 2016-08-30 05:53:33 +00:00
clone.rs Move syntax::util::interner -> syntax::symbol, cleanup. 2016-11-20 23:40:20 +00:00
custom.rs Style fixes 2016-12-31 17:55:59 +10:30
debug.rs Use Symbol instead of InternedString in the AST, HIR, and various other places. 2016-11-21 09:00:55 +00:00
decodable.rs Use Symbol instead of InternedString in the AST, HIR, and various other places. 2016-11-21 09:00:55 +00:00
default.rs Move syntax::util::interner -> syntax::symbol, cleanup. 2016-11-20 23:40:20 +00:00
encodable.rs Use Symbol instead of InternedString in the AST, HIR, and various other places. 2016-11-21 09:00:55 +00:00
hash.rs Replace _, _ with .. 2016-09-04 12:30:33 +03:00
mod.rs rustc: Stabilize the proc_macro feature 2017-01-02 12:13:30 -08:00