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
/
btree.rs
Age
Commit message (
Expand
)
Author
Lines
2014-05-27
std: Remove String's to_owned
Richo Healey
-43
/
+43
2014-05-15
Updates with core::fmt changes
Alex Crichton
-7
/
+7
2014-05-06
librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except
Patrick Walton
-5
/
+7
2014-05-02
Replace most ~exprs with 'box'. #11779
Brian Anderson
-8
/
+8
2014-04-21
Fix misspellings in comments.
Joseph Crail
-2
/
+2
2014-04-18
Replace all ~"" with "".to_owned()
Richo Healey
-43
/
+43
2014-04-09
collections: replace all ~[T] with Vec<T>.
Huon Wilson
-29
/
+29
2014-03-31
collections: Switch field privacy as necessary
Alex Crichton
-4
/
+4
2014-03-23
std: remove the `equals` method from `TotalEq`.
Huon Wilson
-44
/
+13
2014-03-07
create a sensible comparison trait hierarchy
Daniel Micay
-0
/
+71
2014-02-24
Remove deriving(ToStr)
Alex Crichton
-4
/
+4
2014-02-23
Remove all ToStr impls, add Show impls
Alex Crichton
-28
/
+32
2014-02-17
Improve naming of tuple getters, and add mutable tuple getter
Brendan Zabarauskas
-4
/
+4
2014-02-11
Includes new add method that uses .clone() for support.
Nif Ward
-115
/
+385
2014-02-07
moved collections from libextra into libcollections
HeroesGrave
-0
/
+592