about summary refs log tree commit diff
path: root/src/libstd/unstable
AgeCommit message (Expand)AuthorLines
2014-06-09std: Move dynamic_lib from std::unstable to stdBrian Anderson-342/+0
2014-06-09std: Remove the as_utf16_p functionsAlex Crichton-5/+5
2014-06-06std: Deal with fallout of rtio changesAlex Crichton-5/+1
2014-06-06std: Extract librustrt out of libstdAlex Crichton-788/+0
2014-05-30windows: Allow snake_case errors for now.Kevin Butler-1/+3
2014-05-27std: Rename strbuf operations to stringRicho Healey-1/+1
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-7/+7
2014-05-24Fixes problems on systems with opaque mutexValerii Hiora-10/+8
2014-05-23std: Move unstable::finally to std::finally. #1457Brian Anderson-2/+0
2014-05-23std: Move simd to core::simd and reexport. #1457Brian Anderson-62/+0
2014-05-23std: Move running_on_valgrind to rt::util. #1457Brian Anderson-13/+0
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-1/+4
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-7/+12
2014-05-21auto merge of #14301 : alexcrichton/rust/remove-unsafe-arc, r=brsonbors-3/+5
2014-05-20core: Stabilize the mem moduleAlex Crichton-2/+2
2014-05-19std: Build Exclusive on Arc<Unsafe<T>>Alex Crichton-3/+5
2014-05-18Fixing rustdoc stage1.Felix S. Klock II-17/+51
2014-05-15std: Remove run_in_bare_threadBrian Anderson-31/+0
2014-05-15auto merge of #13948 : huonw/rust/test-regex-filter, r=alexcrichtonbors-6/+8
2014-05-15std:: switch the order in which dynamic_lib adds search paths.Huon Wilson-6/+8
2014-05-14Change dynamic_library::open_external to take ToCStrAaron Turon-8/+23
2014-05-14Process::new etc should support non-utf8 commands/argsAaron Turon-2/+0
2014-05-11core: Remove the cast moduleAlex Crichton-2/+2
2014-05-10rename `global_heap` -> `libc_heap`Daniel Micay-1/+1
2014-05-08Handle fallout for vector additionKevin Ballard-2/+7
2014-05-07std: Remove a glob to get std to compileAlex Crichton-1/+1
2014-05-07core: Inherit the finally moduleAlex Crichton-160/+2
2014-05-02Replace most ~exprs with 'box'. #11779Brian Anderson-4/+4
2014-04-29rustc: Add search paths to dylib load pathsAlex Crichton-2/+19
2014-04-23auto merge of #13686 : alexcrichton/rust/issue-12224, r=nikomatsakisbors-8/+8
2014-04-23Fix other bugs with new closure borrowingAlex Crichton-3/+3
2014-04-23std: Change Finally to take `&mut self`Alex Crichton-5/+5
2014-04-22Fixed Win64 buildVadim Chugunov-0/+2
2014-04-18std: Make ~[T] no longer a growable vectorAlex Crichton-1/+1
2014-04-11Add more type signatures to the docs; tweak a few of them.Huon Wilson-3/+1
2014-04-08Register new snapshotsAlex Crichton-3/+3
2014-03-31Switch some tuple structs to pub fieldsAlex Crichton-10/+18
2014-03-31std: Switch field privacy as necessaryAlex Crichton-9/+9
2014-03-29auto merge of #13183 : erickt/rust/remove-list, r=alexcrichtonbors-1/+1
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-3/+3
2014-03-28std and green: fix some warningsErick Tryzelaar-1/+1
2014-03-27Fix fallout of removing default boundsAlex Crichton-1/+1
2014-03-24comm: Implement synchronous channelsAlex Crichton-2/+2
2014-03-23std: Move NativeMutex from &mut self to &selfAlex Crichton-47/+56
2014-03-14fix MIPS targetJyun-Yan You-0/+4
2014-03-13std: Rename Chan/Port types and constructorAlex Crichton-3/+3
2014-02-27std: Small cleanup and test improvementAlex Crichton-3/+1
2014-02-23std: Move unstable::stack to rt::stackBrian Anderson-277/+0
2014-02-23std: Remove unstable::langBrian Anderson-54/+0
2014-02-23std: Move raw to std::rawBrian Anderson-96/+0