summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-03-29Fix line spacing.Andrew Hobden-1/+4
2015-03-29s/THRADS/THREADS/Andrew Paseltiner-1/+1
2015-03-29Fixed wrong name of test module in testing.mdGermano Gabbianelli-3/+3
2015-03-29Remove about standard io chapter from the book (from arrays-vectors-and-slice...kgv-2/+1
2015-03-29change std::usize to usizebcoopers-2/+2
2015-03-29Vector can currently panic when pushing an element or reserving spacebcoopers-5/+11
2015-03-29Auto merge of #23820 - sfackler:fast_read_to_end, r=alexcrichtonbors-59/+76
2015-03-29Fix extremely small stability bars on docs pageWesley Wiser-0/+4
2015-03-29Fix trailing whitespace. Whoops!Andrew Hobden-5/+5
2015-03-29Update `std::error` exampleAndrew Hobden-22/+16
2015-03-29Auto merge of #23816 - frewsxcv:fromiterator-example, r=Manishearthbors-0/+21
2015-03-29Add an example for FromIterator::from_iterCorey Farwell-0/+21
2015-03-29Auto merge of #23831 - Manishearth:rollup, r=Manishearthbors-6/+35
2015-03-29Rollup merge of #23829 - huachaohuang:master, r=ManishearthManish Goregaokar-1/+1
2015-03-29Rollup merge of #23821 - nicholasbishop:bishop-slice-iter-typo-fix, r=alexcri...Manish Goregaokar-2/+2
2015-03-29Rollup merge of #23814 - steveklabnik:gh23320, r=alexcrichtonManish Goregaokar-2/+28
2015-03-29Rollup merge of #23811 - alexcrichton:libc-stable, r=ManishearthManish Goregaokar-1/+4
2015-03-29Auto merge of #23809 - cmr:issue-21310, r=Manishearthbors-2/+6
2015-03-29Fix typoHuachao Huang-1/+1
2015-03-29Auto merge of #23787 - steveklabnik:gh23760, r=alexcrichtonbors-167/+0
2015-03-28Fix massive performance issue in read_to_endSteven Fackler-59/+77
2015-03-29Auto merge of #23810 - sfackler:debug-collections, r=alexcrichtonbors-160/+259
2015-03-28Oops fix output examplesSteven Fackler-4/+4
2015-03-28Add support for channel selectionRicho Healey-7/+15
2015-03-28rustup: Fix comment about Darwin's uname -mRicho Healey-1/+1
2015-03-29Auto merge of #23819 - pnkfelix:kill-unsafe-dtor, r=pnkfelixbors-185/+12
2015-03-28Fix typo in docstring for sliceNicholas Bishop-2/+2
2015-03-29Port of pcwalton removal of `#[unsafe_destructor]` check.Felix S. Klock II-185/+12
2015-03-28Fold in debug builder doc examplesSteven Fackler-15/+3
2015-03-28Auto merge of #23300 - sfackler:rm-iterator-ext, r=alexcrichtonbors-129/+130
2015-03-28Remove IteratorExtSteven Fackler-129/+130
2015-03-28Document properties for Eq + HashSteve Klabnik-2/+28
2015-03-28Remove standard io chapter from the bookSteve Klabnik-167/+0
2015-03-28Fold collections debug implsSteven Fackler-41/+6
2015-03-28libc: Don't use unstable apisAlex Crichton-1/+4
2015-03-28Update debug helpers and add list builderSteven Fackler-129/+275
2015-03-28iOS: int/uint falloutValerii Hiora-3/+3
2015-03-28Fix some typosVadim Petrochenkov-21/+21
2015-03-28Rollup merge of #23804 - dnwade:patch-1, r=ManishearthManish Goregaokar-1/+1
2015-03-28Rollup merge of #23803 - richo:unused-braces, r=ManishearthManish Goregaokar-94/+94
2015-03-28Rollup merge of #23788 - steveklabnik:gh23748, r=alexcrichtonManish Goregaokar-1/+2
2015-03-28Rollup merge of #23751 - tshepang:do-not-hardcode-the-growth, r=ManishearthManish Goregaokar-4/+4
2015-03-28Rollup merge of #23332 - jakub-:rustup-curl-silent-flag, r=brsonManish Goregaokar-2/+2
2015-03-28book: Fix typo Dan W.-1/+1
2015-03-28cleanup: Remove unused braces in use statementsRicho Healey-94/+94
2015-03-28Auto merge of #23799 - reem:error-no-send, r=aturonbors-1/+1
2015-03-28Auto merge of #23798 - alexcrichton:issue-23781, r=aturonbors-11/+52
2015-03-27std: Don't deadlock/panic on recursive printsAlex Crichton-11/+52
2015-03-28Auto merge of #23789 - steveklabnik:gh22716, r=alexcrichtonbors-0/+17
2015-03-27check: Reword the warning to be more prescriptiveRicho Healey-3/+5