rust/src/librustc/util
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
..
common.rs librustc: Stop desugaring for expressions and translate them directly. 2014-07-24 18:58:12 -07:00
nodemap.rs Fallout from the libcollections movement 2014-06-05 13:55:11 -07:00
ppaux.rs librustc: Stop assuming that implementations and traits only contain 2014-08-14 11:40:22 -07:00