about summary refs log tree commit diff
path: root/library/std
AgeCommit message (Expand)AuthorLines
2023-05-07Update hashbrown from 0.12.3 to 0.13.1 for stdUrgau-1/+1
2023-05-07enable `rust_2018_idioms` for doctestsozkanonur-4/+5
2023-05-06Rollup merge of #111139 - fortanix:raoul/fix_mxcsr_configuration_dependent_ti...Yuki Okushi-1/+5
2023-05-06Rollup merge of #110830 - Freaky:freebsd-cpuset, r=thomccYuki Okushi-0/+19
2023-05-05Sort windows_sys.lst alphabeticallyChris Denton-614/+617
2023-05-05Use new bindingsChris Denton-53/+70
2023-05-05Generate windows-sys bindingsChris Denton-3045/+7016
2023-05-05feat: merge functionality of `io::Sink` into `io::Empty`Vidhan Bhatt-26/+87
2023-05-05Rollup merge of #103056 - beetrees:timespec-bug-fix, r=thomccDylan DPC-24/+35
2023-05-05Rollup merge of #110946 - RalfJung:tls-realstd, r=m-ou-seYuki Okushi-17/+22
2023-05-04Rollup merge of #111009 - scottmcm:ascii-char, r=BurntSushiMatthias Krüger-0/+3
2023-05-03Add the basic `ascii::Char` typeScott McMurray-0/+3
2023-05-03Rollup merge of #105695 - joboet:remove_generic_parker, r=m-ou-seManish Goregaokar-129/+17
2023-05-03Rollup merge of #97594 - WaffleLapkin:array_tuple_conv, r=ChrisDentonManish Goregaokar-0/+20
2023-05-03Mention array<->tuple convs in docsMaybe Waffle-0/+20
2023-05-03Fix MXCSR configuration dependent timingRaoul Strackx-1/+5
2023-05-03Remove unnecessary Send boundGil Shoshan-3/+3
2023-05-03Use `from_wide_to_user_path` in `read_link`Chris Denton-4/+7
2023-05-03Correctly convert an NT path to a Win32 pathChris Denton-12/+21
2023-05-02Rollup merge of #110895 - Ayush1325:thread-local-fix, r=thomccDylan DPC-1/+1
2023-05-01Relax implicit `W: Sized` bound on `LineWriter<W>`Maybe Waffle-27/+29
2023-05-01Relax implicit `W: Sized` bound on `BufWriter<W>`Maybe Waffle-70/+72
2023-05-01Relax implicit `R: Sized` bound on `BufReader<R>`Maybe Waffle-14/+17
2023-05-01Rollup merge of #111057 - xfix:tcpstream-as-raw-fd-inline, r=m-ou-seMatthias Krüger-0/+69
2023-05-01Rollup merge of #110987 - infdahai:wasi_clock_time, r=m-ou-seMatthias Krüger-2/+2
2023-05-01Rollup merge of #110093 - beetrees:set-times-32-bit, r=joshtriplettMatthias Krüger-2/+39
2023-05-01Rollup merge of #109540 - marcospb19:edit-Path-with_file_name-example, r=m-ou-seMatthias Krüger-5/+11
2023-05-01Inline AsRawFd implementationsKonrad Borowski-0/+11
2023-05-01Inline socket function implementationsKonrad Borowski-0/+9
2023-05-01Inline AsInner implementationsKonrad Borowski-0/+49
2023-04-29update wasi_clock_time_api ref.clundro-2/+2
2023-04-28handle cfg(bootstrap)Pietro Albini-53/+28
2023-04-28replace version placeholdersPietro Albini-44/+44
2023-04-28avoid duplicating TLS state between test std and realstdRalf Jung-17/+22
2023-04-28Auto merge of #110924 - matthiaskrgr:rollup-jvznpq2, r=matthiaskrgrbors-19/+22
2023-04-28Rollup merge of #110898 - m-ou-se:remove-unused-thread-local-key, r=cuviperYuki Okushi-80/+1
2023-04-28Rollup merge of #110620 - Nilstrieb:document-the-undocumented, r=thomccYuki Okushi-2/+20
2023-04-28remove_dir_all: delete directory with fewer permsChris Denton-19/+22
2023-04-27Rollup merge of #106599 - MikailBag:patch-1, r=jyn514Matthias Krüger-4/+4
2023-04-27Rollup merge of #106456 - kadiwa4:std-prelude-comment, r=jyn514Matthias Krüger-4/+4
2023-04-27Rollup merge of #105745 - philpax:patch-1, r=jyn514Matthias Krüger-0/+5
2023-04-27Document `const {}` syntax for `std::thread_local`.Nilstrieb-2/+20
2023-04-27correct `std::prelude` commentKaDiWa-4/+4
2023-04-27Update test.Mara Bos-19/+1
2023-04-27Remove unused std::sys_common::thread_local_key::Key.Mara Bos-61/+0
2023-04-27Remove all in target_thread_local cfgAyush Singh-1/+1
2023-04-27std: use `LazyLock` to lazily resolve backtracesjoboet-54/+35
2023-04-27Auto merge of #110562 - ComputerDruid:riscv, r=tmandrybors-1/+7
2023-04-27docs(std): clarify `remove_dir_all` errorsPhilpax-0/+5
2023-04-26Auto merge of #110861 - m-ou-se:thread-local-restructure, r=workingjubileebors-311/+283