about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2013-11-21`std::ptr::read_ptr` now takes `*T` instead of `*mut T`Ziad Hatahet-3/+3
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-19add an initial `Gc<T>` stub with the APIDaniel Micay-0/+100
2013-11-19auto merge of #10575 : sfackler/rust/non-copyable, r=huonwbors-11/+5
2013-11-19Remove NonCopyable::newSteven Fackler-11/+5
2013-11-19auto merge of #10568 : pcwalton/rust/more-bars, r=alexcrichtonbors-871/+931
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-265/+186
2013-11-18auto merge of #10479 : alexcrichton/rust/native-mutex.rs, r=cmrbors-740/+695
2013-11-18Move runtime files to C instead of C++Alex Crichton-208/+248
2013-11-18Remove the C++ lock_and_signal typeAlex Crichton-536/+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-145/+57
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-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
2013-11-18auto merge of #10539 : alexcrichton/rust/external-linkage, r=pcwaltonbors-79/+147
2013-11-18Don't mark reachable extern fns as internalAlex Crichton-79/+147
2013-11-18debuginfo: Improved stepping for if-expressionsMichael Woerister-0/+20
2013-11-18std::rand: wrappers for floats from [0,1] and (0,1).Huon Wilson-39/+122
2013-11-17auto merge of #10508 : chris-morgan/rust/tags-improvements, r=cmrbors-1/+21
2013-11-17auto merge of #10443 : alexcrichton/rust/meaninless-pub-priv, r=cmrbors-13/+121