rust/src/librustc/lint
Patrick Walton 9907fa4acc librustc: Stop assuming that implementations and traits only contain
methods.

This paves the way to associated items by introducing an extra level of
abstraction ("impl-or-trait item") between traits/implementations and
methods. This new abstraction is encoded in the metadata and used
throughout the compiler where appropriate.

There are no functional changes; this is purely a refactoring.
2014-08-14 11:40:22 -07:00
..
builtin.rs librustc: Stop assuming that implementations and traits only contain 2014-08-14 11:40:22 -07:00
context.rs librustc: Stop assuming that implementations and traits only contain 2014-08-14 11:40:22 -07:00
mod.rs librustc: Stop assuming that implementations and traits only contain 2014-08-14 11:40:22 -07:00