about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2024-01-26Rollup merge of #119562 - LegionMammal978:rename-pin-pointer, r=Amanieu,dtolnayMatthias Krüger-20/+26
2024-01-26Rollup merge of #113489 - tguichaoua:cow_from_array, r=dtolnayMatthias Krüger-0/+13
2024-01-26Rollup merge of #103522 - Dylan-DPC:76118/array-methods-stab, r=dtolnayMatthias Krüger-9/+2
2024-01-26Use `<T, U>` for array/slice equality `impl`swackbyte-36/+36
2024-01-26Rollup merge of #120372 - bjorn3:fix_outdated_comment, r=NilstriebMatthias Krüger-2/+1
2024-01-26Rollup merge of #120117 - NobodyXu:99262/update-api-and-doc, r=m-ou-seMatthias Krüger-7/+33
2024-01-26Rollup merge of #119917 - Zalathar:split-off, r=cuviperMatthias Krüger-14/+18
2024-01-26Rollup merge of #117678 - niklasf:stabilize-slice_group_by, r=dtolnayMatthias Krüger-71/+60
2024-01-26fixHTGAzureX1212.-2/+2
2024-01-26remove redundant call to Error::last_os_errorHTGAzureX1212.-1/+1
2024-01-26Fix outdated comment on Boxbjorn3-2/+1
2024-01-26fix issue 120040HTGAzureX1212.-0/+21
2024-01-26mark a doctest with UB as no_runRalf Jung-1/+1
2024-01-26Rollup merge of #120053 - AldanTanneo:specialize-stdinlock-bytes, r=the8472Matthias Krüger-1/+10
2024-01-26Rollup merge of #119466 - Sky9x:str_from_raw_parts, r=dtolnayMatthias Krüger-1/+44
2024-01-26Rollup merge of #107464 - WaffleLapkin:all_that_remains_of_lines, r=dtolnayMatthias Krüger-0/+25
2024-01-25Export core::str::from_raw_parts{,_mut} into alloc::str and std::strDavid Tolnay-0/+2
2024-01-25use checked_add for upper boundYuri Astrakhan-2/+2
2024-01-25Update library/core/src/iter/adapters/intersperse.rsYuri Astrakhan-2/+2
2024-01-26Auto merge of #116167 - RalfJung:structural-eq, r=lcnrbors-5/+23
2024-01-25fmtYuri Astrakhan-1/+8
2024-01-25Postpone .next() call until iterationYuri Astrakhan-29/+49
2024-01-25Boost intersperse(_with) performanceYuri Astrakhan-52/+74
2024-01-25Rollup merge of #120338 - steffahn:provenance_links, r=NilstriebMatthias Krüger-8/+8
2024-01-25Rollup merge of #120332 - mu001999:cleanup/dead_code, r=NilstriebMatthias Krüger-3/+0
2024-01-25Rollup merge of #120306 - safinaskar:clone3-clean-up, r=petrochenkovMatthias Krüger-7/+32
2024-01-25Rollup merge of #118208 - Amanieu:btree_cursor2, r=dtolnayMatthias Krüger-392/+549
2024-01-25core: add `From<core::ascii::char>` implementationsMichal Nazarewicz-0/+16
2024-01-25Update primitive_docs.rsJoshua Liebow-Feeser-0/+4
2024-01-25Fix links to [strict|exposed] provenance sections of `[std|core]::ptr`Frank Steffahn-8/+8
2024-01-25Rollup merge of #119305 - compiler-errors:async-fn-traits, r=oli-obkMatthias Krüger-0/+112
2024-01-25Auto merge of #119911 - NCGThompson:is-statically-known, r=oli-obkbors-149/+445
2024-01-24Rollup merge of #119616 - rylev:wasm32-wasi-preview2, r=petrochenkov,m-ou-seLeón Orell Valerian Liehr-124/+223
2024-01-24Rollup merge of #118326 - WaffleLapkin:nz_count_ones, r=scottmcmLeón Orell Valerian Liehr-0/+37
2024-01-24Finishing clone3 clean upAskar Safin-4/+2
2024-01-24This commit is part of clone3 clean up. Merge tests from tests/ui/command/com...Askar Safin-2/+18
2024-01-24core: add Duration constructorsDirkjan Ochtman-0/+164
2024-01-24This commit is part of clone3 clean up. As part of clean up we willAskar Safin-1/+12
2024-01-24std/time: avoid divisions in Duration::newUtkarsh Gupta-7/+12
2024-01-24remove StructuralEq traitRalf Jung-5/+23
2024-01-24Add `NonZero*::count_ones`Maybe Waffle-0/+37
2024-01-23Auto merge of #120283 - fmease:rollup-rk0f6r5, r=fmeasebors-10/+105
2024-01-23Rollup merge of #120183 - Zalathar:test-closure, r=compiler-errorsLeón Orell Valerian Liehr-2/+2
2024-01-23Rollup merge of #120171 - cjgillot:jump-threading-assume-assert, r=tmiaskoLeón Orell Valerian Liehr-0/+2
2024-01-23Rollup merge of #120160 - reitermarkus:nonzero-traits, r=dtolnayLeón Orell Valerian Liehr-8/+101
2024-01-23Rollup merge of #120244 - reitermarkus:nonzero-self, r=dtolnayLeón Orell Valerian Liehr-43/+48
2024-01-23Rollup merge of #120188 - devnexen:update_bsd_compiler_base_specs, r=wesleywiserLeón Orell Valerian Liehr-1/+4
2024-01-24Wrap `HeapAlloc` and never inline王宇逸-11/+13
2024-01-23Further Implement Power of Two OptimizationNicholas Thompson-146/+324
2024-01-23Further Implement `is_val_statically_known`Nicholas Thompson-8/+22