about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2018-09-25Auto merge of #54317 - Centril:feature/dbg_macro, r=SimonSapinbors-0/+120
2018-09-24std: Start implementing wasm32 atomicsAlex Crichton-4/+500
2018-09-24Add keyword docs for `loop`.iirelu-0/+45
2018-09-23Fixed three small typos.gardrek-3/+3
2018-09-23Auto merge of #54339 - cramertj:no-cx, r=aturonbors-36/+31
2018-09-20dbg_macro: notes about VCS and log::debug!(..)Mazdak Farrokhzad-3/+5
2018-09-20dbg!(expr) implementation.Mazdak Farrokhzad-0/+118
2018-09-20Rollup merge of #54257 - alexcrichton:wasm-math-symbols, r=TimNNkennytm-28/+1
2018-09-19Remove spawning from task::ContextTaylor Cramer-36/+31
2018-09-19Auto merge of #54174 - parched:park, r=alexcrichtonbors-18/+26
2018-09-19Rework `let` keyword docsiirelu-14/+48
2018-09-19Document impl keywordiirelu-5/+71
2018-09-19Auto merge of #53877 - withoutboats:compositional-pin, r=aturonbors-11/+11
2018-09-18Expand synchronization comments in `park`/`unpark`James Duley-8/+13
2018-09-18Rollup merge of #54313 - cgwalters:osstr-ref-cstr, r=joshtriplettGuillaume Gomez-1/+4
2018-09-18Rollup merge of #53522 - phungleson:fix-impl-from-for-addr, r=TimNNGuillaume Gomez-0/+8
2018-09-17OsStr: Document that it's not NUL terminatedColin Walters-1/+4
2018-09-17Auto merge of #54247 - Munksgaard:better-error-message-in-no_lookup_host_dupl...bors-2/+3
2018-09-16Auto merge of #53910 - IsaacWoods:unify_cvoid, r=SimonSapinbors-35/+5
2018-09-16Auto merge of #53804 - RalfJung:ptr-invalid, r=nagisabors-1/+3
2018-09-15Switch wasm math symbols to their original namesAlex Crichton-28/+1
2018-09-15Improve output if no_lookup_host_duplicates failsPhilip Munksgaard-2/+3
2018-09-14Add comments and assertion to `park`/`unpark`James Duley-2/+12
2018-09-14Move std::os::raw::c_void into libcore and re-export in libstdIsaac Woods-35/+5
2018-09-14Incorporate keyword doc PR critiqueiirelu-31/+36
2018-09-14Rollup merge of #54207 - QuietMisdreavus:never-docs-stab, r=kennytmkennytm-0/+1
2018-09-14Rollup merge of #54203 - cuviper:stable-os_str_str_ref_eq, r=estebankkennytm-2/+2
2018-09-14Rollup merge of #54194 - fintelia:patch-3, r=cramertjkennytm-2/+1
2018-09-13Entry is an enum not a structJonathan Behrens-1/+1
2018-09-13Fix links in docsJonathan Behrens-2/+7
2018-09-13Auto merge of #54168 - kennytm:rollup, r=kennytmbors-30/+38
2018-09-13re-mark the never docs as unstableQuietMisdreavus-0/+1
2018-09-13Fix the stable release of os_str_str_ref_eqJosh Stone-2/+2
2018-09-13Eliminate unused variable warningJonathan Behrens-1/+1
2018-09-13Fix tests and update issue numberJonathan Behrens-138/+156
2018-09-13Remove println!() statement from HashMap unit testJonathan Behrens-1/+0
2018-09-14Rollup merge of #53829 - alexcrichton:release-debuginfo, r=michaelwoeristerkennytm-0/+4
2018-09-14Rollup merge of #53976 - GuillaumeGomez:expect-world, r=steveklabnikkennytm-30/+34
2018-09-13Auto merge of #53621 - jordanrh1:windows-arm, r=alexcrichtonbors-1/+63
2018-09-12Fix formattingJonathan Behrens-1/+2
2018-09-12Fix `thread` `park`/`unpark` synchronizationJames Duley-18/+11
2018-09-12Document `if` keyword.iirelu-0/+78
2018-09-12Auto merge of #53793 - toidiu:ak-stabalize, r=nikomatsakisbors-1/+0
2018-09-12Rollup merge of #54107 - thevaleriemack:master, r=Mark-Simulacrumkennytm-4/+4
2018-09-12Rollup merge of #54064 - nagisa:tiny-typo, r=sfacklerkennytm-2/+3
2018-09-12Rollup merge of #54046 - snaedis:issue-48022, r=steveklabnikkennytm-1/+2
2018-09-11stabalize infer outlives requirements (RFC 2093).toidiu-1/+0
2018-09-10Document `for` keywordiirelu-0/+71
2018-09-10Add rustc SHA to released DWARF debuginfoAlex Crichton-0/+4
2018-09-10fix typos in growth algo descriptionVal-4/+4