summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2014-04-27auto merge of #13792 : jacob-hegna/rust/master, r=alexcrichtonbors-10/+28
2014-04-27Rewrote documentation for parse_bytes and to_str_bytes in {int, uint}_macros.rsJacob Hegna-10/+28
2014-04-27Fixed typo in std::iterAdolfo OchagavĂ­a-1/+1
2014-04-27Added missing values in std::io::standard_error()m-r-r-1/+15
2014-04-26Fixing permutation of small lists, such that [], [x] -> [[]], [[x]], and upda...Wendell Smith-7/+48
2014-04-26std: Add experimental networking methodsAlex Crichton-1/+70
2014-04-25clarify docs for std:io::fs::Path::{is_dir,is_file,exists}; add lstatAaron Turon-28/+28
2014-04-25auto merge of #13735 : aturon/rust/float-consts-take-2, r=brsonbors-19/+40
2014-04-24auto merge of #13697 : pongad/rust/consts, r=alexcrichtonbors-172/+130
2014-04-25Cleaned up os::consts. The module only exposes constants for the target OS an...Michael Darakananda-172/+130
2014-04-24auto merge of #13723 : alexcrichton/rust/pipe-connect-timeout, r=brsonbors-2/+93
2014-04-24auto merge of #13711 : alexcrichton/rust/snapshots, r=brsonbors-2/+0
2014-04-24add min_pos_value constant for floatsAaron Turon-19/+40
2014-04-24std: Add timeouts to unix connect/acceptAlex Crichton-2/+93
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-23Register new snapshotsAlex Crichton-2/+0
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