about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2019-05-25std: Depend on `backtrace` crate from crates.ioAlex Crichton-2134/+165
2019-05-23Fix typo "spit_paths", add linkBrent Kerby-1/+3
2019-05-23Rollup merge of #61057 - sfackler:revert-next-back, r=alexcrichtonMazdak Farrokhzad-24/+0
2019-05-22Revert "Add implementations of last in terms of next_back on a bunch of Doubl...Steven Fackler-24/+0
2019-05-22Bump compiler-builtins to 0.1.15Alex Crichton-3/+3
2019-05-22Rollup merge of #60581 - hellow554:fix_60580, r=alexcrichtonMazdak Farrokhzad-57/+46
2019-05-20Rollup merge of #60511 - taiki-e:libstd-intra-doc, r=Dylan-DPCMazdak Farrokhzad-2/+50
2019-05-20Rollup merge of #60453 - tbu-:pr_getrandom_enoperm, r=sfacklerMazdak Farrokhzad-1/+6
2019-05-20Auto merge of #60445 - RalfJung:maybe-uninit, r=Centrilbors-1/+0
2019-05-20stabilize core parts of MaybeUninit and deprecate mem::uninitialized in the f...Ralf Jung-1/+0
2019-05-20Auto merge of #60921 - cuviper:remove-mpsc_select, r=SimonSapinbors-1093/+9
2019-05-18Simplify BufRead doc example using NLLBrent Kerby-9/+4
2019-05-17Auto merge of #60920 - Manishearth:rollup-p4xp4gk, r=Manishearthbors-2/+10
2019-05-17Remove the unstable and deprecated mpsc_selectJosh Stone-1093/+9
2019-05-17Rollup merge of #60902 - sfackler:fix-error-soudness, r=alexcrichtonManish Goregaokar-2/+10
2019-05-17Update the compiler_builtins crateAlex Crichton-2/+2
2019-05-17Auto merge of #60899 - cuviper:RawEntryMut-origin-story, r=Centrilbors-2/+4
2019-05-17Auto merge of #60817 - ecstatic-morse:issue-60779, r=Centrilbors-15/+279
2019-05-16Update src/libstd/error.rsSteven Fackler-1/+1
2019-05-16Prevent Error::type_id overridesSteven Fackler-2/+10
2019-05-16doc: correct the origin of RawEntryMutJosh Stone-2/+4
2019-05-17Rollup merge of #60894 - cuviper:hash_set_entry, r=cramertj,CentrilMazdak Farrokhzad-0/+56
2019-05-17Rollup merge of #60685 - dtolnay:spdx, r=nikomatsakisMazdak Farrokhzad-1/+1
2019-05-16Comment why get_or_insert returns &TJosh Stone-0/+4
2019-05-16Add a hash_set_entry tracking issueJosh Stone-2/+2
2019-05-16Add entry-like methods to HashSetJosh Stone-0/+52
2019-05-16Add all keywords to keyword docsDylan MacKenzie-15/+279
2019-05-15Auto merge of #60775 - hellow554:no_bitrig, r=joshtriplettbors-262/+18
2019-05-14Rollup merge of #60780 - RalfJung:miri, r=oli-obkMazdak Farrokhzad-4/+1
2019-05-14Rollup merge of #60443 - RalfJung:as_ptr, r=SimonSapinMazdak Farrokhzad-2/+7
2019-05-14Rollup merge of #60130 - khuey:efficient_last, r=sfacklerMazdak Farrokhzad-0/+24
2019-05-13Destabilize the `Error::type_id` functionAlex Crichton-1/+4
2019-05-13Revert "use SecRandomCopyBytes on macOS in Miri"Ralf Jung-4/+1
2019-05-13Remove bitrig support from rustMarcel Hellwig-262/+18
2019-05-10Auto merge of #60684 - jethrogb:jb/sgx-test, r=joshtriplettbors-0/+1
2019-05-09Switch to SPDX 2.1 license expressionDavid Tolnay-1/+1
2019-05-09Fix cfg(test) build on SGXJethro Beekman-0/+1
2019-05-09Rollup merge of #60675 - cramertj:no-await-macro, r=nikomatsakis,CentrilMazdak Farrokhzad-23/+0
2019-05-09Rollup merge of #60234 - tesaguri:cursor-default, r=AmanieuMazdak Farrokhzad-1/+1
2019-05-09Remove the old await! macroTaylor Cramer-23/+0
2019-05-09Rollup merge of #60657 - JohnTitor:stabilize-array, r=SimonSapinMazdak Farrokhzad-1/+2
2019-05-09Rollup merge of #60656 - petertodd:2019-inline-cursor-over-slice, r=sfacklerMazdak Farrokhzad-0/+6
2019-05-09Stabilize and re-export core::arrayYuki OKUSHI-1/+2
2019-05-08Inline some Cursor calls for slicesPeter Todd-0/+6
2019-05-08std: Update compiler-builtins crateAlex Crichton-1/+1
2019-05-06use exhaustive_patterns to be able to use `?`Marcel Hellwig-12/+15
2019-05-06convert custom try macro to `?`Marcel Hellwig-45/+31
2019-05-05Rollup merge of #60536 - brainplot:fix-unicode-character, r=dtolnayManish Goregaokar-1/+1
2019-05-04Fix intra-doc link resolution failure on re-exporting libstdTaiki Endo-2/+50
2019-05-03Categorize WASI as an "OS" rather than as an "environment".Dan Gohman-2/+2