about summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
2024-11-04most const intrinsics don't need an explicit rustc_const_unstable any moreRalf Jung-42/+34
2024-11-04add new rustc_const_stable_intrinsic attribute for const-stable intrinsicsRalf Jung-57/+57
2024-11-04convert all const-callable intrinsics into the new form (without extern block)Ralf Jung-968/+1110
2024-11-04Improve example of `impl Pattern for &[char]`Eduardo Sánchez Muñoz-2/+2
2024-11-04Fixed typo, rebasedEugene Shamis-1/+1
2024-11-04Updated SAFETY comment to address underflowEugene Shamis-2/+3
2024-11-04Replace checked slice indexing by unchecked to support panic-free codeEugene Shamis-1/+3
2024-11-04Stabilise 'const_char_encode_utf16';Gabriel Bjørnager Jensen-3/+5
2024-11-03Rollup merge of #132423 - RalfJung:const-eval-align-offset, r=dtolnayJubilee-672/+177
2024-11-03Rollup merge of #132563 - frectonz:master, r=AmanieuJubilee-1/+9
2024-11-03Auto merge of #132479 - compiler-errors:fx-feat-yeet, r=fee1-deadbors-6/+6
2024-11-03Rename the FIXMEs, remove a few that dont matter anymoreMichael Goulet-6/+6
2024-11-03Auto merge of #132542 - RalfJung:const_panic, r=tgross35bors-129/+142
2024-11-03remove const-support for align_offsetRalf Jung-672/+177
2024-11-03Modify `NonZero` documentation to reference the underlying integer typefrectonz-1/+9
2024-11-03Rollup merge of #132511 - RalfJung:const_arguments_as_str, r=dtolnayMatthias Krüger-5/+2
2024-11-03Rollup merge of #132503 - RalfJung:const-hash-map, r=AmanieuMatthias Krüger-9/+4
2024-11-03Rollup merge of #132499 - RalfJung:unicode_data.rs, r=tgross35Matthias Krüger-1/+1
2024-11-03Rollup merge of #131377 - rick-de-water:nonzero-exp, r=dtolnayMatthias Krüger-16/+30
2024-11-03add const_panic macro to make it easier to fall back to non-formatting panic ...Ralf Jung-129/+142
2024-11-03stabilize const_arguments_as_strRalf Jung-5/+2
2024-11-03Auto merge of #132458 - RalfJung:rustc-const-unstable, r=Amanieubors-98/+0
2024-11-02Add BorrowedBuf::into_filled{,_mut} methods to allow returning buffer with or...Alex Saveau-0/+20
2024-11-02Rollup merge of #132482 - lukas-code:stab-attrs, r=NoratriebMatthias Krüger-3/+4
2024-11-02remove const_hash feature leftoversRalf Jung-9/+4
2024-11-02make char::is_whitespace unstably constRalf Jung-3/+4
2024-11-02unicode_data.rs: show command for generating fileRalf Jung-1/+1
2024-11-02get rid of a whole bunch of unnecessary rustc_const_unstable attributesRalf Jung-98/+0
2024-11-02Rollup merge of #132398 - krtab:add_doc_link, r=NoratriebMatthias Krüger-5/+9
2024-11-02fix some stability annotationsLukas Markeffsky-3/+4
2024-11-02Rollup merge of #132459 - RalfJung:byte_sub_ptr, r=scottmcmGuillaume Gomez-9/+66
2024-11-02Rollup merge of #132455 - RalfJung:const_alloc_layout, r=dtolnayGuillaume Gomez-6/+5
2024-11-02Rollup merge of #132451 - RalfJung:less-rustc_allow_const_fn_unstable, r=tgro...Guillaume Gomez-8/+0
2024-11-02Rollup merge of #132445 - RalfJung:const-unchecked-shifts, r=tgross35Guillaume Gomez-20/+16
2024-11-02Rollup merge of #132413 - lolbinarycat:offset_of_nested-docs, r=workingjubileeGuillaume Gomez-5/+3
2024-11-01remove no-longer-needed attributeRalf Jung-12/+0
2024-11-01add missing safety commentsRalf Jung-0/+6
2024-11-01adjust test gating for f16/f128Ralf Jung-6/+6
2024-11-01float types: move copysign, abs, signum to libcoreRalf Jung-0/+363
2024-11-01offset_from / sub_ptr docs: emphasize that pointers must be in the same alloc...Ralf Jung-12/+12
2024-11-01feat(byte_sub_ptr): add ptr::byte_sub_ptrAria Beingessner-0/+57
2024-11-01make const_alloc_layout feature gate only about functions that are already st...Ralf Jung-6/+5
2024-11-01unchecked_shifts, unchecked_neg are safe-to-const-expose-on-stable, so we can...Ralf Jung-20/+16
2024-11-01remove some unnecessary rustc_allow_const_fn_unstableRalf Jung-8/+0
2024-10-31use semantic line breaklolbinarycat-2/+2
2024-10-31update offset_of! docs to reflect the stablization of nestingbinarycat-4/+2
2024-10-31Add intra-doc link in str::xxx_char_boundaryArthur Carcano-3/+5
2024-10-31Don't impl Extend for 13-tuplesSebastian Hahn-1/+0
2024-10-30rustdoc-search: simplify rules for generics and type paramsMichael Howell-0/+3
2024-10-30Remove do_not_const_check from Iterator methodsMichael Goulet-76/+0