| Age | Commit message (Expand) | Author | Lines |
| 2013-03-13 | auto merge of #5337 : yichoi/rust/pull-0312, r=sanxiyn | bors | -0/+0 |
| 2013-03-13 | auto merge of #5319 : brson/rust/debuginfo, r=brson | bors | -102/+216 |
| 2013-03-13 | auto merge of #5293 : brson/rust/logging, r=brson | bors | -930/+880 |
| 2013-03-13 | Represent enums with regular structs; no more alignment-breaking casts. | Jed Davis | -38/+74 |
| 2013-03-12 | Work around linkage bug cross-compiling from x86_64-apple-darwin to i686-appl... | Brian Anderson | -36/+47 |
| 2013-03-13 | mk: target triple rename arm-unknown-android->arm-linux-androideabi | Young-il Choi | -3/+3 |
| 2013-03-12 | libcore: Attempt to put out burning tree on Mac by using the old symbol on 32... | Patrick Walton | -5/+20 |
| 2013-03-12 | core: Turn off rtdebug logging | Brian Anderson | -2/+3 |
| 2013-03-12 | auto merge of #5332 : jdm/rust/transitivelink, r=graydon | bors | -1/+5 |
| 2013-03-12 | Increase tidy column limit to 100 | Brian Anderson | -1/+1 |
| 2013-03-12 | auto merge of #5320 : apasel422/rust/metaderive, r=graydon | bors | -0/+134 |
| 2013-03-12 | rustc: One Less Bad Copy | Tim Chevalier | -6/+5 |
| 2013-03-12 | syntax: implement #[deriving] meta-attribute | Andrew Paseltiner | -0/+134 |
| 2013-03-12 | auto merge of #5329 : wanderview/rust/std-getopts-opts_present, r=graydon | bors | -4/+5 |
| 2013-03-12 | auto merge of #5317 : luqmana/rust/inline-asm, r=graydon | bors | -11/+269 |
| 2013-03-12 | regression patch libuv submodule | Young-il Choi | -0/+0 |
| 2013-03-12 | auto merge of #5335 : larryv/rust/local_stage0-libsyntax, r=luqmana | bors | -0/+1 |
| 2013-03-12 | auto merge of #5333 : brson/rust/context, r=brson | bors | -31/+63 |
| 2013-03-12 | Add alignstack option for inline asm. | Luqman Aden | -10/+19 |
| 2013-03-12 | Keep everything tidy. | Luqman Aden | -11/+10 |
| 2013-03-12 | Parse operands properly and add a way to indicate volatile asm. | Luqman Aden | -18/+145 |
| 2013-03-12 | Stop parsing __asm__. | Luqman Aden | -10/+1 |
| 2013-03-12 | Create asm! syntax extension. | Luqman Aden | -1/+58 |
| 2013-03-12 | Require unsafe block for inline assembly. | Luqman Aden | -1/+4 |
| 2013-03-12 | Wrap llvm::InlineAsm::AsmDialect | Luqman Aden | -11/+19 |
| 2013-03-12 | Parse inline assembly. | Luqman Aden | -8/+72 |
| 2013-03-12 | auto merge of #5328 : bstrie/rust/optadd, r=graydon | bors | -0/+40 |
| 2013-03-12 | Copy libsyntax from local Rust to stage0. | Lawrence Velázquez | -0/+1 |
| 2013-03-11 | core: Add context switching for ARM and MIPS | Brian Anderson | -31/+63 |
| 2013-03-11 | Remove the log keyword (by renaming it to __log) | Brian Anderson | -24/+10 |
| 2013-03-11 | core: Remove logging constants | Brian Anderson | -24/+16 |
| 2013-03-11 | Remove uses of log | Brian Anderson | -890/+862 |
| 2013-03-11 | auto merge of #5310 : thestinger/rust/treeset, r=graydon | bors | -113/+94 |
| 2013-03-12 | Avoid propagating link_arg values that are unlikely to be resolveable under a... | Josh Matthews | -1/+5 |
| 2013-03-11 | auto merge of #5304 : jld/rust/const-adjustments, r=graydon | bors | -53/+193 |
| 2013-03-11 | Fix std::getopts::opts_present() to check value. | Ben Kelly | -4/+5 |
| 2013-03-11 | Implement Add on Option types | Ben Striegel | -0/+40 |
| 2013-03-11 | core: Add rt mod and add the new scheduler code | Brian Anderson | -252/+2788 |
| 2013-03-11 | treemap: fix a bug in the union implementation | Daniel Micay | -0/+4 |
| 2013-03-11 | treemap: add more set tests | Daniel Micay | -0/+10 |
| 2013-03-11 | treemap: refactor the set operation tests | Daniel Micay | -80/+34 |
| 2013-03-11 | auto merge of #5292 : thestinger/rust/nil, r=graydon | bors | -1/+6 |
| 2013-03-11 | core: Convert obsolete fn syntax | Brian Anderson | -2/+2 |
| 2013-03-11 | core: convert asserts to fail_unless! | Jeff Olson | -5/+5 |
| 2013-03-11 | core: link pthreads explicitly in linux build | Jeff Olson | -0/+1 |
| 2013-03-11 | core: formatting appeasement | Jeff Olson | -3/+5 |
| 2013-03-11 | core: fix broken tests on windows | Jeff Olson | -3/+3 |
| 2013-03-11 | core: change import of exchange_alloc for win32 os::_list_dir | Jeff Olson | -1/+1 |
| 2013-03-11 | rt/core: port os::list_dir to rust ref #4812 | Jeff Olson | -86/+174 |
| 2013-03-11 | core: rt/core: impl os::env() in rust ref #4812 | Jeff Olson | -40/+196 |