about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2025-02-18Rollup merge of #136750 - kornelski:ub-bug, r=saethlinUrgau-3/+3
2025-02-18update `cfg(bootstrap)`Josh Stone-338/+14
2025-02-18Fix typo in hidden internal docs of `TrustedRandomAccess`Frank Steffahn-4/+4
2025-02-18update version placeholdersJosh Stone-30/+30
2025-02-18Reorder "This lock may be advisory or mandatory." earlier in the lock docsJosh Triplett-18/+18
2025-02-18Clarify that locking on Windows also works for files opened with `.read(true)`Josh Triplett-5/+5
2025-02-18add last std diagnostic items for clippycyrgani-0/+7
2025-02-18Add #[track_caller] to Duration Div implPeter Todd-0/+2
2025-02-17Remove std::os::wasi::fs::FileExt::tellThalia Archibald-11/+0
2025-02-17Update some comparison tests now that they pass in LLVM20Scott McMurray-4/+4
2025-02-17Remove obsolete MinGW ThinLTO+TLS workaroundKornel-3/+1
2025-02-17Rollup merge of #137165 - thaliaarchi:file-tell, r=ChrisDentonMatthias Krüger-1/+34
2025-02-17Use tell for <File as Seek>::stream_positionThalia Archibald-1/+34
2025-02-17Auto merge of #137164 - matthiaskrgr:rollup-dj5826k, r=matthiaskrgrbors-1/+11
2025-02-17tests: Also gate `f16::erfc()` doctest with `reliable_f16_math` cfgMartin Nordholts-0/+2
2025-02-17Rollup merge of #137105 - zachs18:cow-derefpure-restrict, r=NadrierilMatthias Krüger-1/+11
2025-02-17Rollup merge of #137101 - GrigorenkoPV:str-inherent-lint, r=UrgauMatthias Krüger-0/+4
2025-02-17Rollup merge of #136844 - thaliaarchi:const-io-error, r=ChrisDentonMatthias Krüger-106/+90
2025-02-17stabilize (const_)ptr_sub_ptrbendn-21/+13
2025-02-16Synchronize platform adaptors for OsString/OsStrThalia Archibald-74/+119
2025-02-16Simplify control flow with while-letThalia Archibald-22/+14
2025-02-16Improve WTF-8 commentsThalia Archibald-15/+23
2025-02-16Rollup merge of #137114 - ChrisDenton:error, r=NoratriebMatthias Krüger-0/+24
2025-02-16Rollup merge of #136986 - ehuss:library-unsafe-fun, r=NoratriebMatthias Krüger-139/+181
2025-02-16invalid_from_utf8[_unchecked]: also lint inherent methodsPavel Grigorenko-0/+4
2025-02-16add MAX_LEN_UTF8 and MAX_LEN_UTF16 constantsHTGAzureX1212-18/+49
2025-02-16fix docs for inherent str constructorsmay-8/+8
2025-02-16Add an example for std::error::ErrorChris Denton-0/+24
2025-02-15Restrict DerefPure for Cow<T> impl to T = impl Clone, [impl Clone], str.Zachary S-1/+11
2025-02-16Make ub_check message clear that it's not an assertKornel-3/+3
2025-02-15remove MaybeUninit::uninit_arraycyrgani-36/+0
2025-02-15docs: fix broken intra-doc links that never workedMichael Howell-9/+2
2025-02-15core: Make `Debug` impl of raw pointers print metadata if presentMartin Nordholts-5/+28
2025-02-15core: Document why Pointee::Metadata can't have 'static boundMartin Nordholts-0/+2
2025-02-15tests: Add regression test for `Debug` impl of raw pointersMartin Nordholts-0/+58
2025-02-15tests: Use `as *const _` instead of `.as_ptr()` in ptr fmt testMartin Nordholts-2/+2
2025-02-15Auto merge of #137065 - jhpratt:rollup-ree9mej, r=jhprattbors-2767/+2899
2025-02-15Rollup merge of #137062 - thaliaarchi:io-optional-methods/write, r=workingjub...Jacob Pratt-0/+62
2025-02-15Rollup merge of #136978 - ChrisDenton:windows-bindgen, r=AmanieuJacob Pratt-2734/+2770
2025-02-15Rollup merge of #136879 - kornelski:non1, r=NoratriebJacob Pratt-29/+24
2025-02-15Rollup merge of #136749 - mzeitlin11:extend-asciichar, r=scottmcmJacob Pratt-0/+39
2025-02-15Rollup merge of #135687 - joseluis:feat-reexport_from_coroutine, r=scottmcmJacob Pratt-4/+4
2025-02-15tidying up tidyprogressive-galib-4/+4
2025-02-14Add real safety commentsScott McMurray-1/+14
2025-02-14Go back to `Some` instead of transmuting to it.Scott McMurray-1/+1
2025-02-14Save another BB by using `SubUnchecked` instead of a call to `arith_offset`Scott McMurray-5/+5
2025-02-14Simplify `slice::Iter::next` enough that it inlinesScott McMurray-7/+17
2025-02-14Forward all default methods for I/O implsThalia Archibald-0/+62
2025-02-15replaced the four occurrences of issue ="50547" inprogressive.galib-4/+4
2025-02-15Auto merge of #136324 - GrigorenkoPV:erf, r=tgross35bors-0/+280