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-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
2014-11-02
refactor libcollections as part of collection reform
Alexis Beingessner
-14
/
+52
2014-11-01
collections: Remove all collections traits
Alex Crichton
-458
/
+1
2014-10-29
Rename fail! to panic!
Steve Klabnik
-2
/
+2
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-34
/
+0
2014-10-18
auto merge of #18096 : Gankro/rust/ganksy-is-dum, r=steveklabnik
bors
-1
/
+1
2014-10-16
Fix broken link in libcollections docs
Alexis Beingessner
-1
/
+1
2014-10-16
Remove libdebug and update tests.
Luqman Aden
-1
/
+0
2014-10-09
Use the same html_root_url for all docs
Brian Anderson
-1
/
+1
2014-10-09
Revert "Update html_root_url for 0.12.0 release"
Brian Anderson
-1
/
+1
2014-10-07
Update html_root_url for 0.12.0 release
Brian Anderson
-1
/
+1
2014-10-07
auto merge of #17802 : Gankro/rust/collection-docs-redux, r=aturon
bors
-0
/
+3
2014-10-06
library-level docs for collections
Alexis Beingessner
-0
/
+3
2014-10-07
Put slicing syntax behind a feature gate.
Nick Cameron
-1
/
+2
2014-10-02
rollup merge of #17666 : eddyb/take-garbage-out
Alex Crichton
-1
/
+1
2014-10-02
Revert "Put slicing syntax behind a feature gate."
Aaron Turon
-2
/
+1
2014-10-02
syntax: mark the managed_boxes feature as Removed.
Eduard Burtescu
-1
/
+1
2014-10-02
Put slicing syntax behind a feature gate.
Nick Cameron
-1
/
+2
2014-09-27
complete btree rewrite
Alexis Beingessner
-1
/
+1
2014-09-22
Fix deprecation warnings in check-docs.
Victor Berger
-3
/
+3
2014-09-03
Fix spelling errors and capitalization.
Joseph Crail
-1
/
+1
[prev]
[next]