| Age | Commit message (Expand) | Author | Lines |
| 2013-01-30 | rustdoc: deny(deprecated_self) | Brian Anderson | -24/+23 |
| 2013-01-30 | librustc: Change `self` as a type to `Self` everywhere. r=brson | Patrick Walton | -86/+83 |
| 2013-01-30 | rustdoc: Remove structural records | Brian Anderson | -29/+36 |
| 2013-01-30 | rustdoc: De-mode | Brian Anderson | -255/+254 |
| 2013-01-30 | rustdoc: Stop using a custom error handler. Closes #4698 | Brian Anderson | -55/+2 |
| 2013-01-30 | rustdoc: deny(deprecated_mode) | Brian Anderson | -69/+70 |
| 2013-01-30 | rustdoc: Various bits of modernization | Brian Anderson | -259/+259 |
| 2013-01-30 | librustc: Remove legacy exports from the language. r=brson | Patrick Walton | -387/+75 |
| 2013-01-30 | test: fix compile-fail tests somehow missed from local 'make check', r=burnin... | Graydon Hoare | -3/+3 |
| 2013-01-30 | rustc: make integral type inference transactional, close #3211, close #4401, ... | Graydon Hoare | -91/+64 |
| 2013-01-30 | test: Remove export from the tests, language, and libraries. rs=deexporting | Patrick Walton | -528/+232 |
| 2013-01-30 | test: De-export aux, bench, compile-fail, and run-fail. rs=deexporting | Patrick Walton | -409/+218 |
| 2013-01-30 | Merge pull request #4687 from alexcrichton/hashmap-speedup | Tim Chevalier | -1/+1 |
| 2013-01-30 | Merge pull request #4690 from codeblack08/test-round | Tim Chevalier | -5/+9 |
| 2013-01-30 | librustc: Long line. rs=burning | Patrick Walton | -1/+3 |
| 2013-01-30 | librustdoc: De-export compiletest, combine-tests, libcargo, libfuzzer, and li... | Patrick Walton | -256/+213 |
| 2013-01-30 | testsuite: Add xfailed test for #4542 | Tim Chevalier | -10/+1 |
| 2013-01-30 | Test case | Tim Chevalier | -0/+27 |
| 2013-01-30 | librustc: De-export rustc. rs=deexporting | Patrick Walton | -528/+415 |
| 2013-01-30 | librustc: De-record the type context. rs=derecordification | Patrick Walton | -105/+108 |
| 2013-01-30 | librustc: De-export ty. rs=deexporting | Patrick Walton | -506/+339 |
| 2013-01-30 | librustc: De-export trans. rs=deexporting | Patrick Walton | -1061/+1021 |
| 2013-01-30 | rustc: Convert to pipes | Brian Anderson | -8/+11 |
| 2013-01-30 | Add test for float::round | Cody Schroeder | -5/+9 |
| 2013-01-30 | Remove oldcomm from the test suite | Brian Anderson | -1778/+207 |
| 2013-01-30 | Use task local random when initializing maps | Alex Crichton | -1/+1 |
| 2013-01-29 | librustc: Long lines. rs=burning | Patrick Walton | -3/+5 |
| 2013-01-29 | librustc: Speed up byte copy operations. r=nmatsakis | Patrick Walton | -2/+96 |
| 2013-01-29 | librustc: Stop zeroing out allocas so much. Cuts 300K off librustc. | Patrick Walton | -7/+3 |
| 2013-01-29 | librustc: Strdup unique strings instead of copying in byte by byte. Shaves 2M... | Patrick Walton | -7/+45 |
| 2013-01-29 | librustc: De-export some of trans. rs=deexporting | Patrick Walton | -215/+218 |
| 2013-01-29 | core tests: Add use vec; directive inside core::hashmap tests | Tim Chevalier | -0/+1 |
| 2013-01-29 | xfail transitive inheritance test -- I guess this doesn't work yet | Tim Chevalier | -0/+1 |
| 2013-01-29 | Handle supertrait calls in default methods | Tim Chevalier | -74/+354 |
| 2013-01-29 | Merge pull request #4682 from thestinger/treemap | Tim Chevalier | -36/+268 |
| 2013-01-29 | std: Stop using oldcomm | Brian Anderson | -449/+429 |
| 2013-01-29 | rustdoc: Remove structural records from tests. Fixes build breakage | Tim Chevalier | -83/+75 |
| 2013-01-29 | De-capitalize "note" to get rid of spurious tidy warnings | Tim Chevalier | -3/+3 |
| 2013-01-29 | add intersection and union to the Set trait | Daniel Micay | -17/+105 |
| 2013-01-29 | add difference and symmetric_difference to Set | Daniel Micay | -17/+88 |
| 2013-01-29 | add is_disjoint to the Set trait | Daniel Micay | -30/+61 |
| 2013-01-29 | add is_subset and is_superset to the Set trait | Daniel Micay | -38/+89 |
| 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: De-export metadata. rs=deexporting | Patrick Walton | -428/+279 |
| 2013-01-29 | librustc: De-export typeck. rs=deexporting | Patrick Walton | -463/+382 |
| 2013-01-29 | librustc: De-export front, borrowck, and typeck/check. rs=deexporting | Patrick Walton | -304/+202 |
| 2013-01-29 | librustc: De-export back, lib, and util. rs=deexporting | Patrick Walton | -730/+763 |
| 2013-01-29 | librustc: De-export driver. rs=deexport | Patrick Walton | -242/+221 |
| 2013-01-29 | libsyntax: De-export libsyntax. rs=deexporting | Patrick Walton | -610/+579 |