about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
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-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
2013-11-23Add ctype-likes to AsciiCorey Richardson-0/+68
2013-11-22Add Rc::from_mutSteven Fackler-0/+17
2013-11-22More Mut testsSteven Fackler-0/+9
2013-11-22Strip down Cell functionalitySteven Fackler-59/+3
2013-11-22Change Mut::map to Mut::withSteven Fackler-19/+19
2013-11-22Make MutRef more consistent with &mutSteven Fackler-9/+9
2013-11-22Cell -> Mut switch in commSteven Fackler-20/+24
2013-11-22Move Rc tests away from CellSteven Fackler-7/+7
2013-11-22Remove RcMutSteven Fackler-237/+0
2013-11-22Introduce Mut<T> to libstdSteven Fackler-0/+299
2013-11-22auto merge of #10612 : pnkfelix/rust/remove-cut-and-pasted-rt-fixme, r=pcwaltonbors-1/+0
2013-11-22The original fixme #2699 was removed back in PR #6053.Felix S. Klock II-1/+0
2013-11-22auto merge of #10610 : thestinger/rust/breakpoint, r=pnkfelixbors-0/+4
2013-11-22add a breakpoint intrinsic for debuggingDaniel Micay-0/+4
2013-11-22auto merge of #10582 : g3xzh/rust/master, r=cmrbors-2/+70
2013-11-22Add more benchmark tests to vec.rsg3xzh-2/+70
2013-11-21auto merge of #10588 : huonw/rust/un@mutilate-task_rng, r=alexcrichtonbors-30/+43