about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2013-12-03auto merge of #10768 : Blei/rust/logging-enabled-macros, r=alexcrichtonbors-5/+20
2013-12-03add MutableVector::mut_split(self, pred) -> DoubleEndedIterator<&mut [T]>Guillaume Pinot-4/+110
2013-12-02Add a macro to check if logging at a given label is enabledPhilipp Brüschweiler-5/+20
2013-12-02rename MutableVector::mut_split(at) to MutableVector::mut_split_at(at)Guillaume Pinot-6/+6
2013-12-01auto merge of #10756 : thestinger/rust/transmute, r=alexcrichtonbors-7/+1
2013-12-01remove useless `transmute_immut` functionDaniel Micay-7/+1
2013-11-30auto merge of #10739 : DaGenix/rust/mut-chunks, r=alexcrichtonbors-0/+102
2013-11-30auto merge of #10733 : alexcrichton/rust/ignore-on-windows, r=pcwaltonbors-0/+1
2013-11-30auto merge of #10738 : sfackler/rust/buffered-fixes, r=alexcrichtonbors-10/+28
2013-11-30Implement DoubleEndedIterator for MutChunkIter.Palmer Cox-0/+29
2013-11-30Implement mut_chunks() method for MutableVector trait.Palmer Cox-0/+73
2013-11-30auto merge of #10528 : alexcrichton/rust/static-linking-v2, r=pcwaltonbors-10/+59
2013-11-30Test fixes and merge conflictsAlex Crichton-0/+1
2013-11-30auto merge of #10737 : huonw/rust/with-cap, r=alexcrichtonbors-1/+7
2013-11-30Fixes for BufferedWriter and LineBufferedWriterSteven Fackler-10/+28
2013-12-01std::io::mem: add a with_capacity constructor to MemWriter.Huon Wilson-1/+7
2013-11-30Wrap the return value of the type_id intrinsic in an opaque boxCorey Richardson-24/+32
2013-11-29Ignore a deque test on windowsAlex Crichton-0/+1
2013-11-29Statically link librustrt to libstdAlex Crichton-1/+7
2013-11-29Add generation of static libraries to rustcAlex Crichton-10/+52
2013-11-29auto merge of #10719 : Kimundi/rust/switch_to_multi_item_macros, r=alexcrichtonbors-243/+232
2013-11-29Implement a lock-free work-stealing dequeAlex Crichton-135/+716
2013-11-29Removed module macro workaround for signed and unsigned integersMarvin Löbel-57/+93
2013-11-29Removed useless cmp::{min, max} reexports from the integer modulesMarvin Löbel-7/+2
2013-11-29libstd: Change `Path::new` to `Path::init`.Patrick Walton-412/+413
2013-11-29Removed a few macro-expanding-to-module workaroundsMarvin Löbel-185/+143
2013-11-28Fix initial debug statements printing twiceAlex Crichton-5/+7
2013-11-28Register new snapshotsAlex Crichton-60/+56
2013-11-28auto merge of #10519 : nikomatsakis/rust/issue-8624-borrowck-overly-permissiv...bors-0/+194
2013-11-27auto merge of #10691 : g3xzh/rust/benchm, r=cmrbors-0/+86
2013-11-27auto merge of #10687 : alexcrichton/rust/issue-10686, r=thestingerbors-248/+227
2013-11-27Fix handling of upper/lowercase, and whitespaceFlorian Zeitz-10/+670
2013-11-27Update Unicode data to version 6.3Florian Zeitz-600/+605
2013-11-27Use the native tls implementation on androidAlex Crichton-248/+227
2013-11-27auto merge of #10685 : ebiggers/rust/ascii_fixes, r=alexcrichtonbors-2/+11
2013-11-27auto merge of #10662 : alexcrichton/rust/thread-detach, r=pcwaltonbors-75/+208
2013-11-27Improve the rt::thread moduleAlex Crichton-62/+154
2013-11-27std::ascii: Add tests for is_digit() and is_control()Eric Biggers-0/+9
2013-11-27auto merge of #10688 : bjz/rust/recv_iter, r=brsonbors-3/+84
2013-11-27Add benchmark tests to path/posixg3xzh-0/+86
2013-11-26Clean up statically initialized data on shutdownAlex Crichton-14/+55
2013-11-27Add an iterator for receiving messages from GenericPortsBrendan Zabarauskas-3/+84
2013-11-26auto merge of #10679 : alexcrichton/rust/no-routine, r=pcwaltonbors-29/+0
2013-11-26std::ascii: Fix is_digit() and is_control()Eric Biggers-2/+2
2013-11-26Remove unused std::routineAlex Crichton-29/+0
2013-11-26auto merge of #10312 : thestinger/rust/thread_local, r=alexcritchtonbors-5/+105
2013-11-26port the runtime to `#[thread_local]`Daniel Micay-5/+105
2013-11-26librustc: Fix merge fallout.Patrick Walton-32/+10
2013-11-26libstd: Fix Win32 and other bustage.Patrick Walton-39/+41
2013-11-26librustc: Make `||` lambdas not infer to `proc`sPatrick Walton-38/+46