about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2016-03-26Rollup merge of #32448 - sfackler:time-augmented-assignment, r=alexcrichtonManish Goregaokar-2/+58
2016-03-26Rollup merge of #32257 - alexcrichton:fix-status-stdin, r=aturonManish Goregaokar-1/+1
2016-03-26Rollup merge of #32199 - nikomatsakis:limiting-constants-in-patterns-2, r=pnk...Manish Goregaokar-6/+8
2016-03-25Auto merge of #32407 - alexcrichton:netbsd-gcc-s-link, r=aturonbors-1/+3
2016-03-25fallout in existing testsNiko Matsakis-6/+8
2016-03-25Fix unsound behaviour with null characters in thread names (issue #32475)David Henningsson-20/+30
2016-03-24Rollup merge of #32452 - GuillaumeGomez:patch-5, r=steveklabnikSteve Klabnik-0/+50
2016-03-24Rollup merge of #32276 - brson:doc, r=alexcrichtonSteve Klabnik-2/+2
2016-03-23doc: Stdin is locked for reads, not writesBrian Anderson-2/+2
2016-03-23Auto merge of #32454 - eddyb:rollup, r=eddybbors-9/+37
2016-03-23Rollup merge of #32441 - tshepang:doc-primitive, r=steveklabnikEduard-Mihai Burtescu-3/+3
2016-03-23Rollup merge of #32429 - alexcrichton:scope-id-hton, r=aturonEduard-Mihai Burtescu-6/+6
2016-03-23Rollup merge of #32404 - WiSaGaN:feature/osstring-implement-default, r=aturonEduard-Mihai Burtescu-0/+28
2016-03-23Auto merge of #32390 - japaric:untry, r=pnkfelixbors-356/+357
2016-03-23Add code examples for libstd/timeGuillaume Gomez-0/+50
2016-03-22Add augmented assignment operator impls for time typesSteven Fackler-2/+58
2016-03-22Auto merge of #32058 - pczarn:hashmap-initial-refactoring, r=apasel422bors-224/+250
2016-03-22fix alignmentJorge Aparicio-21/+21
2016-03-22std: undo conversion of user defined try!sJorge Aparicio-11/+11
2016-03-22sprinkle feature gates here and thereJorge Aparicio-0/+1
2016-03-22try! -> ?Jorge Aparicio-347/+347
2016-03-22std: Change `encode_utf{8,16}` to return iteratorsAlex Crichton-19/+12
2016-03-22std: Store flowinfo/scope_id in host byte orderAlex Crichton-6/+6
2016-03-22f clarification, docsPiotr Czarnecki-2/+10
2016-03-22f Put and DerefMutPiotr Czarnecki-14/+26
2016-03-22doc: small char improvementsTshepang Lekhonkhobe-3/+3
2016-03-22Fix Default for OsString/OsStrWangshan Lu-3/+3
2016-03-21f dead codePiotr Czarnecki-10/+0
2016-03-21std: Link to gcc_s on NetBSDAlex Crichton-1/+3
2016-03-22Implement Default for OsStrWangshan Lu-0/+14
2016-03-22Implement Default for OsStringWangshan Lu-0/+14
2016-03-20std: Add regression test for #32074Alex Crichton-0/+6
2016-03-20Add unix socket support to the standard librarySteven Fackler-55/+1141
2016-03-19Auto merge of #32314 - alexcrichton:ascii-fun, r=aturonbors-102/+0
2016-03-19Rollup merge of #32329 - sfackler:assert-recover-safe-pub, r=aturonEduard-Mihai Burtescu-3/+7
2016-03-18Auto merge of #32050 - achanda:from-slice-v4, r=alexcrichtonbors-0/+12
2016-03-19Add functions to convert IPv6 addresses from and to octetsTobias Bucher-21/+43
2016-03-18Fix tidySteven Fackler-2/+4
2016-03-18Auto merge of #32282 - sfackler:panic-hook, r=alexcrichtonbors-33/+45
2016-03-18Add a since to deprecationsSteven Fackler-2/+2
2016-03-18Auto merge of #32080 - eddyb:transcendent, r=nikomatsakisbors-0/+3
2016-03-18Auto merge of #32248 - dstu:master, r=alexcrichtonbors-0/+49
2016-03-17Auto merge of #32207 - achanda:ipv6-doc, r=alexcrichtonbors-19/+29
2016-03-17Make AssertRecoverSafe's field publicSteven Fackler-3/+5
2016-03-17fixup Cleaner Recover::replacePiotr Czarnecki-11/+15
2016-03-17Add #[rustc_no_mir] to make tests pass with -Z orbit.Eduard Burtescu-0/+3
2016-03-17std: Revert addition of `into_ascii_*` methodsAlex Crichton-102/+0
2016-03-15Make set_hook take a Box<Fn>Steven Fackler-3/+2
2016-03-15Rename panic handlers to panic hookSteven Fackler-33/+46
2016-03-15Use issue number from rust-lang/rust, not rust-lang/rfcs.Stu Black-2/+2