about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2016-04-05Rollup merge of #32692 - sfackler:time-inline, r=alexcrichtonManish Goregaokar-0/+5
2016-04-02Inline Duration constructors and accessorsSteven Fackler-0/+5
2016-04-02Auto merge of #32633 - frewsxcv:map-values-mut, r=alexcrichtonbors-0/+62
2016-04-02Auto merge of #32549 - respeccing:rust_backtrace_disabled, r=alexcrichtonbors-1/+1
2016-04-01Auto merge of #32334 - tbu-:pr_ipv6_octets, r=aturonbors-21/+43
2016-04-01Implement `values_mut` on `HashMap`.Corey Farwell-0/+62
2016-04-02Rollup merge of #32654 - tbu-:pr_doc_joinhandleext, r=sfacklerManish Goregaokar-1/+1
2016-03-31allow RUST_BACKTRACE=0 to act as if unsetEmanuel Czirai-1/+1
2016-03-31Fix a typo in the doc comment of `std::os::unix::thread::JoinHandleExt`Tobias Bucher-1/+1
2016-03-30Test that HashMap, HashSet, and their iterators are properly covariantJonathan S-0/+29
2016-03-30Fix the variances of HashMap and HashSet iteratorsJonathan S-26/+20
2016-03-30Make HashMap's RawBucket covariantJonathan S-18/+23
2016-03-31Rollup merge of #32612 - frewsxcv:unnecessary-coercions, r=alexcrichtonManish Goregaokar-12/+0
2016-03-30Rollup merge of #32608 - tshepang:grammar, r=aturonSteve Klabnik-8/+8
2016-03-30Remove no longer necessary coercions to fn pointer types.Corey Farwell-12/+0
2016-03-30doc: "of the" seems more correct than "to the"Tshepang Lekhonkhobe-8/+8
2016-03-29Auto merge of #32541 - troplin:chain-bufread, r=alexcrichtonbors-0/+54
2016-03-28Auto merge of #32438 - kamalmarhubi:intoiterator-example, r=steveklabnikbors-10/+10
2016-03-28Auto merge of #32461 - mitaa:rdoc-anchors, r=alexcrichtonbors-15/+15
2016-03-28Fix formattingTobias Müller-2/+5
2016-03-28Use ? instead of try!, add some basic testsTobias Müller-1/+31
2016-03-28style: Use `iter` for IntoIterator parameter namesKamal Marhubi-10/+10
2016-03-28Rollup merge of #32507 - klingtnet:master, r=steveklabnikSteve Klabnik-2/+7
2016-03-28Implement BufRead for ChainTobias Müller-0/+21
2016-03-26Auto merge of #32510 - nodakai:libstd-sys-net-error-check, r=alexcrichtonbors-10/+11
2016-03-27Extend linkchecker with anchor checkingmitaa-15/+15
2016-03-26Auto merge of #32325 - alexcrichton:panic-once, r=aturonbors-56/+363
2016-03-27libstd/sys/*/net: very minor clean up of cvt*() utility functions.NODA, Kai-10/+11
2016-03-26std: Rewrite Once with poisoningAlex Crichton-56/+363
2016-03-26Rollup merge of #32387 - alexcrichton:ascii-test, r=aturonManish Goregaokar-0/+6
2016-03-26Fix missing console output in `Barrier` exampleAndreas Linz-2/+7
2016-03-26Fixup #32476Manish Goregaokar-0/+1
2016-03-26Rollup merge of #32476 - diwic:63-null-thread-name, r=alexcrichtonManish Goregaokar-20/+30
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