| Age | Commit message (Expand) | Author | Lines |
| 2013-11-07 | fix rpass core-run-destroy for android | sh8281.kim | -1/+4 |
| 2013-11-07 | update for ndk r9b | sh8281.kim | -4/+0 |
| 2013-11-06 | auto merge of #10322 : thestinger/rust/no_freeze, r=alexcrichton | bors | -21/+43 |
| 2013-11-07 | add `from_send` to Rc, since #9509 is fixed | Daniel Micay | -21/+43 |
| 2013-11-06 | Register new snapshots | Alex Crichton | -170/+18 |
| 2013-11-06 | Added positive tests for integer literal base interpretation. | Matt Carberry | -0/+27 |
| 2013-11-06 | auto merge of #10227 : kud1ing/rust/ios, r=alexcrichton | bors | -5/+17 |
| 2013-11-06 | Fixes for compilation to iOS: | kud1ing | -5/+17 |
| 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-05 | Re-arranging some things in btree.rs to accommodate testing. | niftynif | -107/+119 |
| 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-05 | rt: Convert timezone to utf-8 on Windows | klutzy | -4/+9 |
| 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 | Added skeleton implementation of a B-tree with a few bells and | niftynif | -0/+372 |
| 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 |