about summary refs log tree commit diff
path: root/src/rt
AgeCommit message (Expand)AuthorLines
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
2013-06-23Remove rust_call_tydesc_gluePhilipp Brüschweiler-10/+1
2013-06-23Remove unused shape fields from typedescsPhilipp Brüschweiler-8/+3
2013-06-21std: Make console log off/on controls work with newschedBrian Anderson-7/+18
2013-06-21std::rt: Support os::argsBrian Anderson-0/+19
2013-06-21auto merge of #7200 : yichoi/rust/fix_je_mac_cross, r=brsonbors-1/+2
2013-06-20Merge remote-tracking branch 'brson/io' into io-upstreamBrian Anderson-4/+18
2013-06-21Remove all #[cfg(stage0)]-protected codeJames Miller-27/+0
2013-06-19std::rt: Update GC metadata in initBrian Anderson-0/+6
2013-06-18std: Work around some failing 'run' tests when valgrinding. #7224Brian Anderson-0/+7
2013-06-17Merge remote-tracking branch 'upstream/io' into ioEric Reed-11/+44496
2013-06-17rt: fix jemalloc android cross-compile for macYoung-il Choi-1/+2
2013-06-16Merge remote-tracking branch 'brson/io'Brian Anderson-3/+11
2013-06-16Partial fix for #7158: Save EDX in morestack on x86-32Niko Matsakis-0/+2
2013-06-14Added a utility function to extract the udp handle from udp send requests.Eric Reed-0/+6
2013-06-13automated whitespace fixesDaniel Micay-1/+0
2013-06-13Corrected libuv UDP bindings.Eric Reed-1/+45
2013-06-12update jemalloc to 3.4.0Daniel Micay-2785/+2833