summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
2022-01-05Remove portable_simdMark Rousskov-23/+0
2021-11-27Auto merge of #91269 - matthiaskrgr:rollup-jh8i8eh, r=matthiaskrgrbors-16/+17
2021-11-26Auto merge of #91246 - nnethercote:faster-layout-array, r=dtolnaybors-4/+14
2021-11-26Optimize `Layout::array`.Nicholas Nethercote-3/+11
2021-11-26Use unchecked construction in `Layout::pad_to_align`.Nicholas Nethercote-1/+3
2021-11-25Saner formatting for UTF8_CHAR_WIDTH tableDavid Tolnay-16/+17
2021-11-25Rollup merge of #91096 - compiler-errors:elaborate_opaque_trait, r=estebankMatthias Krüger-0/+1
2021-11-24Rollup merge of #90420 - GuillaumeGomez:rustdoc-internals-feature, r=camelidGuillaume Gomez-1/+2
2021-11-24Rollup merge of #89542 - jhpratt:stabilize-duration-const-fns, r=oli-obkGuillaume Gomez-19/+24
2021-11-24Create rustdoc_internals feature gateGuillaume Gomez-1/+2
2021-11-23Add generator lang-itemMichael Goulet-0/+1
2021-11-22Use `derive_default_enum` in the compilerJacob Pratt-0/+1
2021-11-22Partially stabilize `duration_consts_2`Jacob Pratt-19/+24
2021-11-21libcore: assume the input of `next_code_point` and `next_code_point_reverse` ...Eduardo Sánchez Muñoz-24/+34
2021-11-21Rollup merge of #91008 - Urgau:float-minimum-maximum, r=scottmcmMatthias Krüger-0/+136
2021-11-20Apply documentation suggestions from @est31Urgau-8/+8
2021-11-20Add similar note as LLVM does for minNum and maxNum functionsLoïc BRANSTETT-0/+12
2021-11-20Implement IEEE 754-2019 minimun and maximum functions for f32/f64Loïc BRANSTETT-0/+124
2021-11-20Rollup merge of #91044 - r00ster91:x1b, r=joshtriplettMatthias Krüger-20/+20
2021-11-20Rollup merge of #88361 - WaffleLapkin:patch-2, r=jyn514Matthias Krüger-5/+3
2021-11-19Turn all 0x1b_u8 into '\x1b' or b'\x1b'r00ster91-20/+20
2021-11-19Remove unnecessary doc linksMaybe Waffle-2/+0
2021-11-19Rollup merge of #89258 - est31:const_char_convert, r=oli-obkYuki Okushi-15/+33
2021-11-18Auto merge of #91019 - JohnTitor:rollup-q95ra7r, r=JohnTitorbors-21/+44
2021-11-18Auto merge of #90382 - alexcrichton:wasm64-libstd, r=joshtriplettbors-6/+6
2021-11-18Fill in tracking issues for `const_str_from_utf8` and `const_str_from_utf8_un...Maybe Waffle-5/+5
2021-11-18Make slice->str conversion and related functions constMaybe Waffle-21/+44
2021-11-17Rollup merge of #90687 - jhpratt:const_panic, r=oli-obkMatthias Krüger-2/+3
2021-11-16Fill in tracking issue for feature `const_align_offset`Maybe Waffle-2/+2
2021-11-16Mark `<*const _>::align_offset` and `<*mut _>::align_offset` as `const fn`Maybe Waffle-6/+36
2021-11-16Rollup merge of #90909 - RalfJung:miri-no-portable-simd, r=workingjubileeYuki Okushi-0/+2
2021-11-16Rollup merge of #90848 - scottmcm:remove-signed-bigint-helpers, r=joshtriplettYuki Okushi-68/+1
2021-11-15Auto merge of #90821 - scottmcm:new-slice-reverse, r=Mark-Simulacrumbors-91/+32
2021-11-14disable portable SIMD tests in MiriRalf Jung-0/+2
2021-11-13Auto merge of #89551 - jhpratt:stabilize-const_raw_ptr_deref, r=oli-obkbors-1/+1
2021-11-13Auto merge of #90041 - jfrimmel:rt_copy_checks, r=Mark-Simulacrumbors-15/+47
2021-11-13Auto merge of #89167 - workingjubilee:use-simd, r=MarkSimulacrumbors-0/+21
2021-11-12Remove bigint_helper_methods for *signed* typesScott McMurray-68/+1
2021-11-12Expose portable-simd as core::simdJubilee Young-0/+21
2021-11-12Rollup merge of #90798 - edmorley:doc-unreachable-custom-message, r=dtolnayMatthias Krüger-2/+5
2021-11-12Rollup merge of #90644 - est31:const_swap, r=Mark-SimulacrumMatthias Krüger-3/+6
2021-11-11MIRI says `reverse` is UB, so replace it with an implementation that LLVM can...Scott McMurray-91/+32
2021-11-11Document `unreachable!()` custom panic messageEd Morley-2/+5
2021-11-10Moar #[inline]Scott McMurray-0/+2
2021-11-10Use `target_family = "wasm"`Alex Crichton-12/+6
2021-11-10std: Get the standard library compiling for wasm64Alex Crichton-0/+6
2021-11-09Specialize array cloning for Copy typesScott McMurray-3/+22
2021-11-09Extend the const_swap featureest31-3/+6
2021-11-09Auto merge of #86041 - bstrie:unmagic-array-copy, r=jackh726bors-2/+20
2021-11-09Re-enable `copy[_nonoverlapping]()` runtime checksJulian Frimmel-15/+47