rust/src/test
Alex Crichton 46abacfdfe rustc: Require that vector indices are uints
This commit tightens up the restriction on types used to index slices to require
exactly `uint` indices. Previously any integral type was accepted, but this
leads to a few subtle problems:

  * 64-bit indices don't make much sense on 32-bit systems
  * Signed indices for slices used as negative indexing isn't implemented

This was discussed at the recent work week, and also has some discussion on
issue #10453.

Closes #10453
2014-04-02 15:56:31 -07:00
..
auxiliary rpass/cfail: Update field privacy where necessary 2014-03-31 15:47:36 -07:00
bench auto merge of #13115 : huonw/rust/rand-errors, r=alexcrichton 2014-04-01 11:11:51 -07:00
codegen Add pub to all the codegen tests 2013-10-10 06:00:51 -07:00
compile-fail rustc: Require that vector indices are uints 2014-04-02 15:56:31 -07:00
debug-info Initial support for emitting DWARF for static vars. 2014-03-27 21:03:44 -04:00
pretty test: Remove Freeze / NoFreeze from tests 2014-03-22 15:47:34 +01:00
run-fail vec: convert append and append_one to methods 2014-03-31 01:13:48 -04:00
run-make rustc: Remove all crate map support 2014-03-24 11:19:28 -07:00
run-pass rand: remove (almost) all ~[]'s from Vec. 2014-04-02 23:29:28 +11:00
run-pass-fulldeps test: Automatically remove all ~[T] from tests. 2014-03-21 23:37:21 +11:00