about summary refs log tree commit diff
path: root/src/libsyntax/diagnostics/macros.rs
AgeCommit message (Expand)AuthorLines
2015-01-20Add some extended errors.Michael Sproul-0/+6
2015-01-20Make fatal errors work with codes, add to typeckBrian Anderson-0/+8
2015-01-05Stop using macro_escape as an inner attributeKeegan McAllister-2/+0
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-15/+16
2014-10-29Diagnostic: resolve bare fn in expected closuregamazeps-0/+7
2014-07-19Register new snapshotsAlex Crichton-26/+0
2014-07-18Assign more diagnostic codesJakub Wieczorek-6/+6
2014-07-12Convert a first batch of diagnostics to have error codesJakub Wieczorek-0/+22
2014-07-11Add scaffolding for assigning alpha-numeric codes to rustc diagnosticsJakub Wieczorek-0/+51