about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
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
2013-11-26test: Remove non-procedure uses of `do` from compiletest, libstd tests,Patrick Walton-315/+337
2013-11-26libstd: Remove all non-`proc` uses of `do` from libstdPatrick Walton-895/+722
2013-11-26librustc: Remove remaining uses of `&fn()` in favor of `||`.Patrick Walton-42/+44
2013-11-26auto merge of #10660 : alexcrichton/rust/little-scope, r=pcwaltonbors-71/+71
2013-11-26Removed unneccessary `_iter` suffixes from various APIsMarvin Löbel-337/+342
2013-11-25auto merge of #10631 : klutzy/rust/win-fixes, r=alexcrichtonbors-185/+53
2013-11-26std: Remove unused attributesklutzy-4/+2
2013-11-26rustc: Add lint for obsolete attributesklutzy-1/+0
2013-11-25Move LittleLock to using RAIIAlex Crichton-71/+71
2013-11-25auto merge of #10650 : andreasots/rust/ipv6-is-in-hex, r=alexcrichtonbors-1/+2
2013-11-25auto merge of #10658 : LeoTestard/rust/serialize-rc, r=cmrbors-0/+8
2013-11-25Implement IterBytes for Rc<T>.Léo Testard-0/+8
2013-11-25rm #[mutable_doc]Daniel Micay-2/+0
2013-11-25Add [mut_]shift_ref/[mut_]pop_ref functions, which return a pointer to the fi...Niko Matsakis-0/+194
2013-11-25auto merge of #10643 : jorendorff/rust/master, r=alexcrichtonbors-1/+1
2013-11-24auto merge of #10635 : alexcrichton/rust/issue-10626, r=cmrbors-1/+5
2013-11-25std: IPv6 addresses are represented as eight groups of four HEXADECIMAL digitsAndreas Ots-1/+2
2013-11-24auto merge of #10603 : alexcrichton/rust/no-linked-failure, r=brsonbors-2088/+145