about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
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
2014-06-29rustuv: Don't zero-out data on clonesAlex Crichton-1/+41
2014-06-29rand: Small fix in parameter namePiotr Jawniak-5/+5
2014-06-28auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwaltonbors-123/+135
2014-06-28Rename all raw pointers as necessaryAlex Crichton-122/+135
2014-06-28librustc: Match trait self types exactly.Patrick Walton-4/+9
2014-06-27Update to 0.11.0 0.11.0Alex Crichton-2/+2
2014-06-27auto merge of #15206 : omasanori/rust/use-reexported, r=alexcrichtonbors-10/+10
2014-06-27std::io: Use re-exported pathes in examples.OGINO Masanori-10/+10
2014-06-26auto merge of #14886 : alexcrichton/rust/rt-improvements, r=brsonbors-2/+13
2014-06-26rustrt: Reorganize task usageAlex Crichton-2/+13
2014-06-26Remove unnecessary to_string callsPiotr Jawniak-1/+1
2014-06-25Register new snapshotsAlex Crichton-1/+0
2014-06-25Fix wrong type name: IoError<()> -> IoResult<()>Alexei Sholik-1/+1
2014-06-25Fix a typo in fmt.rsAlexei Sholik-2/+2
2014-06-24Test fixes from the rollupAlex Crichton-0/+4