about summary refs log tree commit diff
path: root/src/libstd/unstable
AgeCommit message (Expand)AuthorLines
2014-02-23std: Move intrinsics to std::intrinsics.Brian Anderson-459/+1
2014-02-17Made fail_bounds_check more careful with strings.chromatic-2/+12
2014-02-15auto merge of #12298 : alexcrichton/rust/rustdoc-testing, r=sfacklerbors-4/+10
2014-02-16std::unstable::mutex: streamline & clarify documentation.Huon Wilson-26/+37
2014-02-16std: add a NativeMutex type as a wrapper to destroy StaticNativeMutex.Huon Wilson-65/+107
2014-02-16std: Rename unstable::mutex::Mutex to StaticNativeMutex.Huon Wilson-38/+42
2014-02-16std: add tests for the _noguard lock/signal/wait methods on Mutex.Huon Wilson-2/+28
2014-02-16std: add an RAII unlocker to Mutex.Huon Wilson-36/+96
2014-02-14Fix all code examplesAlex Crichton-4/+10
2014-02-13Remove two allocations from spawning a green taskAlex Crichton-0/+6
2014-02-13Register new snapshotsAlex Crichton-25/+0
2014-02-12Removed ty_type (previously used to represent *tydesc).Eduard Burtescu-0/+3
2014-02-11std -- replaces uses where const borrows would be requiredNiko Matsakis-35/+79
2014-02-09std: Move byteswap functions to memBrian Anderson-27/+0
2014-02-09std: Add init and uninit to mem. Replace direct intrinsic usageBrian Anderson-5/+4
2014-02-08auto merge of #12096 : brson/rust/morestack-addr, r=thestingerbors-3/+0
2014-02-07rm out-of-date comment from std::unstable::rawDaniel Micay-3/+0
2014-02-07remove type descriptors from proc and @TDaniel Micay-0/+20
2014-02-07rustc: Remove 'morestack_addr' intrinsic. UnusedBrian Anderson-3/+0
2014-02-05libstd: Add missing constants for arm/linux.Luqman Aden-1/+5
2014-02-05Implement clone() for TCP/UDP/Unix socketsAlex Crichton-1/+0
2014-02-04Register new snapshotsAlex Crichton-120/+0
2014-02-03std: Hardcode pthread constants and structuresAlex Crichton-300/+217
2014-02-03Add an AtomicU64 type to std::sync::atomicsAlex Crichton-9/+101
2014-02-03std: Fix tests with io_error usageAlex Crichton-1/+1
2014-02-02std,extra: remove use of & support for @[].Huon Wilson-1/+0
2014-02-02libextra: Remove `@str` from all the librariesPatrick Walton-1/+0
2014-01-31Retry on EINVAL from pthread_attr_setstacksize()Ben Noordhuis-1/+1
2014-01-29Removing do keyword from libstd and librustcScott Lawrence-12/+12
2014-01-28Feature gate #[simd]David Manescu-0/+10
2014-01-27Removed take_glue from tydesc, inlining the equivalent refcount increment cod...Eduard Burtescu-0/+2
2014-01-27Demote self to an (almost) regular argument and remove the env param.Eduard Burtescu-1/+3
2014-01-25Uppercase numeric constantsChris Wong-4/+4
2014-01-22libc: switch `free` to the proper signatureDaniel Micay-20/+20
2014-01-22Replace C types with Rust types in libstd, closes #7313Florian Hahn-56/+52
2014-01-21Purge borrowck from libstdAlex Crichton-40/+0
2014-01-17handle zero-size allocations correctlyDaniel Micay-8/+5
2014-01-17auto merge of #11585 : nikomatsakis/rust/issue-3511-rvalue-lifetimes, r=pcwaltonbors-6/+0
2014-01-15auto merge of #11565 : mozilla/rust/snapshot, r=huonwbors-38/+1
2014-01-15Issue #3511 - Rationalize temporary lifetimes.Niko Matsakis-6/+0
2014-01-15auto merge of #11561 : eddyb/rust/moar-inlines, r=pcwaltonbors-0/+2
2014-01-15register snapshotsDaniel Micay-38/+1
2014-01-15libstd: Added more #[inline] annotations and replaced uses of `libc::abort` w...Eduard Burtescu-0/+2
2014-01-14add implementation of `Repr` for `~[T]`Daniel Micay-0/+1
2014-01-14remove `borrow_offset` as ~ is now free of headersDaniel Micay-7/+0
2014-01-14remove reference counting headers from ~Daniel Micay-0/+2
2014-01-11Removed free_glue from tydesc (the code is still generated, but inlined in dr...Eduard Burtescu-2/+31
2014-01-07extratest: Fix all leaked trait importsAlex Crichton-1/+2
2014-01-07stdtest: Fix all leaked trait importsAlex Crichton-2/+0
2014-01-07Fix remaining cases of leaking importsAlex Crichton-2/+5