| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2012-09-12 | libcore: add send_map::with_find_ref and with_get_ref. | Erick Tryzelaar | -0/+31 |
| 2012-09-12 | libcore: modernize send_map's whitespacing | Erick Tryzelaar | -46/+42 |
| 2012-09-12 | Rename vec::unsafe to vec::raw | Brian Anderson | -55/+55 |
| 2012-09-12 | Document IterBytes, Eq, Cmp, Hash. Close #3449. | Graydon Hoare | -1/+61 |
| 2012-09-12 | core: Implement ToStr for @str | Philipp Brüschweiler | -0/+4 |
| 2012-09-12 | purge the separate path for rel ops (e.g., ==) vs other bin ops | Niko Matsakis | -3/+3 |
| 2012-09-12 | Remove some transitional code | Brian Anderson | -125/+52 |
| 2012-09-12 | Add a bunch of inline hints. | Graydon Hoare | -0/+12 |
| 2012-09-12 | fixup mutability of vec::each, make iter_bytes pure | Niko Matsakis | -114/+224 |
| 2012-09-12 | Rename core::rt_fail to core::rt_fail_ | Brian Anderson | -0/+6 |
| 2012-09-12 | Use a different strategy for transitioning to camel case extfmt | Brian Anderson | -5/+2 |
| 2012-09-12 | update to store map on stack, taking advantage of auto-ref | Niko Matsakis | -7/+7 |
| 2012-09-11 | Introduce auto adjustment table to subsume autoderef/autoref/borrowings. | Niko Matsakis | -2/+9 |
| 2012-09-11 | Make moves explicit in arguments | Tim Chevalier | -87/+88 |
| 2012-09-11 | Convert core::extfmt to camel case | Brian Anderson | -73/+266 |
| 2012-09-11 | Promote 'impl' from restricted keyword to strict | Brian Anderson | -4/+4 |
| 2012-09-11 | Convert 'use' to 'extern mod'. Remove old 'use' syntax | Brian Anderson | -2/+2 |
| 2012-09-11 | Promote 'pub' and 'priv' from restricted to strict keywords | Brian Anderson | -4/+4 |
| 2012-09-11 | Merge pull request #3440 from jld/vec-dedup | Brian Anderson | -0/+81 |
| 2012-09-10 | Convert 'import' to 'use'. Remove 'import' keyword. | Brian Anderson | -61/+60 |
| 2012-09-10 | Make all moves explicit in libsyntax | Tim Chevalier | -3/+3 |
| 2012-09-10 | rustc: Stop calling cmp shape glue in trans. | Patrick Walton | -0/+7 |
| 2012-09-10 | Rename the poorly named Managed<T> type to Mut<T>. | Niko Matsakis | -16/+24 |
| 2012-09-10 | fix a implicitly copyable warning | Niko Matsakis | -1/+1 |
| 2012-09-10 | Make all remaining moves explicit in libcore | Tim Chevalier | -54/+54 |