| Age | Commit message (Expand) | Author | Lines |
| 2013-03-22 | fuzzer: replace uses of old deriving attribute with new one | Andrew Paseltiner | -1/+1 |
| 2013-03-22 | rustdoc: replace uses of old deriving attribute with new one | Andrew Paseltiner | -18/+18 |
| 2013-03-22 | std: replace uses of old deriving attribute with new one | Andrew Paseltiner | -21/+21 |
| 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 | -99/+8 |
| 2013-03-21 | auto merge of #5481 : thestinger/rust/deque, r=z0w0 | bors | -0/+2 |
| 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 | -295/+277 |
| 2013-03-21 | auto merge of #5479 : Kimundi/rust/str-dealloc, r=z0w0 | bors | -110/+116 |
| 2013-03-21 | librustc: Register new snapshots | Patrick Walton | -99/+8 |
| 2013-03-21 | librustc: Replace the `&static` bound with `'static` | Patrick Walton | -57/+60 |
| 2013-03-21 | libsyntax: Remove `@const` from the language | Patrick Walton | -248/+41 |
| 2013-03-21 | librustc: Forbid destructors from being attached to any structs that might co... | Patrick Walton | -47/+236 |
| 2013-03-21 | auto merge of #5476 : thestinger/rust/bench, r=graydon | bors | -250/+87 |
| 2013-03-21 | deque: add a module docstring | Daniel Micay | -0/+2 |
| 2013-03-21 | auto merge of #5407 : jbclements/rust/add-assert-eq-macro, r=jbclements | bors | -296/+279 |
| 2013-03-21 | Un-renamed trim and substr functions. | Marvin Löbel | -78/+78 |
| 2013-03-21 | Switched over substr and trim functions in str to be non-allocating, temporar... | Marvin Löbel | -122/+128 |
| 2013-03-21 | replace the core-map benchmark | Daniel Micay | -247/+86 |
| 2013-03-21 | trie: make impl pub | Daniel Micay | -3/+1 |
| 2013-03-21 | auto merge of #5468 : z0w0/rust/iluvdatjit, r=pcwalton | bors | -1/+1 |
| 2013-03-21 | auto merge of #5461 : catamorphism/rust/flagless, r=nikomatsakis | bors | -495/+824 |
| 2013-03-21 | rustc: Comments only - explain the invariant about ty_err and ty_bot a little | Tim Chevalier | -0/+10 |
| 2013-03-21 | librustc: Forbid access to cross-crate private static methods | Patrick Walton | -17/+46 |
| 2013-03-21 | auto merge of #5464 : luqmana/rust/const-pat, r=pcwalton | bors | -16/+93 |
| 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 | -161/+151 |
| 2013-03-21 | auto merge of #5470 : sanxiyn/rust/remove-oldmap-2, r=sanxiyn | bors | -33/+38 |
| 2013-03-21 | Switch impls_seen from oldmap | Seo Sanghyeon | -4/+4 |
| 2013-03-21 | back-renamed slice_DBG_BRWD, slice_V_DBG_BRWD -> slice, slice_DBG_UNIQ -> sli... | Marvin Löbel | -120/+120 |
| 2013-03-21 | Switch CoherenceInfo from oldmap | Seo Sanghyeon | -10/+9 |
| 2013-03-21 | removed str::slice_DBG_UNIQ | Marvin Löbel | -66/+42 |
| 2013-03-21 | test: XFAIL test issue-4120 due to Valgrind complaints. | Patrick Walton | -0/+4 |
| 2013-03-21 | Time type checking passes separately | Seo Sanghyeon | -8/+14 |
| 2013-03-21 | Move the function to time passes to util | Seo Sanghyeon | -11/+11 |
| 2013-03-21 | auto merge of #5465 : sanxiyn/rust/remove-oldmap, r=sanxiyn | bors | -37/+37 |
| 2013-03-21 | Switch Module.import_resolutions from oldmap | Seo Sanghyeon | -13/+13 |
| 2013-03-21 | Test for cross-crate const in match pattern. | Luqman Aden | -0/+22 |
| 2013-03-21 | librustc: Fix path-qualified and cross-crate constants in match patterns. | Luqman Aden | -16/+71 |
| 2013-03-21 | Switch Module.children from oldmap | Seo Sanghyeon | -24/+24 |
| 2013-03-21 | rt: Increase C_STACK_SIZE to 2MB to get JIT/rusti working again (dlopen segfa... | Zack Corr | -1/+1 |
| 2013-03-20 | auto merge of #5458 : pcwalton/rust/valgrind-suppress, r=pcwalton | bors | -0/+15 |
| 2013-03-20 | Make typechecker compositional | Tim Chevalier | -495/+814 |
| 2013-03-20 | auto merge of #5456 : graydon/rust/fixups, r=pcwalton | bors | -28/+39 |
| 2013-03-21 | renamed str::view -> slice_DBG_BRWD | Marvin Löbel | -144/+158 |
| 2013-03-20 | auto merge of #5455 : pcwalton/rust/framework, r=catamorphism | bors | -21/+15 |
| 2013-03-20 | change some uses of fail_unless to assert_eq | John Clements | -296/+251 |
| 2013-03-20 | auto merge of #5447 : erickt/rust/incoming, r=graydon | bors | -105/+297 |
| 2013-03-20 | etc: Suppress Linux valgrind issues for new scheduler | Patrick Walton | -0/+15 |
| 2013-03-20 | auto merge of #5453 : catamorphism/rust/issue-4120, r=catamorphism | bors | -0/+17 |