about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
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
2014-06-24std: Add stability attributes to primitive numeric modulesBrian Anderson-0/+24
2014-06-24core: Add stability attributes to CloneBrian Anderson-0/+1
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-148/+148
2014-06-24auto merge of #14963 : w3ln4/rust/master, r=alexcrichtonbors-0/+4
2014-06-24Added Mipsel architecture supportPawel Olzacki-0/+4
2014-06-23librustc: Feature gate lang items and intrinsics.Patrick Walton-2/+3
2014-06-22Register new snapshotsAlex Crichton-1/+0
2014-06-21std: inline many of the Writer/Reader methodsErick Tryzelaar-0/+127
2014-06-20librustc: Put `#[unsafe_destructor]` behind a feature gate.Patrick Walton-2/+4
2014-06-20auto merge of #15047 : brson/rust/taskdocs, r=huonwbors-9/+25
2014-06-19std::sync::TaskPool: Improve module documentationAlexandre Gagnon-13/+17