summary refs log tree commit diff
path: root/src/rt
AgeCommit message (Expand)AuthorLines
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-25auto merge of #7254 : Blei/rust/intrinsic-overhaul, r=cmrbors-16/+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-21auto merge of #7200 : yichoi/rust/fix_je_mac_cross, r=brsonbors-1/+2
2013-06-21Remove all #[cfg(stage0)]-protected codeJames Miller-27/+0
2013-06-18std: Work around some failing 'run' tests when valgrinding. #7224Brian Anderson-0/+7
2013-06-17rt: fix jemalloc android cross-compile for macYoung-il Choi-1/+2
2013-06-16Partial fix for #7158: Save EDX in morestack on x86-32Niko Matsakis-0/+2
2013-06-13automated whitespace fixesDaniel Micay-1/+0
2013-06-12update jemalloc to 3.4.0Daniel Micay-2785/+2833
2013-06-11auto merge of #7033 : influenza/rust/rust-7022, r=graydonbors-2/+2
2013-06-11Replace tabs with spacesRon Dahlgren-2/+2
2013-06-11Assert stk rather than checking nullRon Dahlgren-3/+3
2013-06-11rt: dummy function pthread_atfork for androidYoung-il Choi-0/+7
2013-06-10STATIC_PAGE_SHIFT for cross-compiling jemallocJames Miller-161/+170
2013-06-09Check stk before dereferencingRon Dahlgren-1/+1
2013-06-06auto merge of #6895 : cmr/rust/jemalloc, r=brsonbors-0/+44423
2013-06-06auto merge of #6053 : nikomatsakis/rust/fixme-2699, r=thestingerbors-1/+0
2013-06-06Deduplicate words in code commentsAlexei Sholik-7/+7
2013-06-01add jemalloc to the runtimeDaniel Micay-0/+44423
2013-05-28auto merge of #6731 : thomaslee/rust/issue-6575, r=pcwaltonbors-4/+29
2013-05-27Added _RUST_STAGEN guard to rust_call_tydesc_glueTom Lee-0/+7
2013-05-27Add _RUST_STAGE0 #ifdefsTom Lee-0/+20
2013-05-27Omit unused implicit argument if return type is immediate.Tom Lee-10/+8
2013-05-27Use passing by-value in gmtime, mktimeDaniel Farina-6/+6
2013-05-25Fix compilation errors with linenoiseAlex Crichton-2/+2
2013-05-24Update the linenoise libraryAlex Crichton-19/+211
2013-05-22fix arm stack alignmentJyun-Yan You-2/+4
2013-05-21auto merge of #6650 : crabtw/rust/mips-rt, r=sanxiynbors-2/+4
2013-05-21fix mips stack alignmentJyun-Yan You-2/+4
2013-05-20rt: Rename rust_initialize_global_state to rust_initialize_rt_tls_keyBrian Anderson-3/+3
2013-05-18auto merge of #6577 : brson/rust/io-upstream, r=pcwaltonbors-20/+52
2013-05-17auto merge of #6249 : crabtw/rust/arm, r=brsonbors-0/+11
2013-05-15rt: Rename sched_key to rt_keyBrian Anderson-8/+8
2013-05-15core::rt: Add uv timer bindingsBrian Anderson-1/+1
2013-05-15core::rt: Initialize loggingBrian Anderson-1/+5
2013-05-15core: Use a global lock instead of runtime lock for os::getenv, etc. #4726Brian Anderson-1/+20
2013-05-15core:rt: A few micro-optsBrian Anderson-11/+7
2013-05-14core::rt: Register stacks with valgrind. #6428Brian Anderson-0/+13
2013-05-14core::rt: 0 is a valid TLS keyBrian Anderson-2/+2
2013-05-13Correct #[always_inline] -> #[inline(always)] and __attribute((...)) -> __att...Luqman Aden-1/+1
2013-05-10auto merge of #6358 : crabtw/rust/mips-segstk, r=brsonbors-6/+102
2013-05-09auto merge of #6345 : seanmoon/rust/fix-typos, r=sanxiynbors-2/+2