summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2020-05-31Auto merge of #72759 - alexcrichton:update-compiler-builtins, r=Mark-Simulacrumbors-1/+1
2020-05-30Remove the fn main() in code examplePoliorcetics-3/+1
2020-05-30Apply suggestions from code review Poliorcetics-2/+2
2020-05-30encode_utf8_raw is not always valid UTF-8; clarify commentsRalf Jung-1/+1
2020-05-30also expose and use encode_utf16_raw for wtf8Ralf Jung-2/+1
2020-05-30wtf8: use encode_utf8_rawRalf Jung-2/+2
2020-05-30Rollup merge of #72162 - cuviper:extend_one, r=Mark-SimulacrumYuki Okushi-0/+65
2020-05-29Remove an old comment from HashMap::extend_reserveJosh Stone-1/+0
2020-05-29Add Extend::{extend_one,extend_reserve}Josh Stone-0/+66
2020-05-29Auto merge of #72756 - RalfJung:rollup-tbjmtx2, r=RalfJungbors-80/+78
2020-05-29Added the documentation for the 'use' keywordAlexis Bourget-2/+56
2020-05-29Update compiler-builtinsAlex Crichton-1/+1
2020-05-29Rollup merge of #72407 - Lucretiel:ipv6-display, r=Mark-SimulacrumRalf Jung-80/+78
2020-05-29Rollup merge of #72568 - golddranks:add_total_cmp_to_floats, r=sfacklerDylan DPC-0/+287
2020-05-29Rollup merge of #72398 - Lucretiel:ip-socket-display, r=Mark-SimulacrumDylan DPC-3/+65
2020-05-29Rollup merge of #71633 - a1phyr:infallible_error, r=dtolnayYuki Okushi-1/+2
2020-05-29Clarify comment message & MAX_LENGTH constNathan West-3/+7
2020-05-29Added fast-path, testsNathan West-20/+54
2020-05-29`SocketAddr(V4|V6)?`::Display now correctly pads its contentNathan West-3/+27
2020-05-29Rollup merge of #72239 - hch12907:master, r=dtolnayDylan DPC-1/+106
2020-05-28Added io forwarding methods to the stdio structsNathan West-0/+83
2020-05-26Add a fast path for `std::thread::panicking`.Eduardo Sánchez Muñoz-14/+51
2020-05-25Add total_cmp to f32 and f64, plus testsPyry Kontio-0/+287
2020-05-25Auto merge of #72472 - LeSeulArtichaut:sync-command, r=dtolnaybors-7/+11
2020-05-24Fix testsHoe Hao Cheng-2/+2
2020-05-24Remove heterogeneous ordering for SocketAddrHoe Hao Cheng-55/+15
2020-05-24Fix typo in doc comment.Eitan Mosenkis-1/+1
2020-05-24Fix asinh of negative valuesBenjamin Saunders-2/+6
2020-05-23Correct small typo: 'not' -> 'note'Jake Goulding-2/+2
2020-05-22Rollup merge of #72459 - yoshuawuyts:into-future, r=nikomatsakisDylan DPC-1/+16
2020-05-22Implement `Sync` for `process::Command on unix and vxworksLeSeulArtichaut-7/+11
2020-05-22Rollup merge of #72399 - Lucretiel:ipv4-display-fast, r=kennytmRalf Jung-9/+16
2020-05-22Rollup merge of #72123 - jsgf:stabilize-arg0, r=sfacklerRalf Jung-2/+2
2020-05-22Add core::future::IntoFutureYoshua Wuyts-1/+16
2020-05-21Enable ARM TME (Transactional Memory Extensions)Mahmut Bulut-0/+1
2020-05-20Various minor improvements to Ipv6Addr::DisplayNathan West-80/+78
2020-05-20Add fast-path optimization for Ipv4Addr::fmtNathan West-9/+16
2020-05-19Auto merge of #71447 - cuviper:unsized_cow, r=dtolnaybors-0/+33
2020-05-18Auto merge of #72289 - RalfJung:abort_internal, r=Mark-Simulacrumbors-23/+29
2020-05-18Rollup merge of #72307 - hermitcore:condvar, r=Mark-SimulacrumRalf Jung-4/+2
2020-05-18minor changes to pass the format checkStefan Lankes-3/+1
2020-05-17use new interface to initialize CondvarStefan Lankes-5/+5
2020-05-17abort_internal is safeRalf Jung-23/+29
2020-05-17Auto merge of #72204 - RalfJung:abort, r=Mark-Simulacrumbors-4/+20
2020-05-17make abort intrinsic safe, and correct its documentationRalf Jung-4/+20
2020-05-16Implement PartialOrd and Ord for SocketAddr*Hoe Hao Cheng-1/+146
2020-05-16Rollup merge of #72230 - SOF3:patch-1, r=kennytmDylan DPC-2/+2
2020-05-16Rollup merge of #71677 - Mark-Simulacrum:hasher-docs, r=AmanieuDylan DPC-0/+20
2020-05-16Rollup merge of #71662 - glandium:osstring_from_str, r=sfacklerDylan DPC-0/+10
2020-05-15Updated documentation of Prefix::VerbatimDiskSOFe-2/+2