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
/
libstd
/
treemap.rs
Age
Commit message (
Expand
)
Author
Lines
2013-02-06
update treemap FIXME
Daniel Micay
-1
/
+1
2013-02-06
get rid of implicit vec copies in treemap iterator
Daniel Micay
-69
/
+67
2013-02-06
treemap: get rid of some implicit vector copies
Daniel Micay
-2
/
+2
2013-02-06
remove issue #3148 workarounds (no longer needed)
Daniel Micay
-1
/
+0
2013-01-29
add intersection and union to the Set trait
Daniel Micay
-16
/
+16
2013-01-29
add difference and symmetric_difference to Set
Daniel Micay
-17
/
+17
2013-01-29
add is_disjoint to the Set trait
Daniel Micay
-27
/
+27
2013-01-29
add is_subset and is_superset to the Set trait
Daniel Micay
-37
/
+37
2013-01-29
update comments documenting issue #4492 workaround
Daniel Micay
-9
/
+2
2013-01-29
treemap: rm a bit of redundant code
Daniel Micay
-4
/
+2
2013-01-29
librustc: Disallow trait bounds in types, enumerations, and structure definit...
Patrick Walton
-5
/
+5
2013-01-28
Revert "Revert "Merge pull request #4633 from thestinger/treemap""
Tim Chevalier
-11
/
+6
2013-01-26
std: implement lexicographical Ord for TreeMap/TreeSet
Cody Schroeder
-4
/
+82
2013-01-25
Revert "Merge pull request #4633 from thestinger/treemap"
Tim Chevalier
-6
/
+11
2013-01-25
use mutable function argument syntax in treemap
Daniel Micay
-11
/
+6
2013-01-24
librustc: Allow `&mut` to be loaned; allow `self` to be loaned; make `&mut` l...
Patrick Walton
-58
/
+110
2013-01-23
Merge pull request #4594 from thestinger/map
Tim Chevalier
-23
/
+22
2013-01-23
libsyntax: Remove `fn() unsafe { ... }`. r=graydon
Patrick Walton
-6
/
+8
2013-01-23
improve hashmap/treemap documentation
Daniel Micay
-3
/
+2
2013-01-23
add find method to the core::container::Map trait
Daniel Micay
-20
/
+20
2013-01-22
drop is_not_empty from TreeSet/TreeMap
Daniel Micay
-7
/
+1
2013-01-22
add a base Container trait
Daniel Micay
-13
/
+17
2013-01-22
add a container::Map trait
Daniel Micay
-32
/
+34
2013-01-22
add a Mutable container trait with clear
Daniel Micay
-1
/
+42
2013-01-21
style fix
Daniel Micay
-3
/
+1
2013-01-20
add a Set trait and implement it for TreeSet
Daniel Micay
-13
/
+16
2013-01-17
re-borrow in heir_swap (fixes compile)
Daniel Micay
-1
/
+1
2013-01-17
indentation fix
Daniel Micay
-2
/
+2
2013-01-17
make is_superset/is_subset O(n+m) instead of O(n*log(m))
Daniel Micay
-3
/
+25
2013-01-17
make intersection O(n+m) instead of O(n*log(m))
Daniel Micay
-4
/
+18
2013-01-17
make is_disjoint O(n+m) instead of O(n*log(m))
Daniel Micay
-2
/
+18
2013-01-17
cleanup
Daniel Micay
-17
/
+11
2013-01-17
add TreeSetIterator
Daniel Micay
-37
/
+46
2013-01-17
docstring/comment fixes
Daniel Micay
-2
/
+2
2013-01-17
fix bug in union implementation (missing return)
Daniel Micay
-1
/
+3
2013-01-17
implement symmetric_difference
Daniel Micay
-2
/
+58
2013-01-17
implement set union
Daniel Micay
-3
/
+54
2013-01-17
make TreeSet tests a bit more paranoid
Daniel Micay
-22
/
+22
2013-01-17
add scaffolding for symmetric_difference/union
Daniel Micay
-5
/
+19
2013-01-17
range search would be nice
Daniel Micay
-0
/
+2
2013-01-17
implement set difference
Daniel Micay
-7
/
+57
2013-01-17
fix API of union
Daniel Micay
-1
/
+1
2013-01-17
remove 'TODO' from the list of future improvements
Daniel Micay
-2
/
+4
2013-01-17
rm extra newline
Daniel Micay
-1
/
+0
2013-01-17
clean up equality code a bit
Daniel Micay
-3
/
+2
2013-01-17
make Eq implementation O(n)
Daniel Micay
-10
/
+17
2013-01-17
add a lazy forward iterator to TreeMap
Daniel Micay
-2
/
+70
2013-01-17
replace treemap with a balanced tree
Daniel Micay
-127
/
+667
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-2
/
+5
2013-01-08
Revert "librustc: Make unqualified identifier searches terminate at the neare...
Patrick Walton
-5
/
+2
[prev]
[next]