about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2024-11-16add `downgrade` to `queue` implementationConnor Tsui-70/+206
2024-11-16modify queue implementation documentationConnor Tsui-191/+214
2024-11-16add `downgrade` to `futex` implementationConnor Tsui-5/+47
2024-11-16add simple `downgrade` implementationsConnor Tsui-0/+17
2024-11-16add `downgrade` method onto `RwLockWriteGuard`Connor Tsui-4/+70
2024-11-16add `RwLock` `downgrade` testsConnor Tsui-2/+122
2024-11-14Rollup merge of #133050 - tgross35:inline-f16-f128, r=saethlinJubilee-6/+4
2024-11-14Rollup merge of #133048 - cyrgani:ptr-doc-update, r=AmanieuJubilee-8/+6
2024-11-14Rollup merge of #133019 - sorairolake:add-missing-period-and-colon, r=tgross35Jubilee-17/+17
2024-11-14Rollup merge of #132984 - sunshowers:pipe2, r=tgross35Jubilee-0/+1
2024-11-14Rollup merge of #132977 - cberner:fix_solaris, r=tgross35Jubilee-0/+108
2024-11-14Rollup merge of #132790 - aDotInTheVoid:ioslice-asslice-rides-again, r=cuviperJubilee-6/+95
2024-11-14Pass `f16` and `f128` by value in `const_assert!`Trevor Gross-6/+4
2024-11-14Remove one stray space.Peter Gervai-1/+1
2024-11-14use `&raw` in `{read, write}_unaligned` documentationcyrgani-8/+6
2024-11-14btree: add `{Entry,VacantEntry}::insert_entry`Josh Stone-31/+76
2024-11-14Use `https:` links in `README.md`beetrees-2/+2
2024-11-14Auto merge of #132709 - programmerjake:optimize-charto_digit, r=joshtriplettbors-13/+31
2024-11-14Rollup merge of #133027 - no1wudi:master, r=jhprattGuillaume Gomez-1/+1
2024-11-14Auto merge of #133026 - workingjubilee:rollup-q8ig6ah, r=workingjubileebors-1312/+1710
2024-11-14Fix a copy-paste issue in the NuttX raw type definitionHuang Qi-1/+1
2024-11-13Rollup merge of #133008 - onur-ozkan:update-outdated-comment, r=jieyouxuJubilee-1/+1
2024-11-13Rollup merge of #133004 - cuviper:unrecover-btree, r=ibraheemdevJubilee-48/+11
2024-11-13Rollup merge of #133003 - zachs18:clonetouninit-dyn-compat-u8, r=dtolnayJubilee-44/+45
2024-11-13Rollup merge of #132907 - BLANKatGITHUB:intrinsic, r=saethlinJubilee-805/+1279
2024-11-13Rollup merge of #131304 - RalfJung:float-core, r=tgross35Jubilee-414/+374
2024-11-14Auto merge of #122770 - iximeow:ixi/int-formatting-optimization, r=workingjub...bors-4/+18
2024-11-14docs: Fix missing colon in methods for primitive typesShun Sakai-10/+10
2024-11-14docs: Fix missing period in methods for integer typesShun Sakai-7/+7
2024-11-14Auto merge of #133006 - matthiaskrgr:rollup-dz6oiq5, r=matthiaskrgrbors-0/+103
2024-11-13update outdated comment about test-float-parseonur-ozkan-1/+1
2024-11-13Rollup merge of #126046 - davidzeng0:mixed_integer_ops_unsigned_sub, r=AmanieuMatthias Krüger-0/+103
2024-11-13Auto merge of #132662 - RalfJung:const-panic-inlining, r=tgross35bors-10/+34
2024-11-13Update core CloneToUninit testsZachary S-6/+6
2024-11-13btree: simplify the backdoor between set and mapJosh Stone-48/+11
2024-11-13Bump `cc`clubby789-4/+3
2024-11-13Fix compilation error on Solaris due to flock usageChristopher Berner-0/+108
2024-11-13Auto merge of #132556 - clubby789:cargo-update, r=Mark-Simulacrumbors-7/+8
2024-11-13Run `cargo update` and update licensesclubby789-7/+8
2024-11-13const_panic: don't wrap it in a separate functionRalf Jung-10/+34
2024-11-13[illumos] use pipe2 to create anonymous pipesRain-0/+1
2024-11-13Auto merge of #132883 - LaihoE:vectorized_is_sorted, r=thomccbors-1/+17
2024-11-13Auto merge of #132972 - matthiaskrgr:rollup-456osr7, r=matthiaskrgrbors-13/+11
2024-11-12Rollup merge of #132970 - tyilo:nonzero-u-div-ceil-issue, r=tgross35Matthias Krüger-1/+1
2024-11-12Rollup merge of #132966 - RalfJung:const_option_ext, r=jhprattMatthias Krüger-6/+4
2024-11-12Rollup merge of #132948 - RalfJung:const_unicode_case_lookup, r=NoratriebMatthias Krüger-5/+5
2024-11-12Rollup merge of #132851 - chansuke:update-comment, r=thomccMatthias Krüger-1/+1
2024-11-12Auto merge of #132870 - Noratrieb:inline-int-parsing, r=tgross35bors-0/+3
2024-11-12Add tracking issue number to unsigned_nonzero_div_ceil featureAsger Hautop Drewsen-1/+1
2024-11-12Make `CloneToUninit` dyn-compatibleZachary S-38/+39