| Age | Commit message (Expand) | Author | Lines |
| 2013-11-21 | `std::ptr::read_ptr` now takes `*T` instead of `*mut T` | Ziad Hatahet | -3/+3 |
| 2013-11-20 | auto merge of #10576 : thestinger/rust/gc, r=pcwalton | bors | -0/+100 |
| 2013-11-20 | auto merge of #10527 : eholk/rust/win64, r=alexcrichton | bors | -2/+72 |
| 2013-11-19 | add an initial `Gc<T>` stub with the API | Daniel Micay | -0/+100 |
| 2013-11-19 | auto merge of #10575 : sfackler/rust/non-copyable, r=huonw | bors | -11/+5 |
| 2013-11-19 | Remove NonCopyable::new | Steven Fackler | -11/+5 |
| 2013-11-19 | auto merge of #10568 : pcwalton/rust/more-bars, r=alexcrichton | bors | -871/+931 |
| 2013-11-19 | librustc: Change most uses of `&fn()` to `||`. | Patrick Walton | -293/+298 |
| 2013-11-19 | libsyntax: Change all uses of `&fn` to `||`. | Patrick Walton | -111/+139 |
| 2013-11-19 | libextra: Convert uses of `&fn(A)->B` to `|A|->B`. | Patrick Walton | -231/+224 |
| 2013-11-19 | libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstd | Patrick Walton | -236/+270 |
| 2013-11-19 | auto merge of #10495 : alexcrichton/rust/more-native-io, r=brson | bors | -716/+1056 |
| 2013-11-19 | Implement more native file I/O | Alex Crichton | -716/+1056 |
| 2013-11-19 | Don't use win64 calling convention on 32-bit machines. | Eric Holk | -3/+13 |
| 2013-11-19 | auto merge of #10558 : alexcrichton/rust/faster-stdout, r=pcwalton,pcwalton | bors | -1/+8 |
| 2013-11-19 | auto merge of #10557 : huonw/rust/inline-deriving, r=pcwalton | bors | -1/+27 |
| 2013-11-19 | auto merge of #10542 : huonw/rust/open01, r=alexcrichton | bors | -39/+122 |
| 2013-11-18 | auto merge of #10561 : pcwalton/rust/procify, r=alexcrichton | bors | -265/+186 |
| 2013-11-18 | auto merge of #10479 : alexcrichton/rust/native-mutex.rs, r=cmr | bors | -740/+695 |
| 2013-11-18 | Move runtime files to C instead of C++ | Alex Crichton | -208/+248 |
| 2013-11-18 | Remove the C++ lock_and_signal type | Alex Crichton | -536/+92 |
| 2013-11-18 | Implement a native mutex type | Alex Crichton | -2/+361 |
| 2013-11-18 | auto merge of #10458 : yichoi/rust/make_check_pass_android2, r=brson | bors | -7/+20 |
| 2013-11-18 | libsyntax: Remove `~fn()` from the language | Patrick Walton | -19/+13 |
| 2013-11-18 | librustc: Convert `~fn()` to `proc()` everywhere. | Patrick Walton | -145/+57 |
| 2013-11-18 | librustc: Remove the one use of `~fn()` | Patrick Walton | -1/+1 |
| 2013-11-18 | libextra: Remove `~fn()` from libextra. | Patrick Walton | -19/+24 |
| 2013-11-18 | libstd: Change all `~fn()`s to `proc`s in the standard library. | Patrick Walton | -82/+92 |
| 2013-11-18 | auto merge of #10440 : brson/rust/cnamespace, r=bstrie | bors | -28/+28 |
| 2013-11-18 | auto merge of #10366 : brson/rust/ignore-patterns, r=alexcrichton | bors | -24/+138 |
| 2013-11-18 | Allow piped stdout/stderr use uv_tty_t | Alex Crichton | -1/+8 |
| 2013-11-18 | Use the correct calling convention for extern rust functions. | Eric Holk | -1/+9 |
| 2013-11-18 | Add Win64 calling convention. | Eric Holk | -1/+53 |
| 2013-11-18 | Use '..' as slice wildcard in vectors | Brian Anderson | -32/+77 |
| 2013-11-18 | Use '..' as multi-field wildcard in enums and structs. | Brian Anderson | -1/+70 |
| 2013-11-19 | Mark some derived methods as #[inline]. | Huon Wilson | -1/+27 |
| 2013-11-18 | rt: Namespace all C functions under rust_ | Brian Anderson | -28/+28 |
| 2013-11-19 | android support added to test case | Young-il Choi | -0/+1 |
| 2013-11-19 | add path environments | Young-il Choi | -5/+6 |
| 2013-11-19 | fix #10450 | Young-il Choi | -2/+12 |
| 2013-11-19 | temporarily disable tests on android and tagging issue number #10455 | Young-il Choi | -0/+1 |
| 2013-11-18 | auto merge of #10552 : michaelwoerister/rust/ifstepping, r=brson | bors | -0/+20 |
| 2013-11-18 | auto merge of #10555 : TeXitoi/rust/pidigits-resurected, r=alexcrichton | bors | -137/+66 |
| 2013-11-18 | pidigits resurected | Guillaume Pinot | -137/+66 |
| 2013-11-18 | auto merge of #10539 : alexcrichton/rust/external-linkage, r=pcwalton | bors | -79/+147 |
| 2013-11-18 | Don't mark reachable extern fns as internal | Alex Crichton | -79/+147 |
| 2013-11-18 | debuginfo: Improved stepping for if-expressions | Michael Woerister | -0/+20 |
| 2013-11-18 | std::rand: wrappers for floats from [0,1] and (0,1). | Huon Wilson | -39/+122 |
| 2013-11-17 | auto merge of #10508 : chris-morgan/rust/tags-improvements, r=cmr | bors | -1/+21 |
| 2013-11-17 | auto merge of #10443 : alexcrichton/rust/meaninless-pub-priv, r=cmr | bors | -13/+121 |