| Age | Commit message (Expand) | Author | Lines |
| 2014-01-24 | Remove reexport field | Seo Sanghyeon | -11/+6 |
| 2014-01-24 | auto merge of #11742 : eminence/rust/dylib-test-fix, r=alexcrichton | bors | -0/+5 |
| 2014-01-24 | auto merge of #11720 : sfackler/rust/macro-export-source, r=alexcrichton | bors | -15/+31 |
| 2014-01-23 | auto merge of #11718 : ktt3ja/rust/borrowck-error-msg, r=brson | bors | -33/+144 |
| 2014-01-23 | auto merge of #11686 : mankyKitty/rust/rename-invert-to-flip-issue-10632, r=a... | bors | -92/+92 |
| 2014-01-23 | auto merge of #11478 : klutzy/rust/rustpkg-crate-id, r=cmr | bors | -911/+503 |
| 2014-01-23 | update llvm | aydin.kim | -1/+1 |
| 2014-01-23 | Build llvm-extract (needed by codegen tests) | Alex Crichton | -1/+1 |
| 2014-01-23 | Make docs search results URL-addressable | Daniel MacDougall | -3/+50 |
| 2014-01-23 | Update flip() to be rev(). | Sean Chalmers | -88/+88 |
| 2014-01-23 | Rename Invert to Flip - Issue 10632 | Sean Chalmers | -91/+91 |
| 2014-01-23 | Handle EINTR in epoll for native timers | Alex Crichton | -0/+1 |
| 2014-01-23 | Make some borrow checker errors more user friendly | Kiet Tran | -33/+144 |
| 2014-01-23 | Redo exported macro serialization | Steven Fackler | -15/+31 |
| 2014-01-23 | auto merge of #11739 : thestinger/rust/rm-old-ext, r=alexcrichton | bors | -4/+3 |
| 2014-01-23 | Make check-summary.py support file globbing | Ben Noordhuis | -1/+3 |
| 2014-01-23 | auto merge of #11737 : alexcrichton/rust/issue-11729, r=thestinger | bors | -1/+1 |
| 2014-01-23 | Follow symlinks in sysroot | Ben Noordhuis | -2/+18 |
| 2014-01-23 | auto merge of #11701 : FeGs/rust/stray-debug-in-metadata, r=alexcrichton | bors | -4/+1 |
| 2014-01-23 | native: Don't use timerfd on Android | Brian Anderson | -1/+2 |
| 2014-01-22 | auto merge of #11682 : thestinger/rust/vector, r=brson | bors | -67/+299 |
| 2014-01-22 | auto merge of #11611 : SiegeLord/rust/exp_printing, r=alexcrichton | bors | -90/+212 |
| 2014-01-22 | Set LD_LIBRARY_PATH on linux for c-dynamic-dylib test | Andrew Chin | -0/+5 |
| 2014-01-22 | hashmap: port to Vec<T> | Daniel Micay | -25/+25 |
| 2014-01-22 | add new vector representation as a library | Daniel Micay | -1/+233 |
| 2014-01-22 | vec: make unsafe indexing functions higher-level | Daniel Micay | -6/+6 |
| 2014-01-22 | libc: switch `free` to the proper signature | Daniel Micay | -36/+36 |
| 2014-01-22 | Implement native timers | Alex Crichton | -30/+1149 |
| 2014-01-22 | remove old rc extension from detection files | Daniel Micay | -4/+3 |
| 2014-01-22 | Remove the initial and trailing blank doc-comment lines | SiegeLord | -80/+0 |
| 2014-01-22 | Add some tests for the exponential notation | SiegeLord | -1/+43 |
| 2014-01-22 | Add LowerExp 'e' and UpperExp 'E' format traits/specifiers | SiegeLord | -0/+100 |
| 2014-01-22 | float_to_str_bytes_common can now handle exponential notation | SiegeLord | -17/+77 |
| 2014-01-22 | libnative: Implement get_host_addresses. | Luqman Aden | -59/+162 |
| 2014-01-22 | Don't fatally fail in driver::early_error | Alex Crichton | -1/+1 |
| 2014-01-22 | Implement std::rt::at_exit | Alex Crichton | -0/+87 |
| 2014-01-22 | Add std::os::self_exe_name() | Ben Noordhuis | -3/+21 |
| 2014-01-22 | auto merge of #10943 : fhahn/rust/issue-7313-replace-c-types, r=alexcrichton | bors | -173/+158 |
| 2014-01-22 | Replace C types with Rust types in libstd, closes #7313 | Florian Hahn | -173/+158 |
| 2014-01-23 | rustpkg::crate_id: Remove CrateId | klutzy | -499/+413 |
| 2014-01-23 | rustpkg: Compute hash to find crate | klutzy | -199/+99 |
| 2014-01-23 | rustpkg::version: Remove enum Version | klutzy | -180/+100 |
| 2014-01-23 | rustpkg: Do not guess version if not given | klutzy | -149/+7 |
| 2014-01-23 | Allow trailing commas in argument lists and tuple patterns | Seo Sanghyeon | -2/+19 |
| 2014-01-22 | rustc/metadata: Removed stray debug statements | Hong Chulju | -4/+1 |
| 2014-01-22 | auto merge of #11711 : alexcrichton/rust/issue-11683, r=brson | bors | -4/+58 |
| 2014-01-21 | xfail another external macro test on android | Brian Anderson | -0/+1 |
| 2014-01-21 | Allow SIMD types in generics. Closes #10604 | Richard Diamond | -7/+58 |
| 2014-01-21 | auto merge of #11500 : jhasse/rust/patch-rlib, r=alexcrichton | bors | -15/+22 |
| 2014-01-21 | auto merge of #11129 : SimonSapin/rust/foo-vs-foo_opt, r=alexcrichton | bors | -586/+398 |