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
/
libstd
/
collections
Age
Commit message (
Expand
)
Author
Lines
2018-09-13
Remove println!() statement from HashMap unit test
Jonathan Behrens
-1
/
+0
2018-09-12
Fix formatting
Jonathan Behrens
-1
/
+2
2018-09-10
fix typos in growth algo description
Val
-4
/
+4
2018-09-07
Cleanup API somewhat
Jonathan Behrens
-217
/
+195
2018-09-06
Fix invalid urls
Guillaume Gomez
-3
/
+2
2018-09-05
disambiguate hashes
Alexis Beingessner
-3
/
+3
2018-09-05
fixup Debug bounds
Alexis Beingessner
-2
/
+2
2018-09-05
progress on raw_entry
Alexis Beingessner
-229
/
+231
2018-09-05
WIP: add raw_entry API to HashMap
Alexis Beingessner
-37
/
+703
2018-08-29
fix some uses of pointer intrinsics with invalid pointers
Ralf Jung
-1
/
+3
2018-08-20
Replace usages of ptr::offset with ptr::{add,sub}.
Corey Farwell
-2
/
+2
2018-06-29
Move core::alloc::CollectionAllocErr to alloc::collections
Simon Sapin
-3
/
+4
2018-06-29
Move some alloc crate top-level items to a new alloc::collections module
Simon Sapin
-4
/
+4
2018-06-19
Auto merge of #51543 - SimonSapin:oom, r=SimonSapin
bors
-2
/
+2
2018-06-18
Rename OOM to allocation error
Simon Sapin
-2
/
+2
2018-06-18
Prefer use of owned values in examples
Kornel
-23
/
+37
2018-06-11
Remove deprecated heap modules
Simon Sapin
-1
/
+1
2018-06-11
Remove alloc::Opaque and use *mut u8 as pointer type for GlobalAlloc
Mike Hommey
-1
/
+1
2018-06-10
Stabilize entry-or-default
Guillaume Gomez
-3
/
+1
2018-06-04
Optimize layout calculations in HashMap
Amanieu d'Antras
-3
/
+16
2018-06-02
Add a couple lines describing differences between into_mut/get_mut.
Corey Farwell
-0
/
+9
2018-06-02
Fixed typo
Phlosioneer
-1
/
+1
2018-06-02
Clarify the difference between get_mut and into_mut for OccupiedEntry
Phlosioneer
-2
/
+6
2018-06-01
Simplify HashMap layout calculation by using Layout
Amanieu d'Antras
-107
/
+13
2018-05-30
Pass a `Layout` to `oom`
Mike Hommey
-21
/
+61
2018-05-24
remove collections::range::RangeArgument
Cory Sherman
-8
/
+0
2018-05-01
Rollup merge of #50316 - ehuss:fix-doc-links, r=frewsxcv
kennytm
-1
/
+1
2018-04-29
Fix some broken links in docs.
Eric Huss
-1
/
+1
2018-04-28
std: Inline `DefaultResizePolicy::new`
Alex Crichton
-0
/
+1
2018-04-22
Replace GlobalAlloc::oom with a lang item
Steven Fackler
-5
/
+5
2018-04-20
Auto merge of #50088 - alexcrichton:std-tweaks, r=sfackler
bors
-2
/
+2
2018-04-19
Tweak some stabilizations in libstd
Alex Crichton
-2
/
+2
2018-04-17
stabilize `hash_map_remove_entry` feature
tinaun
-2
/
+1
2018-04-16
Auto merge of #48945 - clarcharr:iter_exhaust, r=Kimundi
bors
-1
/
+1
2018-04-12
Rename alloc::Void to alloc::Opaque
Simon Sapin
-1
/
+1
2018-04-12
Use NonNull<Void> instead of *mut u8 in the Alloc trait
Mike Hommey
-4
/
+2
2018-04-12
Return Result instead of Option in alloc::Layout constructors
Simon Sapin
-1
/
+1
2018-04-12
Remove the now-unit-struct AllocErr field inside CollectionAllocErr
Simon Sapin
-4
/
+4
2018-04-12
Remove the now-unit-struct AllocErr parameter of oom()
Simon Sapin
-3
/
+3
2018-04-12
Actually deprecate the Heap type
Simon Sapin
-8
/
+8
2018-04-12
Import the `alloc` crate as `alloc_crate` in std
Simon Sapin
-12
/
+7
2018-04-04
Replace manual iter exhaust with for_each(drop).
Clar Charr
-1
/
+1
2018-04-03
Remove all unstable placement features
Aidan Hobson Sayers
-176
/
+1
2018-04-02
Use Alloc and Layout from core::heap.
Mike Hommey
-2
/
+4
2018-03-29
Hide the Bound type in docs at its deprecated location in std::collections
Simon Sapin
-0
/
+1
2018-03-29
Hide the deprecated std::collections::range module from docs
Simon Sapin
-0
/
+1
2018-03-29
Move RangeArguments to {core::std}::ops and rename to RangeBounds
Simon Sapin
-2
/
+6
2018-03-29
Move alloc::Bound to {core,std}::ops
Simon Sapin
-1
/
+2
2018-03-28
Rollup merge of #49400 - Diggsey:shrink-to, r=joshtriplett
kennytm
-0
/
+68
2018-03-27
Implement `shrink_to` method on collections
Diggory Blake
-0
/
+68
[prev]
[next]