summary refs log tree commit diff
path: root/src/test/compile-fail/macros-nonfatal-errors.rs
AgeCommit message (Expand)AuthorLines
2018-04-27Don't feature gate bang macros on 'proc_macro_path_invoc'.Sergio Benitez-1/+0
2018-04-20rustc: Tweak custom attribute capabilitiesAlex Crichton-0/+1
2017-02-16Refactor macro resolution errors + add derive macro suggestionsJosh Driver-5/+0
2017-02-05Move derive macro expansion into the MacroExpanderJosh Driver-3/+5
2016-05-28Fix fallout in testsJeffrey Seyfried-1/+0
2015-02-04Deprecate in-tree `rand`, `std::rand` and `#[derive(Rand)]`.Huon Wilson-1/+0
2015-01-07Test fixes and rebase conflictsAlex Crichton-3/+0
2015-01-02Use `derive` rather than `deriving` in testsNick Cameron-1/+1
2014-12-23Rename include_bin! to include_bytes!Chris Wong-2/+2
2014-06-18Deprecate the bytes!() macro.Simon Sapin-1/+2
2014-04-04rustc: feature-gate `concat_idents!`.Huon Wilson-1/+1
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-2/+2
2014-01-27Feature gate trace_macros.xales-0/+1
2014-01-18syntax::ext: replace span_fatal with span_err in many places.Huon Wilson-0/+48