summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-01-24Remove reexport fieldSeo Sanghyeon-11/+6
2014-01-24auto merge of #11742 : eminence/rust/dylib-test-fix, r=alexcrichtonbors-0/+5
2014-01-24auto merge of #11720 : sfackler/rust/macro-export-source, r=alexcrichtonbors-15/+31
2014-01-23auto merge of #11718 : ktt3ja/rust/borrowck-error-msg, r=brsonbors-33/+144
2014-01-23auto merge of #11686 : mankyKitty/rust/rename-invert-to-flip-issue-10632, r=a...bors-92/+92
2014-01-23auto merge of #11478 : klutzy/rust/rustpkg-crate-id, r=cmrbors-911/+503
2014-01-23update llvmaydin.kim-1/+1
2014-01-23Build llvm-extract (needed by codegen tests)Alex Crichton-1/+1
2014-01-23Make docs search results URL-addressableDaniel MacDougall-3/+50
2014-01-23Update flip() to be rev().Sean Chalmers-88/+88
2014-01-23Rename Invert to Flip - Issue 10632Sean Chalmers-91/+91
2014-01-23Handle EINTR in epoll for native timersAlex Crichton-0/+1
2014-01-23Make some borrow checker errors more user friendlyKiet Tran-33/+144
2014-01-23Redo exported macro serializationSteven Fackler-15/+31
2014-01-23auto merge of #11739 : thestinger/rust/rm-old-ext, r=alexcrichtonbors-4/+3
2014-01-23Make check-summary.py support file globbingBen Noordhuis-1/+3
2014-01-23auto merge of #11737 : alexcrichton/rust/issue-11729, r=thestingerbors-1/+1
2014-01-23Follow symlinks in sysrootBen Noordhuis-2/+18
2014-01-23auto merge of #11701 : FeGs/rust/stray-debug-in-metadata, r=alexcrichtonbors-4/+1
2014-01-23native: Don't use timerfd on AndroidBrian Anderson-1/+2
2014-01-22auto merge of #11682 : thestinger/rust/vector, r=brsonbors-67/+299
2014-01-22auto merge of #11611 : SiegeLord/rust/exp_printing, r=alexcrichtonbors-90/+212
2014-01-22Set LD_LIBRARY_PATH on linux for c-dynamic-dylib testAndrew Chin-0/+5
2014-01-22hashmap: port to Vec<T>Daniel Micay-25/+25
2014-01-22add new vector representation as a libraryDaniel Micay-1/+233
2014-01-22vec: make unsafe indexing functions higher-levelDaniel Micay-6/+6
2014-01-22libc: switch `free` to the proper signatureDaniel Micay-36/+36
2014-01-22Implement native timersAlex Crichton-30/+1149
2014-01-22remove old rc extension from detection filesDaniel Micay-4/+3
2014-01-22Remove the initial and trailing blank doc-comment linesSiegeLord-80/+0
2014-01-22Add some tests for the exponential notationSiegeLord-1/+43
2014-01-22Add LowerExp 'e' and UpperExp 'E' format traits/specifiersSiegeLord-0/+100
2014-01-22float_to_str_bytes_common can now handle exponential notationSiegeLord-17/+77
2014-01-22libnative: Implement get_host_addresses.Luqman Aden-59/+162
2014-01-22Don't fatally fail in driver::early_errorAlex Crichton-1/+1
2014-01-22Implement std::rt::at_exitAlex Crichton-0/+87
2014-01-22Add std::os::self_exe_name()Ben Noordhuis-3/+21
2014-01-22auto merge of #10943 : fhahn/rust/issue-7313-replace-c-types, r=alexcrichtonbors-173/+158
2014-01-22Replace C types with Rust types in libstd, closes #7313Florian Hahn-173/+158
2014-01-23rustpkg::crate_id: Remove CrateIdklutzy-499/+413
2014-01-23rustpkg: Compute hash to find crateklutzy-199/+99
2014-01-23rustpkg::version: Remove enum Versionklutzy-180/+100
2014-01-23rustpkg: Do not guess version if not givenklutzy-149/+7
2014-01-23Allow trailing commas in argument lists and tuple patternsSeo Sanghyeon-2/+19
2014-01-22rustc/metadata: Removed stray debug statementsHong Chulju-4/+1
2014-01-22auto merge of #11711 : alexcrichton/rust/issue-11683, r=brsonbors-4/+58
2014-01-21xfail another external macro test on androidBrian Anderson-0/+1
2014-01-21Allow SIMD types in generics. Closes #10604Richard Diamond-7/+58
2014-01-21auto merge of #11500 : jhasse/rust/patch-rlib, r=alexcrichtonbors-15/+22
2014-01-21auto merge of #11129 : SimonSapin/rust/foo-vs-foo_opt, r=alexcrichtonbors-586/+398