summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2013-05-15auto merge of #6487 : recrack/rust/vec_len, r=thestingerbors-25/+25
2013-05-15rc: fix testsDaniel Micay-0/+17
2013-05-15Allow static strings to be used with keyword checksBjörn Steinbrink-0/+4
2013-05-15add a DeepClone traitDaniel Micay-8/+46
2013-05-14auto merge of #6478 : dotdash/rust/inlining, r=catamorphismbors-0/+1
2013-05-15clone: clarify docstringDaniel Micay-2/+3
2013-05-14core: Fix leak in TLS. #6231Brian Anderson-4/+2
2013-05-14core::rt: Ignore tcp test multiple_connect_interleaved_lazy_scheduleBrian Anderson-1/+1
2013-05-15Rename vec::len(var) to var.len()Youngmin Yoo-25/+25
2013-05-14Merge remote-tracking branch 'brson/io-upstream' into incomingBrian Anderson-658/+1537
2013-05-14core::rt: Wait for handles to closeBrian Anderson-24/+60
2013-05-14core::rt: Register stacks with valgrind. #6428Brian Anderson-6/+35
2013-05-14core::rt: DocsBrian Anderson-13/+61
2013-05-14core: Move unstable::exchange_alloc to rt::global_heapBrian Anderson-7/+8
2013-05-14core: Cleanup warningsBrian Anderson-109/+117
2013-05-14rtdebug offBrian Anderson-2/+2
2013-05-14core::rt: 0 is a valid TLS keyBrian Anderson-1/+1
2013-05-14core::rt: Make TCP servers workBrian Anderson-34/+161
2013-05-14core::rt: Add a simple channel type for passing buffered messages between Sch...Brian Anderson-8/+212
2013-05-14core::rt: Add a very simple ref counted pointerBrian Anderson-0/+146
2013-05-14WarningsBrian Anderson-1/+1
2013-05-14TidyBrian Anderson-5/+4
2013-05-14core::rt Wire up logging to newsched tasksBrian Anderson-25/+117
2013-05-14core::rt: Just a small fix to TcpStreamBrian Anderson-3/+30
2013-05-14core::rt: Move all the uv callback definitions to one placeBrian Anderson-42/+23
2013-05-14core::rt: Move the implementation of IdleWatcher to its own fileBrian Anderson-69/+86
2013-05-14core::rt: Only use one mechanism for attaching custom data to uv handlesBrian Anderson-50/+19
2013-05-14core::rt: Reording codeBrian Anderson-114/+115
2013-05-14core::rt: Convert some uv functions to extension methodsBrian Anderson-148/+127
2013-05-14core::rt: Fix some copies in uvBrian Anderson-14/+9
2013-05-14core::rt: Fix the finalizer on UvTcpStream and UvTcpListenerBrian Anderson-52/+16
2013-05-14core::rt: Use unsafe pointers instead of transmuted regionsBrian Anderson-79/+85
2013-05-14auto merge of #6468 : gifnksm/rust/rposition-immutable, r=brsonbors-26/+26
2013-05-14Add inlining for iter_bytes for types used as hashmap keysBjörn Steinbrink-0/+1
2013-05-14Fix cosmetics for fail!() callsMarvin Löbel-18/+13
2013-05-14Use static string with fail!() and remove fail!(fmt!())Björn Steinbrink-125/+123
2013-05-14Move `position` and `rposition` methods to `ImmutableVector` traitgifnksm-26/+26
2013-05-14auto merge of #6463 : bjz/rust/numeric-traits, r=thestingerbors-1/+445
2013-05-14auto merge of #6441 : alexcrichton/rust/issue-5531, r=luqmanabors-76/+77
2013-05-14Remove unnecessary infinity checkBrendan Zabarauskas-4/+2
2013-05-14Add ldexp and frexp functionsBrendan Zabarauskas-1/+184
2013-05-13auto merge of #6388 : recrack/rust/each2_mut, r=pcwaltonbors-2/+31
2013-05-13Remove re-exports from libcore/core.rcAlex Crichton-76/+77
2013-05-13auto merge of #6387 : brson/rust/unstable, r=brsonbors-380/+388
2013-05-13core::rt Restructure some modulesBrian Anderson-29/+31
2013-05-13core::rt: Improve docsBrian Anderson-8/+57
2013-05-13core::rt: Clean up the interface to rtioBrian Anderson-60/+63
2013-05-13core::rt: Begin implementing TcpStreamBrian Anderson-57/+282
2013-05-13core::rt: Fix a warning about unnecessary mutable variableBrian Anderson-1/+1
2013-05-13core::rt: Remove Close traitBrian Anderson-43/+3