about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2020-07-19Fix small nit in the link to readAlexis Bourget-1/+1
2020-07-18Update src/libstd/io/mod.rsManish Goregaokar-1/+1
2020-07-18Rollup merge of #74021 - 1011X:master, r=dtolnayManish Goregaokar-0/+38
2020-07-18Rollup merge of #73762 - poliorcetics:trait-keyword, r=KodrAusManish Goregaokar-3/+180
2020-07-18Rollup merge of #70817 - yoshuawuyts:task-ready, r=dtolnayManish Goregaokar-0/+1
2020-07-18Use intra-doc links on HashSetManish Goregaokar-38/+9
2020-07-18Use intra-doc links on HashMapManish Goregaokar-68/+19
2020-07-18Use intra-doc links in std::ioManish Goregaokar-90/+51
2020-07-18remove trailing semiJane Lusby-1/+1
2020-07-18add a Backtrace::disabled functionJane Lusby-0/+6
2020-07-18Add a link to read in the read_exact doc about the guaranteesAlexis Bourget-1/+4
2020-07-18Update stability attribute for CStr indexingDavid Tolnay-1/+1
2020-07-18impl Index<RangeFrom<usize>> for CStr1011X-0/+38
2020-07-18Auto merge of #73441 - alexcrichton:backtrace-gimli, r=Mark-Simulacrumbors-23/+32
2020-07-17Rollup merge of #72414 - KodrAus:feat/stdlazy, r=Mark-SimulacrumManish Goregaokar-4/+866
2020-07-18link once_cell feature to #74465Ashley Mannix-29/+29
2020-07-17std: Switch from libbacktrace to gimliAlex Crichton-23/+32
2020-07-17Auto merge of #74395 - Mark-Simulacrum:stage0-next, r=pietroalbinibors-3/+2
2020-07-16Rollup merge of #74033 - ehuss:std-compile-all-platforms, r=Mark-SimulacrumManish Goregaokar-189/+275
2020-07-16Rollup merge of #73269 - mzohreva:mz/sgx-wait-timeout, r=jethrogbManish Goregaokar-43/+213
2020-07-16apply bootstrap cfgsMark Rousskov-3/+2
2020-07-17Fix small nits, clarfying some confusing vocabulary and using more consistent...Alexis Bourget-4/+12
2020-07-17appease tidyAshley Mannix-5/+5
2020-07-17remove inlined lazy::Waiter in favor of sync::OnceAshley Mannix-129/+29
2020-07-17use set() in SyncOnceCell::fromAshley Mannix-9/+14
2020-07-17integrate Lazy into std layoutAshley Mannix-545/+494
2020-07-17First cut of `std::lazy` moduleAleksey Kladov-0/+1008
2020-07-16Revert "Remove spotlight usage"Manish Goregaokar-0/+3
2020-07-16Rollup merge of #74377 - alexcrichton:test-default, r=Mark-SimulacrumManish Goregaokar-2/+0
2020-07-16Rollup merge of #74037 - JohnTitor:contributing-md, r=Mark-SimulacrumManish Goregaokar-2/+3
2020-07-15Move usercall_wait_timeout to abi::usercalls::wait_timeoutMohsen Zohrevandi-82/+74
2020-07-15Move libstd's default feature to libtestAlex Crichton-2/+0
2020-07-15Rollup merge of #74291 - regexident:from-docs, r=GuillaumeGomezManish Goregaokar-0/+4
2020-07-15Simplify os_str_bytes cfg expression.Eric Huss-8/+3
2020-07-15Use an allow-list of platforms that support std.Eric Huss-3/+23
2020-07-15Introduce restricted-std feature.Eric Huss-106/+251
2020-07-15Automatically calculate std::env::consts::ARCH.Eric Huss-76/+2
2020-07-15Remove combine functionLzu Tao-7/+3
2020-07-14Rollup merge of #74271 - lzutao:cmdbytes, r=LukasKalbertodtManish Goregaokar-14/+12
2020-07-14Rollup merge of #74263 - RalfJung:thread-local, r=Mark-SimulacrumManish Goregaokar-67/+83
2020-07-14Rollup merge of #73759 - GuillaumeGomez:stdin-examples, r=Dylan-DPCManish Goregaokar-0/+31
2020-07-14Deny unsafe op in unsafe functions in libstd/alloc.rsAlexis Bourget-20/+71
2020-07-14Rollup merge of #74220 - lzutao:windows-path-com, r=LukasKalbertodtManish Goregaokar-69/+103
2020-07-14Rollup merge of #73866 - Goirad:fix-entry-improper-ctypes, r=davidtwcoManish Goregaokar-3/+5
2020-07-14Add core::ready! macroYoshua Wuyts-0/+1
2020-07-14Added docs for `From<c_int>` for `ExitStatus`Vincent Esche-0/+4
2020-07-13Rollup merge of #73867 - poliorcetics:union-keyword, r=joshtriplettManish Goregaokar-2/+66
2020-07-12process_unix: prefer i32::*_be_bytes over manually shifting bytesLzu Tao-14/+12
2020-07-12Reduce unsafe scopeLzu Tao-49/+48
2020-07-12Prefer empty OsStr over unsafe cast from [u8]Lzu Tao-1/+1