about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2014-05-05std: deprecate cast::transmute_mut.Huon Wilson-17/+27
2014-05-04Register new snapshotsAlex Crichton-6/+0
2014-05-04auto merge of #13865 : alexcrichton/rust/issue-13861, r=brsonbors-0/+20
2014-05-03rustdoc: Migrate from sundown to hoedownAlex Crichton-8/+8
2014-05-03auto merge of #13773 : brson/rust/boxxy, r=alexcrichtonbors-360/+361
2014-05-03auto merge of #13904 : pcwalton/rust/box, r=alexcrichtonbors-0/+8
2014-05-02Replace most ~exprs with 'box'. #11779Brian Anderson-360/+361
2014-05-02librustc: Implement the `Box<T>` type syntax. RFC #14. Issue #13885.Patrick Walton-0/+8
2014-05-02auto merge of #13579 : hirschenberger/rust/lint_unsigned_negate, r=alexcrichtonbors-0/+10
2014-05-03Add lint check for negating uint literals and variables.Falco Hirschenberger-0/+10
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-30native: Always open a file with Open/Write modesAlex Crichton-0/+20
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-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