rust/src/libsyntax/ext/deriving
Huon Wilson cb02a37042 syntax: make deriving have slightly less cryptic error messages.
This unfortunately changes an error like

    error: mismatched types: expected `&&NotClone` but found `&NotClone`

into

    error: type `NotClone` does not implement any method in scope named `clone`
2014-01-28 11:07:45 +11:00
..
cmp syntax: make deriving have slightly less cryptic error messages. 2014-01-28 11:07:45 +11:00
clone.rs syntax: improve the spans of some #[deriving] traits. 2014-01-27 15:25:37 +11:00
decodable.rs syntax: improve the spans of some #[deriving] traits. 2014-01-27 15:25:37 +11:00
default.rs syntax: improve the spans of some #[deriving] traits. 2014-01-27 15:25:37 +11:00
encodable.rs syntax: improve the spans of some #[deriving] traits. 2014-01-27 15:25:37 +11:00
generic.rs syntax: make deriving have slightly less cryptic error messages. 2014-01-28 11:07:45 +11:00
iter_bytes.rs syntax: improve the spans of some #[deriving] traits. 2014-01-27 15:25:37 +11:00
mod.rs libsyntax: Renamed types, traits and enum variants to CamelCase. 2014-01-09 22:25:28 +02:00
primitive.rs syntax: improve the spans of some #[deriving] traits. 2014-01-27 15:25:37 +11:00
rand.rs syntax: improve the spans of some #[deriving] traits. 2014-01-27 15:25:37 +11:00
to_str.rs libsyntax: Renamed types, traits and enum variants to CamelCase. 2014-01-09 22:25:28 +02:00
ty.rs Removed remnants of @mut and ~mut from comments and the type system. 2014-01-12 02:26:04 +02:00
zero.rs syntax: improve the spans of some #[deriving] traits. 2014-01-27 15:25:37 +11:00