about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2016-03-19Revert "Tags new test as `no_run` and uses expect()"Lukas Pustina-3/+4
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-18Tags new test as `no_run` and uses expect()Lukas Pustina-4/+3
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-18Extends rustdoc on how to caputure outputLukas Pustina-0/+23
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
2016-03-15std: Fix overflow when subtracting InstantAlex Crichton-4/+4
2016-03-14std: Fix inheriting stdin on status()Alex Crichton-1/+1
2016-03-14Expose the key of Entry variants for HashMap and BTreeMap.Stu Black-0/+49
2016-03-13Add is_documentation for IPv6Abhishek Chanda-19/+29
2016-03-13Auto merge of #32211 - achanda:ipv6-global, r=alexcrichtonbors-1/+3
2016-03-13Auto merge of #32184 - ollie27:win_stdout, r=alexcrichtonbors-23/+21
2016-03-12Reject unspecified and loopback IP from globalAbhishek Chanda-1/+3
2016-03-12std: Clean out deprecated APIsAlex Crichton-1488/+180
2016-03-11std: Remove unstable from ReentrantMutexAlex Crichton-3/+0
2016-03-12Further simplify Windows stdout/stderrOliver Middleton-13/+8
2016-03-11Auto merge of #32200 - Manishearth:rollup, r=Manishearthbors-3/+3
2016-03-11Auto merge of #32132 - arcnmx:cargobuild-std-target, r=alexcrichtonbors-5/+5
2016-03-12Rollup merge of #32174 - cmbrandenburg:spell_fix, r=steveklabnikManish Goregaokar-3/+3
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