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
/
src
/
libcollections
Age
Commit message (
Expand
)
Author
Lines
2014-06-27
Update to 0.11.0
0.11.0
Alex Crichton
-2
/
+2
2014-06-24
librustc: Remove cross borrowing from mutable `Box`es to `&mut`.
Patrick Walton
-6
/
+6
2014-06-24
core: Add stability attributes to Clone
Brian Anderson
-0
/
+1
2014-06-24
librustc: Remove the fallback to `int` from typechecking.
Niko Matsakis
-429
/
+431
2014-06-24
std: Bring back half of Add on String
Alex Crichton
-0
/
+17
2014-06-22
Register new snapshots
Alex Crichton
-1
/
+0
2014-06-21
collections: fix running `make check-stage1-collections`
Erick Tryzelaar
-0
/
+3
2014-06-21
std: micro-optimize Vec constructors and add benchmarks
Erick Tryzelaar
-0
/
+115
2014-06-20
librustc: Put `#[unsafe_destructor]` behind a feature gate.
Patrick Walton
-0
/
+2
2014-06-19
Implement Eq for Bitv and BitvSet
Kasey Carrothers
-25
/
+25
2014-06-19
auto merge of #15014 : brson/rust/all-crates-experimental, r=cmr
bors
-0
/
+1
2014-06-18
Deprecate the bytes!() macro.
Simon Sapin
-42
/
+42
2014-06-18
Shorten endian conversion method names
Brendan Zabarauskas
-1
/
+1
2014-06-18
Merge the Bitwise and ByteOrder traits into the Int trait
Brendan Zabarauskas
-3
/
+0
2014-06-18
Use ByteOrder methods instead of free-standing functions
Brendan Zabarauskas
-38
/
+23
2014-06-17
Mark all crates except std as experimental
Brian Anderson
-0
/
+1
2014-06-15
Register new snapshots
Alex Crichton
-50
/
+0
2014-06-14
rustc: Obsolete the `@` syntax entirely
Alex Crichton
-5
/
+7
2014-06-14
Register new snapshots
Alex Crichton
-12
/
+3
2014-06-13
Fix all violations of stronger guarantees for mutable borrows
Cameron Zwarich
-5
/
+9
2014-06-13
auto merge of #14750 : bachm/rust/master, r=alexcrichton
bors
-0
/
+10
2014-06-13
Remove typo on collections::treemap::UnionItems
Renato Riccieri Santos Zannon
-1
/
+1
2014-06-13
auto merge of #14831 : alexcrichton/rust/format-intl, r=brson
bors
-0
/
+50
2014-06-13
added get_mut() for [T]
bachm
-0
/
+10
2014-06-11
std: Remove i18n/l10n from format!
Alex Crichton
-0
/
+50
2014-06-11
rustc: Remove ~[T] from the language
Alex Crichton
-334
/
+111
2014-06-11
auto merge of #14746 : alexcrichton/rust/libsync, r=brson
bors
-0
/
+2
2014-06-11
sync: Move underneath libstd
Alex Crichton
-0
/
+2
2014-06-11
rustc: Update how Gc<T> is recognized
Alex Crichton
-7
/
+0
2014-06-09
collections: Add missing Default impls
Tom Jakubowski
-0
/
+52
2014-06-09
Use phase(plugin) in bootstrap crates
Keegan McAllister
-3
/
+13
2014-06-09
core: Move the collections traits to libcollections
Alex Crichton
-53
/
+154
2014-06-08
core: Rename `container` mod to `collections`. Closes #12543
Brian Anderson
-13
/
+13
2014-06-08
auto merge of #14751 : jbcrail/rust/fix-comments, r=alexcrichton
bors
-1
/
+1
2014-06-08
Fix spelling errors in comments.
Joseph Crail
-1
/
+1
2014-06-08
Implement Hash for Bitv and BitvSet
Steven Fackler
-25
/
+48
2014-06-07
Implement Show for SmallIntMap
Adolfo Ochagavía
-0
/
+27
2014-06-07
Implement Show for DList
Adolfo Ochagavía
-0
/
+25
2014-06-06
libs: Fix miscellaneous fallout of librustrt
Alex Crichton
-4
/
+8
2014-06-06
rustdoc: Submit examples to play.rust-lang.org
Alex Crichton
-1
/
+2
2014-06-06
Rename Iterator::len to count
Aaron Turon
-34
/
+34
2014-06-06
Fix documentation for `slice()`
Adolfo Ochagavía
-2
/
+2
2014-06-05
Fallout from the libcollections movement
Alex Crichton
-145
/
+154
2014-06-05
std: Recreate a `collections` module
Alex Crichton
-2891
/
+8604
2014-06-05
auto merge of #14526 : pczarn/rust/hashmap-opt, r=alexcrichton
bors
-72
/
+117
2014-06-05
auto merge of #14642 : aochagavia/rust/pr, r=alexcrichton
bors
-0
/
+26
2014-06-04
core: Apply stability attributes to ptr mod
Brian Anderson
-5
/
+6
2014-06-04
collections: optimize `HashMap`. Add `DefaultResizePolicy`.
Piotr Czarnecki
-72
/
+117
2014-06-04
Implement Show for RingBuf
Adolfo Ochagavía
-0
/
+26
2014-06-01
std: Drop Total from Total{Eq,Ord}
Alex Crichton
-126
/
+126
[next]