| Age | Commit message (Expand) | Author | Lines |
| 2013-12-04 | rewrite of shootout-reverse-complement.rs | Guillaume Pinot | -142/+70 |
| 2013-12-03 | auto merge of #10768 : Blei/rust/logging-enabled-macros, r=alexcrichton | bors | -5/+71 |
| 2013-12-03 | auto merge of #10757 : TeXitoi/rust/mut-split-iter, r=alexcrichton | bors | -15/+121 |
| 2013-12-03 | add MutableVector::mut_split(self, pred) -> DoubleEndedIterator<&mut [T]> | Guillaume Pinot | -4/+110 |
| 2013-12-03 | auto merge of #10777 : alexcrichton/rust/issue-10743, r=luqmana | bors | -75/+119 |
| 2013-12-03 | Resume propagation of linking to native dylibs | Alex Crichton | -61/+74 |
| 2013-12-03 | Continue tightening holes in reachability | Alex Crichton | -14/+45 |
| 2013-12-03 | auto merge of #10782 : alexcrichton/rust/rustdoc-lib, r=thestinger | bors | -0/+1 |
| 2013-12-03 | Add test to check for debug logging disabled at compile time | Philipp Brüschweiler | -0/+21 |
| 2013-12-02 | auto merge of #10772 : alexcrichton/rust/issue-3053, r=alexcrichton | bors | -0/+26 |
| 2013-12-02 | rustdoc: Tell rustc we're building a library | Alex Crichton | -0/+1 |
| 2013-12-02 | auto merge of #10770 : alexcrichton/rust/static-librustrt, r=alexcrichton | bors | -1/+1 |
| 2013-12-02 | auto merge of #10759 : SiegeLord/rust/placeholder, r=cmr | bors | -1/+3 |
| 2013-12-02 | auto merge of #10736 : Blei/rust/fix_c_vec, r=alexcrichton | bors | -104/+122 |
| 2013-12-02 | auto merge of #10742 : alexcrichton/rust/frameworks, r=cmr | bors | -18/+130 |
| 2013-12-02 | c_vec: Modernize | Philipp Brüschweiler | -104/+122 |
| 2013-12-02 | Add a macro to check if logging at a given label is enabled | Philipp Brüschweiler | -5/+50 |
| 2013-12-02 | auto merge of #10728 : sanxiyn/rust/proc, r=cmr | bors | -2/+31 |
| 2013-12-02 | Add test for #3053. Fixes #3053. | Niko Matsakis | -0/+26 |
| 2013-12-02 | Declare librustrt a static dependency of libextra | Alex Crichton | -1/+1 |
| 2013-12-02 | Fix type inference for proc expressions | Seo Sanghyeon | -2/+31 |
| 2013-12-02 | rename MutableVector::mut_split(at) to MutableVector::mut_split_at(at) | Guillaume Pinot | -11/+11 |
| 2013-12-01 | Add a type="search" to the search bar in the documentation. | SiegeLord | -1/+2 |
| 2013-12-01 | Add placeholder text to the search bar in the documentation. | SiegeLord | -1/+2 |
| 2013-12-01 | auto merge of #10756 : thestinger/rust/transmute, r=alexcrichton | bors | -8/+2 |
| 2013-12-01 | rustc: filter out empty linker args | Philipp Brüschweiler | -5/+18 |
| 2013-12-01 | remove useless `transmute_immut` function | Daniel Micay | -8/+2 |
| 2013-12-01 | auto merge of #10750 : Blei/rust/no-at-struct-field, r=alexcrichton | bors | -31/+31 |
| 2013-12-01 | auto merge of #10748 : kballard/rust/issue-10734-rpass, r=alexcrichton | bors | -3/+27 |
| 2013-12-01 | auto merge of #10676 : eddyb/rust/ast-box-in-enums, r=cmr | bors | -640/+623 |
| 2013-12-01 | ast: Remove one `@` and fix the fallout | Philipp Brüschweiler | -31/+31 |
| 2013-11-30 | Rewrite the issue-10734 rpass file | Kevin Ballard | -3/+27 |
| 2013-11-30 | auto merge of #10739 : DaGenix/rust/mut-chunks, r=alexcrichton | bors | -0/+102 |
| 2013-11-30 | auto merge of #10733 : alexcrichton/rust/ignore-on-windows, r=pcwalton | bors | -0/+1 |
| 2013-11-30 | auto merge of #10738 : sfackler/rust/buffered-fixes, r=alexcrichton | bors | -10/+28 |
| 2013-11-30 | Implement DoubleEndedIterator for MutChunkIter. | Palmer Cox | -0/+29 |
| 2013-11-30 | Implement mut_chunks() method for MutableVector trait. | Palmer Cox | -0/+73 |
| 2013-11-30 | Support OSX frameworks | Alex Crichton | -18/+130 |
| 2013-11-30 | auto merge of #10528 : alexcrichton/rust/static-linking-v2, r=pcwalton | bors | -713/+1602 |
| 2013-11-30 | Test fixes and merge conflicts | Alex Crichton | -95/+41 |
| 2013-12-01 | Box Block, fn_decl, variant and Ty in the AST, as they were inflating critica... | Eduard Burtescu | -640/+623 |
| 2013-11-30 | auto merge of #10737 : huonw/rust/with-cap, r=alexcrichton | bors | -1/+7 |
| 2013-11-30 | Fixes for BufferedWriter and LineBufferedWriter | Steven Fackler | -10/+28 |
| 2013-11-30 | auto merge of #10727 : erickt/rust/json, r=huonw | bors | -195/+200 |
| 2013-12-01 | std::io::mem: add a with_capacity constructor to MemWriter. | Huon Wilson | -1/+7 |
| 2013-11-30 | auto merge of #10735 : alexcrichton/rust/issue-10734, r=cmr | bors | -7/+31 |
| 2013-11-30 | Don't run cleanups twice in "if true" blocks | Alex Crichton | -7/+31 |
| 2013-11-30 | Wrap the return value of the type_id intrinsic in an opaque box | Corey Richardson | -46/+105 |
| 2013-11-29 | Ignore a deque test on windows | Alex Crichton | -0/+1 |
| 2013-11-29 | extra: missed a couple `@` in json | Erick Tryzelaar | -15/+19 |