about summary refs log tree commit diff
path: root/src/rt
AgeCommit message (Expand)AuthorLines
2013-07-27auto merge of #8040 : luqmana/rust/rtn, r=brsonbors-44/+32
2013-07-25libstd: Implement some missing udp methods.Luqman Aden-0/+7
2013-07-25Warn about unused RUST_LOG specsKeegan McAllister-6/+7
2013-07-25libstd: Implement {peer, socket}_name for new rt tcp & udp.Luqman Aden-44/+25
2013-07-24rm unused upcall_exchange_freeDaniel Micay-2/+0
2013-07-23auto merge of #7980 : graydon/rust/misc-benchmarks, r=catamorphismbors-1/+1
2013-07-22rt: Fix child-iteration bug in crate map.Graydon Hoare-1/+1
2013-07-22std: Remove at_exit API. UnusedBrian Anderson-70/+0
2013-07-22std: Remove unstable::global. UnusedBrian Anderson-10/+1
2013-07-22std::rt: Stop using unstable::global in change_dir_lockedBrian Anderson-0/+14
2013-07-22std: Remove weak_task API. UnusedBrian Anderson-14/+0
2013-07-22new snapshotDaniel Micay-6/+0
2013-07-18auto merge of #7859 : kmcallister/rust/rt-diag-messages, r=pcwaltonbors-7/+18
2013-07-18auto merge of #7856 : brson/rust/no-thread-per-core, r=pcwaltonbors-7/+0
2013-07-17rt: Print alloc backtraces for bad release_alloc with RUSTRT_TRACK_ALLOCATIONSKeegan McAllister-7/+13
2013-07-17rt: Diagnose bad alloc index in release_alloc with RUSTRT_TRACK_ALLOCATIONSKeegan McAllister-0/+5
2013-07-15remove headers from unique vectorsDaniel Micay-9/+9
2013-07-12auto merge of #7734 : alexcrichton/rust/issue-3395, r=sanxiynbors-2/+2
2013-07-12auto merge of #7728 : bcully/rust/largestack64, r=cmrbors-2/+7
2013-07-11auto merge of #7677 : alexcrichton/rust/tls-gc, r=pcwaltonbors-9/+4
2013-07-11Expand ctypes warnings to warn about *int/*uintAlex Crichton-2/+2
2013-07-11Enable large stacks on 64-bit architecturesBrendan Cully-2/+7
2013-07-09auto merge of #7265 : brson/rust/io-upstream, r=brsonbors-40/+258
2013-07-09std: Remove ThreadPerCore spawn mode. UnusedBrian Anderson-7/+0
2013-07-09Use purely an owned vector for storing TLS dataAlex Crichton-8/+3
2013-07-09rt: Make the old rand builtins work with newschedBrian Anderson-11/+5
2013-07-09std: Make os::set_exit_status work with newschedBrian Anderson-0/+17
2013-07-08Merge remote-tracking branch 'mozilla/master'Brian Anderson-1/+2
2013-07-08Merge remote-tracking branch 'anasazi/io'Brian Anderson-0/+159
2013-07-08std::rt: Add a hack to allocate different test port ranges to different botsBrian Anderson-4/+4
2013-07-08Merge remote-tracking branch 'upstream/io' into ioEric Reed-96/+80
2013-07-08Address nits by @catamorphismNiko Matsakis-4/+0
2013-07-08This assert does not necessarily hold; sometimes we temporarily increase ref-...Niko Matsakis-2/+2
2013-07-03Add x64 windows to platform.mk and mingw64 header fixes.Luqman Aden-1/+2
2013-07-03Merge remote-tracking branch 'mozilla/master'Brian Anderson-97/+81
2013-07-02Merge remote-tracking branch 'upstream/io' into ioEric Reed-0/+2
2013-07-02IPv6 support for UDP and TCP.Eric Reed-0/+109
2013-07-01rt: Add global_args_lock functions to rustrt.def.inBrian Anderson-1/+3
2013-06-30vec: implement exchange vector reserve in RustDaniel Micay-8/+0
2013-06-30simplify the exchange allocatorDaniel Micay-24/+0
2013-06-27auto merge of #7395 : yichoi/rust/android_dummy, r=brsonbors-0/+25
2013-06-26rt: Release big stacks immediately after use to avoid holding on to them thro...Brian Anderson-47/+31
2013-06-26rt: add android dummy functions for mman relatedYoung-il Choi-0/+25
2013-06-25satisfy the formatting checkEric Reed-2/+2
2013-06-25Merge remote-tracking branch 'upstream/io' into ioEric Reed-49/+69
2013-06-25auto merge of #7254 : Blei/rust/intrinsic-overhaul, r=cmrbors-16/+10
2013-06-24std: Make box annihilator work with newschedBrian Anderson-1/+8
2013-06-24std: Rewrite vec_reserve_shared_actual in RustBrian Anderson-15/+10
2013-06-23Support foreign 'static mut' variables as wellAlex Crichton-1/+13
2013-06-23Remove unused TyDesc parameter from the glue functionsPhilipp Brüschweiler-2/+10