| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-01-15 | Removed redundant code, improve performance | b1nd | -9/+1 |
| 2014-01-15 | std::trie: optimise insert slightly. | Huon Wilson | -34/+36 |
| 2014-01-15 | std::trie: add benchmarks for insert. | Huon Wilson | -0/+48 |
| 2014-01-14 | auto merge of #11521 : dguenther/rust/hide_libdir_relative, r=alexcrichton | bors | -1/+1 |
| 2014-01-14 | add an experimental tag for Gc<T> due to cycles | Daniel Micay | -0/+5 |
| 2014-01-14 | Renamed LIBDIR_RELATIVE to CFG_LIBDIR_RELATIVE | Derek Guenther | -1/+1 |
| 2014-01-14 | auto merge of #11538 : eddyb/rust/llvm-attributes, r=alexcrichton | bors | -57/+59 |
| 2014-01-14 | auto merge of #11485 : eddyb/rust/sweep-old-rust, r=nikomatsakis | bors | -260/+189 |
| 2014-01-14 | auto merge of #11539 : dotdash/rust/void_type_fixup, r=alexcrichton | bors | -1/+12 |
| 2014-01-14 | Fix the representation of C void pointers in LLVM IR | Björn Steinbrink | -1/+12 |
| 2014-01-14 | Add noalias and noreturn attributes in more cases. | Eduard Burtescu | -57/+59 |
| 2014-01-14 | auto merge of #11438 : b1nd/rust/rust-doc, r=alexcrichton | bors | -49/+125 |
| 2014-01-14 | renamed empty() to is_empty() | Shamir Khodzha | -4/+4 |
| 2014-01-14 | Completed patch searching for rust docs | b1nd | -49/+125 |
| 2014-01-13 | auto merge of #11531 : brson/rust/yetmoreandroidfixes, r=alexcrichton | bors | -2/+4 |
| 2014-01-13 | std: Ignore bind error tests on android. #11530 | Brian Anderson | -2/+4 |
| 2014-01-13 | librustc: Don't translate an expr twice when implicitly coercing to a trait o... | Luqman Aden | -22/+21 |
| 2014-01-13 | librustc: Don't allow use after move of implicitly coerced object. Fixes #11481. | Luqman Aden | -2/+42 |
| 2014-01-13 | auto merge of #11305 : pcwalton/rust/at-patterns, r=pcwalton | bors | -1030/+1018 |
| 2014-01-13 | librustc: Remove `@` pointer patterns from the language | Patrick Walton | -1028/+1007 |
| 2014-01-13 | xfail another native test on android (#11419) | Brian Anderson | -0/+1 |
| 2014-01-13 | libsyntax: Make managed box `@` patterns obsolete | Patrick Walton | -3/+12 |
| 2014-01-13 | auto merge of #11482 : fhahn/rust/issue-8005-better-error-msg-semi-last-stmt,... | bors | -3/+55 |