summary refs log tree commit diff
path: root/src/test/run-pass/realloc-16687.rs
AgeCommit message (Expand)AuthorLines
2015-07-09Use vec![elt; n] where possibleUlrik Sverdrup-2/+1
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-1/+1
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-14/+14
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-0/+2
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-9/+9
2015-02-18Update suffixes en masse in tests using `perl -p -i -e`Niko Matsakis-9/+9
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-10/+10
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-8/+8
2015-01-29`range(a, b).foo()` -> `(a..b).foo()`Jorge Aparicio-2/+2
2015-01-03Remove deprecated functionalityAlex Crichton-1/+2
2014-11-18std: Stabilize std::fmtAlex Crichton-5/+5
2014-11-01bubble up out-of-memory errors from liballocDaniel Micay-0/+2
2014-10-25Fix spelling mistakes in comments.Joseph Crail-1/+1
2014-10-08saner parameter order for reallocation functionsDaniel Micay-15/+14
2014-09-23Add deallocate calls to the realloc-16687.rs test.Felix S. Klock II-4/+17
2014-09-16Fallout from renamingAaron Turon-1/+1
2014-08-23Test case to illustate/reproduce bug.Felix S. Klock II-0/+167