about summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
2024-04-21Use it in the library, and `InstSimplify` it away in the easy placesScott McMurray-8/+25
2024-04-21Add an intrinsic that lowers to AggregateKind::RawPtrScott McMurray-0/+26
2024-04-21Rollup merge of #124184 - gurry:124152-suggest-unsigned-abs-in-abs-doc, r=jhp...Guillaume Gomez-1/+2
2024-04-20Auto merge of #124208 - jieyouxu:rollup-gbgpu4u, r=jieyouxubors-2/+6
2024-04-20Rollup merge of #123976 - ChrisDenton:no-libc-in-std-doc-tests, r=Mark-Simula...许杰友 Jieyou Xu (Joe)-2/+6
2024-04-20Auto merge of #122013 - Swatinem:unicode-gen-fastpath, r=scottmcmbors-1/+5
2024-04-20Add a lower bound check to `unicode-table-generator` outputArpad Borsos-1/+5
2024-04-20Suggest using `unsigned_abs` in `abs` documentationGurinder Singh-1/+2
2024-04-20Auto merge of #124114 - scottmcm:better-checked, r=workingjubileebors-10/+47
2024-04-18Rollup merge of #123406 - krtab:fix_remainder_iterchunk, r=scottmcmJubilee-1/+14
2024-04-18Make `checked` ops emit *unchecked* LLVM operations where feasibleScott McMurray-10/+47
2024-04-18Auto merge of #123144 - dpaoliello:arm64eclib, r=GuillaumeGomez,ChrisDenton,w...bors-1/+1
2024-04-18fix: make `str::from_raw_parts_mut` mutardi-1/+1
2024-04-17Rollup merge of #122201 - coolreader18:doc-clone_from, r=dtolnayMatthias Krüger-5/+41
2024-04-17Address commentsNoa-1/+1
2024-04-16Rollup merge of #123859 - krtab:uneeded_clone, r=cuviperGuillaume Gomez-8/+8
2024-04-16Add simple async drop glue generationzetanumbers-0/+288
2024-04-16Remove uneeded clones now that TrustedStep implies CopyArthur Carcano-8/+8
2024-04-16Change intrinsic types to use `u32` instead of `T` to match stable reexportsMaybe Waffle-7/+79
2024-04-15Add support for Arm64EC to the Standard LibraryDaniel Paoliello-1/+1
2024-04-15Use fake libc in core testChris Denton-2/+6
2024-04-15Remove bound checks from `BorrowedBuf` and `BorrowedCursor` methodsBenoît du Garreau-6/+18
2024-04-14Rollup merge of #123915 - shenawy29:patch-1, r=NilstriebGuillaume Gomez-6/+6
2024-04-14Auto merge of #122268 - ChrisDenton:no-libc, r=Mark-Simulacrumbors-0/+11
2024-04-14improve documentation slightly regarding some pointer methodsMohamed El-Shenawy-6/+6
2024-04-14Move msvc libs to coreChris Denton-0/+11
2024-04-14Rollup merge of #123875 - Ghamza-Jd:master, r=joboetMatthias Krüger-6/+6
2024-04-14Auto merge of #107462 - WaffleLapkin:from_iterator_for_tuple, r=dtolnaybors-0/+33
2024-04-14Auto merge of #123819 - joboet:fmt_usize_marker, r=Mark-Simulacrumbors-45/+49
2024-04-13doc note that f16 and f128 hardware support is limitedultrabear-0/+6
2024-04-13Rollup merge of #123868 - eduardosm:stabilize-slice_ptr_len, r=jhprattJacob Pratt-19/+16
2024-04-13chore: replace x with y for hexa-decimal fmtHamza Jadid-6/+6
2024-04-12Stabilize (const_)slice_ptr_len and (const_)slice_ptr_is_empty_nonnullEduardo Sánchez Muñoz-19/+16
2024-04-12Rollup merge of #123833 - dpaoliello:stdarch, r=AmanieuMatthias Krüger-0/+1
2024-04-12Auto merge of #123846 - matthiaskrgr:rollup-85y28av, r=matthiaskrgrbors-3/+3
2024-04-12Rollup merge of #123842 - ShockYoungCHN:master, r=scottmcmMatthias Krüger-1/+1
2024-04-12Rollup merge of #123830 - tgross35:f16-f128-from-inference-fix, r=NilstriebMatthias Krüger-2/+2
2024-04-12Auto merge of #123783 - tgross35:f16-f128-debug-impl, r=Amanieubors-0/+224
2024-04-12core: get rid of `USIZE_MARKER`joboet-45/+49
2024-04-12fix pin.rs typoYuanzhuo Yang-1/+1
2024-04-11Update stdarch submoduleDaniel Paoliello-0/+1
2024-04-11Remove `From` impls for unstable types that break inferenceTrevor Gross-2/+2
2024-04-11Auto merge of #123823 - matthiaskrgr:rollup-8zdtggx, r=matthiaskrgrbors-4/+5
2024-04-11Rollup merge of #123806 - joboet:advanced_overflow, r=AmanieuMatthias Krüger-2/+3
2024-04-11Add a `Debug` impl and some basic functions to `f16` and `f128`Trevor Gross-0/+224
2024-04-11core: panic on overflow in `BorrowedCursor`joboet-2/+3
2024-04-11Avoid invalid socket address in length calculationTobias Nießen-2/+2
2024-04-11Correct broken link in core::pin docTomoki Nakagawa-5/+5
2024-04-11Rollup merge of #123661 - tgross35:stabilize-cstr_count_bytes, r=dtolnayLeón Orell Valerian Liehr-3/+1
2024-04-10Add primitive documentation for `f16` and `f128`Trevor Gross-0/+30