about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2018-11-10reduce list to functions callable in const ctx.Mazdak Farrokhzad-20/+20
2018-11-10constify parts of libstd.Mazdak Farrokhzad-53/+52
2018-11-08Deprecate channel selectionStjepan Glavina-4/+6
2018-11-08Clarifying documentation for collections::hash_map::Entry::or_insertMeltinglava-2/+2
2018-11-08Auto merge of #55366 - Amanieu:stable_layout, r=Amanieubors-0/+1
2018-11-07Rollup merge of #55734 - teresy:shorthand-fields, r=davidtwcokennytm-23/+23
2018-11-06Add a tracking issue for extra Layout methodsAmanieu d'Antras-0/+1
2018-11-06refactor: use shorthand fieldsteresy-23/+23
2018-11-06Rollup merge of #55621 - GuillaumeGomez:create-dir, r=QuietMisdreavuskennytm-0/+7
2018-11-06Rollup merge of #55597 - alexcrichton:thread-local-inner, r=KodrAuskennytm-4/+4
2018-11-06Auto merge of #55518 - alexcrichton:smaller-wasm, r=sfacklerbors-1/+10
2018-11-05Auto merge of #55410 - nagisa:atomic-align, r=pnkfelixbors-0/+6
2018-11-05Do not Atomic{I,U}128 in stage0Simonas Kazlauskas-2/+2
2018-11-04Add precision for create_dir functionGuillaume Gomez-0/+7
2018-11-02NetBSD: link libstd with librt in addition to libpthreadJonathan A. Kollasch-1/+4
2018-11-02Fix compile errors in testJonathan Behrens-9/+9
2018-11-02Suggested editsJonathan Behrens-24/+24
2018-11-02Add some testsJonathan Behrens-11/+20
2018-11-02Add BufWriter::buffer methodJonathan Behrens-0/+19
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