| Age | Commit message (Expand) | Author | Lines |
| 2013-03-22 | libcore: Fix obsolete syntax in extfmt | Patrick Walton | -18/+17 |
| 2013-03-22 | librustc: Add explicit lifetime binders and new lifetime notation in core/std... | Patrick Walton | -9/+9 |
| 2013-03-22 | librustc: Remove the `const` declaration form everywhere | Patrick Walton | -433/+433 |
| 2013-03-22 | libsyntax: Introduce the new `assert!` macro; make `assert` no longer a keyword | Patrick Walton | -1/+1 |
| 2013-03-22 | libsyntax: Stop parsing `pure` and `static` | Patrick Walton | -1/+1 |
| 2013-03-22 | trie: make the TrieSet impl public | Daniel Micay | -2/+1 |
| 2013-03-22 | trie: inline the other TrieSet wrapper methods | Daniel Micay | -0/+3 |
| 2013-03-22 | trie: rm workaround for issue #3469 | Daniel Micay | -2/+1 |
| 2013-03-22 | auto merge of #5488 : pcwalton/rust/depure, r=pcwalton | bors | -1623/+1598 |
| 2013-03-22 | librustdoc: Remove `pure` from fuzzer and rustdoc. | Patrick Walton | -1/+1 |
| 2013-03-22 | libcore: Remove `pure` from libcore. rs=depure | Patrick Walton | -1576/+1551 |
| 2013-03-22 | librustc: Remove all uses of `static` from functions. rs=destatic | Patrick Walton | -108/+108 |
| 2013-03-22 | auto merge of #5463 : alexcrichton/rust/faster-fmt, r=graydon | bors | -0/+209 |
| 2013-03-22 | auto merge of #5398 : dbaupp/rust/core-readlines, r=graydon | bors | -32/+141 |
| 2013-03-22 | Pass the fmt! buffer to each conversion method | Alex Crichton | -0/+209 |
| 2013-03-22 | auto merge of #5471 : erickt/rust/incoming, r=bstrie | bors | -2/+2 |
| 2013-03-23 | libcore: handle trailing newlines more like other languages. | Huon Wilson | -32/+141 |
| 2013-03-22 | core: replace uses of old deriving attribute with new one | Andrew Paseltiner | -19/+19 |
| 2013-03-22 | auto merge of #5484 : pcwalton/rust/snapshots, r=pcwalton | bors | -51/+0 |
| 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 |