about summary refs log tree commit diff
path: root/src/libstd/unstable
AgeCommit message (Expand)AuthorLines
2013-08-19Try to fix mac valgrind bot by disabling thread-heavy activities.Graydon Hoare-0/+15
2013-08-19Add externfn macro and correctly label fixed_stack_segmentsNiko Matsakis-6/+36
2013-08-18auto merge of #8560 : kballard/rust/reserve-yield, r=pcwaltonbors-10/+10
2013-08-18auto merge of #8551 : huonw/rust/speling, r=alexcrichtonbors-5/+5
2013-08-16Reserve 'yield' keywordKevin Ballard-10/+10
2013-08-16Remove the annihilate lang itemBrian Anderson-5/+0
2013-08-16doc: correct spelling in documentation.Huon Wilson-5/+5
2013-08-15Add ToCStr method .with_c_str()Kevin Ballard-3/+3
2013-08-13auto merge of #8446 : alexcrichton/rust/ifmt++, r=graydonbors-0/+1
2013-08-13auto merge of #8411 : bblum/rust/assorted-fixes, r=brsonbors-19/+21
2013-08-12auto merge of #8487 : brson/rust/local-opts, r=brsonbors-7/+7
2013-08-12Implement formatting arguments for strings and integersAlex Crichton-0/+1
2013-08-12std: Re-optimize tls access on local allocation pathBrian Anderson-7/+7
2013-08-12fix build with the new snapshot compilerDaniel Micay-29/+0
2013-08-12Don't use unkillable in UnsafeArc dtor when there's no unwrapper. Close #8382.Ben Blum-19/+21
2013-08-11auto merge of #8455 : nikomatsakis/rust/issue-5762-objects-dralston-d, r=graydonbors-1/+23
2013-08-11Update type visitor to use &Visitor and not @VisitorNiko Matsakis-0/+4
2013-08-11Add a field `borrow_offset` to the type descriptor indicatingNiko Matsakis-1/+19
2013-08-11auto merge of #8412 : thestinger/rust/vector-add, r=alexcrichtonbors-8/+1
2013-08-11fix unused importsDaniel Micay-2/+1
2013-08-11move `strdup_uniq` lang item to std::strDaniel Micay-6/+0
2013-08-11add intrinsics for checked overflow add/sub/mulDaniel Micay-0/+54
2013-08-10Mass rename of .consume{,_iter}() to .move_iter()Erick Tryzelaar-1/+1
2013-08-09auto merge of #8296 : erickt/rust/remove-str-trailing-nulls, r=ericktbors-9/+14
2013-08-09Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing...Erick Tryzelaar-20/+23
2013-08-09Remove the C++ runtime. SayonaraBrian Anderson-77/+23
2013-08-09std: Fix perf of local allocations in newschedBrian Anderson-20/+23
2013-08-08Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing...Erick Tryzelaar-1/+1
2013-08-07Turn on the new runtimeBrian Anderson-1/+1
2013-08-07Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing...Erick Tryzelaar-1/+10
2013-08-06add an intrinsic for inbounds GEPDaniel Micay-1/+10
2013-08-04Merge remote-tracking branch 'remotes/origin/master' into str-remove-nullErick Tryzelaar-14/+9
2013-08-04Remove trailing null from stringsErick Tryzelaar-6/+8
2013-08-04std: replace str::as_c_str with std::c_strErick Tryzelaar-3/+6
2013-08-03auto merge of #8264 : thestinger/rust/snapshot, r=Aatchbors-14/+9
2013-08-03remove obsolete `foreach` keywordDaniel Micay-8/+8
2013-08-03register snapshotsDaniel Micay-6/+1
2013-08-03auto merge of #8219 : sstewartgallus/rust/fix_dynamic_lib, r=graydonbors-36/+70
2013-08-02librustc: Disallow "unsafe" for external functionsPatrick Walton-12/+7
2013-08-02auto merge of #8195 : bblum/rust/task-cleanup, r=brsonbors-6/+4
2013-08-02auto merge of #8175 : brson/rust/nodbg, r=graydonbors-2/+0
2013-08-01Fix calling destructor on uninitialized dynamic library crash.Steven Stewart-Gallus-36/+70
2013-08-02replace `range` with an external iteratorDaniel Micay-3/+3
2013-08-01A major refactoring that changes the way the runtime uses TLS. In thetoddaaro-3/+0
2013-08-01Relax some atomic barriers. Loosen up all that tension. There, doesn't that f...Ben Blum-6/+4
2013-08-01std: Change `Times` trait to use `do` instead of `for`blake2-ppc-2/+2
2013-08-01auto merge of #8158 : bblum/rust/task-cleanup, r=brsonbors-8/+56
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-7/+6
2013-07-31extra: Remove dbg module and rt support codeBrian Anderson-2/+0
2013-07-31auto merge of #8151 : sanxiyn/rust/atomicrmw, r=cmrbors-82/+0