about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2024-05-02library/std: Remove unused `gimli-symbolize` featureMartin Nordholts-2/+0
2024-05-02fixup links in never type docsWaffle Maybe-3/+3
2024-05-01Workaround rustfmt bug replacing type ascriptionMark Rousskov-0/+1
2024-05-02Slightly reformat !'s docs after applying github suggestionsWaffle Lapkin-5/+7
2024-05-01Step bootstrap cfgsMark Rousskov-258/+31
2024-05-02Apply suggestions from code reviewWaffle Maybe-8/+7
2024-05-01Replace version placeholders for 1.79Mark Rousskov-68/+65
2024-05-01Describe and use CStr literals in CStr and CString docsGeorge Bateman-21/+28
2024-05-01Rollup merge of #124542 - CBSpeir:diagnostic-item-enumerate-method, r=scottmcmMatthias Krüger-0/+1
2024-05-01Add benchmarks for `impl Debug for str`Arpad Borsos-0/+80
2024-05-01Auto merge of #124491 - madsmtm:target_vendor-apple, r=workingjubileebors-370/+88
2024-04-30Updated `libm` to fix `clippy` warningAmjad Alsharafi-3/+0
2024-04-30Fix clippy warnings in `math`Amjad Alsharafi-0/+5
2024-04-30Fix math libraries not being linked on some platformsAmjad Alsharafi-8/+0
2024-04-30std: rewrite TLS on platforms without threadsjoboet-71/+77
2024-04-30Fix `clippy::deprecated_cfg_attr` on compiler_builtinsAmjad Alsharafi-1/+1
2024-04-29Add diagnostic item for std::iter::Iterator::enumerateChristopher B. Speir-0/+1
2024-04-29Rollup merge of #124530 - djkoloski:fuchsia_dirfd, r=tmandryMatthias Krüger-0/+1
2024-04-29Document that `create_dir_all` calls `mkdir`/`CreateDirW` multiple timesTobias Bucher-3/+7
2024-04-29Rollup merge of #124484 - GKFX:offset_of_must_use, r=jieyouxu许杰友 Jieyou Xu (Joe)-2/+2
2024-04-29Fix Fuchsia build broken by #124210David Koloski-0/+1
2024-04-29Fix ESP IDF build broken by #124210ivmarkov-0/+1
2024-04-29Auto merge of #124502 - NCGThompson:statically-known-docs, r=jhprattbors-4/+39
2024-04-28Update is_val_statically_known docsNicholas Thompson-4/+39
2024-04-28Run tidy on testsRyan Lowe-27/+45
2024-04-28Stabilize `non_null_convenience`Trevor Gross-79/+63
2024-04-28Fix posix_spawn not being used on iOS and visionOSMads Marquart-8/+3
2024-04-28Move various stdlib tests to library/std/testsRyan Lowe-0/+312
2024-04-28Fix va_list on watchOS and visionOSMads Marquart-16/+7
2024-04-28Fix SIGEMT and SIGINFO parsing on watchOS and visionOSMads Marquart-7/+3
2024-04-28Fix available_parallelism on watchOS and visionOSMads Marquart-3/+1
2024-04-28Add vec_mulLuca Barbato-0/+63
2024-04-28Remove `#![feature(inline_const)]`Eduardo Sánchez Muñoz-1/+0
2024-04-28Add `#[cfg_attr(miri, ignore)]` to tests of intrinsics that cannot be support...Eduardo Sánchez Muñoz-0/+5
2024-04-28Fix #124478 - offset_of! returns a temporaryGeorge Bateman-2/+2
2024-04-28std::net: Socket::new_raw set to SO_NOSIGPIPE on freebsd/netbsd/dragonfly.David Carlier-1/+8
2024-04-28Update status of 128-bit integers in README.mdbeetrees-1/+1
2024-04-28Use `target_vendor = "apple"` instead of `target_os = "..."`Mads Marquart-336/+74
2024-04-28Auto merge of #124210 - the8472:consign-ebadf-to-the-fire, r=Mark-Simulacrumbors-5/+49
2024-04-28put FD validity behind late debug_asserts checkingThe 8472-29/+32
2024-04-28Rollup merge of #124447 - workingjubilee:set-argv-twice-on-gnu, r=ChrisDentonMatthias Krüger-6/+4
2024-04-27Unconditionally call really_initJubilee Young-6/+4
2024-04-27Lift the probe code of `copy_file_range` into a functionTobias Bucher-29/+31
2024-04-27Elaborate in comment about `statx` probeTobias Bucher-8/+4
2024-04-27WS fix.JirCep-1/+1
2024-04-27String.truncate calls Vec.truncate, in turn, and that statesJirCep-1/+1
2024-04-27Auto merge of #124432 - zetanumbers:non_copy_into_raw_with_alloc, r=Nilstriebbors-7/+4
2024-04-27Relax `A: Clone` bound for `rc::Weak::into_raw_and_alloc`Daria Sukhonina-7/+4
2024-04-27io safety: update Unix explanationRalf Jung-11/+22
2024-04-27Rollup merge of #124387 - workingjubilee:use-raw-pointers-in-thread-locals, r...Matthias Krüger-9/+12