| Age | Commit message (Expand) | Author | Lines |
| 2013-01-30 | Repair RIMOV damage to libstd | Ben Striegel | -10/+9 |
| 2013-01-30 | RIMOV, round 10 | Ben Striegel | -15/+15 |
| 2013-01-30 | RIMOV, round 8 | Ben Striegel | -2/+2 |
| 2013-01-30 | RIMOV, round 7 | Ben Striegel | -2/+2 |
| 2013-01-30 | RIMOV, round 5 | Ben Striegel | -22/+22 |
| 2013-01-30 | RIMOV, round 4 | Ben Striegel | -10/+10 |
| 2013-01-30 | RIMOV, round 3 | Ben Striegel | -30/+30 |
| 2013-01-30 | librustc: Change `self` as a type to `Self` everywhere. r=brson | Patrick Walton | -5/+5 |
| 2013-01-30 | rustc: make integral type inference transactional, close #3211, close #4401, ... | Graydon Hoare | -3/+3 |
| 2013-01-29 | Merge pull request #4682 from thestinger/treemap | Tim Chevalier | -32/+23 |
| 2013-01-29 | std: Stop using oldcomm | Brian Anderson | -449/+429 |
| 2013-01-29 | De-capitalize "note" to get rid of spurious tidy warnings | Tim Chevalier | -1/+1 |
| 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 | Merge pull request #4676 from thestinger/fuzzy | Tim Chevalier | -3/+3 |
| 2013-01-29 | fix FuzzyEq | Daniel Micay | -3/+3 |
| 2013-01-29 | Fix licenseck to allow 2012-2013 as the year range | Tim Chevalier | -2/+2 |
| 2013-01-29 | Merge pull request #4664 from thestinger/fuzzy | Tim Chevalier | -12/+30 |
| 2013-01-29 | implement fuzzy_eq with fuzzy_eq_eps | Daniel Micay | -4/+4 |
| 2013-01-29 | libstd: De-export libstd. rs=deexport | Patrick Walton | -252/+230 |
| 2013-01-29 | librustc: De-implicit-self the visitor. r=graydon | Patrick Walton | -0/+1 |
| 2013-01-29 | librustc: Disallow trait bounds in types, enumerations, and structure definit... | Patrick Walton | -38/+49 |
| 2013-01-29 | libstd: Remove "dual impls" from the language and enforce coherence rules. r=... | Patrick Walton | -70/+53 |
| 2013-01-28 | Add #[legacy_records] crate attribute | Tim Chevalier | -0/+4 |
| 2013-01-28 | add a FuzzyEq method that accepts an epsilon value | Daniel Micay | -1/+20 |
| 2013-01-28 | Revert "Revert "Merge pull request #4633 from thestinger/treemap"" | Tim Chevalier | -19/+10 |
| 2013-01-28 | update FuzzyEq to explicit self | Daniel Micay | -11/+10 |
| 2013-01-28 | fix std::cmp docstring | Daniel Micay | -1/+1 |
| 2013-01-28 | Tidy | Brian Anderson | -6/+9 |
| 2013-01-28 | Greatly improve performance for TcpSocketBuf.read | Michael Neumann | -35/+77 |
| 2013-01-28 | Convert log(debug, ...) to debug!(...) | Michael Neumann | -69/+62 |
| 2013-01-28 | Merge remote-tracking branch 'thestinger/hashmap' into deriving | Brian Anderson | -6/+18 |
| 2013-01-28 | Merge remote-tracking branch 'codeblack08/treemap-ord' into deriving | Brian Anderson | -4/+82 |
| 2013-01-28 | get rid of LinearMap's find_copy method | Daniel Micay | -6/+18 |
| 2013-01-28 | Remove bounds from type decl of smallintmap | Niko Matsakis | -2/+2 |
| 2013-01-26 | std: implement lexicographical Ord for TreeMap/TreeSet | Cody Schroeder | -4/+82 |
| 2013-01-26 | Merge remote-tracking branch 'brson/nocommupstream2' | Brian Anderson | -503/+558 |
| 2013-01-25 | Fix Option camel case in xfailed/ignored tests | Tyler Bindon | -1/+1 |
| 2013-01-25 | Fix Option camel case in comments | Tyler Bindon | -9/+9 |
| 2013-01-25 | Merge remote-tracking branch 'brson/nocommupstream' | Brian Anderson | -503/+558 |
| 2013-01-25 | Declare std::arc::unwrap to be pub | Cody Schroeder | -1/+1 |
| 2013-01-25 | register snapshots | Graydon Hoare | -58/+0 |
| 2013-01-25 | Revert "Merge pull request #4633 from thestinger/treemap" | Tim Chevalier | -10/+19 |
| 2013-01-25 | Merge pull request #4625 from thestinger/container | Tim Chevalier | -15/+6 |
| 2013-01-25 | use mut function argument syntax in priority_queue | Daniel Micay | -8/+4 |
| 2013-01-25 | use mutable function argument syntax in treemap | Daniel Micay | -11/+6 |