about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2014-04-24add min_pos_value constant for floatsAaron Turon-19/+40
2014-04-24auto merge of #13720 : aturon/rust/walk_dir-perf, r=alexcrichtonbors-2/+29
2014-04-24fix O(n^2) perf bug for std::io::fs::walk_dirAaron Turon-2/+29
2014-04-24Update libuvAlex Crichton-2/+2
2014-04-24auto merge of #13710 : aturon/rust/float-constants, r=brsonbors-75/+94
2014-04-23auto merge of #13675 : sfackler/rust/taskbuilder-new, r=alexcrichtonbors-34/+27
2014-04-23Move task::task() to TaskBuilder::new()Steven Fackler-34/+27
2014-04-23auto merge of #13688 : alexcrichton/rust/accept-timeout, r=brsonbors-1/+86
2014-04-23std: Add support for an accept() timeoutAlex Crichton-1/+86
2014-04-23auto merge of #13705 : edwardw/rust/rcboxptr-doc, r=alexcrichtonbors-1/+1
2014-04-23fix std::f32 and std::f64 constantsAaron Turon-75/+94
2014-04-23auto merge of #13686 : alexcrichton/rust/issue-12224, r=nikomatsakisbors-95/+109
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