summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2016-03-11Auto merge of #32133 - alexcrichton:linkchecker, r=brsonbors-17/+17
2016-03-10Auto merge of #32102 - alexcrichton:assert-safe-closures, r=aturonbors-1/+36
2016-03-10Simplify Windows stdout/stderrOliver Middleton-4/+2
2016-03-10Fixup stout/stderr on WindowsOliver Middleton-21/+26
2016-03-10Auto merge of #32107 - Stebalien:partial-write, r=alexcrichtonbors-2/+32
2016-03-10Spell fixes for std::ffi doc commentsCraig M. Brandenburg-3/+3
2016-03-09Auto merge of #31618 - alexcrichton:no-thread-spawns, r=brsonbors-52/+608
2016-03-09std: Don't spawn threads in `wait_with_output`Alex Crichton-33/+458
2016-03-08Auto merge of #31981 - achanda:unspecified-ip, r=alexcrichtonbors-17/+20
2016-03-08std: Don't always create stdin for childrenAlex Crichton-10/+16
2016-03-08std: Funnel read_to_end through to one locationAlex Crichton-11/+136
2016-03-08doc: Fix a bunch of broken linksAlex Crichton-17/+17
2016-03-08cover more linux targets in libstd cargobuildarcnmx-5/+5
2016-03-08Auto merge of #32009 - alexcrichton:trim-fulldeps, r=brsonbors-13/+0
2016-03-08Auto merge of #31986 - ashleysommer:emscripten_fixes, r=alexcrichtonbors-8/+232
2016-03-07Add test case for #32085Steven Allen-0/+28
2016-03-07Never return an error after a partial writeSteven Allen-2/+4
2016-03-07mk: Distribute fewer TARGET_CRATESAlex Crichton-13/+0
2016-03-07std: Add impl of FnOnce to AssertRecoverSafeAlex Crichton-1/+36
2016-03-07Auto merge of #32081 - cmbrandenburg:spell_fix, r=apasel422bors-1/+1
2016-03-07Auto merge of #32078 - japaric:rustbuild-i686-musl, r=alexcrichtonbors-3/+9
2016-03-07Fix building libstd on on emscripten targets.ashleysommer-8/+232
2016-03-07Auto merge of #32051 - steveklabnik:gh9447, r=blussbors-6/+6
2016-03-06Spelling fix for "because"Craig M. Brandenburg-1/+1
2016-03-06rustbuild: fix cross compilation of libstd to i686-unknown-linux-muslJorge Aparicio-3/+9
2016-03-06fix Recover::replacePiotr Czarnecki-2/+7
2016-03-06Auto merge of #32020 - alexcrichton:stabilize-into-ascii, r=brsonbors-8/+4
2016-03-06Auto merge of #30884 - durka:inclusive-ranges, r=aturonbors-1/+1
2016-03-05Add an impl for From traitAbhishek Chanda-0/+12
2016-03-05Turn 2 assertions into debug assertionsPiotr Czarnecki-2/+2
2016-03-05Add testsPiotr Czarnecki-2/+40
2016-03-05Use consistent syntaxPiotr Czarnecki-3/+3
2016-03-05Refactor fn robin_hoodPiotr Czarnecki-28/+53
2016-03-05Refactor fn Bucket::nextPiotr Czarnecki-15/+7
2016-03-05Add `InternalEntry` for use in all searches.Piotr Czarnecki-167/+119
2016-03-05Rename 'distance' -> 'displacement'Piotr Czarnecki-5/+5
2016-03-04End stdlib module summaries with a full stop.Steve Klabnik-6/+6
2016-03-04Rollup merge of #32027 - japaric:rustbuild-mips, r=alexcrichtonSteve Klabnik-1/+1
2016-03-04Formatting changes to make tidy passAbhishek Chanda-3/+3
2016-03-04Reject the reserved block as not globalAbhishek Chanda-1/+4
2016-03-04Exclude 0.0.0.0 from the list of globally routable addressesAbhishek Chanda-17/+17
2016-03-04Auto merge of #31945 - sfackler:net2, r=alexcrichtonbors-4/+733
2016-03-03[rustbuild] fix cross compilation of std for mips(el)-linux-muslJorge Aparicio-1/+1
2016-03-03Fix netbsdSteven Fackler-4/+4
2016-03-03std: Stabilize `into_*` ASCII methodsAlex Crichton-8/+4
2016-03-03Fix android buildSteven Fackler-3/+3
2016-03-02Fix comments and OSX buildSteven Fackler-5/+30
2016-03-02Rollup merge of #31985 - ashleysommer:libbackgrace_emscripten_fix, r=alexcric...Manish Goregaokar-1/+1
2016-03-02Rollup merge of #31982 - apasel422:sync, r=alexcrichtonManish Goregaokar-0/+6
2016-03-02Fix compiling libstd with emscripten target.ashleysommer-1/+1