about summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
2024-05-09Document proper usage of `fmt::Error` and `fmt()`'s `Result`.Kevin Reid-15/+35
2024-05-09Suggest borrowing on fn argument that is `impl AsRef`Esteban Küber-0/+1
2024-05-09Improve escape methods.Markus Reiter-40/+30
2024-05-09Auto merge of #124793 - scottmcm:simplify-as-chunks, r=Nilstriebbors-4/+8
2024-05-08Auto merge of #124910 - matthiaskrgr:rollup-lo1uvdn, r=matthiaskrgrbors-188/+186
2024-05-08Avoid panicking branch in `EscapeIterInner`.Markus Reiter-81/+137
2024-05-08Inline `EscapeDebug::size_hint`.Markus Reiter-0/+1
2024-05-08Auto merge of #124795 - scottmcm:simplify-slice-from-raw-parts, r=joboetbors-2/+2
2024-05-08Use generic `NonZero`.Markus Reiter-5/+5
2024-05-08Use generic `NonZero` in examples.Markus Reiter-183/+181
2024-05-08miri: rename intrinsic_fallback_checks_ub to intrinsic_fallback_is_specRalf Jung-5/+5
2024-05-08Rollup merge of #124838 - RalfJung:next_power_of_two, r=scottmcmJubilee-0/+1
2024-05-07use teletype on the attribute nameLokathor-1/+1
2024-05-07Some Result combinations work like an Option.Lokathor-0/+15
2024-05-08from_str_radix: outline only the panic functionDaniPopes-6/+6
2024-05-07Auto merge of #124836 - tgross35:const-slice-last-chunk, r=BurntSushibors-1/+1
2024-05-07next_power_of_two: add a doctest to show what happens on 0Ralf Jung-0/+1
2024-05-07Correct the const stabilization of `last_chunk` for slicesTrevor Gross-1/+1
2024-05-06f16::is_sign_{positive,negative} were feature-gated on f128Trevor Spiteri-2/+2
2024-05-06Auto merge of #123850 - tspiteri:f16_f128_consts, r=Amanieubors-4/+382
2024-05-06Avoid a cast in `ptr::slice_from_raw_parts(_mut)`Scott McMurray-2/+2
2024-05-06Implement `as_chunks` with `split_at_unchecked`Scott McMurray-4/+8
2024-05-05Rollup merge of #124750 - ultrabear:ultrabear_softfloatdoc, r=workingjubileeGuillaume Gomez-0/+12
2024-05-04Re-add `From<f16> for f64`beetrees-2/+3
2024-05-04Make f128 docs mention lack of any normal platform supportAlex H-5/+5
2024-05-04Make f16 and f128 docs clearer on platform supportAlex H-4/+11
2024-05-04Tgross feedback tweaksAlex H-5/+4
2024-05-04Rollup merge of #124699 - scottmcm:split_at_unchecked_should_use_unchecked, r...Matthias Krüger-3/+8
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-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 #124678 - UserIsntAvailable:feat/stabilize-split-at-checked, ...Michael Goulet-15/+6
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-13/+24
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-03Use `CURRENT_RUSTC_VERSION`Артём Павлов [Artyom Pavlov]-2/+2
2024-05-03Stabilize `div_duration`Артём Павлов [Artyom Pavlov]-4/+2
2024-05-03Ensure miri only uses fallback bodies that have manually been vetted to prese...Oli Scherer-0/+3
2024-05-03Rollup merge of #124626 - RalfJung:const_eval_select, r=joboetMatthias Krüger-2/+1
2024-05-03Rollup merge of #123480 - Nadrieril:impl-all-derefpures, r=compiler-errorsMatthias Krüger-3/+15
2024-05-02Update based on reviewGeorge Bateman-7/+7
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