about summary refs log tree commit diff
path: root/library/core
AgeCommit message (Expand)AuthorLines
2024-09-05Rollup merge of #129653 - RalfJung:addr-of-read-only, r=scottmcmMatthias Krüger-0/+8
2024-09-05Rollup merge of #129938 - chancancode:patch-1, r=thomccMatthias Krüger-2/+13
2024-09-05update cfgsBoxy-63/+23
2024-09-05Rollup merge of #129919 - kevinmehall:waker-getters, r=dtolnayMatthias Krüger-31/+84
2024-09-05Rollup merge of #127021 - thesummer:1-add-target-support-for-rtems-arm-xilinx...Matthias Krüger-1/+3
2024-09-04Use non-overlapping swap for inner heapsort loopLukas Bergdoll-3/+1
2024-09-04Select tiny sorts for 16-bit platformsLukas Bergdoll-13/+20
2024-09-04Shrink heapsort further by combining sift_down loopsLukas Bergdoll-26/+22
2024-09-04Drop bubble_sortLukas Bergdoll-41/+3
2024-09-03docs: add digit separators in `Duration` examplesLiterally Void-14/+14
2024-09-03replace placeholder versionBoxy-31/+31
2024-09-03Update marker.rsGodfrey Chan-1/+1
2024-09-03Update marker.rsGodfrey Chan-1/+1
2024-09-03Update marker.rsGodfrey Chan-1/+2
2024-09-03Update marker.rsGodfrey Chan-1/+1
2024-09-03Elaborate on deriving vs implementing `Copy`Godfrey Chan-2/+12
2024-09-03Port std library to RTEMSJan Sommer-1/+3
2024-09-03Rollup merge of #129885 - cuishuang:master, r=scottmcmMatthias Krüger-1/+1
2024-09-02Add `Waker::new` and `LocalWaker::new`Kevin Mehall-0/+55
2024-09-02Stabilize waker_gettersKevin Mehall-5/+4
2024-09-02Move the `data` and `vtable` methods from `RawWaker` to `Waker`Kevin Mehall-28/+27
2024-09-02Rollup merge of #129892 - oskgo:clarify-slice-from-raw, r=RalfJungMatthias Krüger-8/+8
2024-09-02Rollup merge of #129856 - RalfJung:compiler_fence, r=thomccMatthias Krüger-29/+29
2024-09-02clarify language around non-null ptrs in slice::rawoskgo-8/+8
2024-09-02Auto merge of #129873 - matthiaskrgr:rollup-bv849ud, r=matthiaskrgrbors-7/+9
2024-09-02chore: remove repetitive wordscuishuang-1/+1
2024-09-02Rollup merge of #129804 - ranger-ross:fixed-documentation-typos, r=NoratriebMatthias Krüger-5/+5
2024-09-02Rollup merge of #129793 - lolbinarycat:doc-missing-newlines, r=workingjubileeMatthias Krüger-2/+4
2024-09-02Auto merge of #129063 - the8472:cold-opt-size, r=Amanieubors-7/+8
2024-09-01add extra linebreaks so rustdoc can identify the first sentencebinarycat-2/+4
2024-09-01compiler_fence documentation: emphasize synchronization, not reorderingRalf Jung-29/+29
2024-09-01stabilize const_float_bits_convRalf Jung-33/+34
2024-09-01Rollup merge of #129832 - eduardosm:stray-dot, r=jhprattMatthias Krüger-1/+1
2024-09-01Rollup merge of #129207 - GrigorenkoPV:elided-is-named, r=cjgillotMatthias Krüger-10/+10
2024-09-01Rollup merge of #128641 - Konippi:standardize-duplicate-processes-in-parser, ...Matthias Krüger-32/+24
2024-09-01Rollup merge of #128495 - joboet:more_memcmp, r=scottmcmMatthias Krüger-10/+33
2024-08-31Auto merge of #129831 - matthiaskrgr:rollup-befq6zx, r=matthiaskrgrbors-1/+1
2024-08-31Remove stray dot in `std::char::from_u32_unchecked` documentationEduardo Sánchez Muñoz-1/+1
2024-08-31Update mod.rsAlcaro-1/+1
2024-08-31Rollup merge of #129730 - RalfJung:float-arithmetic, r=workingjubileeMatthias Krüger-44/+48
2024-08-31Fix `elided_named_lifetimes` in codePavel Grigorenko-10/+10
2024-08-31Improve documentation for <integer>::from_str_radixKappa322-26/+55
2024-08-31Rollup merge of #129640 - saethlin:unignore-android-in-alloc, r=tgross35Matthias Krüger-13/+5
2024-08-31Fixed more typos in library/coreranger-ross-5/+5
2024-08-30enumerate the two parts of the NaN rulesRalf Jung-20/+21
2024-08-30add hyphen in floating-pointRalf Jung-12/+12
2024-08-29Rollup merge of #128166 - ChaiTRex:isqrt, r=tgross35Guillaume Gomez-67/+684
2024-08-29Use simpler branchy swap logic in tiny merge sortLukas Bergdoll-42/+13
2024-08-29f32 docs: define 'arithmetic' operationsRalf Jung-16/+19
2024-08-28Speed up `checked_isqrt` and `isqrt` methodsChai T. Rex-35/+371