about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2021-09-23Auto merge of #88587 - bdbai:fix/uwpio, r=joshtriplettbors-4/+7
2021-09-23Auto merge of #89139 - camsteffen:write-perf, r=Mark-Simulacrumbors-13/+45
2021-09-23Reason safety for unsafe blocks for uwp stdinbdbai-0/+2
2021-09-22Temporarily rename int_roundings functions to avoid conflictsJosh Triplett-48/+48
2021-09-22Update library/std/src/sync/mpsc/shared.rsMara Bos-1/+1
2021-09-22Rollup merge of #89036 - nbdd0121:alloc, r=yaahcthe8472-0/+3
2021-09-22PR fixupAman Arora-9/+9
2021-09-22Fix read_to_end to not grow an exact size bufferJohn Kugelman-41/+37
2021-09-21Rollup merge of #89141 - mbartlett21:patch-2, r=kennytmthe8472-1/+5
2021-09-21Rollup merge of #89114 - dequbed:c-char, r=yaahcthe8472-1/+1
2021-09-21Rollup merge of #89086 - WaffleLapkin:stabilize_iter_map_while, r=kennytmthe8472-11/+6
2021-09-21Rollup merge of #89015 - klensy:escape-def, r=Mark-Simulacrumthe8472-4/+6
2021-09-21Use ZST for fmt unsafetyCameron Steffen-13/+45
2021-09-21Re-export FromSecsError from `std`mbartlett21-0/+3
2021-09-21Update stdarch submoduleHans Kratz-0/+0
2021-09-212229: Annotate stdlib with insignficant dtorsAman Arora-0/+9
2021-09-21Impl `Error` for `FromSecsError` without foreign typembartlett21-1/+2
2021-09-21Fix link in Ipv6Addr::to_ipv4 docsArtyom Pavlov-1/+1
2021-09-20Mark unsafe NonZero*::unchecked_(add|mul) as constIago-lito-2/+2
2021-09-20Auto merge of #88321 - glaubitz:m68k-linux, r=wesleywiserbors-0/+2
2021-09-20Fix a technicality regarding the size of C's `char` typeNadja Reitzenstein-1/+1
2021-09-19Auto merge of #89089 - JohnTitor:rollup-6s6mccx, r=JohnTitorbors-47/+100
2021-09-19Rollup merge of #89081 - ondra05:patch-1, r=dtolnayYuki Okushi-2/+2
2021-09-19Rollup merge of #89053 - DeveloperC286:into_iter_fields_to_private, r=Mark-Si...Yuki Okushi-2/+8
2021-09-19Rollup merge of #89051 - schctl:master, r=jyn514Yuki Okushi-15/+60
2021-09-19Rollup merge of #89017 - the8472:fix-u64-time-monotonizer, r=kennytmYuki Okushi-28/+30
2021-09-19Auto merge of #89031 - the8472:outline-once-cell-init-closure, r=Mark-Simulacrumbors-1/+10
2021-09-18Fix typoondra05-2/+2
2021-09-18EscapeDefault: change `range` field to `Range<u8>`, reducing struct size 24 -...klensy-4/+6
2021-09-18Auto merge of #88988 - Mark-Simulacrum:avoid-into-ok, r=nagisabors-3/+3
2021-09-17refactor: VecDeques IntoIter fields to privateDeveloperC286-2/+8
2021-09-17modify std::os docs to be more consistentSachin Cherian-15/+60
2021-09-17use AtomicU64::fetch_update instead of handrolled RMW-loopThe8472-14/+10
2021-09-17Stabilize `Iterator::map_while`Maybe Waffle-11/+6
2021-09-17Rollup merge of #88954 - nbdd0121:panic3, r=oli-obkGuillaume Gomez-1/+23
2021-09-17Rollup merge of #88953 - joshtriplett:chown, r=dtolnayGuillaume Gomez-0/+87
2021-09-17library/std/env: Add 'm68k' to comment on ARCH constantJohn Paul Adrian Glaubitz-0/+1
2021-09-17libstd: Add m68k for raw type definitions on LinuxJohn Paul Adrian Glaubitz-0/+1
2021-09-17Rollup merge of #88887 - fee1-dead:const-deref, r=oli-obkYuki Okushi-5/+13
2021-09-17Rollup merge of #88339 - piegamesde:master, r=joshtriplettYuki Okushi-0/+51
2021-09-17Fix missing `no_global_oom_handling` cfg-gatingGary Guo-0/+3
2021-09-17Don't inline OnceCell initialization closuresThe8472-1/+10
2021-09-17Optimize unnecessary check in Vec::retainTennyZhuang-3/+24
2021-09-17Add benchmark for Vec::retainTennyZhuang-0/+15
2021-09-16Rollup merge of #89009 - tatami4:master, r=Mark-SimulacrumManish Goregaokar-1/+1
2021-09-16Rollup merge of #88986 - hargoniX:master, r=Mark-SimulacrumManish Goregaokar-0/+0
2021-09-16Rollup merge of #88976 - notriddle:notriddle/cow-from-cstr-docs, r=Mark-Simul...Manish Goregaokar-0/+3
2021-09-16Rollup merge of #88928 - lefth:master, r=Mark-SimulacrumManish Goregaokar-3/+4
2021-09-16fix potential race in AtomicU64 time monotonizerThe8472-28/+34
2021-09-16Rustfmtbjorn3-1/+1