| Age | Commit message (Expand) | Author | Lines |
| 2012-09-19 | De-mode vec::each() and many of the str iteration routines | Niko Matsakis | -422/+160 |
| 2012-09-19 | libcore: unsafe mod renamed to cast | Erick Tryzelaar | -4/+4 |
| 2012-09-18 | Revert "replace explicit calls to vec::each with vec::each_ref, partially dem... | Niko Matsakis | -140/+231 |
| 2012-09-18 | replace explicit calls to vec::each with vec::each_ref, partially demode str | Niko Matsakis | -231/+140 |
| 2012-09-18 | core: Rename 'unsafe' mod to 'cast' | Brian Anderson | -140/+140 |
| 2012-09-18 | rustc: Remove legacy mode inference, unless #[legacy_modes] is used | Patrick Walton | -0/+2 |
| 2012-09-18 | core: Move Exclusive and SharedMutableState to the private mod | Brian Anderson | -423/+422 |
| 2012-09-18 | libcore: str::unsafe::from_buf_len_nocopy => form_slice | Erick Tryzelaar | -9/+8 |
| 2012-09-18 | libcore: make a copyless io::BytesWriter | Erick Tryzelaar | -38/+37 |
| 2012-09-18 | Revert "rustc: Change all non-keyword uses of "link"" | Patrick Walton | -30/+29 |
| 2012-09-18 | Replace uses of 'unchecked' with 'unsafe' | Brian Anderson | -84/+84 |
| 2012-09-18 | make filetype() include the "." (fixes #3412) | Niko Matsakis | -8/+32 |
| 2012-09-18 | rustc: Change all non-keyword uses of "link" | Patrick Walton | -29/+30 |
| 2012-09-18 | core: Rename at_vec::unsafe to raw | Brian Anderson | -4/+4 |
| 2012-09-17 | libcore: Fix cleanup for i386 | Patrick Walton | -1/+6 |
| 2012-09-17 | add a test and correct terminology | Niko Matsakis | -5/+5 |
| 2012-09-16 | libcore: Log newtyped enums correctly. Closes #3506. | Patrick Walton | -10/+21 |
| 2012-09-15 | Make most send_map functions pure | Erick Tryzelaar | -19/+19 |
| 2012-09-15 | libcore: add find_ref/get_ref to SendMap trait | Erick Tryzelaar | -2/+9 |
| 2012-09-15 | vec::u8 => vec::bytes (#3444) | Erick Tryzelaar | -6/+6 |
| 2012-09-15 | io::Reader::chars_from_buf => chars_from_bytes (#3444) | Erick Tryzelaar | -2/+2 |
| 2012-09-15 | int/uint parse_buf => parse_bytes (#3444) | Erick Tryzelaar | -39/+39 |
| 2012-09-15 | libcore: rename *flate_buf to *flate_bytes (#3444) | Erick Tryzelaar | -7/+7 |
| 2012-09-15 | libcore: fix whitespace in str test | Erick Tryzelaar | -1/+1 |
| 2012-09-15 | libcore: send_map test simplification. | Erick Tryzelaar | -6/+2 |
| 2012-09-14 | rustc: Back out box annihilator | Patrick Walton | -0/+6 |
| 2012-09-14 | Add core::reflect, start migrating core::repr to use it. Tidy up various Repr... | Graydon Hoare | -47/+925 |
| 2012-09-14 | rustc: Call the box annihilator in main | Patrick Walton | -2/+1 |
| 2012-09-14 | libcore: Remove the annihilation tests; there's no easy way to make them work. | Patrick Walton | -54/+6 |
| 2012-09-14 | rustc: Make the box annihilator a language item | Patrick Walton | -5/+19 |
| 2012-09-14 | libcore: Implement a box annihilator, not called yet | Patrick Walton | -0/+158 |
| 2012-09-14 | replace with_find_ref() with find_ref(), which is just nicer to use | Niko Matsakis | -32/+26 |
| 2012-09-14 | libcore: Make enum logging significantly less clownshoes. | Patrick Walton | -16/+46 |
| 2012-09-13 | Teach path to collapse double-slashes in components. Close #3430. | Graydon Hoare | -11/+35 |
| 2012-09-13 | Fix implicit-instantiation of non-implicitly-copyable warnings. | Graydon Hoare | -3/+3 |
| 2012-09-13 | Fix stray vec::as_buf, try to put out fire on win32. | Graydon Hoare | -1/+1 |
| 2012-09-13 | Doc fix, close #3419 | Graydon Hoare | -2/+2 |
| 2012-09-13 | Fix broken test in core::task | Brian Anderson | -4/+8 |
| 2012-09-13 | core: Fix stray usage of vec::unsafe on FreeBSD | Brian Anderson | -1/+1 |
| 2012-09-13 | s/vec::as_buf/vec::as_imm_buf/, fix comment, remove set.rs | Niko Matsakis | -29/+28 |
| 2012-09-13 | Merge pull request #3487 from Blei/fix-3465 | Brian Anderson | -4/+14 |
| 2012-09-13 | core: Remove old definition of rt_fail | Brian Anderson | -6/+0 |
| 2012-09-13 | rt: Implement ThreadPerCore scheduling mode | Philipp Brüschweiler | -4/+14 |
| 2012-09-13 | libcore: Make logging of structural subcomponents after a pointer not crash | Patrick Walton | -2/+2 |
| 2012-09-13 | repr: emit closing `)` for enum variants, test that nullary variants names print | Niko Matsakis | -1/+1 |
| 2012-09-13 | make iter::position() not require Eq | Niko Matsakis | -8/+9 |
| 2012-09-12 | Rename str::unsafe to str::raw | Brian Anderson | -39/+39 |
| 2012-09-12 | libcore: Remove debugging code from transmute. | Patrick Walton | -3/+0 |
| 2012-09-12 | libcore: Make %? use the visitor, not shape glue | Patrick Walton | -7/+4 |
| 2012-09-12 | libcore: Add some visitor-based logging functionality | Patrick Walton | -2/+583 |