about summary refs log tree commit diff
path: root/library/core
AgeCommit message (Expand)AuthorLines
2023-08-28Rollup merge of #114238 - jhpratt:fix-duration-div, r=thomccMatthias Krüger-4/+5
2023-08-27avoid triple-backtrace due to panic-during-cleanupRalf Jung-9/+43
2023-08-27Remove parens around .. in documentation snippetAnselm Schüler-1/+1
2023-08-27Optimize Take::{fold, for_each} when wrapping TrustedRandomAccess iteratorsThe 8472-19/+83
2023-08-27Auto merge of #114969 - kpreid:dropdoc, r=Mark-Simulacrumbors-2/+8
2023-08-26Rollup merge of #115210 - DogPawHat:std-agnostic-rustc_on_unimplemented-for-a...Matthias Krüger-0/+2
2023-08-26Rollup merge of #115197 - tbu-:pr_simpler_ipv6_addr_display, r=joshtriplettMatthias Krüger-7/+1
2023-08-26Make `rustc_on_unimplemented` std-agnostic for `alloc::rc`Ciarán Curley-0/+2
2023-08-25Auto merge of #115133 - coderwithcat:master, r=cuviperbors-2/+2
2023-08-25Auto merge of #115045 - RalfJung:unwind-terminate-reason, r=davidtwcobors-0/+19
2023-08-25use the correct linkcui fliter-2/+2
2023-08-24Fix intra-doc links from pointer appearing in windows HANDLE type aliasGuillaume Gomez-9/+9
2023-08-25Remove special cases that are no longer needed due to #112606Tobias Bucher-7/+1
2023-08-24Lint on invalid UnsafeCell::raw_get with invalid_reference_casting lintUrgau-0/+1
2023-08-24document more things as needing to stay in syncRalf Jung-0/+2
2023-08-24when terminating during unwinding, show the reason whyRalf Jung-0/+17
2023-08-24Auto merge of #115094 - Mark-Simulacrum:bootstrap-update, r=ozkanonurbors-31/+14
2023-08-23Bump cfg(bootstrap)Mark Rousskov-23/+6
2023-08-22Add support for ptr::write for the invalid_reference_casting lintUrgau-0/+3
2023-08-22Replace version placeholders with 1.73.0Mark Rousskov-8/+8
2023-08-22Auto merge of #113365 - dima74:diralik/add-deprecated-suggestions, r=workingj...bors-3/+3
2023-08-21try to clarify wordingRalf Jung-9/+9
2023-08-21Add `suggestion` for some `#[deprecated]` itemsDmitry Murzin-3/+3
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-18Go into more detail about panicking in drop.Kevin Reid-2/+8
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-16use mem::swap instead of ptr::swap_nonoverlappingRalf Jung-1/+1
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-15clarify that these assumtpions are for us, not all Rust codeRalf Jung-0/+4
2023-08-15Add alignment to the NPO guaranteeScott McMurray-1/+33