summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2018-02-17Fix broken documentation link.Corey Farwell-1/+1
2018-02-17Unify 'Platform-specific behavior' documentation headings.Corey Farwell-9/+9
2018-02-17Fix tidy violationVitali Lovich-3/+5
2018-02-17fix more typos found by codespell.Matthias Krüger-5/+5
2018-02-17Auto merge of #48294 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-52/+4
2018-02-17Wording fixes from review for File.Alexis Hunt-5/+5
2018-02-17Rollup merge of #48239 - GuillaumeGomez:fix-condvar-example, r=QuietMisdreavusGuillaume Gomez-2/+4
2018-02-17Rollup merge of #48234 - zombiezen:patch-1, r=steveklabnikGuillaume Gomez-2/+0
2018-02-17Rollup merge of #48152 - antoyo:primitive-docs-relevant, r=QuietMisdreavusGuillaume Gomez-48/+0
2018-02-17Auto merge of #47956 - retep998:is-nibbles, r=BurntSushibors-21/+44
2018-02-16Fix unit test compilationVitali Lovich-11/+17
2018-02-16Add a warning to File about mutability.Alexis Hunt-0/+15
2018-02-15Fix condvar exampleGuillaume Gomez-2/+4
2018-02-15Remove "empty buffer" doc in read_untilRoss Light-2/+0
2018-02-14Rollup merge of #48035 - technicalguy:Early-exit-empty-hashmap-38880, r=arthu...kennytm-26/+38
2018-02-14Rollup merge of #48133 - matthiaskrgr:endianess_to_endianness, r=oli-obkkennytm-2/+2
2018-02-14Rollup merge of #48130 - ollie27:stab, r=Mark-Simulacrumkennytm-2/+2
2018-02-14Rollup merge of #48005 - panicbit:env_unimpl_send_sync, r=alexcrichtonkennytm-0/+12
2018-02-1338880 remove unnecessary self.table.size checkShaun Steenkamp-4/+0
2018-02-13Misc fixesVitali Lovich-4/+4
2018-02-1338880 fix incorrect negationShaun Steenkamp-1/+1
2018-02-1338880 hashmap check size=0, not just capacity=0Shaun Steenkamp-30/+24
2018-02-1338880 restore original entry(key) methodShaun Steenkamp-1/+3
2018-02-12Fix wait_timeout valueVitali Lovich-1/+1
2018-02-12changed termination_trait's bound from Error to Debug; added compiletest head...Brad Gibson-12/+3
2018-02-12Stabilize 'entry_and_modify' feature for HashMaphedgehog1024-2/+1
2018-02-1238880 fixup add missing mutShaun Steenkamp-1/+1
2018-02-1238880 remove redundant extra functionShaun Steenkamp-14/+6
2018-02-11Make primitive types docs relevantGuillaume Gomez-48/+0
2018-02-11Add an unstable FileTypeExt extension trait for WindowsPeter Atashian-0/+21
2018-02-11typo: correct endianess to endianness (this also changes function names!)Matthias Krüger-2/+2
2018-02-10Correct a few stability attributesOliver Middleton-2/+2
2018-02-07update the builtin macro doc stubsMichael Lamparski-5/+20
2018-02-07Rollup merge of #47631 - SimonSapin:nonnull, r=alexcrichtonManish Goregaokar-1/+1
2018-02-07libcore/libstd: fix commas in macro_rules! macrosMichael Lamparski-0/+3
2018-02-07Rollup merge of #46962 - clarcharr:os_raw_docs, r=QuietMisdreavuskennytm-5/+124
2018-02-0638880 use search_mut function rather than search_hashedShaun Steenkamp-3/+1
2018-02-0638880 don't compute hash when searching an empty HashMapShaun Steenkamp-5/+35
2018-02-06fix docs linkQuietMisdreavus-1/+1
2018-02-05Simplify wait_timeout_until & fix condition typoVitali Lovich-8/+7
2018-02-06Rollup merge of #47807 - tbu-:pr_doc_constanttime_cstr, r=steveklabnikkennytm-9/+9
2018-02-05Unimplement Send/Sync for ::env::{Args,ArgsOs,Vars,VarsOs}panicbit-0/+12
2018-02-05Rollup merge of #47999 - jaystrictor:master, r=Mark-Simulacrumkennytm-1/+1
2018-02-04Rollup merge of #47958 - frewsxcv:frewsxcv-try-clone, r=aidanhskennytm-7/+29
2018-02-04Rollup merge of #47912 - cuviper:glibc-stack-guard, r=alexcrichtonkennytm-64/+89
2018-02-04Remove 'the this' in doc comments.Jay Strict-1/+1
2018-02-03Clarify shared file handler behavior of File::try_clone.Corey Farwell-7/+29
2018-02-03Somehow this function got flipped aroundPeter Atashian-3/+3
2018-02-03Go back to files directories and symlinks being mutually exclusivePeter Atashian-13/+17
2018-02-02Review responseVitali Lovich-8/+10