about summary refs log tree commit diff
path: root/src/libstd/rt
AgeCommit message (Expand)AuthorLines
2014-01-28std: comment about OOM & allocs in begin_unwind_fmt.Huon Wilson-0/+4
2014-01-27std: add begin_unwind_fmt that reduces codesize for formatted fail!().Huon Wilson-1/+13
2014-01-27std: reduce the generic code instantiated by fail!().Huon Wilson-3/+18
2014-01-26Removed all instances of XXX in preparation for relaxing of FIXME ruleSalem Talha-11/+11
2014-01-26auto merge of #11762 : alexcrichton/rust/guard_pages, r=alexcrichtonbors-2/+13
2014-01-25auto merge of #11790 : lfairy/rust/rename-num-consts, r=alexcrichtonbors-2/+2
2014-01-25Uppercase numeric constantsChris Wong-2/+2
2014-01-25Fix some docs about rtDerek Chiang-3/+1
2014-01-24Use `mmap` to map in task stacks and guard pageCorey Richardson-2/+13
2014-01-22auto merge of #11682 : thestinger/rust/vector, r=brsonbors-2/+2
2014-01-22add new vector representation as a libraryDaniel Micay-1/+1
2014-01-22libc: switch `free` to the proper signatureDaniel Micay-2/+2
2014-01-22Implement native timersAlex Crichton-0/+7
2014-01-22Implement std::rt::at_exitAlex Crichton-0/+87
2014-01-22Replace C types with Rust types in libstd, closes #7313Florian Hahn-45/+40
2014-01-22auto merge of #11711 : alexcrichton/rust/issue-11683, r=brsonbors-4/+58
2014-01-21Purge borrowck from libstdAlex Crichton-231/+0
2014-01-21Flag all TLS functions as inline(never)Alex Crichton-4/+58
2014-01-19auto merge of #11635 : thestinger/rust/zero-size-alloc, r=alexcrichtonbors-12/+25
2014-01-18Rename iterators for consistencyPalmer Cox-4/+4
2014-01-17handle zero-size allocations correctlyDaniel Micay-12/+25
2014-01-17auto merge of #11585 : nikomatsakis/rust/issue-3511-rvalue-lifetimes, r=pcwaltonbors-9/+9
2014-01-16Fix some docs in std::rt::taskDerek Chiang-7/+6
2014-01-15Issue #3511 - Rationalize temporary lifetimes.Niko Matsakis-9/+9
2014-01-15auto merge of #11550 : alexcrichton/rust/noinline, r=thestingerbors-0/+2
2014-01-15libstd: Added more #[inline] annotations and replaced uses of `libc::abort` w...Eduard Burtescu-6/+18
2014-01-14Flag failure functions as inline(never)Alex Crichton-0/+2
2014-01-09auto merge of #11360 : huonw/rust/stack_bounds, r=alexcrichtonbors-2/+3
2014-01-07Fixup the rest of the tests in the compilerAlex Crichton-2/+1
2014-01-07stdtest: Fix all leaked trait importsAlex Crichton-10/+4
2014-01-07Fix remaining cases of leaking importsAlex Crichton-0/+2
2014-01-07std: Fill in all missing importsAlex Crichton-7/+20
2014-01-07auto merge of #11353 : alexcrichton/rust/improve-logging, r=brsonbors-88/+102
2014-01-07auto merge of #11348 : alexcrichton/rust/snapshots, r=brsonbors-3/+0
2014-01-07auto merge of #11329 : fhahn/rust/unused-cast-lint2, r=alexcrichtonbors-1/+1
2014-01-07std::rt: require known stack bounds for all tasks.Huon Wilson-2/+3
2014-01-06Support arbitrary stdout/stderr/logger handlesAlex Crichton-88/+102
2014-01-06Remove some unnecessary type castsFlorian Hahn-1/+1
2014-01-06Register new snapshotsAlex Crichton-3/+0
2014-01-06auto merge of #11333 : cmr/rust/triage2, r=alexcrichtonbors-1/+0
2014-01-05Fix some warningsCorey Richardson-1/+0
2014-01-06Revert "std: adjust requested stack size for thread-local storage."Huon Wilson-19/+1
2014-01-04Condition EH ABI on target_arch, not target_os.Vadim Chugunov-6/+12
2014-01-04auto merge of #11188 : brson/rust/noderef, r=brsonbors-2/+6
2014-01-04Don't allow newtype structs to be dereferenced. #6246Brian Anderson-2/+6
2014-01-04auto merge of #11284 : huonw/rust/issue-6233, r=alexcrichtonbors-1/+19
2014-01-04auto merge of #11301 : vadimcn/rust/fix-android, r=brsonbors-46/+113
2014-01-04auto merge of #11306 : alexcrichton/rust/native-bounds, r=pcwaltonbors-0/+8
2014-01-04auto merge of #11283 : brson/rust/doublefailure, r=alexcrichtonbors-1/+7
2014-01-04Add a stack_bounds function to the Runtime traitAlex Crichton-0/+8