about summary refs log tree commit diff
path: root/src/libsyntax_ext/compile_error.rs
AgeCommit message (Expand)AuthorLines
2019-09-03use TokenStream rather than &[TokenTree] for built-in macrosAleksey Kladov-2/+2
2019-02-04libsyntax_ext => 2018Taiki Endo-3/+2
2018-12-30Improve error recovery for some built-in macrosVadim Petrochenkov-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-07-12Deny bare trait objects in src/libsyntax_extljedrz-1/+1
2017-07-25Stabilize the `compile_error_macro` featureAlex Crichton-10/+0
2017-06-19Add compile_error!Wesley Wiser-0/+40