about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2018-11-02Remove all jemalloc-related contentAlex Crichton-18/+4
2018-11-02Auto merge of #54043 - fintelia:raw_entry, r=alexcrichtonbors-6/+673
2018-11-02Auto merge of #55359 - alex:command-exec-uaf, r=alexcrichtonbors-8/+99
2018-11-01std: Enable usage of `thread_local!` through importsAlex Crichton-4/+4
2018-11-01std: Improve codegen size of accessing TLSAlex Crichton-1/+10
2018-11-01Fixes #46775 -- don't mutate the process's environment in Command::execAlex Gaynor-8/+99
2018-10-31A couple suggested editsJonathan Behrens-7/+3
2018-10-31Bump nightly to 1.32.0Alex Crichton-1/+0
2018-10-30thread::unpark: Avoid notifying with mutex locked.James Duley-2/+12
2018-10-30Add example of using the indexing operator to HashMap docsFlorian Hartwig-0/+3
2018-10-28Auto merge of #55043 - oliver-giersch:unchecked_thread_spawning, r=alexcrichtonbors-13/+78
2018-10-28Rollup merge of #55148 - SimonSapin:path-fromstr, r=oli-obkkennytm-0/+11
2018-10-27Correct alignment of atomic types and (re)add Atomic{I,U}128Oliver Middleton-0/+6
2018-10-25Rollup merge of #55328 - raphlinus:copysign_typo, r=joshtriplettPietro Albini-8/+8
2018-10-25Rollup merge of #55269 - matthiaskrgr:typos_oct, r=zackmdavisPietro Albini-3/+3
2018-10-25Rollup merge of #55247 - peterjoel:peterjoel-prim-char-doc-example, r=joshtri...Pietro Albini-2/+2
2018-10-25Rollup merge of #55200 - octronics:gh51430, r=kennytmPietro Albini-0/+88
2018-10-25Rollup merge of #54965 - chathaway-codes:update-tcp-stream-docs, r=GuillaumeG...Pietro Albini-5/+5
2018-10-25Rollup merge of #53931 - iirelu:keyword-docs, r=steveklabnikPietro Albini-28/+669
2018-10-24Fix doc for new copysign functionsRaph Levien-8/+8
2018-10-24Documents `From` implementations for `Stdio`OCTronics-0/+88
2018-10-23Hopefully fix compile erroriirelu-1/+0
2018-10-23fix typos in various placesMatthias Krüger-3/+3
2018-10-21Clarified code examplePeter Hall-2/+2
2018-10-20Auto merge of #55014 - ljedrz:lazyboye_unwraps, r=matthewjasperbors-4/+4
2018-10-19Rollup merge of #55169 - raphlinus:copysign, r=joshtriplettkennytm-0/+58
2018-10-19Prefer unwrap_or_else to unwrap_or in case of function calls/allocationsljedrz-4/+4
2018-10-18Add must_use on copysignRaph Levien-0/+2
2018-10-18Fix tidy checksjD91mZM2-1/+1
2018-10-18Revert liblibc submodule urljD91mZM2-7/+2
2018-10-18Interpret shebangs on redoxjD91mZM2-14/+80
2018-10-18Don't forget to close executable fileJeremy Soller-1/+2
2018-10-18Remove unused type parameterJeremy Soller-1/+1
2018-10-18Update to new system calls and enviromental variablesJeremy Soller-57/+167
2018-10-18Rollup merge of #54646 - vn971:fix_std_thread_sleep, r=frewsxcvkennytm-10/+14
2018-10-17Fix inconsistent documentationRaph Levien-4/+5
2018-10-17Add a `copysign` function to f32 and f64Raph Levien-0/+55
2018-10-17Implement FromStr for PathBufSimon Sapin-0/+11
2018-10-16adds tracking issue numberoliver-giersch-1/+1
2018-10-15Merge pull request #5 from oliver-giersch/masteroliver-giersch-25/+122
2018-10-15adds feature gate to doc-test (example)oliver-giersch-0/+1
2018-10-15adds missing method call parenthesesoliver-giersch-1/+1
2018-10-15fixes misplaced semicolonoliver-giersch-2/+2
2018-10-15adds doc for `Builder::spawn_unchecked`oliver-giersch-1/+60
2018-10-14remove unnecessary lifetime boundsoliver-giersch-2/+2
2018-10-14Fix incorrect link in println! documentationDiana-1/+1
2018-10-13Update mod.rsoliver-giersch-3/+3
2018-10-13Update mod.rsoliver-giersch-3/+2
2018-10-13Auto merge of #54951 - alexcrichton:more-wasm-threads, r=sfacklerbors-25/+122
2018-10-13adds unsafe `thread::Builder::spawn_unchecked` functionoliver-giersch-11/+17