rust/src/test
bors 8096fee18c auto merge of #17934 : pcwalton/rust/better-autoderef-fixup, r=pnkfelix
librustc: Improve method autoderef/deref/index behavior more, and enable IndexMut on mutable vectors.

This fixes a bug whereby the mutability fixups for method behavior were
not kicking in after autoderef failed to happen at any level. It also
adds support for `Index` to the fixer-upper.

Closes #12825.

r? @pnkfelix
2014-10-15 21:17:22 +00:00
..
auxiliary Continue cfg syntax transition 2014-10-12 11:40:19 -07:00
bench fix shootout-mandelbrot to make it pass the shootout test 2014-10-11 22:29:10 +02:00
codegen librustc: Forbid private types in public APIs. 2014-09-22 20:05:45 -07:00
compile-fail Allow self as an arg in extension methods 2014-10-15 17:50:41 +13:00
compile-fail-fulldeps Set the non_uppercase_statics lint to warn by default 2014-10-03 20:39:56 +13:00
debuginfo Remove virtual struct tests 2014-10-11 19:42:26 +02:00
pretty test: Convert statics to constants 2014-10-09 09:44:52 -07:00
run-fail tests: remove uses of Gc. 2014-10-02 17:02:15 +03:00
run-make Continue cfg syntax transition 2014-10-12 11:40:19 -07:00
run-pass auto merge of #17934 : pcwalton/rust/better-autoderef-fixup, r=pnkfelix 2014-10-15 21:17:22 +00:00
run-pass-fulldeps syntax: Parse outer attributes in quote_method! 2014-10-06 10:53:05 -04:00