about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2015-02-23Hide unnecessary error checking from the userTobias Bucher-29/+35
2015-02-23Test fixes and rebase conflictsAlex Crichton-3/+2
2015-02-23Fix windows failure (fixup #22538)Manish Goregaokar-2/+2
2015-02-23Rollup merge of #22320 - petrochenkov:eq, r=alexcrichtonManish Goregaokar-1/+1
2015-02-23Rollup merge of #22640 - sfackler:fix-take, r=alexcrichtonManish Goregaokar-0/+35
2015-02-23Add documentation to associated types in libcore, libstdIvan Petkov-0/+2
2015-02-23Rollup merge of #22696 - stepancheg:use-box, r=alexcrichtonManish Goregaokar-31/+42
2015-02-23Rollup merge of #22670 - shepmaster:c_str_typos, r=ManishearthManish Goregaokar-2/+2
2015-02-23Rollup merge of #22658 - glacjay:issue-22535, r=GankroManish Goregaokar-62/+66
2015-02-23Rollup merge of #22643 - fhartwig:bitvec-doc-fix, r=alexcrichtonManish Goregaokar-4/+4
2015-02-23Rollup merge of #22559 - kmcallister:borrowck-readme, r=nikomatsakisManish Goregaokar-1/+1
2015-02-23Integer audit in `libstd/thread_local/*`, part of #22240Vojtech Kral-15/+15
2015-02-23int audit - std::syncNick Cameron-177/+177
2015-02-23Auto merge of #21769 - brooksbp:column-line-macro, r=nick29581bors-2/+2
2015-02-23Use boxed functions instead of transmuteStepan Koltsov-31/+42
2015-02-23doc: I learnt from review that this is now implementedTshepang Lekhonkhobe-4/+0
2015-02-22Auto merge of #22466 - Kimundi:str_pattern_ai_safe, r=aturonbors-1/+1
2015-02-22doc: nits and fixes for thread APITshepang Lekhonkhobe-18/+16
2015-02-22Fix typos in CStr docsJake Goulding-2/+2
2015-02-22Auto merge of #22574 - huonw:remove-lame-statics, r=alexcirchtonbors-45/+45
2015-02-22shift int/uint tests around to avoid code repetitionGlacJAY-62/+66
2015-02-21Implement BufRead for TakeSteven Fackler-0/+15
2015-02-22Rollup merge of #22584 - alexcrichton:snapshots, r=GankroManish Goregaokar-4173/+1
2015-02-22Rollup merge of #22568 - semarie:openbsd-rfc592, r=huonwManish Goregaokar-1/+1
2015-02-22Rollup merge of #22583 - vhbit:ios-cstr, r=alexcrichtonManish Goregaokar-2/+2
2015-02-22Rollup merge of #22567 - Gankro:unstable, r=alexcrichtonManish Goregaokar-180/+129
2015-02-22Rollup merge of #22634 - shepmaster:std-io-typo, r=ManishearthManish Goregaokar-1/+1
2015-02-22Rollup merge of #22545 - Ryman:fucntion, r=dotdashManish Goregaokar-14/+14
2015-02-21Remove last traces of BitV and BitVSet from documentationFlorian Hartwig-4/+4
2015-02-21Fix io::Take behavior with limit 0Steven Fackler-0/+20
2015-02-21Fix typo in std::io unstable reasonJake Goulding-1/+1
2015-02-21Resolve includeme.fragment conflict.Brian Brooks-2/+2
2015-02-21Fix thread documentationAdolfo Ochagavía-5/+8
2015-02-21Auto merge of #21959 - dhuseby:bitrig-support, r=brsonbors-24/+227
2015-02-20Register new snapshotsAlex Crichton-4173/+1
2015-02-21Remove `'static` bound from sync::mpsc, Mutex and RwLock.Huon Wilson-45/+45
2015-02-20make int/uint modules just re-exportsAlexis-151/+107
2015-02-20try to reduce bajillion warningsAlexis-29/+22
2015-02-20std: Tidy up some `unsafe impl`s for `sync`Alex Crichton-25/+41
2015-02-20std: Ensure fs::{DirEntry, ReadDir} are Send/SyncAlex Crichton-25/+47
2015-02-20Tweaks to equality comparisons for slices/arrays/vectorsVadim Petrochenkov-1/+1
2015-02-20iOS: CStr falloutValerii Hiora-2/+2
2015-02-20unbreak openbsd build after 1860ee52Sébastien Marie-1/+1
2015-02-19std: Update the std::io adaptors to proxy all methodsErick Tryzelaar-1/+36
2015-02-20Addressed PR commentsMarvin Löbel-1/+1
2015-02-19typo: fucntion -> functionKevin Butler-14/+14
2015-02-19Round 8 tex fixesManish Goregaokar-1/+1
2015-02-19Round 5 test fixes and rebase conflictsAlex Crichton-6/+48
2015-02-18Fix references to doc.rs throughout the codeKeegan McAllister-1/+1
2015-02-18Round 4 test fixes and rebase conflictsAlex Crichton-2/+166