about summary refs log tree commit diff
path: root/src/test/run-fail/bug-2470-bounds-check-overflow.rs
AgeCommit message (Expand)AuthorLines
2020-05-06Move tests from `test/run-fail` to UIYuki Okushi-25/+0
2018-12-25Remove licensesMark Rousskov-10/+0
2016-06-06run rustfmt on test/run-fail folderSrinivas Reddy Thatiparthy-2/+2
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-5/+5
2015-02-18Update suffixes en masse in tests using `perl -p -i -e`Niko Matsakis-1/+1
2014-10-29Rename fail! to panic!Steve Klabnik-2/+2
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-1/+1
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-1/+1
2014-03-21test: Automatically remove all `~[T]` from tests.Patrick Walton-1/+1
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-5/+5
2013-12-19std::vec: remove .as_imm_buf, replaced by .as_ptr & .len.Huon Wilson-11/+10
2013-11-26test: Remove non-procedure uses of `do` from compiletest, libstd tests,Patrick Walton-2/+2
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-5/+5
2013-10-17std: Move size/align functions to std::mem. #2240Brian Anderson-4/+4
2013-09-30rfail: Remove usage of fmt!Alex Crichton-5/+5
2013-07-04Convert vec::{as_imm_buf, as_mut_buf} to methods.Huon Wilson-2/+1
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+3
2013-02-23test: Fix comments in pretty-printed test. rs=burningtreePatrick Walton-2/+2
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-09-30When a vec/str bounds check fails, include the bad index and the length of th...Gareth Daniel Smith-1/+1
2012-09-14test: Use vec::as_imm_buf in bug-2470-bounds-check-overflow.rsPatrick Walton-2/+2
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-6/+6
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-6/+6
2012-07-24Update some str functions to slices, merge as_buf and unpack_slice.Graydon Hoare-1/+1
2012-07-01Convert to new closure syntaxBrian Anderson-1/+1
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-1/+1
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-1/+1
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-1/+1
2012-06-06Add some testcases for bug #2470.Graydon Hoare-0/+24