| Age | Commit message (Expand) | Author | Lines |
| 2012-11-18 | Made from_str pure | Jesse Jones | -7/+13 |
| 2012-11-18 | Fixing warnings for long and blank lines | Jesse Jones | -1/+2 |
| 2012-11-18 | Made more stuff pure. | Jesse Jones | -6/+8 |
| 2012-11-18 | Made Result.get, get_ref, is_ok, is_err, and iter methods pure. | Jesse Jones | -6/+6 |
| 2012-11-18 | Made Map.contains_key, contains_key_ref, and get pure. | Jesse Jones | -1/+1 |
| 2012-11-18 | Documented fmt! expression syntax. | Jesse Jones | -1/+40 |
| 2012-11-15 | librustc: Fix cross-crate reexports. rs=blocking-servo | Patrick Walton | -9/+9 |
| 2012-11-15 | Un-ignore test_from_str and test_parse_buf | Tim Chevalier | -6/+0 |
| 2012-11-15 | rt: bump log levels up by one, fix tautological-compare error (and permit tur... | Graydon Hoare | -8/+8 |
| 2012-11-12 | Merge pull request #3954 from burg/result-chain | Brian Anderson | -5/+5 |
| 2012-11-12 | Fix Result::chain, Result::chain_err to not require Copy bounds. | Brian J. Burg | -5/+5 |
| 2012-11-08 | Whitespace | Brian Anderson | -1/+1 |
| 2012-11-08 | Change option::expect to not require a Copy bound, and move instead. | Brian J. Burg | -4/+5 |
| 2012-11-07 | rustc: Support irrefutable patterns in function arguments. r=nmatsakis | Patrick Walton | -10/+10 |
| 2012-11-07 | rustc: Implement the Drop trait. r=brson | Patrick Walton | -0/+9 |
| 2012-11-07 | Implement Ptr trait for mutable unsafe pointers. Closes #3926. | Zack Corr | -1/+24 |
| 2012-11-06 | rustc: reuse const vals, translate fn paths as consts. Close #2530. | Graydon Hoare | -15/+3 |
| 2012-11-04 | Merge pull request #3916 from Dretch/iofix | Brian Anderson | -37/+343 |
| 2012-11-04 | Add more doc-comments for Reader, ReaderUtil, Writer and WriterUtil (loosely ... | Gareth Daniel Smith | -26/+115 |
| 2012-11-04 | Add size-specific int reading methods to ReaderUtil to match the existing int... | Gareth Daniel Smith | -33/+250 |
| 2012-11-03 | Remove the last use of rustrt::rust_compare_and_swap_ptr | Tim Chevalier | -9/+4 |
| 2012-11-03 | Remove stage0 stuff that was awaiting snapshot | Tim Chevalier | -189/+1 |
| 2012-11-03 | Fix a bug where .write([]) would always fail. | Gareth Daniel Smith | -3/+9 |
| 2012-11-02 | Fix #1996 (pending snapshot) | Tim Chevalier | -13/+76 |
| 2012-11-02 | libcore: Implement a memory-safe "each_val" for data in aliasable, mutable lo... | Patrick Walton | -1/+39 |
| 2012-11-02 | core: peek returns false for terminated pipes. Closes #3905 | Brian Anderson | -2/+14 |
| 2012-10-30 | core: fix breakage from recent merge. | Graydon Hoare | -1/+1 |
| 2012-10-30 | Remove trait of TimesIx | Mahmut Bulut | -4/+0 |
| 2012-10-28 | Removing iter::TimesIx | Mahmut Bulut | -30/+0 |
| 2012-10-27 | Remove un-needed comparisons, suppress warnings | Tim Chevalier | -2/+2 |
| 2012-10-25 | Rename core::uniq to core::owned | Tim Chevalier | -1/+1 |
| 2012-10-25 | libcore: Make a few more dvec functions inline. Improves profile of Servo. rs=me | Patrick Walton | -7/+7 |
| 2012-10-24 | Merge remote-tracking branch 'brson/futures' | Brian Anderson | -333/+32 |
| 2012-10-24 | Implement proper subtyping for region fn types (part of #2263) | Niko Matsakis | -8/+147 |
| 2012-10-23 | Move futures to std | Brian Anderson | -247/+0 |
| 2012-10-23 | core: Remove remaining use of Future | Brian Anderson | -3/+7 |
| 2012-10-23 | core: Use PortOne instead of Future in future_result | Brian Anderson | -9/+7 |
| 2012-10-23 | core: Remove the unused Notification enum | Brian Anderson | -38/+11 |
| 2012-10-23 | core: Use less code for option dancing that notification channel | Brian Anderson | -37/+8 |
| 2012-10-23 | core: Replace future_pipe with pipe::oneshot | Brian Anderson | -13/+7 |
| 2012-10-23 | core: Give future_pipe the same definition as pipes::oneshot | Brian Anderson | -7/+13 |
| 2012-10-23 | rt: Remove box annihilator | Brian Anderson | -3/+1 |
| 2012-10-23 | Remove uses of binary move - <- - from tests and libraries | Tim Chevalier | -32/+32 |
| 2012-10-22 | Tidy | Brian Anderson | -2/+2 |
| 2012-10-22 | Merge remote-tracking branch 'luqmana/incoming' | Brian Anderson | -14/+30 |
| 2012-10-23 | Fix compare_and_swap to not break tests. | Luqman Aden | -133/+16 |
| 2012-10-22 | core: Add Result.get_ref method | Brian Anderson | -0/+8 |
| 2012-10-22 | core: add condition.raise_default. | Graydon Hoare | -5/+27 |
| 2012-10-22 | core: settle on the trap/in condition convention for now. Implement proper re... | Graydon Hoare | -238/+119 |
| 2012-10-21 | Replace rust_atomic_increment/decrement and rust_compare_and_swap_ptr with in... | Luqman Aden | -12/+145 |