about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2024-05-04fix: Add `#[avr_skip]` for `__addsf3` & `__adddf3`Patryk Wychowaniec-0/+2
2024-05-04Rollup merge of #124699 - scottmcm:split_at_unchecked_should_use_unchecked, r...Matthias Krüger-3/+8
2024-05-04Rollup merge of #122441 - a1phyr:improve_read_impls, r=ChrisDentonMatthias Krüger-10/+33
2024-05-04Release version 0.1.110Amanieu d'Antras-1/+1
2024-05-04Update reference to rustc-std-workspace-coreMartin Nordholts-2/+2
2024-05-04Rollup merge of #124701 - scottmcm:unchecked_sub_docs, r=NilstriebMatthias Krüger-0/+25
2024-05-04Rollup merge of #124700 - scottmcm:unneeded_cast, r=NilstriebMatthias Krüger-1/+1
2024-05-04Rollup merge of #124293 - oli-obk:miri_intrinsic_fallback_body, r=RalfJungMatthias Krüger-2/+10
2024-05-04Rollup merge of #124159 - joboet:move_pal_thread_parking, r=ChrisDentonMatthias Krüger-57/+25
2024-05-04Rollup merge of #123356 - joboet:set_current_size, r=ChrisDentonMatthias Krüger-2/+7
2024-05-04Docs: suggest `uN::checked_sub` instead of check-then-uncheckedScott McMurray-0/+25
2024-05-04Remove an unnecessary castScott McMurray-1/+1
2024-05-04Use `unchecked_sub` in `split_at`Scott McMurray-3/+8
2024-05-04mark const_(de)allocate intrinsics as suitable for MiriRalf Jung-2/+7
2024-05-03Rollup merge of #124681 - risc0:erik/fix-test, r=joboetMichael Goulet-1/+3
2024-05-03Rollup merge of #124678 - UserIsntAvailable:feat/stabilize-split-at-checked, ...Michael Goulet-15/+6
2024-05-03Rollup merge of #124480 - Enselic:on-broken-pipe, r=jieyouxuMichael Goulet-16/+16
2024-05-03zkvm: fix run_testsErik Kaneda-1/+3
2024-05-03feat: stabilize `split_at_checked`UserIsntAvailable-15/+6
2024-05-03Rollup merge of #124593 - GKFX:cstr-literals-in-api-docs, r=workingjubileeMatthias Krüger-22/+29
2024-05-03Rollup merge of #124059 - RalfJung:default_alloc_error_hook, r=workingjubileeMatthias Krüger-0/+6
2024-05-03Rollup merge of #123815 - trueb2:patch-1, r=workingjubileeMatthias Krüger-2/+2
2024-05-03Rollup merge of #122492 - GrigorenkoPV:ptr_as_ref_unchecked, r=workingjubileeMatthias Krüger-0/+151
2024-05-03default_alloc_error_hook: explain difference to default __rdl_oom in allocRalf Jung-0/+6
2024-05-03Use `CURRENT_RUSTC_VERSION`Артём Павлов [Artyom Pavlov]-2/+2
2024-05-03Stabilize `div_duration`Артём Павлов [Artyom Pavlov]-5/+2
2024-05-03Rollup merge of #124649 - Meziu:master, r=ChrisDentonMatthias Krüger-0/+1
2024-05-03Cleanup `manged-names` macroAmjad Alsharafi-22/+25
2024-05-03Remove unneeded `weak` for `optimized-c` functionAmjad Alsharafi-1/+0
2024-05-03Apply `weak` attributes to all intrinsicsAmjad Alsharafi-117/+14
2024-05-03Ensure miri only uses fallback bodies that have manually been vetted to prese...Oli Scherer-0/+3
2024-05-03Horizon OS: dirfd unavailableAndrea Ciliberti-0/+1
2024-05-03Rollup merge of #124626 - RalfJung:const_eval_select, r=joboetMatthias Krüger-2/+1
2024-05-03Rollup merge of #124609 - RalfJung:float-precision, r=cuviperMatthias Krüger-116/+174
2024-05-03Rollup merge of #124604 - Enselic:std-gimli-symbolize, r=workingjubileeMatthias Krüger-2/+0
2024-05-03Rollup merge of #124441 - bravequickcleverfibreyarn:string.rs, r=AmanieuMatthias Krüger-1/+1
2024-05-03Rollup merge of #124412 - RalfJung:io-safety, r=AmanieuMatthias Krüger-11/+22
2024-05-03Rollup merge of #123480 - Nadrieril:impl-all-derefpures, r=compiler-errorsMatthias Krüger-4/+19
2024-05-02Stabilize exclusive_rangeRoss Smyth-1/+1
2024-05-02Update based on reviewGeorge Bateman-7/+7
2024-05-02Change `SIGPIPE` ui from `#[unix_sigpipe = "..."]` to `-Zon-broken-pipe=...`Martin Nordholts-16/+16
2024-05-02variable-precision float operations behave non-deterministicallyRalf Jung-116/+174
2024-05-02const_eval_select: add tracking issueRalf Jung-2/+1
2024-05-02add constants in std::f128::constsTrevor Spiteri-1/+110
2024-05-02add constants in std::f16::constsTrevor Spiteri-1/+106
2024-05-02add f128 associated constantsTrevor Spiteri-1/+83
2024-05-02add f16 associated constantsTrevor Spiteri-1/+83
2024-05-02Auto merge of #124419 - WaffleLapkin:never-type-fallback-docs, r=workingjubileebors-0/+47
2024-05-02Add builtins for `f16`/`f128` float conversionsbeetrees-115/+283
2024-05-02std: move thread parking to `sys::sync`joboet-57/+25