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
/
liballoc
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2020-03-26
Fix issues from review and unsoundness of `RawVec::into_box`
Tim Diekmann
-0
/
+1
2020-03-26
introduce `negative_impls` feature gate and document
Niko Matsakis
-0
/
+1
2020-03-23
More explicit; CFG on atomic pointer
Without Boats
-0
/
+1
2020-03-23
Add Wake trait for safe construction of Wakers.
Without Boats
-0
/
+1
2020-03-20
Make std::sync::Arc compatible with ThreadSanitizer
Tomasz Miąsko
-0
/
+1
2020-01-30
Add `#![doc(html_playground_url = ...)]` to alloc crate
Oliver Middleton
-0
/
+1
2020-01-14
Stabilize ptr::slice_from_raw_parts[_mut]
CAD97
-1
/
+0
2019-12-22
Format the world
Mark Rousskov
-14
/
+13
2019-12-21
Require issue = "none" over issue = "0" in unstable attributes
Ross MacArthur
-1
/
+1
2019-12-18
no need to bootstrap
Mark Mansi
-1
/
+1
2019-12-18
remove a bit more hackery
Mark Mansi
-0
/
+1
2019-12-18
Propagate cfg bootstrap
Mark Rousskov
-2
/
+0
2019-12-13
Reuse the `staged_api` feature for `rustc_const_unstable`
Oliver Scherer
-1
/
+1
2019-11-06
gate rustc_on_unimplemented under rustc_attrs
Mazdak Farrokhzad
-1
/
+1
2019-10-22
Add Cow::is_borrowed and Cow::is_owned
Clar Fon
-0
/
+1
2019-10-13
Rollup merge of #65214 - Amanieu:cfg_atomic, r=alexcrichton
Mazdak Farrokhzad
-1
/
+1
2019-10-08
Stabilize mem::take (mem_take)
Jon Gjengset
-1
/
+0
2019-10-08
Split non-CAS atomic support off into target_has_atomic_load_store
Amanieu d'Antras
-1
/
+1
2019-09-25
Snap cfgs to new beta
Mark Rousskov
-1
/
+0
2019-09-16
Const-stabilize `Vec::new`.
Mazdak Farrokhzad
-1
/
+1
2019-09-07
Improve hygiene of `alloc::format!`
Vadim Petrochenkov
-0
/
+6
2019-08-16
Add the Layout of the failed allocation to TryReserveError::AllocError
Simon Sapin
-0
/
+1
2019-08-14
Handle cfg(bootstrap) throughout
Mark Rousskov
-3
/
+3
2019-08-08
Use associated_type_bounds where applicable - closes #61738
Ilija Tovilo
-0
/
+1
2019-08-05
Add implementations for converting boxed slices into boxed arrays
Jake Goulding
-1
/
+1
2019-07-30
Rollup merge of #63095 - Centril:incomplete-features-lint, r=varkor
Mazdak Farrokhzad
-0
/
+1
2019-07-30
Rollup merge of #62469 - czipperz:liballoc-add-doc-links, r=GuillaumeGomez
Mazdak Farrokhzad
-13
/
+19
2019-07-30
Allow 'incomplete_features' in libcore/alloc.
Mazdak Farrokhzad
-0
/
+1
2019-07-28
Remove lint annotations in specific crates that are already enforced by rustb...
Vadim Petrochenkov
-2
/
+0
2019-07-28
Use const generics for some Vec/CCow impls.
Mazdak Farrokhzad
-0
/
+2
2019-07-21
use a const to hack around promotion limitations
Ralf Jung
-0
/
+1
2019-07-19
use const array repeat expressions for uninit_array
Ralf Jung
-0
/
+1
2019-07-13
Auto merge of #61953 - Centril:shared-from-iter, r=RalfJung
bors
-0
/
+1
2019-07-07
Add doc links to liballoc crate page
Chris Gregory
-13
/
+19
2019-07-04
Switch master to 1.38
Mark Rousskov
-1
/
+0
2019-07-01
Enable mem_take feature in relevant crates
Chris Gregory
-0
/
+1
2019-06-20
deduplicate slice_from_raw_parts_mut.
Mazdak Farrokhzad
-1
/
+1
2019-06-20
shared_from_iter/Rc: Use specialization to elide allocation.
Mazdak Farrokhzad
-0
/
+1
2019-06-16
Separate liballoc module
chansuke
-1
/
+1
2019-06-08
Turn `#[allocator]` into a built-in attribute and rename it to `#[rustc_alloc...
Vadim Petrochenkov
-1
/
+1
2019-05-30
Stabilize iter_nth_back feature
Lzu Tao
-1
/
+0
2019-05-20
stabilize core parts of MaybeUninit and deprecate mem::uninitialized in the f...
Ralf Jung
-1
/
+1
2019-05-04
Remove unused feature(need_allocator).
Mazdak Farrokhzad
-1
/
+0
2019-04-23
Stabilize futures_api
Taylor Cramer
-1
/
+0
2019-04-15
warn(missing_docs) in liballoc, and add missing docs
Ralf Jung
-0
/
+1
2019-04-14
make lint levels more consistent
Ralf Jung
-3
/
+3
2019-04-14
bump stdsimd; make intra_doc_link_resolution_failure an error again
Ralf Jung
-1
/
+1
2019-04-14
Rollup merge of #59675 - SimonSapin:stable-alloc, r=alexcrichton
Mazdak Farrokhzad
-4
/
+1
2019-04-12
Stabilize the `alloc` crate.
Simon Sapin
-4
/
+1
2019-04-05
Add Fn* blanket impls for Box.
Masaki Hara
-0
/
+1
[next]