| Age | Commit message (Expand) | Author | Lines |
| 2014-01-16 | Load macros from external modules | Steven Fackler | -205/+873 |
| 2014-01-16 | Further refine treatment of voidish arrays | Niko Matsakis | -4/+2 |
| 2014-01-16 | Forbid coercing unsafe functions to closures | Alex Crichton | -3/+17 |
| 2014-01-16 | Don't run 'ar s' on OSX | Alex Crichton | -4/+7 |
| 2014-01-16 | Consider all zero-sized data structures to be voidish, bypassing some "quirky... | Niko Matsakis | -32/+37 |
| 2014-01-16 | auto merge of #11571 : derekchiang/rust/fix-task-docs, r=alexcrichton | bors | -7/+6 |
| 2014-01-16 | auto merge of #11599 : sanxiyn/rust/accurate-span-3, r=luqmana | bors | -2/+2 |
| 2014-01-16 | Update test run summary | Derek Guenther | -10/+18 |
| 2014-01-16 | auto merge of #11597 : sfackler/rust/err-enums, r=alexcrichton | bors | -14/+47 |
| 2014-01-16 | auto merge of #11596 : derekchiang/rust/fix-libnative-docs, r=alexcrichton | bors | -10/+10 |
| 2014-01-16 | Correct span for ExprCall and ExprIndex | Seo Sanghyeon | -2/+2 |
| 2014-01-16 | Remove typo | Niko Matsakis | -1/+1 |
| 2014-01-16 | auto merge of #11579 : kballard/rust/windows-path-join, r=erickt | bors | -2/+9 |
| 2014-01-15 | Stop returning error strings in From{Base64,Hex} | Steven Fackler | -14/+47 |
| 2014-01-16 | Fix some docs in std::rt::task | Derek Chiang | -7/+6 |
| 2014-01-16 | Fixing a typo: bookeeping -> bookkeeping | Derek Chiang | -10/+10 |
| 2014-01-15 | auto merge of #11575 : pcwalton/rust/parse-substrs, r=alexcrichton | bors | -82/+9 |
| 2014-01-15 | auto merge of #11548 : bjz/rust/bitwise, r=alexcrichton | bors | -42/+45 |
| 2014-01-15 | auto merge of #11574 : neeee/rust/master, r=alexcrichton | bors | -7/+2 |
| 2014-01-15 | auto merge of #11565 : mozilla/rust/snapshot, r=huonw | bors | -277/+25 |
| 2014-01-15 | Cleanup trait callees | Niko Matsakis | -31/+23 |
| 2014-01-16 | Merge Bitwise and BitCount traits and remove from prelude, along with Bounded | Brendan Zabarauskas | -42/+45 |
| 2014-01-15 | Remove FIXMEs and add license | Niko Matsakis | -5/+13 |
| 2014-01-15 | Use as_slice() method on option | Niko Matsakis | -6/+6 |
| 2014-01-15 | auto merge of #11568 : FlaPer87/rust/even, r=alexcrichton | bors | -2/+2 |
| 2014-01-15 | Issue #3511 - Rationalize temporary lifetimes. | Niko Matsakis | -3662/+4797 |
| 2014-01-15 | auto merge of #11550 : alexcrichton/rust/noinline, r=thestinger | bors | -0/+2 |
| 2014-01-15 | path: Fix joining Windows path when the receiver is "C:" | Kevin Ballard | -2/+9 |
| 2014-01-15 | auto merge of #11112 : alexcrichton/rust/issue-11087, r=brson | bors | -35/+114 |
| 2014-01-15 | fixup! ebml::extra: Optimize reader::vuint_at() | Carl-Anton Ingmarsson | -1/+2 |
| 2014-01-15 | Allow more "error" values in try_recv() | Alex Crichton | -35/+114 |
| 2014-01-15 | auto merge of #11543 : thestinger/rust/gc, r=cmr | bors | -0/+5 |
| 2014-01-15 | libsyntax: Remove the obsolete ability to parse from substrings. | Patrick Walton | -82/+9 |
| 2014-01-15 | Use the least significant beat to determine if int/uint is even | Flavio Percoco | -2/+2 |
| 2014-01-15 | Revert "show options for -W help and -W". Fixes #11458. | lucy | -7/+2 |
| 2014-01-15 | Add a configure to disable libstd version injection | Alex Crichton | -5/+20 |
| 2014-01-15 | auto merge of #11561 : eddyb/rust/moar-inlines, r=pcwalton | bors | -11/+36 |
| 2014-01-15 | remove the concept of managed-unique from libstd | Daniel Micay | -31/+16 |
| 2014-01-15 | register snapshots | Daniel Micay | -246/+9 |
| 2014-01-15 | auto merge of #11556 : am0d/rust/docs, r=huonw | bors | -1/+1 |
| 2014-01-15 | auto merge of #11557 : brson/rust/anotherandroidfix, r=thestinger | bors | -1/+1 |
| 2014-01-15 | libstd: Added more #[inline] annotations and replaced uses of `libc::abort` w... | Eduard Burtescu | -11/+36 |
| 2014-01-14 | auto merge of #11535 : thestinger/rust/header, r=alexcrichton | bors | -199/+157 |
| 2014-01-14 | Flag failure functions as inline(never) | Alex Crichton | -0/+2 |
| 2014-01-14 | auto merge of #11547 : b1nd/rust/rust-doc, r=alexcrichton | bors | -9/+1 |
| 2014-01-14 | extra: Ignore time tests on android correctly | Brian Anderson | -1/+1 |
| 2014-01-14 | Mark LineIterator as public so its docs get generated. | a_m0d | -1/+1 |
| 2014-01-14 | add implementation of `Repr` for `~[T]` | Daniel Micay | -1/+2 |
| 2014-01-14 | remove `borrow_offset` as ~ is now free of headers | Daniel Micay | -50/+3 |
| 2014-01-14 | remove reference counting headers from ~ | Daniel Micay | -148/+152 |