about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2014-05-01auto merge of #13789 : sfackler/rust/debug-assert, r=pcwaltonbors-16/+59
2014-05-01auto merge of #13886 : japaric/rust/fix-an-typos, r=alexcrichtonbors-2/+2
2014-05-01Remove useless assert! caseSteven Fackler-5/+0
2014-05-01Add debug_assert and debug_assert_eq macrosSteven Fackler-11/+59
2014-05-01Fix a/an typosJorge Aparicio-2/+2
2014-05-01auto merge of #13877 : thestinger/rust/de-tilde-str-vec, r=alexcrichtonbors-17/+17
2014-05-01remove leftover obsolete string literalsDaniel Micay-17/+17
2014-04-30auto merge of #13648 : gereeter/rust/removed-rev, r=alexcrichtonbors-162/+155
2014-04-30auto merge of #13864 : adrientetar/rust/fix-it-some-more, r=alexcrichtonbors-1/+1
2014-04-30auto merge of #13072 : bjz/rust/bitset, r=alexcrichtonbors-0/+260
2014-04-30Update for language changesBrendan Zabarauskas-1/+1
2014-04-30Move bitflags module to libstdBrendan Zabarauskas-0/+260
2014-04-30rustdoc: fix overly broad selectorsAdrien Tétar-1/+1
2014-04-29auto merge of #13857 : alexcrichton/rust/add-dylib-paths, r=brsonbors-2/+19
2014-04-29rustc: Add search paths to dylib load pathsAlex Crichton-2/+19
2014-04-29auto merge of #13772 : brson/rust/cratedocs, r=alexcrichtonbors-36/+106
2014-04-28Deprecate the rev_iter pattern in all places where a DoubleEndedIterator is p...Jonathan S-78/+91
2014-04-28Provide an implementation of DoubleEndedIterator for the results of &[T]::spl...Jonathan S-84/+64
2014-04-28auto merge of #13812 : alxgnon/rust/master, r=alexcrichtonbors-14/+23
2014-04-28auto merge of #13797 : lifthrasiir/rust/std-mem-replace-doc, r=alexcrichtonbors-0/+32
2014-04-28Fixed typo in std::vecAdolfo Ochagavía-1/+1
2014-04-28std: Add more docs to `std::mem::replace`.Kang Seonghoon-0/+32
2014-04-27Fix repeated module documentationAlexandre Gagnon-14/+23
2014-04-27std: Rewrite crate docsBrian Anderson-36/+106
2014-04-27auto merge of #13799 : m-r-r/rust/patch-std-io-standard_error, r=alexcrichtonbors-1/+15
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-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