rust/src/librustc/metadata
Michael Sullivan 1a8969f64b Get cross crate default methods working.
This fixes the large number of problems that prevented cross crate
methods from ever working. It also fixes a couple lingering bugs with
polymorphic default methods and cleans up some of the code paths.

Closes #4102. Closes #4103.
2013-06-20 15:42:16 -07:00
..
common.rs rustc: rename ast::self_ty and related fields to explicit_self 2013-05-14 20:10:46 -07:00
creader.rs Use @str instead of @~str in libsyntax and librustc. Fixes #5048. 2013-06-13 10:20:52 +10:00
csearch.rs Get cross crate default methods working. 2013-06-20 15:42:16 -07:00
cstore.rs add IteratorUtil to the prelude 2013-06-14 23:15:42 -04:00
decoder.rs Get cross crate default methods working. 2013-06-20 15:42:16 -07:00
encoder.rs Add copies to type params with Copy bound 2013-06-16 12:47:36 -04:00
filesearch.rs Revert "std: convert {vec,str}::to_owned to methods." 2013-06-13 19:06:47 -07:00
loader.rs Revert "std: convert {vec,str}::to_owned to methods." 2013-06-13 19:06:47 -07:00
mod.rs add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
tydecode.rs tydecode: Accept a plain borrowed pointer to the data 2013-06-08 03:24:47 +02:00
tyencode.rs Use @str instead of @~str in libsyntax and librustc. Fixes #5048. 2013-06-13 10:20:52 +10:00