about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2014-04-23Fix other bugs with new closure borrowingAlex Crichton-22/+23
2014-04-23std: Change Finally to take `&mut self`Alex Crichton-6/+6
2014-04-23std: Change CharEq to take `&mut self`Alex Crichton-50/+60
2014-04-23std: Change RandomAccessIterator to use `&mut self`Alex Crichton-17/+20
2014-04-23Hide trait rc::RcBoxPtr from docsEdward Wang-1/+1
2014-04-23auto merge of #13694 : jacob-hegna/rust/master, r=brsonbors-0/+20
2014-04-23auto merge of #13693 : thestinger/rust/mem, r=alexcrichtonbors-4/+27
2014-04-23auto merge of #13692 : vadimcn/rust/Win64-pre, r=alexcrichtonbors-18/+101
2014-04-23auto merge of #13690 : alexcrichton/rust/unlink-unix-pipe, r=brsonbors-0/+16
2014-04-23auto merge of #13687 : exscape/mut-vector-Show/master, r=alexcrichtonbors-0/+12
2014-04-22auto merge of #13597 : bjz/rust/float-api, r=brsonbors-430/+524
2014-04-22Fixed Win64 buildVadim Chugunov-18/+101
2014-04-22Removed trailing whitespace in on line 242 in int_macros.rs and on line 156 i...Jacob Hegna-3/+3
2014-04-22add support for quadruple precision floating pointDaniel Micay-1/+15
2014-04-22Added examples for parse_bytes(buf: &[u8], radix: uint) in int_macros.rs and ...Jacob Hegna-0/+20
2014-04-22add volatile copy/copy_nonoverlapping/setDaniel Micay-4/+27
2014-04-22auto merge of #13674 : pcwalton/rust/more-str-inlines, r=alexcrichtonbors-0/+4
2014-04-22native: Unlink unix socket paths on dropAlex Crichton-0/+16
2014-04-22auto merge of #13651 : ryantm/rust/master, r=brsonbors-3/+2
2014-04-22Implement Show for &mut [T]Thomas Backman-0/+12
2014-04-21str: Inline `only_ascii` in string iterators.Patrick Walton-0/+4
2014-04-21Fix misspellings in comments.Joseph Crail-15/+15
2014-04-20fix copyright message based on `make check`Ryan Mulligan-3/+3
2014-04-20remove meaningless sentence and update copyright.Ryan Mulligan-5/+4
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