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
/
ui
/
allocator
/
custom.rs
Age
Commit message (
Expand
)
Author
Lines
2020-12-04
Rename `AllocRef` to `Allocator` and `(de)alloc` to `(de)allocate`
Tim Diekmann
-8
/
+7
2020-09-22
a few more &mut self -> self changes
blitzerr
-1
/
+1
2020-09-22
fixing the test failure
blitzerr
-1
/
+2
2020-09-22
fixing the custom.rs
blitzerr
-1
/
+1
2020-09-21
Changing the alloc() to accept &self instead of &mut self
blitzerr
-1
/
+1
2020-08-04
Replace `Memoryblock` with `NonNull<[u8]>`
Tim Diekmann
-4
/
+5
2020-07-28
Remove in-place allocation and revert to separate methods for zeroed allocations
Tim Diekmann
-3
/
+3
2020-03-28
Make fields in `MemoryBlock` public
Tim Diekmann
-4
/
+4
2020-03-26
Remove alignment from `MemoryBlock`
Tim Diekmann
-2
/
+2
2020-03-26
Fix issues from review and unsoundness of `RawVec::into_box`
Tim Diekmann
-6
/
+6
2020-03-26
Overhaul of the `AllocRef` trait to match allocator-wg's latest consens
Tim Diekmann
-3
/
+3
2020-03-03
Remove `usable_size` APIs
Tim Diekmann
-2
/
+2
2020-01-27
Rename `Alloc` to `AllocRef`
Tim Diekmann
-1
/
+1
2019-07-27
tests: Move run-pass tests without naming conflicts to ui
Vadim Petrochenkov
-0
/
+58