about summary refs log tree commit diff
path: root/src/libsyntax/diagnostics/plugin.rs
AgeCommit message (Collapse)AuthorLines
2014-09-19Allow syntax extensions to return multiple items, closes #16723.Florian Hahn-4/+4
This patch replaces `MacItem` with `MacItems`.
2014-09-14syntax: fix fallout from using ptr::P.Eduard Burtescu-2/+2
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-6/+12
2014-07-12Convert a first batch of diagnostics to have error codesJakub Wieczorek-1/+2
2014-07-11Add scaffolding for assigning alpha-numeric codes to rustc diagnosticsJakub Wieczorek-0/+132