about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2018-07-09Auto merge of #52159 - SimonSapin:alloc-prelude, r=alexcrichtonbors-16/+42
2018-07-08Edit code example for File::openFabian Drinck-3/+3
2018-07-07Reformat std prelude source to show it is the sum of core and alloc preludesSimon Sapin-16/+42
2018-07-07Auto merge of #51656 - soc:topic/fix-home-dir, r=SimonSapinbors-10/+15
2018-07-07Deprecate `std::env::home_dir` and fix incorrect documentationSimon Ochsenreither-10/+15
2018-07-06Auto merge of #51757 - nielx:fix/haiku-fixes, r=nagisabors-1/+2
2018-07-03Rollup merge of #51973 - estk:master, r=abonanderPietro Albini-0/+26
2018-07-03Rollup merge of #51809 - drrlvn:rw_exact_all_at, r=alexcrichtonPietro Albini-0/+127
2018-07-03Auto merge of #51564 - SimonSapin:try-int, r=alexcrichtonbors-18/+2
2018-07-02Make Stdio handle UnwindSafeEvan Simmons-0/+26
2018-07-02Fill in tracking issue number for read_exact_at/write_all_atDror Levin-2/+2
2018-07-02Auto merge of #51931 - cramertj:rm-libbacktrace, r=alexcrichtonbors-5/+0
2018-07-01Rollup merge of #51890 - Ixrec:patch-3, r=alexcrichtonPietro Albini-1/+1
2018-07-01Rollup merge of #51853 - MajorBreakfast:fix-doc-links, r=cramertjPietro Albini-0/+1
2018-06-30Auto merge of #51717 - Mark-Simulacrum:snap, r=alexcrichtonbors-72/+33
2018-06-30Bootstrap from 1.28.0-beta.3Mark Simulacrum-72/+33
2018-06-30Auto merge of #51178 - GabrielMajeri:os-str-compare, r=SimonSapinbors-0/+14
2018-06-29Use in-tree libbacktrace on FuchsiaTaylor Cramer-5/+0
2018-06-29Rename alloc::arc to alloc::sync, to match std::syncSimon Sapin-1/+1
2018-06-29Move core::alloc::CollectionAllocErr to alloc::collectionsSimon Sapin-3/+4
2018-06-29Move some alloc crate top-level items to a new alloc::collections moduleSimon Sapin-4/+4
2018-06-29Fix stability attributesGabriel Majeri-2/+2
2018-06-29Implement PartialEq between &str and OsStringGabriel Majeri-0/+14
2018-06-29Auto merge of #50526 - moxian:just-fix, r=alexcrichtonbors-101/+398
2018-06-29Auto merge of #51290 - Pslydhh:master, r=alexcrichtonbors-2/+8
2018-06-29Fix inconsequential typo in GlobalAlloc doc exampleIxrec-1/+1
2018-06-28Change traits to bare FnMut where possible.moxian-111/+67
2018-06-28Make msvc symbol extraction/printing functions generic.moxian-103/+137
2018-06-28Make stackwalking generic instead of matching on enum variants.moxian-133/+147
2018-06-28Load backtrace-related functions only oncemoxian-41/+77
2018-06-28Split separate stackwalk variants into their own functionsmoxian-204/+238
2018-06-28Add a fallback for stacktrace printing for older Windows versions.moxian-108/+331
2018-06-28Rollup merge of #51824 - vorner:thread-local-try-with-doc, r=kennytmkennytm-1/+1
2018-06-28Rollup merge of #50342 - fkjogu:euclidean, r=BurntSushikennytm-2/+20
2018-06-27Fix doc linksJosef Reinhard Brandl-0/+1
2018-06-27[fuchsia] Update zx_cprng_draw to target semanticsAdam Barth-26/+2
2018-06-27Fix the error reference for LocalKey::try_withMichal 'vorner' Vaner-1/+1
2018-06-26migrate codebase to `..=` inclusive range patternsZack M. Davis-7/+7
2018-06-26Add read_exact_at and write_all_at methods to FileExt on unixDror Levin-0/+127
2018-06-26Clarify rational behind current implementation of `.mod_euc()`Fabian Kössel-0/+8
2018-06-26Document round-off error in `.mod_euc()`-method, see issue #50179Fabian Kössel-2/+12
2018-06-26Rollup merge of #51786 - cuviper:stat64-pointers, r=Mark-SimulacrumPietro Albini-2/+2
2018-06-26Rollup merge of #51730 - MajorBreakfast:pin-get-mut-unchecked, r=withoutboatsPietro Albini-9/+4
2018-06-26Rollup merge of #51642 - GuillaumeGomez:fix-unknown-windows-build, r=oli-obkPietro Albini-0/+3
2018-06-26Rollup merge of #51153 - ogham:panic-and-compile_error-docs, r=GuillaumeGomezPietro Albini-2/+10
2018-06-26Auto merge of #50630 - sharkdp:fix-50619, r=sfacklerbors-7/+24
2018-06-25Remove unnecessary stat64 pointer castsJosh Stone-2/+2
2018-06-25Use fstatat64 where availableJosh Stone-6/+5
2018-06-25Add missing \[allow(missing_docs)\]Guillaume Gomez-0/+1
2018-06-25Add sentence to compile_error!() docsBenjamin Sago-1/+3