summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
2023-08-30Revert "Suggest using `Arc` on `!Send`/`!Sync` types"David Tolnay-8/+2
2023-08-21Replace version placeholders with 1.73.0Mark Rousskov-8/+8
2023-08-20Rollup merge of #115000 - RalfJung:custom-mir-call, r=compiler-errors,JakobDegenMatthias Krüger-4/+5
2023-08-20Auto merge of #113167 - ChAoSUnItY:redundant_explicit_link, r=GuillaumeGomezbors-0/+2
2023-08-20Rollup merge of #114950 - xfix:inline-cstr-from-ptr, r=cuviperMatthias Krüger-1/+3
2023-08-19custom_mir: change Call() terminator syntax to something more readableRalf Jung-4/+5
2023-08-18Add `modulo` and `mod` as doc aliases for `rem_euclid`.Kevin Reid-0/+2
2023-08-18resolve conflictsKyle Lin-1/+3
2023-08-18tidy doc linkKyle Lin-1/+1
2023-08-18Inline strlen_rt in CStr::from_ptrKonrad Borowski-1/+3
2023-08-17Rollup merge of #114881 - RalfJung:cstr, r=cuviperMatthias Krüger-4/+4
2023-08-16Rollup merge of #114784 - Urgau:many-improve-invalid_reference_casting-lint, ...Matthias Krüger-0/+2
2023-08-16clarify CStr lack of layout guarnateesRalf Jung-4/+4
2023-08-16Rollup merge of #114871 - schvv31n:fix-link-in-docs, r=scottmcmMatthias Krüger-1/+1
2023-08-16Rollup merge of #114861 - RalfJung:no-effect, r=wesleywiserMatthias Krüger-1/+1
2023-08-16Rollup merge of #114721 - danflapjax:bool-ord-optimization, r=cuviperMatthias Krüger-0/+16
2023-08-15Auto merge of #111071 - nyurik:simpler-issue-94005, r=m-ou-sebors-8/+6
2023-08-15Update the link in the docs of `std::intrinsics`Tim Kurdov-1/+1
2023-08-15Cleaner assert_eq! & assert_ne! panic messagesYuri Astrakhan-8/+6
2023-08-15Rollup merge of #114837 - RalfJung:error_in_core, r=cuviperMatthias Krüger-0/+10
2023-08-15fix typo: affect -> effectRalf Jung-1/+1
2023-08-15Auto merge of #114852 - GuillaumeGomez:rollup-vjagxjr, r=GuillaumeGomezbors-4/+4
2023-08-15Auto merge of #112387 - clarfonthey:non-panicking-ceil-char-boundary, r=m-ou-sebors-4/+3
2023-08-15Fix typo.Mara Bos-1/+1
2023-08-15Rollup merge of #114800 - RalfJung:transparent, r=cuviperGuillaume Gomez-4/+4
2023-08-15Add diagnostic items for `<*const _>::cast` and `<*mut _>::cast_const`Urgau-0/+2
2023-08-15add missing feature(error_in_core)Ralf Jung-0/+10
2023-08-14Auto merge of #113658 - Dirreke:csky-unknown-linux-gunabiv2, r=bjorn3bors-1/+2
2023-08-14actually this doesn't even affect doctests. nice.Ralf Jung-6/+3
2023-08-14Auto merge of #113464 - waynr:remove-provider-trait, r=Amanieubors-665/+657
2023-08-14add a csky-unknown-linux-gnuabiv2 targetDirreke-1/+2
2023-08-14std: add some missing repr(transparent)Ralf Jung-0/+3
2023-08-13core/any: remove Provider traitwayne warren-665/+657
2023-08-13Rollup merge of #94667 - frank-king:feature/iter_map_windows, r=Mark-SimulacrumGuillaume Gomez-1/+458
2023-08-12Partially stabilize #![feature(int_roundings)]Jacob Pratt-6/+6
2023-08-11Auto merge of #114720 - scottmcm:better-sub, r=workingjubileebors-5/+24
2023-08-10Tell LLVM that the negation in `<*const T>::sub` cannot overflowScott McMurray-5/+24
2023-08-10Optimized implementations of max, min, and clamp for booldanflapjax-0/+16
2023-08-11Add Iterator::map_windowsFrank King-1/+458
2023-08-09Suggest using `Arc` on `!Send`/`!Sync` typesEsteban Kuber-2/+8
2023-08-08Rename copying `ascii::Char` methods from `as_` to `to_`Alyssa Haroldsen-4/+4
2023-08-07core: Remove #[macro_export] from `debug_assert_matches`Arthur Cohen-1/+0
2023-08-07Rollup merge of #114382 - scottmcm:compare-bytes-intrinsic, r=cjgillotMatthias Krüger-15/+40
2023-08-07Rollup merge of #98935 - kellerkindt:option_retain, r=Mark-SimulacrumMatthias Krüger-0/+35
2023-08-06Add a new `compare_bytes` intrinsic instead of calling `memcmp` directlyScott McMurray-15/+40
2023-08-05Auto merge of #111200 - a1phyr:spec_sized_iterators, r=the8472bors-0/+130
2023-08-05Rollup merge of #114029 - Enselic:clone-doc, r=scottmcmMatthias Krüger-0/+40
2023-08-03Auto merge of #108955 - Nilstrieb:dont-use-me-pls, r=oli-obkbors-0/+4
2023-08-03Rollup merge of #113657 - Urgau:expand-incorrect_fn_null_check-lint, r=cjgillotMatthias Krüger-0/+2
2023-08-03Add `internal_features` lintNilstrieb-0/+4