about summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
2025-07-04Rollup merge of #143370 - hkBst:clippy-fix-4, r=tgross35Jacob Pratt-4/+0
2025-07-04Rollup merge of #143356 - hkBst:clippy-fix-2, r=scottmcmJacob Pratt-1/+1
2025-07-04Rollup merge of #142749 - LimpSquid:bool_to_result, r=scottmcmJacob Pratt-0/+67
2025-07-03Remove PointerLike traitMichael Goulet-49/+2
2025-07-03Always use the pure Rust fallback instead of `llvm.{maximum,minimum}`Urgau-2/+2
2025-07-03Use `slice_buffer_to_str` in `GenericRadix::fmt_int`Guillaume Gomez-18/+8
2025-07-03Implement `int_format_into` featureGuillaume Gomez-42/+286
2025-07-03stabilize `const_slice_reverse`Deadbeef-1/+2
2025-07-03simplify receivers for some array method callsMarijn Schouten-4/+4
2025-07-03remove redundant #[must_use]Marijn Schouten-4/+0
2025-07-03Rollup merge of #143329 - folkertdev:minicore-diagnostic-on-unimplemented, r=...Jana Dönszelmann-0/+3
2025-07-03Rollup merge of #134006 - klensy:typos, r=nnethercoteJana Dönszelmann-16/+16
2025-07-03Link to 2024 edition page for `!` fallback changesclubby789-5/+3
2025-07-03use unsigned_abs instead of `abs` on signed int to silence clippyMarijn Schouten-1/+1
2025-07-03wrapping shift: remove first bitmask and tableMarijn Schouten-42/+6
2025-07-03minicore: use core's `diagnostic::on_unimplemented` messagesFolkert de Vries-0/+3
2025-07-03setup CI and tidy to use typos for spellchecking and fix few typosklensy-16/+16
2025-07-03Rollup merge of #143327 - RalfJung:miri-type-validity-error, r=oli-obkMatthias Krüger-4/+11
2025-07-03Rollup merge of #143321 - hkBst:typo-1, r=compiler-errorsMatthias Krüger-1/+1
2025-07-02Rollup merge of #142237 - benschulz:unused-parens-fn, r=fee1-deadMatthias Krüger-1/+1
2025-07-02Rollup merge of #138340 - oli-obk:one-size-fits-all, r=m-ou-seMatthias Krüger-29/+5
2025-07-02Rollup merge of #131923 - ranger-ross:impl-copy-hash-interrorkind, r=tgross35Matthias Krüger-1/+1
2025-07-02miri: improve errors for type validity assertion failuresRalf Jung-4/+11
2025-07-02Remove some unsized tuple impls now that we don't support unsizing tuples any...Oli Scherer-29/+5
2025-07-02remove deprecated from core::ffi::c_strMarijn Schouten-17/+9
2025-07-02byte-addresses memory -> byte-addressed memoryMarijn Schouten-1/+1
2025-07-02Auto merge of #142974 - cuviper:stage0-bump, r=Mark-Simulacrumbors-18/+18
2025-07-01Test upper overflow in `strict_sub_signed`Nurzhan Saken-1/+1
2025-07-01Ignore `float_minimum_maximum` doctests on i586Josh Stone-2/+2
2025-07-01Update version placeholdersJosh Stone-16/+16
2025-07-01Rollup merge of #141867 - Diggsey:db-improve-future-docs, r=tgross35Guillaume Gomez-7/+16
2025-07-01Rollup merge of #136801 - sorairolake:add-random-for-tuple, r=joshtriplettGuillaume Gomez-0/+13
2025-07-01Add `uX::strict_sub_signed`Nurzhan Sakén-4/+41
2025-07-01core: Add `BorrowedCursor::with_unfilled_buf`Benoît du Garreau-0/+51
2025-07-01Detect more cases of unused_parens around typesBenjamin Schulz-1/+1
2025-06-30Mention as_chunks in the docs for chunksScott McMurray-0/+32
2025-06-30Auto merge of #143233 - dianqk:rollup-lcx3278, r=dianqkbors-0/+5
2025-06-30Stabilize `mixed_integer_ops_unsigned_sub`Nurzhan Sakén-8/+8
2025-06-30Remove the nullary intrinsic const eval logic and treat them like other intri...Oli Scherer-4/+4
2025-06-30Stop backends from needing to support nullary intrinsicsOli Scherer-20/+20
2025-06-29Show auto trait and blanket impls for `!`zachs18-0/+5
2025-06-29Rollup merge of #142078 - sayantn:more-intrinsics, r=workingjubileeGuillaume Gomez-0/+42
2025-06-28Rollup merge of #142708 - Darksonn:location-len-without-nul, r=Mark-SimulacrumMatthias Krüger-13/+25
2025-06-28Auto merge of #141759 - 1c3t3a:discriminants-query, r=saethlinbors-0/+16
2025-06-27Insert checks for enum discriminants when debug assertions are enabledBastian Kersting-0/+16
2025-06-27Auto merge of #143074 - compiler-errors:rollup-cv64hdh, r=compiler-errorsbors-39/+77
2025-06-26Rollup merge of #143067 - GrigorenkoPV:142269, r=workingjubileeMichael Goulet-3/+3
2025-06-26Rollup merge of #143015 - samueltardieu:pin-macro-diag-item, r=UrgauMichael Goulet-0/+1
2025-06-26Rollup merge of #142549 - the8472:intersperse-fold-tweak, r=tgross35Michael Goulet-1/+10
2025-06-26Rollup merge of #137843 - Daniel-Aaron-Bloom:const_cell, r=oli-obkMichael Goulet-35/+63