about summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
2024-09-08Auto merge of #130002 - orlp:better-div-floor-ceil, r=thomccbors-4/+16
2024-09-08remove pointless rustc_const_unstable on trait implsRalf Jung-2/+0
2024-09-08add some FIXME(const-hack)Ralf Jung-2/+2
2024-09-07Auto merge of #130091 - matthiaskrgr:rollup-kalu1cs, r=matthiaskrgrbors-35/+38
2024-09-07Rollup merge of #130046 - RalfJung:const_str_as_mut, r=dtolnayMatthias Krüger-2/+4
2024-09-07Rollup merge of #129555 - RalfJung:const_float_bits_conv, r=dtolnayMatthias Krüger-33/+34
2024-09-07Auto merge of #129941 - BoxyUwU:bump-boostrap, r=albertlarsan68bors-93/+54
2024-09-07make Result::copied unstably constRalf Jung-2/+8
2024-09-07remove 'const' from 'Option::iter'Ralf Jung-2/+1
2024-09-07str: make as_mut_ptr and as_bytes_mut unstably constRalf Jung-2/+4
2024-09-07restate GlobalAlloc method safety preconditions in terms of what the caller h...Adam Sandberg Ericsson-15/+17
2024-09-06fix doc comments for Peekable::next_if(_eq)glowcoil-2/+2
2024-09-06Auto merge of #129999 - matthiaskrgr:rollup-pzr9c8p, r=matthiaskrgrbors-14/+22
2024-09-05better implementation of signed div_floor/ceilOrson Peters-4/+16
2024-09-05Rollup merge of #129947 - LiterallyVoid:duration-docs-digit-separators, r=tgr...Matthias Krüger-14/+14
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-62/+23
2024-09-05Rollup merge of #129919 - kevinmehall:waker-getters, r=dtolnayMatthias Krüger-24/+79
2024-09-05Rollup merge of #127021 - thesummer:1-add-target-support-for-rtems-arm-xilinx...Matthias Krüger-1/+1
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/+1
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-4/+4
2024-09-02Move the `data` and `vtable` methods from `RawWaker` to `Waker`Kevin Mehall-22/+22
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