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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
run-pass
/
realloc-16687.rs
Age
Commit message (
Expand
)
Author
Lines
2015-07-09
Use vec![elt; n] where possible
Ulrik Sverdrup
-2
/
+1
2015-06-17
Fallout in tests and docs from feature renamings
Alex Crichton
-1
/
+1
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-14
/
+14
2015-03-23
Require feature attributes, and add them where necessary
Brian Anderson
-0
/
+2
2015-03-05
Remove integer suffixes where the types in compiled code are identical.
Eduard Burtescu
-9
/
+9
2015-02-18
Update suffixes en masse in tests using `perl -p -i -e`
Niko Matsakis
-9
/
+9
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge 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-03
Remove deprecated functionality
Alex Crichton
-1
/
+2
2014-11-18
std: Stabilize std::fmt
Alex Crichton
-5
/
+5
2014-11-01
bubble up out-of-memory errors from liballoc
Daniel Micay
-0
/
+2
2014-10-25
Fix spelling mistakes in comments.
Joseph Crail
-1
/
+1
2014-10-08
saner parameter order for reallocation functions
Daniel Micay
-15
/
+14
2014-09-23
Add deallocate calls to the realloc-16687.rs test.
Felix S. Klock II
-4
/
+17
2014-09-16
Fallout from renaming
Aaron Turon
-1
/
+1
2014-08-23
Test case to illustate/reproduce bug.
Felix S. Klock II
-0
/
+167