rust/src/test
bors 7dd1bf0e02 auto merge of #17936 : TeXitoi/rust/remove-shootout-warnings, r=alexcrichton
Only one warning remain, and I can't find a way to remove it without doing more bound checks:

```
shootout-nbody.rs:105:36: 105:51 warning: use of deprecated item: use iter_mut, #[warn(deprecated)] on by default
shootout-nbody.rs:105             let bi = match b_slice.mut_shift_ref() {
```

using `split_at_mut` may be an option, but it will do more bound checking.

If anyone have an idea, I'll update this PR.
2014-10-11 04:37:04 +00:00
..
auxiliary auto merge of #17669 : nikomatsakis/rust/multidispatch, r=pcwalton 2014-10-10 03:02:02 +00:00
bench auto merge of #17936 : TeXitoi/rust/remove-shootout-warnings, r=alexcrichton 2014-10-11 04:37:04 +00:00
codegen
compile-fail auto merge of #17669 : nikomatsakis/rust/multidispatch, r=pcwalton 2014-10-10 03:02:02 +00:00
compile-fail-fulldeps
debuginfo Rename the no_split_stack attribute to no_stack_check 2014-10-09 14:24:36 -07:00
pretty test: Convert statics to constants 2014-10-09 09:44:52 -07:00
run-fail
run-make auto merge of #17037 : kmcallister/rust/no-stack-check, r=thestinger 2014-10-10 07:52:00 +00:00
run-pass auto merge of #17037 : kmcallister/rust/no-stack-check, r=thestinger 2014-10-10 07:52:00 +00:00
run-pass-fulldeps