| Age | Commit message (Expand) | Author | Lines |
| 2013-08-04 | std::rt: Remove the test for context() | Brian Anderson | -10/+0 |
| 2013-08-04 | std::rt: Don't allow schedulers to exit before handling all messages | Brian Anderson | -0/+10 |
| 2013-08-04 | std::rt: 3MB stacks! | Brian Anderson | -2/+2 |
| 2013-08-04 | std::rt: Run the tests for Local in a bare thread | Brian Anderson | -36/+45 |
| 2013-08-04 | std::rt: Improve the error message when the thread-local ptr is null | Brian Anderson | -11/+15 |
| 2013-08-04 | auto merge of #8260 : omasanori/rust/fix-extra-unicode, r=pcwalton | bors | -18/+33 |
| 2013-08-04 | std: replace str::as_c_str with std::c_str | Erick Tryzelaar | -268/+509 |
| 2013-08-04 | extra: make sure time::match_digits does not read past the end of the str | Erick Tryzelaar | -7/+11 |
| 2013-08-04 | std: remove str::from_bytes_with_null | Erick Tryzelaar | -82/+0 |
| 2013-08-04 | std: add test for str::as_c_str | Erick Tryzelaar | -0/+23 |
| 2013-08-04 | std: cleanup os and str tests | Erick Tryzelaar | -28/+28 |
| 2013-08-04 | std: remove str::NullTerminatedStr | Erick Tryzelaar | -76/+2 |
| 2013-08-04 | std: rewrite run::with_{argv,envp,dirp} to copy C strings | Erick Tryzelaar | -44/+59 |
| 2013-08-04 | std: add str.to_c_str() | Erick Tryzelaar | -1/+27 |
| 2013-08-04 | std: minor cleanup | Erick Tryzelaar | -3/+3 |
| 2013-08-04 | Fixed str::raw::push_byte | Steven Fackler | -1/+8 |
| 2013-08-04 | auto merge of #7115 : alexcrichton/rust/llvm-upgrades, r=thestinger | bors | -77/+67 |
| 2013-08-04 | Merge pull request #8284 from huonw/emacs-in-kw | Daniel Micay | -1/+1 |
| 2013-08-04 | Integrate new arm patch and fix an LLVM bug | Alex Crichton | -1/+3 |
| 2013-08-04 | Add a workaround for 8199 for now | Alex Crichton | -1/+14 |
| 2013-08-04 | Fix setting the fixed stack segment attribute on LLVM functions | Alex Crichton | -63/+45 |
| 2013-08-04 | Fix build issues once LLVM has been upgraded | Alex Crichton | -13/+6 |
| 2013-08-04 | Update LLVM | Alex Crichton | -1/+1 |
| 2013-08-04 | auto merge of #8262 : dotdash/rust/no_rval_copies, r=pcwalton | bors | -51/+24 |
| 2013-08-04 | auto merge of #8243 : stepancheg/rust/ipv, r=brson | bors | -148/+142 |
| 2013-08-04 | auto merge of #8237 : blake2-ppc/rust/faster-utf8, r=brson | bors | -35/+67 |
| 2013-08-04 | auto merge of #8254 : brson/rust/libuv-mac-supp, r=pcwalton | bors | -0/+13 |
| 2013-08-04 | auto merge of #8217 : brson/rust/reset_stack_limit, r=pcwalton | bors | -1/+13 |
| 2013-08-04 | std: implement Total{Ord,Eq} for pointers. | Huon Wilson | -2/+49 |
| 2013-08-04 | syntax: make #[deriving(TotalOrd)] lazy. | Huon Wilson | -17/+47 |
| 2013-08-04 | Implemented TreeMap::{lower_bound_iter,upper_bound_iter} | Dmitry Ermolov | -4/+146 |
| 2013-08-04 | Remove redundant print. | Dmitry Ermolov | -1/+0 |
| 2013-08-04 | Additional check in treemap iterator test. | Dmitry Ermolov | -0/+1 |
| 2013-08-03 | rt: Fix a corner-case in unwinding that leads to stack overflow | Brian Anderson | -1/+13 |
| 2013-08-03 | std: Remove gc and stackwalk | Brian Anderson | -444/+0 |
| 2013-08-03 | auto merge of #8264 : thestinger/rust/snapshot, r=Aatch | bors | -1905/+1569 |
| 2013-08-03 | auto merge of #8269 : brson/rust/fix-task-cleanup, r=brson | bors | -27/+22 |
| 2013-08-04 | rm obsolete `for` support from the compiler | Daniel Micay | -323/+15 |
| 2013-08-03 | librustc: Implement `#[no_main]`, which omits the entry point entirely. | Patrick Walton | -8/+19 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -1551/+1546 |
| 2013-08-03 | Work around #8256, do not fail the task, just return None | Corey Richardson | -5/+12 |
| 2013-08-03 | register snapshots | Daniel Micay | -32/+9 |
| 2013-08-03 | Merge pull request #8251 from chris-morgan/vim-sigil-highlighting | Daniel Micay | -6/+23 |
| 2013-08-03 | std::rt: Run local storage cleanup and the box annihilator inside the try/catch | Brian Anderson | -27/+22 |
| 2013-08-03 | auto merge of #8246 : stepancheg/rust/contains-key, r=thestinger | bors | -27/+5 |
| 2013-08-03 | auto merge of #8223 : davidhalperin/rust/master, r=Aatch | bors | -3/+30 |
| 2013-08-03 | auto merge of #8219 : sstewartgallus/rust/fix_dynamic_lib, r=graydon | bors | -36/+70 |
| 2013-08-03 | auto merge of #8213 : kballard/rust/fd-limit, r=brson | bors | -4/+83 |
| 2013-08-03 | trans_arg_expr: Omit extra copies for rvalues | Björn Steinbrink | -51/+24 |
| 2013-08-03 | auto merge of #8186 : huonw/rust/hashmap-=rt, r=Aatch | bors | -28/+26 |