about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2024-08-23Put Pin::as_deref_mut in impl Pin<Ptr>Noa-59/+62
2024-08-23document & impl the transmutation modeled by `BikeshedIntrinsicFrom`Jack Wrenn-21/+350
2024-08-23Auto merge of #129464 - GuillaumeGomez:rollup-ckfqd7h, r=GuillaumeGomezbors-3/+13
2024-08-23Rollup merge of #129276 - eduardosm:stabilize-char_indices_offset, r=AmanieuGuillaume Gomez-3/+13
2024-08-23Rollup merge of #129400 - Amjad50:update-compiler-builtins, r=tgross35Matthias Krüger-4/+4
2024-08-23Rollup merge of #127623 - lolbinarycat:fix_remove_dir_all, r=AmanieuMatthias Krüger-36/+91
2024-08-22Implement feature `string_from_utf8_lossy_owned`okaneco-0/+74
2024-08-23Check that `library/profiler_builtins` actually found some source filesZalathar-0/+4
2024-08-22fix typos in new pointer conversion docsbinarycat-8/+8
2024-08-22fix: fs::remove_dir_all: treat ENOENT as successbinarycat-36/+91
2024-08-22Update chown help with a link and adding cap warningPeter Gervai-1/+2
2024-08-22Expand std::os::unix::fs::chown() doc with a warningPeter Gervai-0/+4
2024-08-22feat(core): Make `unbounded_shl{l,r}` unstably const and remove `rustc_allow_...Connor Horman-4/+4
2024-08-22Add a `success` job to CITrevor Gross-0/+17
2024-08-22Auto merge of #129398 - matthiaskrgr:rollup-50l01ry, r=matthiaskrgrbors-23/+34
2024-08-22chore: releasegithub-actions[bot]-1/+1
2024-08-22Use array simd in `U64x2`Scott McMurray-3/+3
2024-08-22Update `compiler_builtins` to `0.1.120`Amjad Alsharafi-4/+4
2024-08-22stabilize const_fn_floating_point_arithmeticRalf Jung-1/+1
2024-08-22Rollup merge of #129382 - tgross35:once-cell-const-into-inner, r=NoratriebMatthias Krüger-1/+2
2024-08-22Rollup merge of #129376 - ChaiTRex:assert_unsafe_precondition_check_language_...Matthias Krüger-1/+1
2024-08-22Rollup merge of #129374 - ChaiTRex:digit_unchecked_assert_unsafe_precondition...Matthias Krüger-3/+7
2024-08-22Rollup merge of #128432 - g0djan:godjan/wasi_prohibit_implicit_unsafe, r=tgro...Matthias Krüger-18/+24
2024-08-22chore: releasegithub-actions[bot]-1/+1
2024-08-22Auto merge of #129365 - matthiaskrgr:rollup-ebwx6ya, r=matthiaskrgrbors-46/+565
2024-08-22Fix weak linkage on windows and apple platformsAmjad Alsharafi-6/+6
2024-08-22fix(core): Use correct operations/values in `unbounded_shr` doctestsConnor Horman-2/+2
2024-08-21chore: `x fmt`Connor Horman-1/+1
2024-08-21fix(core): Add `#![feature(unbounded_shifts)]` to doctests for `unbounded_shr...Connor Horman-2/+6
2024-08-21Add `const_cell_into_inner` to `OnceCell`Trevor Gross-1/+2
2024-08-21formatGeoffry Song-9/+2
2024-08-21chore: `x fmt` and hopefully fix the tidy issueConnor Horman-12/+12
2024-08-21Clean up cfg-gating of ProcessPrng externGeoffry Song-13/+16
2024-08-21Change `assert_unsafe_precondition` docs to refer to `check_language_ub`Chai T. Rex-1/+1
2024-08-21chore: Also format the control flowConnor Horman-8/+8
2024-08-21Manually format functions and use `rhs` instead of `v` from my CE testingConnor Horman-17/+17
2024-08-21feat(core): Add implementations for `unbounded_shl`/`unbounded_shr`Connor Horman-0/+114
2024-08-21Use `assert_unsafe_precondition!` in `AsciiChar::digit_unchecked`Chai T. Rex-3/+7
2024-08-21Rollup merge of #129321 - krtab:float_sum, r=workingjubileeMatthias Krüger-2/+30
2024-08-21Rollup merge of #129232 - ivmarkov:master, r=workingjubileeMatthias Krüger-6/+24
2024-08-21Rollup merge of #127945 - tgross35:debug-more-non-exhaustive, r=NoratriebMatthias Krüger-46/+565
2024-08-21Rollup merge of #129332 - cuviper:cstr-cast, r=compiler-errorsMatthias Krüger-2/+2
2024-08-21Rollup merge of #129312 - tbu-:pr_str_not_impl_error, r=NoratriebMatthias Krüger-1/+1
2024-08-21Fix stability attribute of `impl !Error for &str`Tobias Bucher-1/+1
2024-08-21Auto merge of #126556 - saethlin:layout-precondition, r=joboetbors-8/+23
2024-08-21Auto merge of #128866 - scottmcm:update-stdarch, r=tgross35bors-0/+0
2024-08-21Update stdarch submoduleScott McMurray-0/+0
2024-08-21fix rebase, remove the const_vector attribureJames Barford-Evans-98/+50
2024-08-21Use #[rustc_intrinsic_const_vector_arg] for Neon intrinsicsGeorge Wort-97/+102
2024-08-20Try to golf down the amount of code in LayoutBen Kimock-8/+3