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
/
library
/
alloc
/
src
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2020-09-22
Update library functions with stability attributes
Dylan MacKenzie
-0
/
+2
2020-09-20
Rollup merge of #76866 - est31:master, r=lcnr
Ralf Jung
-9
/
+1
2020-09-20
Remove some unused features from alloc core and std
est31
-8
/
+1
2020-09-19
Use `T::BITS` instead of `size_of::<T> * 8`.
Mara Bos
-0
/
+1
2020-09-18
Remove unused libc feature gate
est31
-1
/
+0
2020-09-16
Add array window fn
kadmin
-0
/
+1
2020-09-13
Rollup merge of #76527 - fusion-engineering-forks:cleanup-uninit, r=jonas-sch...
Jonas Schievink
-2
/
+1
2020-09-09
Remove internal and unstable MaybeUninit::UNINIT.
Mara Bos
-2
/
+1
2020-09-09
BTreeMap: avoid aliasing by avoiding slices
Stein Somers
-0
/
+1
2020-09-04
Auto merge of #75207 - dylni:add-slice-check-range, r=KodrAus
bors
-0
/
+1
2020-09-03
get things to work under min_specialization by leaning more heavily on #[rust...
The8472
-0
/
+1
2020-09-03
avoid exposing that binary heap's IntoIter is backed by vec::IntoIter, use a ...
The8472
-1
/
+1
2020-09-03
fix build issue due to stabilized feature
The8472
-0
/
+1
2020-09-03
remove unecessary feature flag
The8472
-1
/
+0
2020-09-03
hide binary_heap::IntoIter internals behind impl Trait
The8472
-0
/
+1
2020-09-03
recover vectorization
The8472
-0
/
+1
2020-09-03
in-place collect for Vec. Box<[]> and BinaryHeap IntoIter and some adapters
The8472
-0
/
+1
2020-08-24
Auto merge of #75505 - Dylan-DPC:feature/arc_new, r=KodrAus
bors
-1
/
+0
2020-08-22
stabilize ptr_offset_from
Ralf Jung
-1
/
+0
2020-08-21
Use intra-doc-links in `alloc`
LeSeulArtichaut
-5
/
+5
2020-08-16
Replace ad hoc implementations with `slice::check_range`
dylni
-0
/
+1
2020-08-14
Move btree unit test to their native, privileged location
Stein Somers
-0
/
+3
2020-08-14
BTreeMap: refactor splitpoint and move testing over to unit test
Stein Somers
-0
/
+1
2020-08-14
fix duplicated feature gate
DPC
-1
/
+0
2020-08-13
Add Arc::new_cyclic
DPC
-1
/
+1
2020-08-04
Replace `Memoryblock` with `NonNull<[u8]>`
Tim Diekmann
-0
/
+3
2020-08-01
Auto merge of #74373 - lcnr:array_chunks, r=withoutboats
bors
-0
/
+1
2020-07-30
Remove deny for intra doc link failures from library code, it's no longer nec...
Manish Goregaokar
-1
/
+0
2020-07-30
Rename in library
Manish Goregaokar
-1
/
+1
2020-07-30
liballoc export ArrayChunks
Bastian Kauschke
-0
/
+1
2020-07-27
mv std libs to library/
mark
-0
/
+186