about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2024-09-05Rollup merge of #129938 - chancancode:patch-1, r=thomccMatthias Krüger-2/+13
2024-09-05[library/std/src/process.rs] Update docstring with @joshtriplett's replacemen...Samuel Marks-4/+8
2024-09-05Update compiler-builtins to 0.1.125Alex Crichton-4/+4
2024-09-05update cfgsBoxy-91/+28
2024-09-05chore: releasegithub-actions[bot]-1/+1
2024-09-05Use the trifecta div algorithm for 128-bit div on wasmAlex Crichton-5/+15
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-12/+485
2024-09-05Rollup merge of #101339 - the8472:ci-randomize-debug, r=Mark-SimulacrumMatthias Krüger-1/+2
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-05fix: correct {Path,OsStr}::to_string_lossy() docsRyosuke Takahashi-2/+2
2024-09-04Remove macOS 10.10 dynamic linker bug workaroundbeetrees-7/+6
2024-09-03Remove unsupported *vfp functions (#678)Sbstn Bcht-191/+37
2024-09-03docs: add digit separators in `Duration` examplesLiterally Void-14/+14
2024-09-03replace placeholder versionBoxy-49/+49
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-03Win: Open dir for sync access in remove_dir_allChris Denton-3/+12
2024-09-03More robust extension checkingChris Denton-6/+24
2024-09-03Port std library to RTEMSJan Sommer-12/+485
2024-09-03Rollup merge of #129916 - tshepang:basic-usage, r=ChrisDentonMatthias Krüger-36/+0
2024-09-03Rollup merge of #129913 - saethlin:l4re-read-buf, r=NoratriebMatthias Krüger-0/+4
2024-09-03Rollup merge of #129885 - cuishuang:master, r=scottmcmMatthias Krüger-2/+2
2024-09-03Rollup merge of #129800 - ChrisDenton:remove-dir-all2, r=AmanieuMatthias Krüger-169/+253
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-02process.rs: remove "Basic usage" text where not usefulTshepang Mbambo-36/+0
2024-09-02Rollup merge of #129907 - saethlin:solid-io-error, r=WaffleLapkinMatthias Krüger-1/+1
2024-09-02Rollup merge of #129892 - oskgo:clarify-slice-from-raw, r=RalfJungMatthias Krüger-8/+8
2024-09-02Rollup merge of #129890 - alex:patch-1, r=workingjubileeMatthias Krüger-1/+1
2024-09-02Rollup merge of #129856 - RalfJung:compiler_fence, r=thomccMatthias Krüger-29/+29
2024-09-02Rollup merge of #129748 - RalfJung:box-validity, r=workingjubileeMatthias Krüger-15/+13
2024-09-02Add missing read_buf stub for x86_64-unknown-l5re-uclibcBen Kimock-0/+4
2024-09-02Fix compile error in solid's remove_dir_allBen Kimock-1/+1
2024-09-02clarify language around non-null ptrs in slice::rawoskgo-8/+8
2024-09-02Remove stray word in a commentAlex Gaynor-1/+1
2024-09-02Auto merge of #129873 - matthiaskrgr:rollup-bv849ud, r=matthiaskrgrbors-17/+19
2024-09-02chore: remove repetitive wordscuishuang-2/+2
2024-09-02Rollup merge of #129804 - ranger-ross:fixed-documentation-typos, r=NoratriebMatthias Krüger-15/+15
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-9/+26
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