summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
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
2013-11-24Cache a task's stderr loggerAlex Crichton-1/+5
2013-11-24Remove linked failure from the runtimeAlex Crichton-2088/+145
2013-11-24Fix spelling of "vacuum" in one of the abort quotes.Jason Orendorff-1/+1
2013-11-25std::trie: Fix find_mut for non-present keysJannis Harder-1/+12
2013-11-24Implement cmp traits for Rc<T> and add a ptr_eq method.Léo Testard-0/+55
2013-11-24std::rt: Fix crate_map on Win64klutzy-1/+6
2013-11-24std::rt: Fix record_stack_bounds on win64klutzy-2/+2
2013-11-24std: Fix transmute error on win64klutzy-1/+1
2013-11-24std::libc: Simplify win32/win64 type definitionsklutzy-164/+30
2013-11-24std::libc: Remove TCHAR typesklutzy-20/+17
2013-11-23auto merge of #10514 : sfackler/rust/mut, r=cmrbors-325/+346
2013-11-23Move mutable::Mut to cell::RefCellSteven Fackler-335/+320
2013-11-22auto merge of #10611 : cmr/rust/ascii_flesh, r=pcwaltonbors-0/+68