rust/library/std
bors c51fbb3dd3 Auto merge of #113001 - ChrisDenton:win-arm32-shim, r=thomcc
Move windows-sys arm32 shim to c.rs

This moves the arm32 shim in to c.rs instead of appending to the generated file itself.

This makes it simpler to change these workarounds if/when needed. The downside is we need to exclude a couple of functions from being generated (see the comment). A metadata solution could help here but they'll be easy enough to add back if that happens.
2023-06-25 11:27:19 +00:00
..
benches mv std libs to library/ 2020-07-27 19:51:13 -05:00
primitive_docs Add primitive documentation to libcore 2021-09-12 02:23:08 +00:00
src Auto merge of #113001 - ChrisDenton:win-arm32-shim, r=thomcc 2023-06-25 11:27:19 +00:00
tests std: mark common functions in test crate `pub(crate)` 2023-05-25 08:15:04 -07:00
Cargo.toml Rollup merge of #112956 - Amanieu:weak-intrinsics, r=Mark-Simulacrum 2023-06-25 02:04:20 +02:00
build.rs wip: Support Apple tvOS in libstd 2023-06-21 14:59:37 -07:00