about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
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
2014-07-03Rename set_broadast() to set_broadcast().Joseph Crail-1/+7
2014-07-03Fix spelling errors.Joseph Crail-3/+3
2014-07-03Add os::join_paths, make setenv non-utf8 capableAaron Turon-60/+147
2014-07-02Merge remote-tracking branch 'origin/master' into 0.11.0-releaseAlex Crichton-217/+456
2014-07-02auto merge of #15265 : omasanori/rust/udp, r=alexcrichtonbors-34/+47
2014-07-02auto merge of #15257 : erickt/rust/hashmap, r=alexcrichtonbors-16/+121
2014-07-01rustc: Remove `&str` indexing from the language.Brian Anderson-23/+27
2014-07-02Add `recvfrom` and `sendto`.OGINO Masanori-0/+13
2014-07-02Rename recvfrom -> recv_from, sendto -> send_to.OGINO Masanori-34/+34
2014-07-01std: move the hash docstring over to std::hash.Erick Tryzelaar-1/+52
2014-06-30libstd: set baseline stability levels.Aaron Turon-0/+41
2014-06-30auto merge of #14613 : schmee/rust/utf16-iterator, r=huonwbors-7/+14
2014-06-30Add `utf16_units`John Schmidt-7/+14
2014-06-30std: micro optimize Hash{Map,Set}::{new,with_capacity}Erick Tryzelaar-0/+8
2014-06-30std: make sure HashMap from_iter uses random initialization by defaultErick Tryzelaar-16/+62
2014-06-30auto merge of #15030 : sfackler/rust/partial-cmp, r=huonwbors-0/+5
2014-06-29Implement RFC#28: Add PartialOrd::partial_cmpSteven Fackler-0/+5
2014-06-30auto merge of #15254 : alex/rust/patch-1, r=alexcrichtonbors-2/+2
2014-06-29auto merge of #15245 : sfackler/rust/coretest, r=alexcrichtonbors-0/+7
2014-06-29Extract tests from libcore to a separate crateSteven Fackler-0/+7
2014-06-29auto merge of #15252 : alexcrichton/rust/issue-15231, r=pcwaltonbors-1/+41
2014-06-29auto merge of #15234 : pcwalton/rust/integer-fallback-and-casts, r=alexcrichtonbors-2/+2
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-2/+2
2014-06-29Wrap two code examples in backticksAlex Gaynor-2/+2