about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2020-03-30rustc -> rustc_middle part 1Mazdak Farrokhzad-1/+1
2020-03-29Rollup merge of #70510 - RalfJung:bool-vs-boolean, r=Mark-SimulacrumDylan DPC-1/+1
2020-03-29Rollup merge of #69937 - TyPR124:osstr_ascii, r=dtolnayDylan DPC-11/+235
2020-03-28add tracking issueTyPR124-6/+6
2020-03-28move doc links for consistencyTyPR124-4/+4
2020-03-28remove unnecessary commentsTyPR124-2/+0
2020-03-28use make_ascii_uppercase in windows/process.rsTyPR124-5/+4
2020-03-28ascii methods on osstrTyPR124-6/+233
2020-03-28fix TryEnterCriticalSection return typeRalf Jung-1/+1
2020-03-28Replace last mention of IRC with DiscordBenjamin Kästner-1/+3
2020-03-27Auto merge of #68404 - Amanieu:llvm-asm, r=estebankbors-29/+10
2020-03-27Rollup merge of #70048 - TyPR124:mutable_osstr, r=dtolnayDylan DPC-0/+50
2020-03-26Rename asm! to llvm_asm!Amanieu d'Antras-29/+10
2020-03-26introduce `negative_impls` feature gate and documentNiko Matsakis-0/+1
2020-03-25Rollup merge of #70361 - tmiasko:backtrace, r=Mark-SimulacrumMazdak Farrokhzad-1/+1
2020-03-24spaces between braces really ruin readabilityWithout Boats-4/+4
2020-03-24Update backtrace crate to 0.3.46Tomasz Miąsko-1/+1
2020-03-24correct rustc versionWithout Boats-2/+2
2020-03-24IoSlice/IoSliceMut should be Send and SyncWithout Boats-0/+12
2020-03-23Update src/libstd/lib.rsSaoirse Shipwreckt-1/+1
2020-03-23Add `wake_trait` feature directive to stdWithout Boats-0/+1
2020-03-23Add Wake trait for safe construction of Wakers.Without Boats-0/+5
2020-03-23Rollup merge of #70207 - hatoo:macos-getentropy, r=dtolnayMazdak Farrokhzad-0/+37
2020-03-22Rollup merge of #70240 - brain0:thread_id, r=Mark-SimulacrumDylan DPC-2/+2
2020-03-21Rollup merge of #70232 - adrian5:patch-1, r=Dylan-DPCDylan DPC-1/+1
2020-03-21Rollup merge of #70218 - intgr:fix-deprecated-method-in-docs, r=jonas-schievinkDylan DPC-1/+1
2020-03-21Rollup merge of #70197 - pnkfelix:issue-53957-revise-test-of-23076, r=LukasKa...Dylan DPC-4/+19
2020-03-21Return NonZeroU64 from ThreadId::as_u64.Thomas Bächler-2/+2
2020-03-21Tweak wording for std::io::Read::read functionadrian5-1/+1
2020-03-21Rollup merge of #69955 - alexcrichton:stderr-infallible, r=sfacklerDylan DPC-100/+101
2020-03-21Fix deprecated Error.description() usage in docsMarti Raudsepp-1/+1
2020-03-21Use getentropy(2) on macoshatoo-0/+37
2020-03-21Rollup merge of #70187 - matthiaskrgr:cl2ppy, r=Mark-SimulacrumMazdak Farrokhzad-2/+2
2020-03-21Rollup merge of #69033 - jonas-schievink:resume-with-context, r=tmandryMazdak Farrokhzad-7/+18
2020-03-20remove redundant returns (clippy::needless_return)Matthias Krüger-2/+2
2020-03-20For issue 53957: revise unit tests to focus on underlying bug of 23076.Felix S. Klock II-4/+19
2020-03-20Fix abort-on-eprintln during process shutdownAlex Crichton-100/+101
2020-03-20add comment about maintaining OsStr encodingTyPR124-0/+4
2020-03-19doc: Add quote to .init_arraylzutao-4/+4
2020-03-19Rollup merge of #69969 - iximeow:sigstack-guard-page, r=cuviperMazdak Farrokhzad-5/+18
2020-03-19Rollup merge of #69959 - alexcrichton:fix-panic-in-print, r=Mark-SimulacrumMazdak Farrokhzad-4/+8
2020-03-18Rollup merge of #67749 - gilescope:keyword-in, r=Dylan-DPCMazdak Farrokhzad-5/+56
2020-03-18std: Don't abort process when printing panics in testsAlex Crichton-4/+8
2020-03-17Add futures scaffolding to libcoreJonas Schievink-7/+18
2020-03-17Rollup merge of #70046 - lzutao:patch-1, r=CentrilMazdak Farrokhzad-12/+4
2020-03-17Rollup merge of #70029 - jonas-schievink:bootstrap, r=CentrilMazdak Farrokhzad-4/+1
2020-03-17Rollup merge of #69870 - petrochenkov:cfgacc, r=matthewjasperMazdak Farrokhzad-0/+10
2020-03-16Auto merge of #68970 - matthewjasper:min-spec, r=nikomatsakisbors-1/+2
2020-03-16make safety comments more explicitTyPR124-4/+4
2020-03-16corrections on safety commentsTyPR124-3/+3