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
/
libstd
/
treemap.rs
Age
Commit message (
Expand
)
Author
Lines
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
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-2
/
+5
2012-12-27
libstd: Fix a bunch of resolve errors in tests. rs=fire
Patrick Walton
-0
/
+2
2012-12-03
Update license, add license boilerplate to most files. Remainder will follow.
Graydon Hoare
-0
/
+10
2012-10-17
Fix whitespace
Tim Chevalier
-3
/
+3
2012-10-17
std::treemap - changing types to reflect constraints, adding equality check (...
Daniel Patterson
-10
/
+46
2012-10-04
Remove by-copy mode from std, mostly
Tim Chevalier
-4
/
+4
2012-09-28
std: Eliminate deprecated patterns
Brian Anderson
-1
/
+0
2012-09-27
De-mode std::{treemap,sort}. Part of #3583.
Graydon Hoare
-10
/
+5
2012-09-26
std: Demode more of list and treemap
Brian Anderson
-3
/
+3
2012-09-25
Check more things with deprecated_modes
Brian Anderson
-1
/
+1
2012-09-21
Install new pub/priv/export rules as defaults, old rules accessible under #[l...
Graydon Hoare
-0
/
+1
2012-09-07
Convert all kind bounds to camel case. Remove send, owned keywords.
Brian Anderson
-3
/
+3
2012-09-04
std: Camel case treemap
Brian Anderson
-19
/
+19
2012-09-04
Demode treemap.rs
Kevin Cantu
-3
/
+5
2012-09-04
libstd: "import" -> "use"
Patrick Walton
-3
/
+3
2012-08-29
rustc: Make `<` and `=` into traits
Patrick Walton
-2
/
+4
2012-08-26
Camel case the option type
Brian Anderson
-20
/
+20
2012-08-23
Rename str::bytes to str::to_bytes
Tim Chevalier
-2
/
+2
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-3
/
+3
2012-08-05
Switch alts to use arrows
Brian Anderson
-6
/
+6
2012-08-01
Convert ret to return
Brian Anderson
-1
/
+1
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-6
/
+6
2012-07-05
Comments only: change TODOs to FIXMEs and annotate them
Tim Chevalier
-1
/
+1
2012-07-04
convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....
Gareth Daniel Smith
-11
/
+11
2012-07-01
Convert to new closure syntax
Brian Anderson
-1
/
+1
2012-06-20
Remove bind. Issue #2189
Brian Anderson
-1
/
+1
2012-05-23
changes to get std passing borrowck
Niko Matsakis
-40
/
+47
2012-03-26
Bulk-edit mutable -> mut.
Graydon Hoare
-5
/
+5
2012-03-13
Overhaul constructor naming in libs
Brian Anderson
-10
/
+10
2012-03-09
std: Convert to rustdoc
Brian Anderson
-35
/
+6
2012-02-15
Rewrite exhaustiveness checker
Marijn Haverbeke
-2
/
+6
2012-01-31
Change option::t to option
Tim Chevalier
-1
/
+1
2012-01-31
Require alts to be exhaustive
Tim Chevalier
-8
/
+12
2012-01-23
s/block()/fn()/g
Niko Matsakis
-1
/
+1
[prev]
[next]