about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
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-16error: remove StringError from Debug outputSean McArthur-1/+7
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-15fix wasm unused import in thread local implementationtyler-1/+0
2019-05-15llvm makes good inlining choices with only the #[cold] attributetyler-19/+15
2019-05-15remove trailing whitespacetyler-1/+1
2019-05-15cold was necessary on try_initialize_nodrop to get more straight line asmtyler-0/+1
2019-05-15- remove unnecessary inlinestyler-21/+18
2019-05-15add #[allow(unused)]tyler-0/+1
2019-05-15restructure thread_local! for better codegen (especially on macos)tyler-98/+189
2019-05-15Revert "ensure fast thread local lookups occur once per access on macos"tyler-32/+6
2019-05-15ensure fast thread local lookups occur once per access on macostyler-6/+32
2019-05-15redox had a copy of fast thread local (oversight?)tyler-104/+1
2019-05-15remove dead code: requires_move_before_droptyler-24/+3
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