| Age | Commit message (Expand) | Author | Lines |
| 2014-02-01 | auto merge of #11963 : alexcrichton/rust/fix-rustpkg, r=brson | bors | -18/+19 |
| 2014-01-31 | auto merge of #11789 : pongad/rust/master, r=kballard | bors | -0/+148 |
| 2014-01-31 | Fixing tests | Alex Crichton | -2/+2 |
| 2014-01-31 | Remove the need to count lang items | Alex Crichton | -94/+81 |
| 2014-01-31 | Test for null buffer in CString.len()/.iter() and fail | Kevin Ballard | -3/+36 |
| 2014-01-31 | Remove the obsolete handler for `impl A;`. | Huon Wilson | -19/+19 |
| 2014-01-31 | Add test for sensible #[start] error message. | Huon Wilson | -0/+15 |
| 2014-01-31 | Add test cases for #4063. | OGINO Masanori | -0/+41 |
| 2014-01-31 | Add test case for issue 7911 | JeremyLetang | -0/+48 |
| 2014-01-31 | Fix minor doc typos | Virgile Andreani | -55/+55 |
| 2014-01-31 | Un-xfail test for 7385 | Alex Crichton | -4/+4 |
| 2014-02-01 | Added minmax function. | Michael Darakananda | -0/+148 |
| 2014-01-31 | auto merge of #11768 : nikomatsakis/rust/issue-11385-cell-and-variance, r=pnk... | bors | -154/+729 |
| 2014-01-31 | auto merge of #11885 : bnoordhuis/rust/issue11694, r=alexcrichton | bors | -9/+113 |
| 2014-01-31 | Introduce marker types for indicating variance and for opting out | Niko Matsakis | -154/+729 |
| 2014-02-01 | Move int and uint overflow tests into macros | Brendan Zabarauskas | -15/+14 |
| 2014-02-01 | Remove free-standing div functions in std::uint | Brendan Zabarauskas | -60/+0 |
| 2014-02-01 | Remove some unused imports | Brendan Zabarauskas | -3/+0 |
| 2014-02-01 | Make next_power_of_two generic for unsigned integers | Brendan Zabarauskas | -78/+87 |
| 2014-01-31 | Fix rustpkg tests with --disable-inject-std-version | Alex Crichton | -18/+19 |
| 2014-02-01 | Update the zsh completion file for rustc. | OGINO Masanori | -40/+70 |
| 2014-01-31 | auto merge of #11832 : jfager/rust/r5900, r=alexcrichton | bors | -209/+285 |
| 2014-01-31 | auto merge of #11955 : alexcrichton/rust/fix-unwinding-on-mac-64, r=cmr | bors | -1/+5 |
| 2014-01-31 | Disable fp elim on mac64 | Alex Crichton | -1/+5 |
| 2014-01-31 | auto merge of #11917 : thestinger/rust/intrinsic, r=alexcrichton | bors | -136/+137 |
| 2014-01-31 | auto merge of #11929 : FlaPer87/rust/issue-11681, r=huonw | bors | -0/+29 |
| 2014-01-31 | Use __pthread_get_minstack() when available. | Ben Noordhuis | -1/+46 |
| 2014-01-31 | Retry on EINVAL from pthread_attr_setstacksize() | Ben Noordhuis | -6/+45 |
| 2014-01-31 | Add libc::consts::os::posix01::PTHREAD_STACK_MIN | Ben Noordhuis | -3/+23 |
| 2014-01-31 | auto merge of #11918 : omasanori/rust/reduce-warnings, r=alexcrichton | bors | -14/+5 |
| 2014-01-31 | Handle attributes on cross-crate tuple-structs correctly | David Manescu | -2/+69 |
| 2014-01-30 | auto merge of #11947 : alexcrichton/rust/osx-unwind, r=brson | bors | -1/+4 |
| 2014-01-30 | Fix the size of the _Unwind_Exception struct | Alex Crichton | -1/+4 |
| 2014-01-30 | auto merge of #11784 : eminence/rust/fix_run_tests, r=alexcrichton | bors | -1/+1 |
| 2014-01-30 | auto merge of #11759 : nathanielherman/rust/master, r=alexcrichton | bors | -29/+29 |
| 2014-01-30 | Make mut_last return Option instead of failing on empty vector (and add a tes... | Nathaniel Herman | -7/+17 |
| 2014-01-30 | Make pop_ref and mut_pop_ref return Option instead of failing on empty vectors | Nathaniel Herman | -25/+21 |
| 2014-01-30 | Make shift_ref and mut_shift_ref return Option instead of failing | Nathaniel Herman | -25/+21 |
| 2014-01-30 | Make size_of, align_of, and element_offset functions return u64 instead of ui... | Nathaniel Herman | -29/+29 |
| 2014-01-30 | auto merge of #11895 : xales/rust/libstd, r=alexcrichton | bors | -42/+10 |
| 2014-01-30 | Implement default type parameters in generics. | Eduard Burtescu | -78/+536 |
| 2014-01-30 | auto merge of #11914 : FlaPer87/rust/issue-6157, r=alexcrichton | bors | -0/+30 |
| 2014-01-30 | auto merge of #11911 : kballard/rust/empty-functional-update, r=pcwalton | bors | -13/+45 |
| 2014-01-30 | auto merge of #11909 : thestinger/rust/tydesc, r=pcwalton | bors | -18/+10 |
| 2014-01-30 | Add test case for issue #11681 | Flavio Percoco | -0/+29 |
| 2014-01-30 | auto merge of #11907 : sanxiyn/rust/simd-shift, r=thestinger | bors | -4/+14 |
| 2014-01-29 | auto merge of #11853 : alexcrichton/rust/up-llvm, r=brson | bors | -15/+21 |
| 2014-01-29 | Upgrade LLVM | Alex Crichton | -15/+21 |
| 2014-01-29 | auto merge of #11839 : typelist/rust/issue3008, r=huonw | bors | -58/+188 |
| 2014-01-30 | Consider types that contain fixed-length-zero vectors of themselves as non-re... | Johannes Muenzel | -2/+3 |