about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2018-03-08Rollup merge of #48292 - topecongiro:from_str-for-path-and-pathbuf, r=alexcri...Manish Goregaokar-0/+27
2018-03-06Rollup merge of #48618 - scottmcm:elaborate-exitcode, r=alexcrichtonAlex Crichton-31/+107
2018-03-06Rollup merge of #47463 - bluss:fused-iterator, r=alexcrichtonkennytm-19/+18
2018-03-06Rollup merge of #48507 - GuillaumeGomez:cstr-note, r=steveklabnikkennytm-0/+2
2018-03-06Rollup merge of #48754 - leodasvacas:while-let-all-the-things, r=rkruppekennytm-14/+9
2018-03-05while let all the thingsleonardo.yvens-14/+9
2018-03-05Remove a couple of `isize` references from hashmap docsTobias Bucher-29/+29
2018-03-06Implement FromStr for PathBuftopecongiro-0/+27
2018-03-03Move process::ExitCode internals to sysScott McMurray-24/+72
2018-03-04Rollup merge of #48513 - alexcrichton:simd, r=JoshTriplettkennytm-0/+30
2018-03-03core: Update stability attributes for FusedIteratorUlrik Sverdrup-18/+18
2018-03-03core: Stabilize FusedIteratorUlrik Sverdrup-18/+17
2018-03-02Rollup merge of #48328 - frewsxcv:frewsxcv-clarify-error-zero-duration, r=sfa...Manish Goregaokar-14/+134
2018-03-02std: Add `arch` and `simd` modulesAlex Crichton-0/+30
2018-03-01Rollup merge of #48585 - stjepang:stabilize-localkey-try_with, r=alexcrichtonManish Goregaokar-134/+38
2018-02-28Fix linkcheckerScott McMurray-2/+2
2018-02-28Rollup merge of #48420 - teiesti:path_parents, r=BurntSushiManish Goregaokar-0/+75
2018-02-28Rollup merge of #48380 - nikomatsakis:issue-48251-master, r=acrichtoManish Goregaokar-2/+4
2018-03-01Fix a bug introduced in previous commitStjepan Glavina-8/+5
2018-02-28Remove thread_local_stateStjepan Glavina-127/+26
2018-02-28Add std::path::Path::ancestorsTobias Stolzmann-0/+75
2018-02-28Stabilize LocalKey::try_withStjepan Glavina-15/+23
2018-02-28Rollup merge of #48497 - scottmcm:more-restricted-termination, r=nikomatsakiskennytm-6/+18
2018-02-28Auto merge of #48056 - ExpHP:macro-commas, r=dtolnaybors-5/+23
2018-02-27Put some thought and documentation effort into process::ExitCodeScott McMurray-24/+52
2018-02-25Rollup merge of #48330 - frewsxcv:frewsxcv-tests-zero-duration, r=sfacklerkennytm-3/+95
2018-02-25Return error if timeout is zero-Duration on Redox.Corey Farwell-2/+18
2018-02-25Rollup merge of #48529 - remexre:docs/fix/unicode-0021, r=kennytmkennytm-1/+1
2018-02-25Rollup merge of #48166 - hedgehog1024:hedgehog1024-stabilize-entry_and_modify...kennytm-2/+1
2018-02-25Rollup merge of #47970 - vlovich:condvar_wait_until, r=dtolnaykennytm-2/+214
2018-02-24Restrict the Termination impls to simplify stabilizationScott McMurray-6/+18
2018-02-251.25.0 -> 1.26.-Manish Goregaokar-1/+1
2018-02-24Fixes docs for ASCII functions to no longer claim U+0021 is '@'.Nathan Ringo-1/+1
2018-02-24Rollup merge of #48499 - dwijnand:patch-1, r=BurntSushiManish Goregaokar-1/+1
2018-02-24Rollup merge of #48143 - nikomatsakis:termination_trait_in_tests, r=eddybManish Goregaokar-83/+68
2018-02-24Add new warning for CStr::from_ptrGuillaume Gomez-0/+2
2018-02-24Clarify "It is an error to..." wording for zero-duration behaviors.Corey Farwell-14/+134
2018-02-24Fix capitalisation in Path#file_name's docsDale Wijnand-1/+1
2018-02-22Auto merge of #48343 - Mark-Simulacrum:release-step, r=kennytmbors-1/+0
2018-02-22move Termination trait to std::processNiko Matsakis-86/+68
2018-02-22put the "unit test" logic into libtestNiko Matsakis-16/+12
2018-02-22support unit tests with return values that implement `Terminaton`Niko Matsakis-0/+7
2018-02-21Rollup merge of #48354 - m0ppers:add-read-until-link, r=aidanhsGuillaume Gomez-0/+2
2018-02-21Rollup merge of #48325 - frewsxcv:frewxcv-ignore, r=steveklabnikGuillaume Gomez-7/+7
2018-02-21Rollup merge of #48314 - frewsxcv:frewsxcv-broken-link, r=GuillaumeGomezGuillaume Gomez-1/+1
2018-02-20make `#[unwind]` attribute specify expectations more clearlyNiko Matsakis-2/+4
2018-02-20Fix doc compile errorVitali Lovich-1/+1
2018-02-20stage0 cfg cleanupMark Simulacrum-1/+0
2018-02-19Add missing linkAndreas Streichardt-0/+2
2018-02-18Add tests ensuring zero-Duration timeouts result in errors.Corey Farwell-1/+77