| Age | Commit message (Expand) | Author | Lines |
| 2013-03-21 | core: fix a typo in levdistance | Erick Tryzelaar | -2/+2 |
| 2013-03-21 | auto merge of #5480 : pcwalton/rust/at-const, r=pcwalton | bors | -20/+50 |
| 2013-03-21 | auto merge of #5479 : Kimundi/rust/str-dealloc, r=z0w0 | bors | -100/+100 |
| 2013-03-21 | librustc: Register new snapshots | Patrick Walton | -51/+0 |
| 2013-03-21 | libsyntax: Remove `@const` from the language | Patrick Walton | -8/+28 |
| 2013-03-21 | librustc: Forbid destructors from being attached to any structs that might co... | Patrick Walton | -12/+22 |
| 2013-03-21 | auto merge of #5476 : thestinger/rust/bench, r=graydon | bors | -3/+1 |
| 2013-03-21 | auto merge of #5407 : jbclements/rust/add-assert-eq-macro, r=jbclements | bors | -198/+198 |
| 2013-03-21 | Un-renamed trim and substr functions. | Marvin Löbel | -60/+60 |
| 2013-03-21 | Switched over substr and trim functions in str to be non-allocating, temporar... | Marvin Löbel | -103/+103 |
| 2013-03-21 | trie: make impl pub | Daniel Micay | -3/+1 |
| 2013-03-21 | libcore: Remove a few possibly-cyclic imports in an effort to unbreak the tre... | Patrick Walton | -3/+3 |
| 2013-03-21 | auto merge of #5466 : Kimundi/rust/view-slice-rename, r=bstrie | bors | -107/+97 |
| 2013-03-21 | back-renamed slice_DBG_BRWD, slice_V_DBG_BRWD -> slice, slice_DBG_UNIQ -> sli... | Marvin Löbel | -67/+67 |
| 2013-03-21 | removed str::slice_DBG_UNIQ | Marvin Löbel | -66/+42 |
| 2013-03-20 | auto merge of #5456 : graydon/rust/fixups, r=pcwalton | bors | -1/+10 |
| 2013-03-21 | renamed str::view -> slice_DBG_BRWD | Marvin Löbel | -81/+95 |
| 2013-03-20 | auto merge of #5455 : pcwalton/rust/framework, r=catamorphism | bors | -6/+6 |
| 2013-03-20 | change some uses of fail_unless to assert_eq | John Clements | -198/+198 |
| 2013-03-20 | auto merge of #5447 : erickt/rust/incoming, r=graydon | bors | -89/+287 |
| 2013-03-20 | libsyntax: Never use `::<>` in the type grammar | Patrick Walton | -6/+6 |
| 2013-03-20 | add stage3 markers where necessary for dist-snap | Graydon Hoare | -0/+6 |
| 2013-03-20 | core: add Reader, Writer, ReaderUtil, WriterUtil to prelude. Close #4182. | Graydon Hoare | -1/+4 |
| 2013-03-20 | core: add str::each{,i}_reverse | Erick Tryzelaar | -77/+215 |
| 2013-03-20 | core: add char_len method | Erick Tryzelaar | -1/+5 |
| 2013-03-20 | core: add char_at_reverse | Erick Tryzelaar | -1/+34 |
| 2013-03-19 | libcore: Make a couple of constructors public. rs=testfixing | Patrick Walton | -3/+3 |
| 2013-03-19 | core: rename vec::rev_each{,i} to vec::each{,i}_reverse | Erick Tryzelaar | -10/+33 |
| 2013-03-19 | libsyntax: Forbid `use` (and most other things) within `extern { ... }` blocks | Patrick Walton | -5/+4 |
| 2013-03-19 | librustc: Enforce privacy for static methods. | Patrick Walton | -4/+3 |
| 2013-03-18 | librustc: Make the compiler ignore purity. | Patrick Walton | -36/+66 |
| 2013-03-18 | libsyntax: Stop parsing old lifetimes, except for the ones on data type decla... | Patrick Walton | -1/+1 |
| 2013-03-18 | librustc: Convert all uses of old lifetime notation to new lifetime notation.... | Patrick Walton | -204/+204 |
| 2013-03-18 | core: Initialize global state lazily in the Scheduler ctor | Brian Anderson | -10/+7 |
| 2013-03-18 | Add a way to run the test suite with the new scheduler | Brian Anderson | -5/+45 |
| 2013-03-18 | core: Refactor uv bindings | Brian Anderson | -483/+535 |
| 2013-03-18 | core: Begin uv file system bindings | Brian Anderson | -0/+36 |
| 2013-03-18 | core: Add rt::io and start sketching the API | Brian Anderson | -0/+92 |
| 2013-03-18 | core: Rename rt::io to rt::rtio | Brian Anderson | -6/+4 |
| 2013-03-18 | core: Convert some multiline statements to single-line | Brian Anderson | -135/+67 |
| 2013-03-18 | core: Simplify uvll bindings and strip out currently-unused bits | Brian Anderson | -1770/+315 |
| 2013-03-18 | core: Don't use printf in rtdebug! | Brian Anderson | -10/+4 |
| 2013-03-18 | Give core::rt and std::net their own uvll bindings | Brian Anderson | -3/+2 |
| 2013-03-18 | core: Cleanup rt::context | Brian Anderson | -17/+35 |
| 2013-03-16 | rt: Add RUST_DEBUG_MEM to rust_env to avoid races | Brian Anderson | -5/+49 |
| 2013-03-15 | auto merge of #5408 : thestinger/rust/trie, r=pcwalton | bors | -2/+31 |
| 2013-03-15 | auto merge of #5404 : bstrie/rust/decopy, r=pcwalton | bors | -3/+29 |
| 2013-03-15 | add a test for the chunk function | Daniel Micay | -0/+22 |
| 2013-03-15 | core: fix trie chunk function | Graydon Hoare | -2/+2 |
| 2013-03-15 | add constructor to TrieSet (was missing) | Daniel Micay | -0/+7 |