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
/
libcollections
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-21
Rollup merge of #20998 - estsauver:20984, r=steveklabnik
Barosl LEE
-4
/
+4
2015-01-19
Implement range and range_mut for BTree
Piotr Czarnecki
-1
/
+10
2015-01-17
Set allow(unstable) in crates that use unstable features
Brian Anderson
-0
/
+1
2015-01-17
s/deriving/derives in Comments/Docs
Earl St Sauver
-4
/
+4
2015-01-17
Revert stability for Bitv and BitvSet
Simonas Kazlauskas
-2
/
+2
2015-01-08
rollup merge of #20754: nikomatsakis/int-feature
Alex Crichton
-0
/
+1
2015-01-08
Remove warning from the libraries.
Huon Wilson
-0
/
+1
2015-01-08
Improvements to feature staging
Brian Anderson
-1
/
+1
2015-01-07
rollup merge of #20723: pnkfelix/feature-gate-box-syntax
Alex Crichton
-0
/
+1
2015-01-07
rollup merge of #20708: aturon/new-int-modules
Alex Crichton
-2
/
+0
2015-01-07
rollup merge of #20663: brson/feature-staging
Alex Crichton
-0
/
+1
2015-01-08
Added `box_syntax` feature gate; added to std and rustc crates for bootstrap.
Felix S. Klock II
-0
/
+1
2015-01-07
Preliminary feature staging
Brian Anderson
-0
/
+1
2015-01-07
std: Stabilize the std::hash module
Alex Crichton
-1
/
+1
2015-01-07
Register new snapshots
Alex Crichton
-2
/
+0
2015-01-06
More test fixes
Alex Crichton
-0
/
+1
2015-01-06
Test fixes and rebase conflicts
Alex Crichton
-0
/
+1
2015-01-06
rollup merge of #20607: nrc/kinds
Alex Crichton
-2
/
+4
2015-01-06
rollup merge of #20593: nikomatsakis/unused-tps-in-impl
Alex Crichton
-0
/
+1
2015-01-06
Register new snapshots
Alex Crichton
-28
/
+3
2015-01-07
markers -> marker
Nick Cameron
-3
/
+3
2015-01-06
Fix fallout in libs. For the most part I just tagged impls as `#[old_impl_che...
Niko Matsakis
-0
/
+1
2015-01-07
Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`
Nick Cameron
-2
/
+4
2015-01-05
rollup merge of #20482: kmcallister/macro-reform
Alex Crichton
-3
/
+27
2015-01-05
Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]
Keegan McAllister
-3
/
+22
2015-01-05
Stabilization of impls and fallout from stabilization
Aaron Turon
-2
/
+1
2015-01-05
Stabilize collection modules
Aaron Turon
-0
/
+4
2015-01-05
Rename macro_escape to macro_use
Keegan McAllister
-1
/
+2
2015-01-05
Stop using macro_escape as an inner attribute
Keegan McAllister
-0
/
+1
2015-01-05
Use $crate and macro reexport to reduce duplicated code
Keegan McAllister
-0
/
+3
2015-01-05
Merge `UnicodeChar` and `CharExt`.
Huon Wilson
-2
/
+1
2015-01-05
Rename `core::char::Char` to `CharExt` to match prelude guidelines.
Huon Wilson
-1
/
+1
2015-01-03
Remove deprecated functionality
Alex Crichton
-4
/
+3
2015-01-03
core: merge DoubleEndedIteratorExt into IteratorExt
Jorge Aparicio
-1
/
+1
2015-01-02
rollup merge of #20410: japaric/assoc-types
Alex Crichton
-2
/
+2
2015-01-02
rollup merge of #20416: nikomatsakis/coherence
Alex Crichton
-0
/
+1
2015-01-02
merge `*SliceExt` traits, use assoc types in `SliceExt`, `Raw[Mut]Ptr`
Jorge Aparicio
-2
/
+2
2015-01-02
Fix orphan checking (cc #19470). (This is not a complete fix of #19470 becaus...
Niko Matsakis
-0
/
+1
2014-12-31
stabilize more of collections
Alexis Beingessner
-2
/
+3
2014-12-30
Fallout from stabilization
Aaron Turon
-2
/
+2
2014-12-29
Test fixes and rebase conflicts
Alex Crichton
-2
/
+2
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-2
/
+2
2014-12-20
Fix fallout of removing import_shadowing in tests.
Eduard Burtescu
-0
/
+38
2014-12-20
Remove feature(import_shadowing) from all crates.
Eduard Burtescu
-1
/
+1
2014-12-18
remove TreeMap, TreeSet, TrieMap, TrieSet, LruCache. deprecate EnumSet's std ...
Alexis Beingessner
-22
/
+0
2014-12-15
Move hash module from collections to core
Steven Fackler
-2
/
+1
2014-12-14
std: Collapse SlicePrelude traits
Alex Crichton
-1
/
+1
2014-12-12
Slimmify BTree by replacing its internal Node type, which previously…held t...
Jonathan S
-0
/
+2
2014-11-26
Remove special casing for some meta attributes
Steven Fackler
-1
/
+0
2014-11-20
Fallout from libgreen and libnative removal
Aaron Turon
-1
/
+0
[next]