summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-11-21Process ffi generics in rustdocAlex Crichton-8/+9
2013-11-21auto merge of #10595 : hatahet/rust/master, r=thestingerbors-3/+3
2013-11-21`std::ptr::read_ptr` now takes `*T` instead of `*mut T`Ziad Hatahet-3/+3
2013-11-21auto merge of #10584 : klutzy/rust/local-rust-root, r=alexcrichtonbors-10/+11
2013-11-21Remove ty_macSeo Sanghyeon-10/+1
2013-11-20auto merge of #10567 : sanxiyn/rust/bytepos, r=alexcrichtonbors-15/+17
2013-11-21Fix --local-rust-root option on Windowsklutzy-10/+11
2013-11-20auto merge of #10576 : thestinger/rust/gc, r=pcwaltonbors-0/+100
2013-11-20auto merge of #10527 : eholk/rust/win64, r=alexcrichtonbors-2/+72
2013-11-21Fix parsing testsSeo Sanghyeon-1/+1
2013-11-20Make BytePos 32-bitSeo Sanghyeon-14/+16
2013-11-19add an initial `Gc<T>` stub with the APIDaniel Micay-0/+100
2013-11-19Remove NonCopyable::newSteven Fackler-11/+5
2013-11-19librustc: Change most uses of `&fn()` to `||`.Patrick Walton-293/+298
2013-11-19libsyntax: Change all uses of `&fn` to `||`.Patrick Walton-111/+139
2013-11-19libextra: Convert uses of `&fn(A)->B` to `|A|->B`.Patrick Walton-231/+224
2013-11-19libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstdPatrick Walton-236/+270
2013-11-19auto merge of #10495 : alexcrichton/rust/more-native-io, r=brsonbors-716/+1056
2013-11-19Implement more native file I/OAlex Crichton-716/+1056
2013-11-19Don't use win64 calling convention on 32-bit machines.Eric Holk-3/+13
2013-11-19auto merge of #10558 : alexcrichton/rust/faster-stdout, r=pcwalton,pcwaltonbors-1/+8
2013-11-19auto merge of #10557 : huonw/rust/inline-deriving, r=pcwaltonbors-1/+27
2013-11-19auto merge of #10542 : huonw/rust/open01, r=alexcrichtonbors-39/+122
2013-11-18auto merge of #10561 : pcwalton/rust/procify, r=alexcrichtonbors-254/+175
2013-11-18Move runtime files to C instead of C++Alex Crichton-178/+199
2013-11-18Remove the C++ lock_and_signal typeAlex Crichton-535/+92
2013-11-18Implement a native mutex typeAlex Crichton-2/+361
2013-11-18auto merge of #10458 : yichoi/rust/make_check_pass_android2, r=brsonbors-7/+20
2013-11-18libsyntax: Remove `~fn()` from the languagePatrick Walton-19/+13
2013-11-18librustc: Convert `~fn()` to `proc()` everywhere.Patrick Walton-134/+46
2013-11-18librustc: Remove the one use of `~fn()`Patrick Walton-1/+1
2013-11-18libextra: Remove `~fn()` from libextra.Patrick Walton-19/+24
2013-11-18libstd: Change all `~fn()`s to `proc`s in the standard library.Patrick Walton-82/+92
2013-11-18auto merge of #10440 : brson/rust/cnamespace, r=bstriebors-28/+28
2013-11-18Disable priv in std::comm::Port, etcDiego Ongaro-6/+7
2013-11-18auto merge of #10366 : brson/rust/ignore-patterns, r=alexcrichtonbors-24/+138
2013-11-18Allow piped stdout/stderr use uv_tty_tAlex Crichton-1/+8
2013-11-18Use the correct calling convention for extern rust functions.Eric Holk-1/+9
2013-11-18Add Win64 calling convention.Eric Holk-1/+53
2013-11-18Use '..' as slice wildcard in vectorsBrian Anderson-32/+77
2013-11-18Use '..' as multi-field wildcard in enums and structs.Brian Anderson-1/+70
2013-11-19Mark some derived methods as #[inline].Huon Wilson-1/+27
2013-11-18rt: Namespace all C functions under rust_Brian Anderson-28/+28
2013-11-19android support added to test caseYoung-il Choi-0/+1
2013-11-19add path environmentsYoung-il Choi-5/+6
2013-11-19fix #10450Young-il Choi-2/+12
2013-11-19temporarily disable tests on android and tagging issue number #10455Young-il Choi-0/+1
2013-11-18auto merge of #10552 : michaelwoerister/rust/ifstepping, r=brsonbors-0/+20
2013-11-18auto merge of #10555 : TeXitoi/rust/pidigits-resurected, r=alexcrichtonbors-137/+66
2013-11-18pidigits resurectedGuillaume Pinot-137/+66