| Age | Commit message (Expand) | Author | Lines |
| 2013-08-04 | extra: Don't recurse in DList drop glue. #8295 | Brian Anderson | -4/+38 |
| 2013-08-04 | auto merge of #8282 : brson/rust/more-newsched-fixes, r=brson | bors | -8/+1 |
| 2013-08-04 | Merge remote-tracking branch 'remotes/origin/master' into str-remove-null | Erick Tryzelaar | -246/+236 |
| 2013-08-04 | Remove trailing null from strings | Erick Tryzelaar | -2/+98 |
| 2013-08-04 | Remove old tests and code for `select` | Brian Anderson | -8/+1 |
| 2013-08-04 | auto merge of #8260 : omasanori/rust/fix-extra-unicode, r=pcwalton | bors | -18/+33 |
| 2013-08-04 | std: replace str::as_c_str with std::c_str | Erick Tryzelaar | -6/+6 |
| 2013-08-04 | extra: make sure time::match_digits does not read past the end of the str | Erick Tryzelaar | -7/+11 |
| 2013-08-04 | Implemented TreeMap::{lower_bound_iter,upper_bound_iter} | Dmitry Ermolov | -4/+146 |
| 2013-08-04 | Remove redundant print. | Dmitry Ermolov | -1/+0 |
| 2013-08-04 | Additional check in treemap iterator test. | Dmitry Ermolov | -0/+1 |
| 2013-08-03 | auto merge of #8264 : thestinger/rust/snapshot, r=Aatch | bors | -236/+236 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -236/+236 |
| 2013-08-03 | auto merge of #8246 : stepancheg/rust/contains-key, r=thestinger | bors | -10/+0 |
| 2013-08-03 | Fix building problems in extra::unicode. | OGINO Masanori | -18/+33 |
| 2013-08-03 | Move `use` statements. | OGINO Masanori | -6/+8 |
| 2013-08-03 | Rename sum -> _sum. | OGINO Masanori | -6/+6 |
| 2013-08-03 | Explicitly impl Clone for RWArc | Kevin Ballard | -14/+12 |
| 2013-08-03 | replace all remaining `for` with `foreach` or `do` | Daniel Micay | -41/+52 |
| 2013-08-02 | librustc: Disallow "unsafe" for external functions | Patrick Walton | -35/+31 |
| 2013-08-02 | auto merge of #8174 : DaGenix/rust/digest-improvements, r=brson | bors | -850/+912 |
| 2013-08-03 | Add default implementation of Map::contains_key function | Stepan Koltsov | -10/+0 |
| 2013-08-02 | Sha1: Update Sha1 to use new functionality in cryptoutil.rs | Palmer Cox | -101/+37 |
| 2013-08-02 | Crypto: Add overflow checking addition functions. | Palmer Cox | -55/+71 |
| 2013-08-02 | Crypto: Add large input tests for all Digests | Palmer Cox | -21/+63 |
| 2013-08-02 | Crypto: Remove DigestUtil and convert to default methods on the Digest trait. | Palmer Cox | -30/+23 |
| 2013-08-02 | Sha2: Re-write the Sha2 compression functions to improve performance. | Palmer Cox | -102/+91 |
| 2013-08-02 | Sha2: Create cryptoutil.rs and re-write the Sha2 module to make use of it. | Palmer Cox | -451/+551 |
| 2013-08-02 | Sha2: Remove the result_X() methods; move logic into the Digest impls. | Palmer Cox | -73/+50 |
| 2013-08-02 | Sha2: Rearrage traits / impls / structs. | Palmer Cox | -248/+257 |
| 2013-08-02 | Sha2: Remove unecessary integer type specifications. | Palmer Cox | -36/+36 |
| 2013-08-02 | (cleanup) Use more do...finally in extra::sync. | Ben Blum | -207/+102 |
| 2013-08-02 | Add SendDeferred trait and use it to fix #8214. | Ben Blum | -4/+5 |
| 2013-08-02 | auto merge of #8175 : brson/rust/nodbg, r=graydon | bors | -81/+0 |
| 2013-08-02 | replace `range` with an external iterator | Daniel Micay | -92/+76 |
| 2013-08-01 | auto merge of #8190 : thestinger/rust/for, r=thestinger | bors | -195/+235 |
| 2013-08-01 | std: Change `Times` trait to use `do` instead of `for` | blake2-ppc | -40/+42 |
| 2013-08-01 | std: Remove the internal iterator methods from trait Set | blake2-ppc | -70/+70 |
| 2013-08-01 | extra: Use external iterators in bitv implementation | blake2-ppc | -33/+55 |
| 2013-08-01 | extra: Replace `for` with `do { .. }` expr where internal iterators are used | blake2-ppc | -36/+47 |
| 2013-08-01 | std: Replace `for` with `do { .. }` expr where internal iterators are used | blake2-ppc | -4/+6 |
| 2013-08-01 | extra: Use `do` instead of `for` in extra::iter | blake2-ppc | -19/+22 |
| 2013-08-01 | auto merge of #8164 : brson/rust/noportset, r=pcwalton | bors | -4/+0 |
| 2013-08-01 | migrate many `for` loops to `foreach` | Daniel Micay | -173/+170 |
| 2013-08-01 | rc: from_{owned,const} -> from_{send,freeze} | Daniel Micay | -19/+19 |
| 2013-08-01 | make `in` and `foreach` get treated as keywords | Daniel Micay | -83/+83 |
| 2013-07-31 | extra: Remove dbg module and rt support code | Brian Anderson | -81/+0 |
| 2013-07-31 | std: Remove PortSet. Not supported by new scheduler. Replace uses with Shared... | Brian Anderson | -4/+0 |
| 2013-07-31 | auto merge of #8139 : brson/rust/rm-old-task-apis, r=pcwalton | bors | -1/+1 |
| 2013-07-30 | auto merge of #8135 : dim-an/rust/master, r=pcwalton | bors | -18/+47 |