about summary refs log tree commit diff
path: root/src/rt
AgeCommit message (Expand)AuthorLines
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
2013-05-09improve MIPS backend and implement segmented stacksJyun-Yan You-6/+102
2013-05-09Fix typosSean Moon-2/+2
2013-05-08auto merge of #6323 : brson/rust/nullary, r=thestingerbors-8/+0
2013-05-08auto merge of #6307 : brson/rust/rng2, r=brsonbors-60/+59
2013-05-07rt: Remove rust_call_nullary_fnBrian Anderson-8/+0
2013-05-07rt: Eliminate the dependency on rust_kernel from rust_rngBrian Anderson-34/+36
2013-05-07rt: Move win32_require out of the rust_kernel typeBrian Anderson-26/+23
2013-05-07When autoborrowing a fn in trans, adjust the type of the datum to be `&fn`.Niko Matsakis-9/+2
2013-05-07preliminary Linux ARM supportJyun-Yan You-0/+11
2013-05-06add rust_take_task_borrow_list and rust_set_task_borrow_list to rustrt.def.inNiko Matsakis-0/+2
2013-05-05Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freezeNiko Matsakis-241/+178
2013-05-04auto merge of #6234 : yichoi/rust/glob-dummy-pull, r=thestingerbors-2/+39
2013-05-05rt: rust_android_dummy.cpp fix for make tidyYoung-il Choi-1/+4
2013-05-04improve DEBUG_BORROW printoutsNiko Matsakis-0/+3
2013-05-04rt: glob, globfree dummy function for androidYoung-il Choi-2/+36
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-29/+3
2013-05-03Change borrow debugging so it is disabled by -ONiko Matsakis-3/+0
2013-05-02Merge remote-tracking branch 'brson/io' into incomingBrian Anderson-24/+114
2013-05-02Convert most of rust_run_program.cpp to rust (issue #2674).gareth-186/+18
2013-05-02Add error if RED_ZONE_SIZE doesn't get definedJames Miller-0/+4
2013-05-01add an option to debug borrows (RUST_DEBUG_BORROW) so you canNiko Matsakis-0/+33
2013-04-30Merge remote-tracking branch 'brson/io'Brian Anderson-24/+114
2013-04-28auto merge of #5646 : Aatch/rust/unwind-fix, r=brsonbors-41/+7
2013-04-27auto merge of #6081 : brson/rust/out-of-stack, r=thestingerbors-3/+3
2013-04-26rt: Set the stack depth limit to 1GB. Abort on error.Brian Anderson-3/+3
2013-04-26rt: use the [u]int[nn]_t types in the RNG.Huon Wilson-9/+14
2013-04-25rt: abort doesn't take an argumentBrian Anderson-1/+1
2013-04-25rt: pull upstream ISAAC code for consistency between 32/64 bit platformsHuon Wilson-18/+23
2013-04-24Remove rust_unwind.hJames Miller-41/+7
2013-04-23Merge remote-tracking branch 'brson/io'Brian Anderson-24/+114
2013-04-23Fix issue #5976 - HANDLE leaks and undefined/bad behavourgareth-14/+45
2013-04-23Remove a stray new operator in rust_task.hAlex Crichton-6/+0
2013-04-22core::rt: Add unwinding to newsched tasksBrian Anderson-3/+37
2013-04-21core::rt: Add the local heap to newsched tasksBrian Anderson-6/+47
2013-04-21rt: Don't make memory_region depend on rust_envBrian Anderson-14/+18
2013-04-21auto merge of #5887 : jdm/rust/stackbounds, r=brsonbors-0/+7
2013-04-21rt: Make the C stack segment accessible to runtime users.Josh Matthews-0/+7
2013-04-20core::rt: Use generated port numbers in testsBrian Anderson-1/+1