| Age | Commit message (Expand) | Author | Lines |
| 2014-02-02 | libsyntax: De-`@str` `get_single_str_from_tts` | Patrick Walton | -2/+4 |
| 2014-02-02 | libsyntax: Remove all `@str` from the AST | Patrick Walton | -39/+46 |
| 2014-02-02 | libsyntax: Make float literals not use `@str` | Patrick Walton | -20/+24 |
| 2014-02-02 | libsyntax: De-`@str` pathnames | Patrick Walton | -48/+43 |
| 2014-02-02 | librustc: Stop using `@str` for source. | Patrick Walton | -89/+87 |
| 2014-02-02 | libsyntax: Remove the unnecessary `src` field from the lexer | Patrick Walton | -9/+6 |
| 2014-02-02 | librustc: Fix merge fallout. | Patrick Walton | -4/+6 |
| 2014-02-02 | libsyntax: De-`@str` `to_source` | Patrick Walton | -41/+42 |
| 2014-02-02 | libsyntax: De-`@str` literal strings in the AST | Patrick Walton | -275/+432 |
| 2014-02-02 | libsyntax: Introduce an `InternedString` type to reduce `@str` in the | Patrick Walton | -154/+336 |
| 2014-02-01 | auto merge of #11930 : bjz/rust/next_power_of_two, r=huonw | bors | -156/+101 |
| 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-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-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 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 |