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-07-16
apply bootstrap cfgs
Mark Rousskov
-1
/
+0
2020-07-06
fixups
Jon Gjengset
-0
/
+1
2020-07-03
Rollup merge of #73845 - CAD97:weak-as-unsized-ptr, r=RalfJung
Manish Goregaokar
-0
/
+2
2020-06-28
Do not require ptr validity in rc::data_offset
CAD97
-0
/
+1
2020-06-28
Use raw_ref_op in A|Rc::as_ptr
CAD97
-0
/
+1
2020-06-28
Remove `const_if_match` feature gate from libraries
Dylan MacKenzie
-1
/
+1
2020-06-19
`#[deny(unsafe_op_in_unsafe_fn)]` in liballoc
LeSeulArtichaut
-0
/
+2
2020-05-29
Add Extend::{extend_one,extend_reserve}
Josh Stone
-0
/
+1
2020-05-14
Auto merge of #71321 - matthewjasper:alloc-min-spec, r=sfackler
bors
-1
/
+1
2020-05-03
Make BTreeMap::new and BTreeSet::new const
Luca Gladiator
-0
/
+1
2020-04-26
Use min_specialization in liballoc
Matthew Jasper
-1
/
+1
2020-04-25
Auto merge of #71556 - Dylan-DPC:rollup-9ll4shr, r=Dylan-DPC
bors
-1
/
+0
2020-04-25
Rollup merge of #71168 - SimonSapin:into_raw_non_null, r=Amanieu
Dylan DPC
-1
/
+0
2020-04-25
Bump bootstrap compiler
Mark Rousskov
-1
/
+1
2020-04-16
Dogfood or_patterns in the standard library
Josh Stone
-0
/
+1
2020-04-15
Deprecate `Box::into_raw_non_null`
Simon Sapin
-1
/
+0
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
[next]