summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2014-04-20auto merge of #13410 : alexcrichton/rust/issue-12278, r=pcwaltonbors-2/+8
2014-04-20auto merge of #13643 : aochagavia/rust/pr-2, r=alexcrichtonbors-4/+6
2014-04-20Minor changes in std::memaochagavia-4/+6
2014-04-20Fix spelling mistakes in documentation and code.Joseph Crail-2/+2
2014-04-19auto merge of #13613 : alexcrichton/rust/fix-freebsd-compile, r=brsonbors-3/+2
2014-04-19auto merge of #13610 : jsanders/rust/sender-try-send-docs, r=alexcrichtonbors-5/+5
2014-04-19Rewrite paragraph describing difference between try_send and send_optJames Sanders-4/+4
2014-04-19auto merge of #13615 : alexcrichton/rust/improve-demangling, r=brsonbors-3/+13
2014-04-19auto merge of #13614 : cgaebel/rust/master, r=brsonbors-0/+6
2014-04-19std: Add an experimental connect_timeout functionAlex Crichton-2/+20
2014-04-18auto merge of #13606 : alexcrichton/rust/better-thread-errors, r=brsonbors-4/+17
2014-04-19Reorder Float methods in trait definition and make consistent in implsBrendan Zabarauskas-293/+268
2014-04-19Fix formatting in float implementationsBrendan Zabarauskas-72/+198
2014-04-19Have floating point functions take their parameters by value.Brendan Zabarauskas-154/+154
2014-04-19Merge the Round trait into the Float traitBrendan Zabarauskas-78/+71
2014-04-18std: Fix demangling with middle special charsAlex Crichton-3/+13
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-505/+543
2014-04-18Reduce HashMap allocations.Clark Gaebel-0/+6
2014-04-18std: Fix compiling on FreeBSDAlex Crichton-3/+2
2014-04-18Fix a couple places in docs where try_send wasn't changed to send_optJames Sanders-2/+2
2014-04-18Update the rest of the compiler with ~[T] changesAlex Crichton-25/+20
2014-04-18std: Fail more gracefully on thread spawn errorsAlex Crichton-4/+17
2014-04-18std: Make ~[T] no longer a growable vectorAlex Crichton-999/+342
2014-04-17auto merge of #13580 : DiamondLovesYou/rust/std-result-hash, r=alexcrichtonbors-1/+1
2014-04-17auto merge of #13558 : alexcrichton/rust/snapshots, r=brsonbors-25/+1
2014-04-17Add #[deriving(Hash)] to Result.Richard Diamond-1/+1
2014-04-16auto merge of #13499 : brson/rust/resultdocs, r=brsonbors-5/+325
2014-04-16auto merge of #13465 : alexcrichton/rust/fix-comm-dox, r=brsonbors-23/+77
2014-04-16doc: Address review feedbackBrian Anderson-17/+14
2014-04-16std: Improve docs for mod 'result'Brian Anderson-5/+328
2014-04-16Register new snapshotsAlex Crichton-25/+1
2014-04-16auto merge of #13539 : Aatch/rust/vector-copy-faster, r=thestingerbors-5/+38
2014-04-16auto merge of #13522 : seanmonstar/rust/sip, r=alexcrichtonbors-42/+143
2014-04-15auto merge of #13532 : alexcrichton/rust/rollup, r=alexcrichtonbors-127/+159
2014-04-15std: Un-ignore some float tests on windowsAlex Crichton-2/+2
2014-04-15std: Remove pub use globsBrian Anderson-13/+25
2014-04-15Add a default impl for Set::is_supersetSteven Fackler-1/+3
2014-04-15Use the unsigned integer types for bitwise intrinsics.Huon Wilson-85/+109
2014-04-15std: Impl Deref/DerefMut for a borrowed taskAlex Crichton-26/+20
2014-04-16Make Vec::clone and slice::to_owned failure-safeJames Miller-17/+19
2014-04-15auto merge of #13498 : johnsoft/rust/fix-transmute-fn-names, r=alexcrichtonbors-7/+7
2014-04-16Improve the copying code for slices and VecJames Miller-5/+36
2014-04-15optimized SipHash implementationSean McArthur-42/+143
2014-04-15std: Update documentation on the `comm` moduleAlex Crichton-23/+77
2014-04-14Use new attribute syntax in python files in src/etc too (#13478)Manish Goregaokar-28/+28
2014-04-14auto merge of #13481 : huonw/rust/devec-path, r=alexcrichtonbors-183/+209
2014-04-13Make Result::{unwrap, unwrap_err} require ShowSteven Fackler-15/+20
2014-04-13auto merge of #13475 : Ryman/rust/result_unwrap_or_else, r=brsonbors-0/+61
2014-04-13auto merge of #13464 : alexcrichton/rust/fix-rustdoc-rendering, r=brsonbors-2/+7
2014-04-13Replace 'region' with 'lifetime' in a few transmute function namesJohn Simon-7/+7