about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2024-05-23core: use `Copy` in TAIT to fix clippy lintjoboet-10/+10
2024-05-23Rollup merge of #125392 - workingjubilee:unwind-a-problem-in-context, r=AmanieuMatthias Krüger-4/+7
2024-05-23Rollup merge of #125156 - zachs18:for_loops_over_fallibles_behind_refs, r=Nil...Matthias Krüger-0/+1
2024-05-22Auto merge of #125423 - fmease:rollup-ne4l9y4, r=fmeasebors-5/+8
2024-05-22Rollup merge of #125043 - RalfJung:ref-type-safety-invariant, r=scottmcmLeón Orell Valerian Liehr-5/+8
2024-05-22Rollup merge of #125296 - tesuji:checkcfg-buildstd, r=Nilstrieb,michaelwoeristerLeón Orell Valerian Liehr-0/+35
2024-05-22Rollup merge of #124896 - RalfJung:miri-intrinsic-fallback, r=oli-obkLeón Orell Valerian Liehr-5/+5
2024-05-22Auto merge of #117329 - RalfJung:offset-by-zero, r=oli-obk,scottmcmbors-33/+34
2024-05-22Add Apple visionOS supportQuentin Perez-26/+17
2024-05-21Wrap Context.ext in AssertUnwindSafeJubilee Young-4/+7
2024-05-21improve comment wordingRalf Jung-14/+14
2024-05-21tidy alphabeticaLzu Tao-1/+1
2024-05-21addresss reviewsLzu Tao-2/+9
2024-05-21Update check-cfg lists for stdLzu Tao-0/+10
2024-05-21Update check-cfg lists for allocLzu Tao-0/+9
2024-05-21Update check-cfg lists for coreLzu Tao-0/+9
2024-05-21Add some missing functions to examples/intrinsicsTrevor Gross-0/+20
2024-05-21Update outdated contribution guidelinesTrevor Gross-8/+8
2024-05-21Add f16 and f128 intrinsics to the example testTrevor Gross-6/+128
2024-05-21Organize functions in intrinsics exampleTrevor Gross-83/+96
2024-05-21core: actually use TAIT instead of emulating itjoboet-117/+44
2024-05-21Simplify environment variable examplesMartin Geisler-10/+4
2024-05-21Auto merge of #125358 - matthiaskrgr:rollup-mx841tg, r=matthiaskrgrbors-154/+148
2024-05-21Rollup merge of #125348 - tbu-:pr_doc_path_absolute, r=jhprattMatthias Krüger-3/+6
2024-05-21Rollup merge of #125266 - workingjubilee:stream-plastic-love, r=RalfJung,nikicMatthias Krüger-0/+7
2024-05-21Rollup merge of #125225 - madsmtm:ios-crt_externs.h, r=workingjubileeMatthias Krüger-150/+127
2024-05-21Rollup merge of #125011 - diondokter:opt-for-size, r=Amanieu,kobzolMatthias Krüger-1/+8
2024-05-21Auto merge of #124097 - compiler-errors:box-into-iter, r=WaffleLapkinbors-2/+92
2024-05-21Add `ppc_alias` to the `intrinsics!` macroTrevor Gross-102/+70
2024-05-21Document behavior of `create_dir_all` wrt. empty pathTobias Bucher-0/+3
2024-05-20Add `f128` float to integer conversion functionsTrevor Gross-22/+92
2024-05-20Add an apfloat fallback for float to integer testsTrevor Gross-5/+30
2024-05-20Allow a specific fallback function in `apfloat_fallback`Trevor Gross-6/+20
2024-05-20Make float to integer conversions genericTrevor Gross-154/+109
2024-05-20Add `CastFrom` as a convenience form of `CastInto`Trevor Gross-0/+10
2024-05-20Implement BOXED_SLICE_INTO_ITERMichael Goulet-2/+3
2024-05-20Add the impls for Box<[T]>: IntoIteratorMichael Goulet-0/+89
2024-05-21Don't run verbatim test on windows-gnuHenry Wang-2/+0
2024-05-21Only run `--features c` for verbatim testHenry Wang-9/+1
2024-05-21verbatim tests only need to buildtheKidOfArcrania-1/+1
2024-05-21Properly escape /C and fix namingtheKidOfArcrania-9/+9
2024-05-21Instead have cmd.exe dump out paththeKidOfArcrania-11/+10
2024-05-21Fix backslashtheKidOfArcrania-1/+1
2024-05-21Use cmd.exetheKidOfArcrania-9/+13
2024-05-21Fix CItheKidOfArcrania-1/+2
2024-05-21Add tests for UNC paths on windows buildstheKidOfArcrania-0/+21
2024-05-21Rollup merge of #125333 - hermit-os:fuse, r=workingjubileeMatthias Krüger-21/+4
2024-05-21Rollup merge of #125123 - a1phyr:fix-read_exact, r=workingjubileeMatthias Krüger-10/+55
2024-05-21Rollup merge of #124050 - saethlin:less-sysroot-libc, r=ChrisDentonMatthias Krüger-3/+3
2024-05-21Small fixes to `std::path::absolute` docsTobias Bucher-3/+6