| Age | Commit message (Expand) | Author | Lines |
| 2024-05-23 | core: use `Copy` in TAIT to fix clippy lint | joboet | -10/+10 |
| 2024-05-23 | Rollup merge of #125392 - workingjubilee:unwind-a-problem-in-context, r=Amanieu | Matthias Krüger | -4/+7 |
| 2024-05-23 | Rollup merge of #125156 - zachs18:for_loops_over_fallibles_behind_refs, r=Nil... | Matthias Krüger | -0/+1 |
| 2024-05-22 | Auto merge of #125423 - fmease:rollup-ne4l9y4, r=fmease | bors | -5/+8 |
| 2024-05-22 | Rollup merge of #125043 - RalfJung:ref-type-safety-invariant, r=scottmcm | León Orell Valerian Liehr | -5/+8 |
| 2024-05-22 | Rollup merge of #125296 - tesuji:checkcfg-buildstd, r=Nilstrieb,michaelwoerister | León Orell Valerian Liehr | -0/+35 |
| 2024-05-22 | Rollup merge of #124896 - RalfJung:miri-intrinsic-fallback, r=oli-obk | León Orell Valerian Liehr | -5/+5 |
| 2024-05-22 | Auto merge of #117329 - RalfJung:offset-by-zero, r=oli-obk,scottmcm | bors | -33/+34 |
| 2024-05-22 | Add Apple visionOS support | Quentin Perez | -26/+17 |
| 2024-05-21 | Wrap Context.ext in AssertUnwindSafe | Jubilee Young | -4/+7 |
| 2024-05-21 | improve comment wording | Ralf Jung | -14/+14 |
| 2024-05-21 | tidy alphabetica | Lzu Tao | -1/+1 |
| 2024-05-21 | addresss reviews | Lzu Tao | -2/+9 |
| 2024-05-21 | Update check-cfg lists for std | Lzu Tao | -0/+10 |
| 2024-05-21 | Update check-cfg lists for alloc | Lzu Tao | -0/+9 |
| 2024-05-21 | Update check-cfg lists for core | Lzu Tao | -0/+9 |
| 2024-05-21 | Add some missing functions to examples/intrinsics | Trevor Gross | -0/+20 |
| 2024-05-21 | Update outdated contribution guidelines | Trevor Gross | -8/+8 |
| 2024-05-21 | Add f16 and f128 intrinsics to the example test | Trevor Gross | -6/+128 |
| 2024-05-21 | Organize functions in intrinsics example | Trevor Gross | -83/+96 |
| 2024-05-21 | core: actually use TAIT instead of emulating it | joboet | -117/+44 |
| 2024-05-21 | Simplify environment variable examples | Martin Geisler | -10/+4 |
| 2024-05-21 | Auto merge of #125358 - matthiaskrgr:rollup-mx841tg, r=matthiaskrgr | bors | -154/+148 |
| 2024-05-21 | Rollup merge of #125348 - tbu-:pr_doc_path_absolute, r=jhpratt | Matthias Krüger | -3/+6 |
| 2024-05-21 | Rollup merge of #125266 - workingjubilee:stream-plastic-love, r=RalfJung,nikic | Matthias Krüger | -0/+7 |
| 2024-05-21 | Rollup merge of #125225 - madsmtm:ios-crt_externs.h, r=workingjubilee | Matthias Krüger | -150/+127 |
| 2024-05-21 | Rollup merge of #125011 - diondokter:opt-for-size, r=Amanieu,kobzol | Matthias Krüger | -1/+8 |
| 2024-05-21 | Auto merge of #124097 - compiler-errors:box-into-iter, r=WaffleLapkin | bors | -2/+92 |
| 2024-05-21 | Add `ppc_alias` to the `intrinsics!` macro | Trevor Gross | -102/+70 |
| 2024-05-21 | Document behavior of `create_dir_all` wrt. empty path | Tobias Bucher | -0/+3 |
| 2024-05-20 | Add `f128` float to integer conversion functions | Trevor Gross | -22/+92 |
| 2024-05-20 | Add an apfloat fallback for float to integer tests | Trevor Gross | -5/+30 |
| 2024-05-20 | Allow a specific fallback function in `apfloat_fallback` | Trevor Gross | -6/+20 |
| 2024-05-20 | Make float to integer conversions generic | Trevor Gross | -154/+109 |
| 2024-05-20 | Add `CastFrom` as a convenience form of `CastInto` | Trevor Gross | -0/+10 |
| 2024-05-20 | Implement BOXED_SLICE_INTO_ITER | Michael Goulet | -2/+3 |
| 2024-05-20 | Add the impls for Box<[T]>: IntoIterator | Michael Goulet | -0/+89 |
| 2024-05-21 | Don't run verbatim test on windows-gnu | Henry Wang | -2/+0 |
| 2024-05-21 | Only run `--features c` for verbatim test | Henry Wang | -9/+1 |
| 2024-05-21 | verbatim tests only need to build | theKidOfArcrania | -1/+1 |
| 2024-05-21 | Properly escape /C and fix naming | theKidOfArcrania | -9/+9 |
| 2024-05-21 | Instead have cmd.exe dump out path | theKidOfArcrania | -11/+10 |
| 2024-05-21 | Fix backslash | theKidOfArcrania | -1/+1 |
| 2024-05-21 | Use cmd.exe | theKidOfArcrania | -9/+13 |
| 2024-05-21 | Fix CI | theKidOfArcrania | -1/+2 |
| 2024-05-21 | Add tests for UNC paths on windows builds | theKidOfArcrania | -0/+21 |
| 2024-05-21 | Rollup merge of #125333 - hermit-os:fuse, r=workingjubilee | Matthias Krüger | -21/+4 |
| 2024-05-21 | Rollup merge of #125123 - a1phyr:fix-read_exact, r=workingjubilee | Matthias Krüger | -10/+55 |
| 2024-05-21 | Rollup merge of #124050 - saethlin:less-sysroot-libc, r=ChrisDenton | Matthias Krüger | -3/+3 |
| 2024-05-21 | Small fixes to `std::path::absolute` docs | Tobias Bucher | -3/+6 |