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
/
library
/
core
/
src
/
alloc
/
global.rs
Age
Commit message (
Expand
)
Author
Lines
2023-03-01
Fix docs for `alloc::realloc`
overlookmotel
-1
/
+2
2023-02-09
Clarify `new_size` for realloc means bytes
Jubilee
-4
/
+5
2022-11-18
clarify that realloc refreshes pointer provenance even when the allocation re...
Ralf Jung
-3
/
+5
2022-08-05
cleanup code w/ pointers in std a little
Maybe Waffle
-1
/
+1
2022-05-14
Remove potentially misleading realloc parenthetical
CAD97
-5
/
+3
2021-07-29
Fix may not to appropriate might not or must not
Ali Malik
-1
/
+1
2021-07-21
docs: GlobalAlloc: Make example only require 4096-aligned static
Ian Jackson
-3
/
+3
2021-07-20
docs: GlobalAlloc: completely replace example with one that works
Ian Jackson
-11
/
+56
2021-02-28
Try to clarify GlobalAlloc::realloc documentation comment.
Vytautas Astrauskas
-2
/
+5
2020-12-26
Adjust markdown text to be more like the rendered text
oli
-5
/
+3
2020-12-26
Update library/core/src/alloc/global.rs
Oli Scherer
-1
/
+1
2020-12-04
Update documentation to review comments
oli
-6
/
+9
2020-11-19
Inform tidy about the reason for the ignored rust code
oli
-1
/
+1
2020-11-19
Elaborate on side effects
oli
-1
/
+2
2020-11-19
Fix tidy
oli
-1
/
+1
2020-11-19
Note that there are other optimizations than the one showcased
oli
-0
/
+6
2020-11-19
Document that heap allocations are not guaranteed to happen, even if explicit...
oli
-0
/
+13
2020-07-27
mv std libs to library/
mark
-0
/
+208