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