summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2013-10-31Provide a sound method of flushing stdoutAlex Crichton-14/+27
2013-10-31Fix infinite recursion in `fill_bytes()`Robert Irelan-1/+21
2013-10-31libstd: Remove mocks.Patrick Walton-181/+131
2013-10-31std::rand: correct an off-by-one in the Ziggurat code.Huon Wilson-136/+3
2013-10-31auto merge of #10180 : alexcrichton/rust/flush-default, r=brsonbors-31/+6
2013-10-30auto merge of #10120 : Kimundi/rust/remove_sys, r=alexcrichtonbors-129/+133
2013-10-30Make Writer::flush a no-op default methodAlex Crichton-31/+6
2013-10-30Prepared `std::sys` for removal, and made `begin_unwind` simplerMarvin Löbel-129/+133
2013-10-30auto merge of #10168 : reedlepee123/rust/priv_fields, r=brsonbors-23/+23
2013-10-30auto merge of #9613 : jld/rust/enum-discrim-size.r0, r=alexcrichtonbors-16/+23
2013-10-30changed all the impl<T> to impl<T: Send> in rt::comm.rs and libstd::comm.rs #...reedlepee-23/+23
2013-10-29Register new snapshotsAlex Crichton-6760/+0
2013-10-29auto merge of #10140 : brson/rust/comm, r=alexcrichtonbors-8/+7
2013-10-29auto merge of #10136 : hatahet/rust/master, r=alexcrichtonbors-146/+142
2013-10-29auto merge of #10132 : pcwalton/rust/proc, r=pcwaltonbors-9/+11
2013-10-29librustc: Implement the `proc` type as sugar for `~once fn` and `proc`Patrick Walton-9/+11
2013-10-29auto merge of #10058 : alexcrichton/rust/uv-crate, r=brsonbors-53/+106
2013-10-29Work around const_eval issues by changing signed integer `min_value`s.Jed Davis-1/+2
2013-10-29Adjust reflection for the possibility of discriminants larger than int.Jed Davis-15/+20
2013-10-29Add repr attributes in various places that need them.Jed Davis-0/+1
2013-10-29Move rust's uv implementation to its own crateAlex Crichton-28/+83
2013-10-29auto merge of #10141 : kmcallister/rust/current_stack_segment, r=alexcrichtonbors-1/+4
2013-10-29auto merge of #10135 : alexcrichton/rust/snapshots, r=thestingerbors-115/+87
2013-10-28auto merge of #10127 : thestinger/rust/cold, r=pcwaltonbors-0/+3
2013-10-28rt::task: Make current_stack_segment public againKeegan McAllister-1/+4
2013-10-28std: Move the SendDeferred trait to std::commBrian Anderson-8/+7
2013-10-28Capitalize statics in f32 and f64 modsZiad Hatahet-146/+142
2013-10-28auto merge of #10133 : alexcrichton/rust/another-error, r=thestingerbors-1/+2
2013-10-28Register new snapshotsAlex Crichton-115/+87
2013-10-28Make some more rt components publicAlex Crichton-30/+28
2013-10-28add support for the `cold` function attributeDaniel Micay-0/+3
2013-10-28auto merge of #10095 : huonw/rust/master, r=cmrbors-2/+2
2013-10-28Handle another possible error in a unix pipe testAlex Crichton-1/+2
2013-10-28Remove the extension traits for Readers/WritersAlex Crichton-612/+492
2013-10-28auto merge of #10094 : alexcrichton/rust/issue-8704, r=pcwaltonbors-71/+253
2013-10-28auto merge of #10093 : alexcrichton/rust/issue-8811, r=pcwaltonbors-6/+15
2013-10-28auto merge of #10083 : alexcrichton/rust/timer-port, r=pcwaltonbors-6/+170
2013-10-28Allow fail messages to be caught, and introduce the Any traitMarvin Löbel-202/+855
2013-10-27auto merge of #9744 : DaGenix/rust/remove-crypto, r=alexcrichtonbors-2/+7
2013-10-27auto merge of #10080 : brson/rust/sched_queue, r=brsonbors-105/+444
2013-10-27Clarify that the SipHash implementation has not be validated for cryptographi...Palmer Cox-2/+7
2013-10-27Ignore a test which never completes on windowsAlex Crichton-0/+1
2013-10-26Fix a typo in a rt::io::signal testAlex Crichton-1/+1
2013-10-27Make the documentation for std::task::spawn_sched render correctly.Huon Wilson-2/+2
2013-10-26Implement another error code found on windows.Alex Crichton-6/+15
2013-10-26Rewrite boxed_region/memory_region in RustAlex Crichton-71/+253
2013-10-26auto merge of #10070 : alexcrichton/rust/fewer-missiles, r=brsonbors-36/+49
2013-10-25Enhance timers to create portsAlex Crichton-6/+170
2013-10-25Encapsulate the lock-free mpsc queue in the MessageQueue typeBrian Anderson-57/+15
2013-10-25Add links to original mpmc and mpsc implementationsBrian Anderson-0/+3