| Age | Commit message (Expand) | Author | Lines |
| 2013-11-06 | auto merge of #10289 : nikomatsakis/rust/issue-10157-TypeContents-refactor, r... | bors | -280/+404 |
| 2013-11-06 | auto merge of #10314 : ksh8281/rust/fix_some_cfail_test_cases_for_arm, r=yichoi | bors | -4/+9 |
| 2013-11-05 | auto merge of #10306 : alexcrichton/rust/issue-9970-better, r=huonw | bors | -15/+15 |
| 2013-11-06 | fix some cfail test cases for arm | sh8281.kim | -4/+9 |
| 2013-11-05 | auto merge of #10305 : thestinger/rust/align, r=alexcrichton | bors | -8/+8 |
| 2013-11-05 | fix alignment of pthread_attr_t | Daniel Micay | -8/+8 |
| 2013-11-05 | auto merge of #10299 : alexcrichton/rust/osx-loader-path-fix, r=brson | bors | -2/+2 |
| 2013-11-05 | Clarify which errors are format string errors | Alex Crichton | -15/+15 |
| 2013-11-06 | Add make check support(arm-linux-androideabi debuginfo) | sh8281.kim | -22/+264 |
| 2013-11-05 | Use loader_path instead of executable_path for osx | Alex Crichton | -2/+2 |
| 2013-11-05 | Make TypeContents consider the type `T` to be reachable via `*T` pointers | Niko Matsakis | -12/+128 |
| 2013-11-05 | Rename misleading contains_managed to owns_managed | Niko Matsakis | -26/+44 |
| 2013-11-05 | Refactor TypeContents to be more scrutable. In particular, create coarser bits | Niko Matsakis | -244/+234 |
| 2013-11-05 | Move implementation for threads to Rust | Dirkjan Bussink | -180/+153 |
| 2013-11-05 | auto merge of #10285 : sfackler/rust/weird-derivings, r=huonw | bors | -3/+0 |
| 2013-11-05 | auto merge of #10282 : sfackler/rust/rustpkg-test-cfg, r=alexcrichton | bors | -2/+15 |
| 2013-11-04 | auto merge of #10270 : alexcrichton/rust/no-super-buffer, r=brson | bors | -13/+5 |
| 2013-11-04 | Remove #[deriving]s on impls | Steven Fackler | -3/+0 |
| 2013-11-04 | auto merge of #10064 : luqmana/rust/vvv, r=nikomatsakis | bors | -103/+527 |
| 2013-11-04 | Add tests for variadic foreign functions. | Luqman Aden | -0/+170 |
| 2013-11-04 | libsyntax/librustc: Allow calling variadic foreign functions. | Luqman Aden | -103/+357 |
| 2013-11-04 | Allow --cfg on rustpkg test | Steven Fackler | -2/+15 |
| 2013-11-04 | auto merge of #10182 : alexcrichton/rust/typeid-intrinsic, r=nikomatsakis | bors | -97/+367 |
| 2013-11-04 | Relax the constraints on a debuginfo test | Alex Crichton | -1/+1 |
| 2013-11-04 | Stop extra buffering when stdout isn't a tty | Alex Crichton | -13/+5 |
| 2013-11-04 | auto merge of #10179 : alexcrichton/rust/rt-improvements, r=cmr | bors | -2447/+2721 |
| 2013-11-04 | Move io::file to io::fs and fns out of File | Alex Crichton | -477/+491 |
| 2013-11-04 | auto merge of #10260 : alexcrichton/rust/fix-temp-name, r=thestinger | bors | -1/+2 |
| 2013-11-03 | Fix the temporary name of the object file created | Alex Crichton | -1/+2 |
| 2013-11-03 | auto merge of #10254 : sfackler/rust/rustpkg-test-failure, r=alexcrichton | bors | -1/+18 |
| 2013-11-03 | Ensure rustpkg test fails if tests failed | Steven Fackler | -1/+18 |
| 2013-11-03 | auto merge of #10251 : thestinger/rust/ptr, r=alexcritchton | bors | -83/+89 |
| 2013-11-03 | simplify memcpy/memmove/memset intrinsics | Daniel Micay | -83/+89 |
| 2013-11-03 | Fill out the remaining functionality in io::file | Alex Crichton | -1008/+1359 |
| 2013-11-03 | Remove all blocking std::os blocking functions | Alex Crichton | -1489/+1360 |
| 2013-11-03 | Modify IoFactory's fs_mkdir, and add fs_rename | Alex Crichton | -4/+41 |
| 2013-11-03 | Move rt::io traits into the prelude | Alex Crichton | -0/+1 |
| 2013-11-04 | docs: Replace std::iterator with std::iter. | Huon Wilson | -8/+8 |
| 2013-11-03 | auto merge of #10219 : alexcrichton/rust/drop-invoke, r=pcwalton | bors | -40/+59 |
| 2013-11-03 | Rename files to match current recommendations. | Chris Morgan | -3/+0 |
| 2013-11-03 | auto merge of #10244 : thestinger/rust/abort, r=alexcrichton | bors | -1/+1 |
| 2013-11-03 | replace RetVoid with Unreachable to fix lint | Daniel Micay | -1/+1 |
| 2013-11-02 | auto merge of #10242 : thestinger/rust/inline_dtor, r=alexcrichton | bors | -5/+48 |
| 2013-11-02 | auto merge of #10199 : alexcrichton/rust/no-propagate, r=brson | bors | -170/+15 |
| 2013-11-02 | Statically link libuv to librustuv | Alex Crichton | -117/+13 |
| 2013-11-02 | fix cross-crate destructor inlining | Daniel Micay | -5/+48 |
| 2013-11-02 | Updated debugging metadata for ty_nil and ty_bot | Michael Letterle | -1/+75 |
| 2013-11-02 | auto merge of #10165 : dcrewi/rust/missing-doc-on-private-trait, r=cmr | bors | -7/+5 |
| 2013-11-02 | auto merge of #10217 : alexcrichton/rust/less-reachable, r=pcwalton | bors | -54/+130 |
| 2013-11-02 | auto merge of #10233 : sfackler/rust/private-module, r=alexcrichton | bors | -0/+5 |