about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2024-10-25Re-do recursive const stability checksRalf Jung-146/+252
2024-10-25Arbitrary self types v2: (unused) Receiver traitAdrian Taylor-2/+89
2024-10-25library: consistently use American spelling for 'behavior'Ralf Jung-75/+75
2024-10-25ABI compatibility: remove section on target featuresRalf Jung-26/+6
2024-10-24Rollup merge of #131457 - kpreid:fnaddr, r=dtolnayJubilee-6/+34
2024-10-25Auto merge of #132121 - workingjubilee:rollup-yrtn33e, r=workingjubileebors-28/+66
2024-10-24Rollup merge of #132113 - LaihoE:pattern_as_utf8_default_impl, r=workingjubileeJubilee-11/+3
2024-10-24Rollup merge of #132101 - youknowone:thread_local-gyneiene, r=tgross35Jubilee-5/+4
2024-10-24Rollup merge of #132048 - mustartt:aix-random-impl, r=workingjubileeJubilee-1/+2
2024-10-24Rollup merge of #131851 - sunshowers:musl-posix, r=workingjubileeJubilee-11/+57
2024-10-25Avoid use imports in thread_local_inner! in statikJeong YunWon-5/+4
2024-10-24Auto merge of #132116 - matthiaskrgr:rollup-3a0ia4r, r=matthiaskrgrbors-0/+39
2024-10-24Rollup merge of #131790 - nmathewson:doc_socketaddr_representation, r=tgross35Matthias Krüger-0/+39
2024-10-24Auto merge of #131985 - compiler-errors:const-pred, r=fee1-deadbors-44/+0
2024-10-24provide default impl for as_utf8_patternLaiho-11/+3
2024-10-24Auto merge of #123550 - GnomedDev:remove-initial-arc, r=Noratriebbors-54/+119
2024-10-24Document textual format of SocketAddrV{4,6}Nick Mathewson-0/+39
2024-10-24Remove associated type based effects logicMichael Goulet-44/+0
2024-10-23[musl] use posix_spawn if a directory change was requestedRain-11/+57
2024-10-24Rollup merge of #130225 - adetaylor:rename-old-receiver, r=wesleywiserStuart Cook-22/+28
2024-10-23Rollup merge of #132066 - tifv:ptr-docs-typo, r=AmanieuLeón Orell Valerian Liehr-2/+2
2024-10-23Rollup merge of #132065 - tifv:dangling-docs, r=NoratriebLeón Orell Valerian Liehr-5/+3
2024-10-23Rollup merge of #132060 - joshtriplett:innermost-outermost, r=jieyouxuLeón Orell Valerian Liehr-5/+5
2024-10-23Rollup merge of #132039 - a1phyr:vecdeque_read_exact, r=NoratriebLeón Orell Valerian Liehr-0/+46
2024-10-23Rollup merge of #130991 - LaihoE:vectorized_slice_contains, r=NoratriebLeón Orell Valerian Liehr-0/+26
2024-10-23const fn str::split_at*Zachary S-6/+31
2024-10-23const fn str::is_char_boundaryZachary S-6/+7
2024-10-23vectorized SliceContainsLaiho-0/+26
2024-10-24s/SmartPointer/CoerceReferent/gDing Xiang Fei-3/+4
2024-10-23fix a typo in documentation of pointer::sub_ptr()July Tikhonov-2/+2
2024-10-23fix documentation of ptr::dangling() functionJuly Tikhonov-5/+3
2024-10-23chore: release v0.1.135github-actions[bot]-1/+1
2024-10-23"innermost", "outermost", "leftmost", and "rightmost" don't need hyphensJosh Triplett-5/+5
2024-10-23Re-enable math module on i686-unknown-uefiNiklas Sombert-1/+7
2024-10-23Specialize `read_exact` and `read_buf_exact` for `VecDeque`Benoît du Garreau-0/+46
2024-10-23Rollup merge of #132031 - slanterns:rc_default, r=ibraheemdevMatthias Krüger-8/+20
2024-10-23Rollup merge of #131707 - clarfonthey:constify-core-tests, r=thomccMatthias Krüger-525/+539
2024-10-23Auto merge of #131929 - LaihoE:replace_default_capacity, r=joboetbors-4/+8
2024-10-22AIX use /dev/urandom for implHenry Jiang-1/+2
2024-10-22better default capacity for str::replaceLaiho-4/+8
2024-10-22Rename Receiver -> LegacyReceiverAdrian Taylor-22/+28
2024-10-22refactor `Arc<T>::default`Slanterns-7/+10
2024-10-22optimize `Rc<T>::default`Slanterns-1/+10
2024-10-21Rollup merge of #131697 - ShE3py:rt-arg-lifetimes, r=AmanieuJubilee-13/+13
2024-10-21Document PartialEq impl for OnceLockDavid Ross-0/+20
2024-10-21Rollup merge of #132003 - RalfJung:abi-compat-docs, r=traviscrossMatthias Krüger-3/+5
2024-10-21Rollup merge of #130350 - RalfJung:strict-provenance, r=dtolnayMatthias Krüger-411/+328
2024-10-21update ABI compatibility docs for new option-like rulesRalf Jung-3/+5
2024-10-21move strict provenance lints to new feature gate, remove old feature gatesRalf Jung-25/+21
2024-10-21stabilize Strict Provenance and Exposed ProvenanceRalf Jung-386/+307