| Age | Commit message (Expand) | Author | Lines |
| 2013-08-27 | librustc: Remove `&const` and `*const` from the language. | Patrick Walton | -17/+19 |
| 2013-08-27 | auto merge of #8790 : huonw/rust/unsafearc, r=thestinger | bors | -20/+20 |
| 2013-08-27 | Rename UnsafeAtomicRcBox to UnsafeArc. Fixes #7674. | Huon Wilson | -20/+20 |
| 2013-08-27 | Decrement unkillable counter before failing | Flaper Fesp | -1/+3 |
| 2013-08-27 | Don't make the runtime exit on illegal calls | Flaper Fesp | -1/+3 |
| 2013-08-26 | Support Win64 context switching | klutzy | -7/+31 |
| 2013-08-26 | std: Add Win64 support | klutzy | -1/+8 |
| 2013-08-25 | auto merge of #8723 : anasazi/rust/temporary-unkillable-io, r=brson | bors | -124/+165 |
| 2013-08-24 | auto merge of #8607 : sfackler/rust/extensions, r=brson | bors | -123/+122 |
| 2013-08-24 | auto merge of #8740 : brson/rust/rt-opt, r=thestinger | bors | -189/+211 |
| 2013-08-24 | std::rt: Enforce sanity a while longer | Brian Anderson | -1/+2 |
| 2013-08-24 | std::rt: Remove an unnecessary allocation from the main sched loop | Brian Anderson | -11/+11 |
| 2013-08-24 | std: Convert the runtime TLS key to a Rust global to avoid FFI | Brian Anderson | -15/+17 |
| 2013-08-24 | std::rt: Remove metrics for perf | Brian Anderson | -115/+0 |
| 2013-08-24 | std::rt: Reduce MessageQueue contention | Brian Anderson | -12/+69 |
| 2013-08-24 | std::rt: Reduce SleeperList contention | Brian Anderson | -12/+44 |
| 2013-08-24 | std::rt: Remove extra boxes from MessageQueue and SleeperList | Brian Anderson | -7/+6 |
| 2013-08-24 | std::rt: Optimize TLS use in change_task_context | Brian Anderson | -1/+25 |
| 2013-08-24 | std: More TLS micro-optimization | Brian Anderson | -12/+31 |
| 2013-08-24 | auto merge of #8725 : bblum/rust/docs, r=graydon | bors | -1/+85 |
| 2013-08-23 | std: Convert some assert!s to rtassert! | Brian Anderson | -5/+6 |
| 2013-08-23 | Define cfg(rtopt) when optimizing. Turn off runtime sanity checks | Brian Anderson | -0/+3 |
| 2013-08-23 | std: Reduce TLS access | Brian Anderson | -3/+2 |
| 2013-08-23 | rt: Remove old precise GC code | Brian Anderson | -3/+0 |
| 2013-08-23 | rt: Remove exit_status helpers | Brian Anderson | -16/+5 |
| 2013-08-23 | rt: Memory regions are never synchronized now | Brian Anderson | -5/+2 |
| 2013-08-23 | Document the task watching / exit code propagation implementation. | Ben Blum | -1/+85 |
| 2013-08-23 | Rename {Reader,Writer}ByteConversions methods | Steven Fackler | -123/+122 |
| 2013-08-23 | auto merge of #8691 : anasazi/rust/fix-timer-interface, r=brson | bors | -7/+2 |
| 2013-08-23 | auto merge of #8677 : bblum/rust/scratch, r=alexcrichton | bors | -6/+8 |
| 2013-08-22 | auto merge of #8596 : vadimcn/rust/master, r=alexcrichton | bors | -2/+0 |
| 2013-08-22 | Enabled unit tests in std and extra. | Vadim Chugunov | -2/+0 |
| 2013-08-22 | fix 32bit mac build error | Jeff Olson | -2/+2 |
| 2013-08-22 | make check appeasement | Jeff Olson | -1/+2 |
| 2013-08-22 | std: put FileMode/Access->whence-mask in uvio, open/unlink as fns in file:: | Jeff Olson | -100/+109 |
| 2013-08-22 | std: slight refactor on UvFilestream seek behavior, pre-seek-refactor | Jeff Olson | -38/+34 |
| 2013-08-22 | std: all of the calls in rt::uv::file take a &Loop | Jeff Olson | -44/+43 |
| 2013-08-22 | std: moved static file actions (open,unlink) to FsRequest | Jeff Olson | -63/+63 |
| 2013-08-22 | std: reform fn sigs of FileDescriptor methods (better result signalling) | Jeff Olson | -42/+46 |
| 2013-08-22 | std: rename tmp file paths to go into ./tmp folder in builddir | Jeff Olson | -10/+10 |
| 2013-08-22 | change FileDescriptor instance methods to use &mut self | Jeff Olson | -11/+11 |
| 2013-08-22 | std: more seek tests | Jeff Olson | -1/+71 |
| 2013-08-22 | std: naive stdio print test in uvio | Jeff Olson | -0/+20 |
| 2013-08-22 | std: UvFileStream implements HomingIO + .home_for_io() wrapper usage | Jeff Olson | -39/+60 |
| 2013-08-22 | std: writing to stdout only works when using -1 offset.. | Jeff Olson | -1/+1 |
| 2013-08-22 | std: lint appeasement for unused param in condition handler | Jeff Olson | -1/+1 |
| 2013-08-22 | std: rework file io.. support [p]read,[p]write, impl seek/tell + more tests | Jeff Olson | -53/+214 |
| 2013-08-22 | std: adding #[fixed_stack_segment] as needed in new uvll calls | Jeff Olson | -0/+16 |
| 2013-08-22 | std: add FileStream::unlink + more tests | Jeff Olson | -2/+52 |
| 2013-08-22 | std: rt::io::file::FileStream fleshed out.. needs more work.. see extended | Jeff Olson | -40/+127 |