about summary refs log tree commit diff
path: root/src/libsyntax_ext/deriving/bounds.rs
AgeCommit message (Expand)AuthorLines
2019-12-30Rename directories for some crates from `syntax_x` to `rustc_x`Vadim Petrochenkov-29/+0
2019-12-22Format the worldMark Rousskov-7/+9
2019-10-16move syntax::ext to new crate syntax_expandMazdak Farrokhzad-1/+1
2019-06-23Remove built-in derive macros `Send` and `Sync`Vadim Petrochenkov-8/+0
2019-02-04libsyntax_ext => 2018Taiki Endo-5/+6
2018-12-25Remove licensesMark Rousskov-10/+0
2018-07-12Deny bare trait objects in src/libsyntax_extljedrz-2/+2
2017-12-09Use hygiene to access the injected crate (`core` or `std`) from builtin macros.Jeffrey Seyfried-7/+2
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-2/+2
2016-08-30Future proof `libsyntax_ext` for `union`.Jeffrey Seyfried-0/+1
2016-07-19Run rustfmt on libsyntax_ext/deriving folderSrinivas Reddy Thatiparthy-5/+3
2016-06-23Move errors from libsyntax to its own crateJonathan Turner-1/+1
2015-12-15Move built-in syntax extensions to a separate crateSeo Sanghyeon-0/+50