about summary refs log tree commit diff
path: root/library/std/src
AgeCommit message (Expand)AuthorLines
2021-09-22Update library/std/src/sync/mpsc/shared.rsMara Bos-1/+1
2021-09-22PR fixupAman Arora-1/+1
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-21Re-export FromSecsError from `std`mbartlett21-0/+3
2021-09-212229: Annotate stdlib with insignficant dtorsAman Arora-0/+1
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-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-19Rollup merge of #89081 - ondra05:patch-1, r=dtolnayYuki Okushi-2/+2
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-18Fix typoondra05-2/+2
2021-09-18Auto merge of #88988 - Mark-Simulacrum:avoid-into-ok, r=nagisabors-3/+3
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-17Rollup merge of #88954 - nbdd0121:panic3, r=oli-obkGuillaume Gomez-1/+7
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 #88339 - piegamesde:master, r=joshtriplettYuki Okushi-0/+51
2021-09-16Rollup merge of #89009 - tatami4:master, r=Mark-SimulacrumManish Goregaokar-1/+1
2021-09-16fix potential race in AtomicU64 time monotonizerThe8472-28/+34
2021-09-16Rustfmtbjorn3-1/+1
2021-09-16Merge two THREAD_INFO.with and following RefCell borrowbjorn3-2/+5
2021-09-16Replace a couple of asserts with rtassert! in rt codebjorn3-34/+34
2021-09-16Remove unused functionbjorn3-4/+0
2021-09-16Use const {} for the THREAD_INFO thread localbjorn3-1/+2
2021-09-16Optimize ThreadInfo::withbjorn3-6/+7
2021-09-16Remove an allocation from rt::initbjorn3-8/+8
2021-09-16Merge sys_common::rt into rtbjorn3-92/+89
2021-09-16Add IntoIterator intra doc link to various collectionsest31-2/+4
2021-09-16Fix typo in `break` docstatami4-1/+1
2021-09-15Avoid codegen for Result::into_ok in lang_startMark Rousskov-3/+3
2021-09-15Allow `panic!("{}", computed_str)` in const fn.Gary Guo-1/+7
2021-09-15Add tracking issue for unix_chownJosh Triplett-3/+3
2021-09-15docs(std): add docs for cof_from_cstr implsMichael Howell-0/+3
2021-09-14Add chown functions to std::os::unix::fs to change the owner and group of filesJosh Triplett-0/+87
2021-09-13Move fortanix module position in std::os reexports for alpha sortGuillaume Gomez-20/+34
2021-09-13Remove usage of cfg_if in std/src/os/mod.rsGuillaume Gomez-31/+71
2021-09-13Simplify std::os module reexports to fix rustdoc linking issuesGuillaume Gomez-109/+74
2021-09-12Add primitive documentation to libcoreJoshua Nelson-21/+25
2021-09-10Use `libc::sigaction()` instead of `sys::signal()` to prevent a deadlockFabian Wolff-4/+3
2021-09-10Rollup merge of #88807 - jruderman:which_reverses, r=joshtriplettManish Goregaokar-1/+1
2021-09-10Rollup merge of #88667 - kraktus:patch-1, r=dtolnayManish Goregaokar-1/+1
2021-09-09Fix typo in docs for iteratorsJesse Ruderman-1/+1
2021-09-09Fix Windows compilation errors.Dan Gohman-11/+6
2021-09-09Fix another Windows compilation error.Dan Gohman-1/+1