summary refs log tree commit diff
path: root/library/sysroot
AgeCommit message (Collapse)AuthorLines
2024-07-05Add experimental raw-dylib feature to stdChris Denton-0/+1
For Windows, this allows defining imports without needing the user to have import libraries. It's intended for this to become the default.
2024-05-11Add flag to sysrootDion Dokter-0/+1
2023-06-23Expose `compiler-builtins-weak-intrinsics` feature for `-Zbuild-std`Amanieu d'Antras-0/+1
This was added in rust-lang/compiler-builtins#526 to force all compiler-builtins intrinsics to use weak linkage.
2023-04-25Add a `sysroot` crate to represent the standard library cratesJohn Kåre Alsaker-0/+28