about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2019-01-22dbg!() without parameters.Clar Fon-0/+6
2019-01-22Remove unused linksJacob Kiesel-2/+0
2019-01-22Print a slightly clearer message when failing to spawn a threadJethro Beekman-1/+1
2019-01-21Expose alloc/dealloc properly for SGX libunwindJethro Beekman-0/+15
2019-01-20Auto merge of #57655 - mtak-:fix-tls-dtors-macos, r=alexcrichtonbors-24/+45
2019-01-18Use `to_ne_bytes` for converting IPv4Address to octetsJakub Onderka-2/+1
2019-01-18Rollup merge of #57683 - xfix:patch-15, r=QuietMisdreavusMazdak Farrokhzad-2/+3
2019-01-18Rollup merge of #57654 - ehuss:fs-links, r=alexcrichtonMazdak Farrokhzad-5/+17
2019-01-18Rollup merge of #57340 - eqrion:doc/c_variadic, r=Mark-SimulacrumMazdak Farrokhzad-1/+1
2019-01-18Auto merge of #56996 - clarcharr:spin_loop_hint, r=KodrAusbors-0/+1
2019-01-17Simplify Debug implementation of MutexGuard.Mara Bos-7/+1
2019-01-17Make MutexGuard's Debug implementation more useful.Mara Bos-3/+7
2019-01-17Auto merge of #57520 - alexreg:tidy-copyright-lint, r=Mark-Simulacrumbors-10/+6
2019-01-17Document Unpin in std::prelude documentationKonrad Borowski-2/+3
2019-01-15OSX: fix #57534 registering thread dtors while running thread dtorstyler-24/+45
2019-01-15Add some links in std::fs.Eric Huss-5/+17
2019-01-15Move spin_loop_hint to core::hint moduleClar Fon-0/+1
2019-01-15Stabilize FileExt::read_exact_at/write_all_atDror Levin-4/+2
2019-01-15Auto merge of #57130 - VardhanThigle:Vardhan/x86_64-fortanix-unknown-sgx-tier...bors-0/+19
2019-01-14Rollup merge of #57043 - ssomers:master, r=alexcrichtonMazdak Farrokhzad-7/+60
2019-01-14Rollup merge of #57584 - nnethercote:rm-connect_timeout_unroutable, r=sfacklerMazdak Farrokhzad-11/+0
2019-01-14Stabilize `cfg_target_vendor`, #29718Jethro Beekman-1/+1
2019-01-14Remove the `connect_timeout_unroutable` test.Nicholas Nethercote-11/+0
2019-01-13Cosmetic improvementsAlexander Regueiro-10/+6
2019-01-13Fix breakage from #56988 and workaround for #57569Vardhan Thigle-0/+9
2019-01-13Adding Build automation for x86_64-fortanix-unknown-sgxVardhan Thigle-0/+10
2019-01-13Rollup merge of #57473 - alexcrichton:hex-display-on-windows, r=KimundiMazdak Farrokhzad-1/+10
2019-01-12Rollup merge of #57511 - jethrogb:jb/fix-undef, r=cramertjMazdak Farrokhzad-2/+2
2019-01-12Rollup merge of #57498 - steveklabnik:gh29008, r=alexcrichtonMazdak Farrokhzad-0/+2
2019-01-12Rollup merge of #57450 - steveklabnik:gh45678, r=KodrAusMazdak Farrokhzad-3/+2
2019-01-12Rollup merge of #57441 - VardhanThigle:Vardhan/x86_64-fortanix-unknown-sgx-ba...Mazdak Farrokhzad-11/+82
2019-01-12Rollup merge of #57296 - JosephTLyons:Fix-question-mark-operator-in-stdio-doc...Mazdak Farrokhzad-1/+1
2019-01-12Rollup merge of #57192 - czipperz:error_trait_doc_cause_to_source, r=wesleywiserMazdak Farrokhzad-7/+7
2019-01-12Auto merge of #57234 - Centril:const-stabilizations-2, r=oli-obkbors-3/+3
2019-01-11Fix undefined behaviorJethro Beekman-2/+2
2019-01-10Update src/libstd/path.rsMazdak Farrokhzad-1/+1
2019-01-10make note of one more normalization that Paths doSteve Klabnik-0/+2
2019-01-10std: Render large exit codes as hex on WindowsAlex Crichton-1/+10
2019-01-09Fix poor worst case performance of is_disjointStein Somers-2/+5
2019-01-09actually take a slice in this exampleSteve Klabnik-3/+2
2019-01-09Merge remote-tracking branch 'upstream/master'Stein Somers-3774/+1106
2019-01-09Exposing enclave image-base to the enclave applicationVardhan Thigle-7/+5
2019-01-08Change std::error::Error trait documentation to talk about `source` instead o...Czipperz-7/+7
2019-01-08Auto merge of #56407 - GuillaumeGomez:missing-docs-reexported-macros, r=varkorbors-0/+1
2019-01-08Supporting backtrace for x86_64-fortanix-unknown-sgx.Vardhan Thigle-10/+83
2019-01-08Auto merge of #56988 - alexcrichton:monotonic-instant, r=sfacklerbors-13/+101
2019-01-07std: Force `Instant::now()` to be monotonicAlex Crichton-13/+101
2019-01-07Use correct tracking issue for c_variadicRyan Hunt-1/+1
2019-01-07Rollup merge of #57375 - stjepang:duration-constants, r=joshtriplettPietro Albini-0/+4
2019-01-07Specify the tracking issueStjepan Glavina-1/+1