about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2023-08-18resolve conflictsKyle Lin-2/+4
2023-08-18tidy doc linkKyle Lin-1/+1
2023-08-18lint linksKyle Lin-1/+1
2023-08-18Inline strlen_rt in CStr::from_ptrKonrad Borowski-1/+3
2023-08-17Rollup merge of #114897 - joshtriplett:partial-revert-ok-0, r=m-ou-seJosh Stone-3/+3
2023-08-17Auto merge of #114799 - RalfJung:less-transmute, r=m-ou-sebors-2/+2
2023-08-17Rollup merge of #114881 - RalfJung:cstr, r=cuviperMatthias Krüger-4/+4
2023-08-17Rollup merge of #114749 - gurry:issue-114722, r=thomccMatthias Krüger-3/+2
2023-08-16Update library/alloc/src/vec/mod.rsManish Goregaokar-1/+1
2023-08-16Auto merge of #114905 - matthiaskrgr:rollup-uxhhr7p, r=matthiaskrgrbors-0/+2
2023-08-16Update library/alloc/src/vec/mod.rsManish Goregaokar-1/+2
2023-08-16Rollup merge of #114784 - Urgau:many-improve-invalid_reference_casting-lint, ...Matthias Krüger-0/+2
2023-08-16Auto merge of #114617 - petrochenkov:docspacing, r=Mark-Simulacrumbors-13/+25
2023-08-16Partially revert #107200Josh Triplett-3/+3
2023-08-16proc_macro: Update docs for `Spacing`Vadim Petrochenkov-13/+25
2023-08-16address commentsGeorgii Rylov-11/+7
2023-08-16Fix a pthread_t handle leak #114610Georgii Rylov-0/+12
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 #114867 - ttsugriy:ttsugriy-patch-1, r=scottmcmMatthias Krüger-1/+1
2023-08-16Rollup merge of #114861 - RalfJung:no-effect, r=wesleywiserMatthias Krüger-3/+3
2023-08-16Rollup merge of #114721 - danflapjax:bool-ord-optimization, r=cuviperMatthias Krüger-0/+16
2023-08-16Auto merge of #114689 - m-ou-se:stabilize-thread-local-cell-methods, r=thomccbors-19/+9
2023-08-15Auto merge of #111071 - nyurik:simpler-issue-94005, r=m-ou-sebors-8/+6
2023-08-15other elementsManish Goregaokar-3/+3
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-15[nit] Fix a comment typo.Taras Tsugrii-1/+1
2023-08-15Rollup merge of #114837 - RalfJung:error_in_core, r=cuviperMatthias Krüger-0/+10
2023-08-15Rollup merge of #114619 - g0djan:godjan/fix_#114608, r=m-ou-seMatthias Krüger-3/+3
2023-08-15Rollup merge of #114588 - ijackson:exit-status-default-2, r=m-ou-seMatthias Krüger-1/+10
2023-08-15fix typo: affect -> effectRalf Jung-3/+3
2023-08-15Auto merge of #114852 - GuillaumeGomez:rollup-vjagxjr, r=GuillaumeGomezbors-18/+26
2023-08-15Update library/alloc/src/vec/mod.rsManish Goregaokar-1/+1
2023-08-15Update library/alloc/src/vec/mod.rsManish Goregaokar-1/+1
2023-08-15Document Default for ExitStatusIan Jackson-1/+10
2023-08-15Auto merge of #112387 - clarfonthey:non-panicking-ceil-char-boundary, r=m-ou-sebors-9/+5
2023-08-15Fix typo.Mara Bos-1/+1
2023-08-15Rollup merge of #114800 - RalfJung:transparent, r=cuviperGuillaume Gomez-18/+26
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
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-3/+14
2023-08-14actually this doesn't even affect doctests. nice.Ralf Jung-24/+12
2023-08-14Auto merge of #113464 - waynr:remove-provider-trait, r=Amanieubors-739/+736
2023-08-14Upgrade Object and related depsdirreke-2/+2
2023-08-14add a csky-unknown-linux-gnuabiv2 targetDirreke-1/+12
2023-08-14reference-counting analogyRalf Jung-20/+23