| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2013-07-30 | auto merge of #8008 : bblum/rust/select, r=brson | bors | -31/+23 |
| 2013-07-31 | FALSE is not 1u8 but 0u8, of cource. | OGINO Masanori | -1/+1 |
| 2013-07-30 | std: Remove ManualThreads spawn mode | Brian Anderson | -1/+1 |
| 2013-07-31 | Fix comment. | Dmitry Ermolov | -1/+3 |
| 2013-07-30 | Fix opts_str. | Dmitry Ermolov | -3/+13 |
| 2013-07-30 | Modify test to expose issue #6492. | Dmitry Ermolov | -14/+31 |
| 2013-07-30 | UnsafeArc methods return unsafe pointers, so are not themselves unsafe. | Ben Blum | -3/+3 |
| 2013-07-30 | Unkillable is not unsafe. Close #7832. | Ben Blum | -28/+20 |
| 2013-07-30 | Do not enforce two newlines after the options | Jordi Boggiano | -3/+2 |
| 2013-07-30 | auto merge of #8121 : thestinger/rust/offset, r=alexcrichton | bors | -8/+8 |
| 2013-07-30 | Added str::char_offset_iter() and str::rev_char_offset_iter() | Marvin Löbel | -3/+99 |
| 2013-07-30 | implement pointer arithmetic with GEP | Daniel Micay | -8/+8 |
| 2013-07-30 | extra: Add .rev_iter() for bitv | blake2-ppc | -0/+5 |
| 2013-07-30 | extra: Implement iterator::Extendable | blake2-ppc | -21/+51 |
| 2013-07-30 | extra: Implement RandomAccessIterator for RingBuf | blake2-ppc | -15/+26 |
| 2013-07-30 | extra: Implement DoubleEnded and RandomAccess iterators for bitv | blake2-ppc | -4/+35 |
| 2013-07-29 | std: Rename Iterator adaptor types to drop the -Iterator suffix | blake2-ppc | -12/+12 |
| 2013-07-28 | Refactored vec and str iterators to remove prefixes | jmgrosen | -2/+3 |
| 2013-07-28 | auto merge of #8069 : erickt/rust/maikklein, r=erickt | bors | -16/+14 |
| 2013-07-27 | to_either + fixes | Erick Tryzelaar | -14/+13 |
| 2013-07-27 | cleanup .unwrap and .unwrap_err fixing io tests | Erick Tryzelaar | -2/+1 |
| 2013-07-27 | Fix nits. | Steven Stewart-Gallus | -8/+9 |
| 2013-07-27 | Change concurrency primitives to standard naming conventions | Steven Stewart-Gallus | -288/+290 |
| 2013-07-27 | auto merge of #8074 : thestinger/rust/iterator, r=cmr | bors | -11/+8 |
| 2013-07-27 | Remove dummy type parameters from iterator adaptors | blake2-ppc | -11/+8 |
| 2013-07-25 | Added default impls for container methods | Steven Fackler | -23/+1 |
| 2013-07-25 | auto merge of #8015 : msullivan/rust/default-methods, r=nikomatsakis | bors | -0/+24 |