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
/
libcore
/
container.rs
Age
Commit message (
Expand
)
Author
Lines
2013-05-10
core: Use the new `for` protocol
Alex Crichton
-0
/
+53
2013-05-07
Add pop() and swap() to the Map trait
Alex Crichton
-0
/
+8
2013-05-04
Register snapshots
Brian Anderson
-36
/
+0
2013-04-10
core: changes in response to #5656
Niko Matsakis
-0
/
+36
2013-04-10
Revert map.each to something which takes two parameters
Niko Matsakis
-0
/
+3
2013-03-24
expose find_mut in the Map trait
Daniel Micay
-1
/
+1
2013-03-24
treemap: add a find_mut method
Daniel Micay
-1
/
+4
2013-03-22
libcore: Remove `pure` from libcore. rs=depure
Patrick Walton
-14
/
+14
2013-03-18
librustc: Make the compiler ignore purity.
Patrick Walton
-2
/
+2
2013-03-18
librustc: Convert all uses of old lifetime notation to new lifetime notation....
Patrick Walton
-1
/
+1
2013-03-13
add the mutate_values method to the Map trait
Daniel Micay
-0
/
+3
2013-03-11
librustc: Replace all uses of `fn()` with `&fn()`. rs=defun
Patrick Walton
-6
/
+6
2013-03-06
Add manual &self/ and &static/ and /&self declarations that
Niko Matsakis
-1
/
+0
2013-03-05
libcore: Implement an `Equiv` trait and use it on hashmaps.
Patrick Walton
-0
/
+1
2013-02-07
rm each method from the Map trait
Daniel Micay
-3
/
+0
2013-02-07
Make ~fn non-copyable, make &fn copyable, split barefn/closure types,
Niko Matsakis
-3
/
+0
2013-01-30
librustc: Change `self` as a type to `Self` everywhere. r=brson
Patrick Walton
-7
/
+7
2013-01-29
add intersection and union to the Set trait
Daniel Micay
-0
/
+6
2013-01-29
add difference and symmetric_difference to Set
Daniel Micay
-0
/
+6
2013-01-29
add is_disjoint to the Set trait
Daniel Micay
-0
/
+4
2013-01-29
add is_subset and is_superset to the Set trait
Daniel Micay
-0
/
+6
2013-01-23
add find method to the core::container::Map trait
Daniel Micay
-0
/
+5
2013-01-22
add a base Container trait
Daniel Micay
-1
/
+9
2013-01-22
add a container::Map trait
Daniel Micay
-0
/
+26
2013-01-22
add a Mutable container trait with clear
Daniel Micay
-1
/
+6
2013-01-20
add a Set trait and implement it for TreeSet
Daniel Micay
-0
/
+24