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-pass
/
realloc-16687.rs
Age
Commit message (
Expand
)
Author
Lines
2019-07-27
tests: Move run-pass tests without naming conflicts to ui
Vadim Petrochenkov
-183
/
+0
2019-07-27
tests: Add missing run-pass annotations
Vadim Petrochenkov
-0
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-08-20
Replace usages of ptr::offset with ptr::{add,sub}.
Corey Farwell
-4
/
+4
2018-08-05
Fix test/run-pass
varkor
-1
/
+1
2018-06-18
Rename OOM to allocation error
Simon Sapin
-3
/
+5
2018-06-11
Remove some unneeded casts
Simon Sapin
-2
/
+2
2018-06-11
Remove alloc::Opaque and use *mut u8 as pointer type for GlobalAlloc
Mike Hommey
-2
/
+2
2018-05-30
Pass a `Layout` to `oom`
Mike Hommey
-3
/
+3
2018-04-22
Replace GlobalAlloc::oom with a lang item
Steven Fackler
-3
/
+3
2018-04-17
stabilize `nonnull_cast` feature
tinaun
-1
/
+1
2018-04-12
Rename alloc::Void to alloc::Opaque
Simon Sapin
-2
/
+2
2018-04-12
Use NonNull<Void> instead of *mut u8 in the Alloc trait
Mike Hommey
-9
/
+9
2018-04-12
Remove the now-unit-struct AllocErr parameter of oom()
Simon Sapin
-2
/
+2
2017-07-05
rustc: Implement the #[global_allocator] attribute
Alex Crichton
-34
/
+41
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