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
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2016-01-17
Rollup merge of #30943 - alexcrichton:stabilize-1.7, r=aturon
Manish Goregaokar
-1
/
+0
2016-01-16
Rewrite BTreeMap to use parent pointers.
Jonathan S
-2
/
+2
2016-01-16
std: Stabilize APIs for the 1.7 release
Alex Crichton
-1
/
+0
2016-01-13
Fix some broken and missing links in the docs
Oliver Middleton
-1
/
+1
2015-12-31
Make `LinkedList` and its read-only iterators covariant
Andrew Paseltiner
-1
/
+1
2015-12-21
Register new snapshots
Alex Crichton
-16
/
+4
2015-12-05
std: Stabilize APIs for the 1.6 release
Alex Crichton
-3
/
+2
2015-11-26
Auto merge of #30015 - petrochenkov:staged, r=brson
bors
-1
/
+1
2015-11-25
Auto merge of #30017 - nrc:fmt, r=brson
bors
-2
/
+5
2015-11-25
Remove all uses of `#[staged_api]`
Vadim Petrochenkov
-1
/
+1
2015-11-24
rustfmt libcollections
Nick Cameron
-2
/
+5
2015-11-20
Rename #[deprecated] to #[rustc_deprecated]
Vadim Petrochenkov
-0
/
+2
2015-11-18
Add missing annotations and some tests
Vadim Petrochenkov
-0
/
+2
2015-11-12
libcollections: deny warnings in doctests
Kevin Butler
-1
/
+1
2015-10-30
don't use drop_in_place as an intrinsic
Alexis Beingessner
-0
/
+1
2015-10-25
std: Stabilize library APIs for 1.5
Alex Crichton
-3
/
+0
2015-10-06
Add RFC 1238's `unsafe_destructor_blind_to_params` (UGEH) where needed.
Felix S. Klock II
-0
/
+6
2015-09-24
Optimize `Vec::clone_from`
Andrew Paseltiner
-1
/
+1
2015-09-17
Correctly walk import lists in AST visitors
Vadim Petrochenkov
-0
/
+4
2015-08-27
fix some more unstable issue annotations
Alex Burka
-1
/
+1
2015-08-23
Refactor low-level UTF-16 decoding.
Simon Sapin
-0
/
+1
2015-08-16
rustdoc: Added issue_tracker_base_url annotations to crates
Martin Wernstål
-0
/
+1
2015-08-15
collections: Add issues for unstable features
Alex Crichton
-2
/
+3
2015-08-12
Remove all unstable deprecated functionality
Alex Crichton
-25
/
+0
2015-08-11
rollup merge of #27678: alexcrichton/snapshots
Alex Crichton
-3
/
+0
2015-08-11
rollup merge of #27622: eefriedman/https-url
Alex Crichton
-3
/
+3
2015-08-11
Register new snapshots
Alex Crichton
-3
/
+0
2015-08-09
Use https URLs to refer to rust-lang.org where appropriate.
Eli Friedman
-3
/
+3
2015-08-09
Replace many uses of `mem::transmute` with more specific functions
Tobias Bucher
-1
/
+0
2015-08-03
syntax: Implement #![no_core]
Alex Crichton
-4
/
+2
2015-07-30
Auto merge of #26734 - Gankro:deprecate-vecmap, r=alexcrichton
bors
-0
/
+2
2015-07-29
deprecate vecmap
Alexis Beingessner
-0
/
+2
2015-07-20
Register new snapshots
Alex Crichton
-7
/
+0
2015-07-17
Add RawVec to unify raw Vecish code
Alexis Beingessner
-1
/
+0
2015-07-08
trans: Link rlibs to dylibs with --whole-archive
Alex Crichton
-0
/
+1
2015-07-01
fallout of bitvec/bitset deprecation
Alexis Beingessner
-0
/
+4
2015-06-17
More test fixes and fallout of stability changes
Alex Crichton
-2
/
+1
2015-06-17
Fallout in tests and docs from feature renamings
Alex Crichton
-2
/
+2
2015-06-17
collections: Split the `collections` feature
Alex Crichton
-6
/
+9
2015-06-17
alloc: Split apart the global `alloc` feature
Alex Crichton
-0
/
+3
2015-06-17
core: Split apart the global `core` feature
Alex Crichton
-7
/
+23
2015-06-01
[libcollections] Fix unused import warnings during stage0 build
Wesley Wiser
-3
/
+2
2015-05-19
Stabilize debug builders for 1.2.0
Steven Fackler
-1
/
+0
2015-05-15
libs: Move favicon URLs to HTTPS
Alex Crichton
-1
/
+1
2015-04-28
Register new snapshots
Tamir Duberstein
-1
/
+0
2015-04-28
collections: Implement vec::drain(range) according to RFC 574
Ulrik Sverdrup
-1
/
+2
2015-04-27
collections: Add trait RangeArgument
Ulrik Sverdrup
-0
/
+1
2015-04-21
unstabilize Words struct
kwantam
-0
/
+1
2015-04-16
deprecate Unicode functions that will be moved to crates.io
kwantam
-1
/
+1
2015-04-10
std: Stabilize the Utf8Error type
Alex Crichton
-0
/
+1
[next]