about summary refs log tree commit diff
path: root/src/libstd/unstable
AgeCommit message (Expand)AuthorLines
2013-07-12auto merge of #7734 : alexcrichton/rust/issue-3395, r=sanxiynbors-2/+2
2013-07-11Expand ctypes warnings to warn about *int/*uintAlex Crichton-2/+2
2013-07-09auto merge of #7265 : brson/rust/io-upstream, r=brsonbors-248/+88
2013-07-09auto merge of #7117 : jensnockert/rust/freestanding, r=cmrbors-2/+2
2013-07-08Merge remote-tracking branch 'mozilla/master'Brian Anderson-0/+16
2013-07-08 Replaces the free-standing functions in f32, &c.Jens Nockert-2/+2
2013-07-08remove headers from exchange allocationsDaniel Micay-0/+1
2013-07-06auto merge of #7194 : jensnockert/rust/endian, r=cmrbors-0/+14
2013-07-03Merge remote-tracking branch 'mozilla/master'Brian Anderson-133/+221
2013-07-01Refactored the runtime to view coroutines as a component of tasks, instead of...toddaaro-0/+4
2013-07-01rustc: add a lint to enforce uppercase statics.Huon Wilson-4/+5
2013-06-30add a contains_managed intrinsicDaniel Micay-0/+4
2013-06-30simplify the exchange allocatorDaniel Micay-100/+0
2013-06-28Rewrite each_path to allow performance improvements in the future.Patrick Walton-0/+1
2013-06-28librustc: Change "Owned" to "Send" everywherePatrick Walton-13/+13
2013-06-27Rename #[no_drop_flag] to #[unsafe_no_drop_flag]Birunthan Mohanathas-1/+1
2013-06-26auto merge of #7113 : alexcrichton/rust/banned-warnings, r=cmrbors-2/+1
2013-06-25Change finalize -> drop.Luqman Aden-6/+6
2013-06-25Deny common lints by default for lib{std,extra}Alex Crichton-2/+1
2013-06-25auto merge of #7317 : Aatch/rust/no-drop-flag, r=thestingerbors-0/+1
2013-06-25auto merge of #7254 : Blei/rust/intrinsic-overhaul, r=cmrbors-8/+134
2013-06-25Remove stage0 cfgsJames Miller-50/+0
2013-06-25Set #[no_drop_flag] on Rc<T> and AtomicOption. Add TestJames Miller-0/+1
2013-06-24std: Make box annihilator work with newschedBrian Anderson-13/+6
2013-06-24std: Move dynamic borrowck code from unstable::lang to rt::borrowckBrian Anderson-228/+7
2013-06-23Remove unused TyDesc parameter from the glue functionsPhilipp Brüschweiler-0/+4
2013-06-23Remove unused shape fields from typedescsPhilipp Brüschweiler-2/+0
2013-06-23Remove intrinsic modulePhilipp Brüschweiler-9/+130
2013-06-23Fix get_tydesc() return typePhilipp Brüschweiler-0/+3
2013-06-23vec: remove BaseIter implementationDaniel Micay-1/+1
2013-06-22Finish up Type refactoringJames Miller-5/+5
2013-06-22Add the rest of the atomic operations.James Miller-0/+112
2013-06-21vec: rm old_iter implementations, except BaseIterDaniel Micay-1/+1
2013-06-20Merge remote-tracking branch 'brson/io' into io-upstreamBrian Anderson-2/+71
2013-06-21libstd: cleanup warningsJames Miller-16/+3
2013-06-21Remove all #[cfg(stage0)]-protected codeJames Miller-13/+0
2013-06-18replace #[inline(always)] with #[inline]. r=burningtree.Graydon Hoare-43/+43
2013-06-17auto merge of #7131 : Blei/rust/windows-dynamic-lib, r=graydonbors-21/+33
2013-06-17Adds conditional byteswapping intrinsicsJens Nockert-0/+14
2013-06-16Merge remote-tracking branch 'brson/io'Brian Anderson-2/+71
2013-06-15auto merge of #7109 : bblum/rust/rwlocks, r=brsonbors-0/+6
2013-06-15std::dynamic_lib: start fixing windows implementationPhilipp Brueschweiler-21/+33
2013-06-12Document unstable::atomics fetch_* return valuesBen Blum-0/+6
2013-06-12Prototyped a dynamic library facility interfaceSteven Stewart-Gallus-0/+207
2013-06-12std: remove substr & str::count_*, methodise char_len, implement slice_chars.Huon Wilson-4/+4
2013-06-11auto merge of #7056 : alexcrichton/rust/issue-4727, r=catamorphismbors-22/+16
2013-06-11Add a finally impl for `extern "Rust" fn()`Alex Crichton-22/+16
2013-06-11option: remove redundant old_iter implsDaniel Micay-6/+6
2013-06-10debugged a compiler ICE when merging local::borrow changes into the main io b...toddaaro-2/+2
2013-06-10Tag a bunch of destructors that need mutable self with FIXME for #4330. Close...Ben Blum-0/+1