about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2018-03-30Auto merge of #49324 - SimonSapin:unsigned, r=alexcrichtonbors-0/+1
2018-03-30Rename fs::read_string to read_to_string and stabilizeMatt Brubeck-5/+5
2018-03-30fs_read_write_bytes stabilized in 1.26.0Matt Brubeck-2/+2
2018-03-30Deprecate signed std::num::NonZeroI* with a call for use casesSimon Sapin-0/+1
2018-03-30Revert "Add TryFrom and TryInto to the prelude"Simon Sapin-2/+0
2018-03-30Fix doctestSteven Fackler-0/+1
2018-03-30Make UNIX_EPOCH an associated constant of SystemTimeSteven Fackler-0/+22
2018-03-30Auto merge of #49422 - mbrubeck:fs_read, r=TimNNbors-6/+2
2018-03-29fixup! std: Child::kill() returns error if process has already exitedAndreas Tolfsen-1/+6
2018-03-29Move the alloc::allocator module to core::heapSimon Sapin-1/+2
2018-03-29Hide the Bound type in docs at its deprecated location in std::collectionsSimon Sapin-0/+1
2018-03-29Hide the deprecated std::collections::range module from docsSimon Sapin-0/+1
2018-03-29Move RangeArguments to {core::std}::ops and rename to RangeBoundsSimon Sapin-2/+6
2018-03-29Move alloc::Bound to {core,std}::opsSimon Sapin-1/+2
2018-03-28Auto merge of #49460 - kennytm:rollup, r=kennytmbors-0/+124
2018-03-28fixup! std: Child::kill() returns error if process has already exitedAndreas Tolfsen-1/+4
2018-03-28Auto merge of #49357 - frewsxcv:frewsxcv-termination-doc-examples, r=Guillaum...bors-1127/+1130
2018-03-28std: Child::kill() returns error if process has already exitedAndreas Tolfsen-2/+3
2018-03-28Rollup merge of #49400 - Diggsey:shrink-to, r=joshtriplettkennytm-0/+124
2018-03-28Stabilize fs::read and fs::writeMatt Brubeck-6/+2
2018-03-28Clarify network byte order conversions for integer / IP address conversions.Corey Farwell-2/+80
2018-03-28Remove hidden `foo` functions from doc examples; use `Termination` trait.Corey Farwell-1127/+1130
2018-03-28Use mprotect instead of mmapTatsuyuki Ishi-3/+2
2018-03-28Address nits and tidy errors.Fabian Zaiser-4/+4
2018-03-27Remove TryFrom impls that might become conditionally-infallible with a portab...Simon Sapin-2/+18
2018-03-27Implement `shrink_to` method on collectionsDiggory Blake-0/+124
2018-03-26Add TryFrom and TryInto to the preludeSimon Sapin-0/+2
2018-03-26Stabilize the TryFrom and TryInto traitsSimon Sapin-4/+3
2018-03-26Auto merge of #49101 - mark-i-m:stabilize_i128, r=nagisabors-14/+8
2018-03-26Implement RFC #2169 (Euclidean division).Fabian Zaiser-0/+101
2018-03-26fix last two tidyMark Mansi-6/+1
2018-03-26Fix a few moreMark Mansi-2/+2
2018-03-26Fix missed i128 feature gatesMark Mansi-2/+2
2018-03-26Stabilize i128 feature tooMark Mansi-4/+3
2018-03-26Stabilize i128_typeMark Mansi-1/+1
2018-03-26Rollup merge of #49346 - Diggsey:hashmap-get-pair, r=Mark-SimulacrumTim Neumann-0/+28
2018-03-26Rollup merge of #48932 - Phlosioneer:43601-document-opaque-size, r=KodrAusTim Neumann-0/+24
2018-03-26Auto merge of #49351 - pthariensflame:patch-1, r=oli-obkbors-1/+1
2018-03-25Implement get_key_value for HashMap, BTreeMapDiggory Blake-0/+28
2018-03-25Use a more conservative way to deinit stack guardTatsuyuki Ishi-5/+15
2018-03-25Minor formatting consistency fix.Alexander Ronald Altman-1/+1
2018-03-25Auto merge of #49315 - TheDan64:smaller_unsafe_block, r=joshtriplettbors-7/+5
2018-03-24Add backticksPhlosioneer-7/+7
2018-03-25Rollup merge of #49254 - Tacklebox:atan2_doc, r=QuietMisdreavuskennytm-8/+10
2018-03-25Rollup merge of #49229 - Centril:doc/format_args_display_debug, r=steveklabnikkennytm-0/+12
2018-03-25Rollup merge of #49162 - tmandry:stabilize-termination-trait, r=nikomatsakiskennytm-3/+4
2018-03-25Rollup merge of #49076 - bobdavelisafrank:filetype-metadata-docfix, r=blusskennytm-3/+32
2018-03-24Fix build on non-Unix platformsTatsuyuki Ishi-0/+5
2018-03-23Reduce scope of unsafe block in sun_path_offsetDaniel Kolsoi-7/+5
2018-03-23Rollup merge of #48624 - bdrewery:freebsd-posix-spawn, r=alexcrichtonAlex Crichton-28/+171