about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2014-07-15Deprecate `str::from_utf16_lossy`Adolfo Ochagavía-1/+1
2014-07-15Deprecate `str::from_utf16`Adolfo Ochagavía-4/+4
2014-07-15Deprecate `str::from_char`Adolfo Ochagavía-14/+10
2014-07-15Deprecate `str::from_utf8_owned`Adolfo Ochagavía-20/+15
2014-07-14add Graphemes iterator; tidy unicode exportskwantam-6/+5
2014-07-14std: Make unlink() more consistentAlex Crichton-5/+43
2014-07-14auto merge of #15653 : erickt/rust/master, r=alexcrichtonbors-2/+2
2014-07-14auto merge of #15649 : catharsis/rust/rust-libstd-examples, r=alexcrichtonbors-7/+45
2014-07-13std: make std::io::IoError{,Kind} implement EqErick Tryzelaar-2/+2
2014-07-13auto merge of #15591 : aturon/rust/box-cell-stability, r=alexcrichtonbors-23/+26
2014-07-13Stabilization for `owned` (now `boxed`) and `cell`Aaron Turon-23/+26
2014-07-13libstd: Add a few doc examplesAnton Lofgren-7/+45
2014-07-13auto merge of #15639 : supr/rust/master, r=sfacklerbors-1/+1
2014-07-13auto merge of #15584 : alexcrichton/rust/warn-annoyances, r=cmrbors-1/+6
2014-07-12Fix Documentation Typo in libstdPrudhvi Krishna Surapaneni-1/+1
2014-07-12auto merge of #15617 : aturon/rust/std-more-experimental, r=alexcrichtonbors-0/+2
2014-07-12auto merge of #15610 : brson/rust/0.12.0, r=alexcrichtonbors-1/+1
2014-07-12auto merge of #15592 : arjantop/rust/bufwriter-write-fix, r=alexcrichtonbors-2/+4
2014-07-12auto merge of #15588 : alexcrichton/rust/issue-15478, r=cmrbors-6/+12
2014-07-11libc: Switch open to use a mode_t on unixAlex Crichton-1/+6
2014-07-11std: Move MemoryMap fields to methodsAlex Crichton-6/+12
2014-07-11mark std::hash experimentalAaron Turon-0/+2
2014-07-11Update doc URLs for version bumpBrian Anderson-1/+1
2014-07-11Allow writes of length 0 to a full bufferArjan Topolovec-2/+4
2014-07-11auto merge of #15574 : omasanori/rust/hidden, r=huonwbors-8/+0
2014-07-11auto merge of #15564 : alexcrichton/rust/moar-hash, r=huonwbors-2/+26
2014-07-10io::process::Command: add fine-grained env builderAaron Turon-20/+86
2014-07-10std: Add some implementation of common traitsAlex Crichton-2/+26
2014-07-10Remove deprecated std::unstable module.OGINO Masanori-8/+0
2014-07-10auto merge of #15566 : japaric/rust/command-clone, r=alexcrichtonbors-0/+2
2014-07-10auto merge of #15556 : alexcrichton/rust/snapshots, r=brsonbors-3/+1
2014-07-09Derive Clone for Command and StdioContainerJorge Aparicio-0/+2
2014-07-09auto merge of #15471 : erickt/rust/push_all, r=acrichtobors-5/+49
2014-07-09auto merge of #15283 : kwantam/rust/master, r=alexcrichtonbors-4/+9
2014-07-09Register new snapshotsAlex Crichton-3/+1
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-152/+149
2014-07-07Add libunicode; move unicode functions from corekwantam-4/+9
2014-07-07librustc (RFC #34): Implement the new `Index` and `IndexMut` traits.Patrick Walton-1/+2
2014-07-05std: flesh out MemWriter benchmarksErick Tryzelaar-5/+49
2014-07-05Add #[crate_name] attributes as necessaryAlex Crichton-1/+3
2014-07-05auto merge of #15425 : jbclements/rust/hygiene-for-3-kinds-of-args, r=cmrbors-8/+9
2014-07-04make any_pat! and u64_from_be_bytes_bench_impl! macros hygienicJohn Clements-8/+9
2014-07-04auto merge of #15405 : pcwalton/rust/delifetime, r=nick29581bors-6/+3
2014-07-04auto merge of #15404 : vhbit/rust/ios-ptr-fixes, r=pcwaltonbors-2/+2
2014-07-04librustc: Remove the `&LIFETIME EXPR` production from the language.Patrick Walton-6/+3
2014-07-04Fixed iOS build after *T removalValerii Hiora-2/+2
2014-07-04auto merge of #15321 : huonw/rust/nil-prim, r=alexcrichtonbors-0/+3
2014-07-04auto merge of #15343 : alexcrichton/rust/0.11.0-release, r=brsonbors-2/+2
2014-07-04core: add a primitive page for `()`.Huon Wilson-0/+3
2014-07-03Test fixes from the rollupAlex Crichton-1/+1