| Age | Commit message (Expand) | Author | Lines |
| 2014-01-07 | Fixup the rest of the tests in the compiler | Alex Crichton | -2/+1 |
| 2014-01-07 | stdtest: Fix all leaked trait imports | Alex Crichton | -10/+4 |
| 2014-01-07 | Fix remaining cases of leaking imports | Alex Crichton | -0/+2 |
| 2014-01-07 | std: Fill in all missing imports | Alex Crichton | -7/+20 |
| 2014-01-07 | auto merge of #11353 : alexcrichton/rust/improve-logging, r=brson | bors | -88/+102 |
| 2014-01-07 | auto merge of #11348 : alexcrichton/rust/snapshots, r=brson | bors | -3/+0 |
| 2014-01-07 | auto merge of #11329 : fhahn/rust/unused-cast-lint2, r=alexcrichton | bors | -1/+1 |
| 2014-01-06 | Support arbitrary stdout/stderr/logger handles | Alex Crichton | -88/+102 |
| 2014-01-06 | Remove some unnecessary type casts | Florian Hahn | -1/+1 |
| 2014-01-06 | Register new snapshots | Alex Crichton | -3/+0 |
| 2014-01-06 | auto merge of #11333 : cmr/rust/triage2, r=alexcrichton | bors | -1/+0 |
| 2014-01-05 | Fix some warnings | Corey Richardson | -1/+0 |
| 2014-01-06 | Revert "std: adjust requested stack size for thread-local storage." | Huon Wilson | -19/+1 |
| 2014-01-04 | Condition EH ABI on target_arch, not target_os. | Vadim Chugunov | -6/+12 |
| 2014-01-04 | auto merge of #11188 : brson/rust/noderef, r=brson | bors | -2/+6 |
| 2014-01-04 | Don't allow newtype structs to be dereferenced. #6246 | Brian Anderson | -2/+6 |
| 2014-01-04 | auto merge of #11284 : huonw/rust/issue-6233, r=alexcrichton | bors | -1/+19 |
| 2014-01-04 | auto merge of #11301 : vadimcn/rust/fix-android, r=brson | bors | -46/+113 |
| 2014-01-04 | auto merge of #11306 : alexcrichton/rust/native-bounds, r=pcwalton | bors | -0/+8 |
| 2014-01-04 | auto merge of #11283 : brson/rust/doublefailure, r=alexcrichton | bors | -1/+7 |
| 2014-01-04 | Add a stack_bounds function to the Runtime trait | Alex Crichton | -0/+8 |
| 2014-01-03 | Fix ARM unwinding. | Vadim Chugunov | -46/+113 |
| 2014-01-04 | std: adjust requested stack size for thread-local storage. | Huon Wilson | -1/+19 |
| 2014-01-03 | libstd: De-`@mut` the `heap_cycles` test | Patrick Walton | -4/+8 |
| 2014-01-02 | Abort on double-failure. #910 | Brian Anderson | -1/+7 |
| 2014-01-01 | auto merge of #11212 : alexcrichton/rust/local-task-count, r=brson | bors | -37/+59 |
| 2014-01-01 | Move task count bookeeping out of libstd | Alex Crichton | -37/+59 |
| 2013-12-31 | auto merge of #11187 : alexcrichton/rust/once, r=brson | bors | -12/+2 |
| 2013-12-31 | Convert relevant static mutexes to Once | Alex Crichton | -12/+2 |
| 2013-12-31 | auto merge of #11236 : huonw/rust/sort-rust-log-help, r=sanxiyn | bors | -2/+9 |
| 2013-12-31 | std: print RUST_LOG=::help in sorted order. | Huon Wilson | -2/+9 |
| 2013-12-30 | Add rust_fail. #11219 | Brian Anderson | -14/+21 |
| 2013-12-27 | std: uniform modules titles for doc | Luca Bruno | -1/+1 |
| 2013-12-25 | Test fixes and rebase conflicts | Alex Crichton | -105/+137 |
| 2013-12-24 | rustuv: Remove the id() function from IoFactory | Alex Crichton | -2/+0 |
| 2013-12-24 | green: Properly wait for main before shutdown | Alex Crichton | -12/+15 |
| 2013-12-24 | Test fixes and rebase problems | Alex Crichton | -2/+16 |
| 2013-12-24 | green: Allow specifying an IoFactory for pools | Alex Crichton | -1/+1 |
| 2013-12-24 | Finalize the green::Pool type | Alex Crichton | -1/+19 |
| 2013-12-24 | std: Get stdtest all passing again | Alex Crichton | -63/+50 |
| 2013-12-24 | std: Update std::rt::thread to specify stack sizes | Alex Crichton | -8/+16 |
| 2013-12-24 | std: Fix a bug where Local::take() didn't zero out | Alex Crichton | -1/+3 |
| 2013-12-24 | green: Rip the bandaid off, introduce libgreen | Alex Crichton | -3442/+327 |
| 2013-12-24 | std: Handle prints with literally no context | Alex Crichton | -3/+14 |
| 2013-12-24 | std: Expose that LocalIo may not always be available | Alex Crichton | -23/+37 |
| 2013-12-24 | std: Introduce std::sync | Alex Crichton | -1378/+0 |
| 2013-12-24 | std: Delete rt::test | Alex Crichton | -440/+0 |
| 2013-12-24 | std: Introduce an unstable::stack module | Alex Crichton | -2/+2 |
| 2013-12-24 | std: Introduce a Runtime trait | Alex Crichton | -269/+25 |
| 2013-12-24 | Stop using C++ exceptions for stack unwinding. | Vadim Chugunov | -66/+261 |