about summary refs log tree commit diff
path: root/library/std/build.rs
AgeCommit message (Expand)AuthorLines
2024-11-03Enable `f128` tests on all non-buggy platforms 🎉Trevor Gross-7/+12
2024-10-05enable f16 and f128 on windows-gnullvm targetsMateusz Mikuła-2/+3
2024-09-30Enable `f16` tests on non-GNU WindowsTrevor Gross-3/+3
2024-09-28Enable `f16` tests on x86 Apple platformsTrevor Gross-3/+0
2024-09-27Enable `f16` on platforms that were missing conversion symbolsTrevor Gross-14/+11
2024-09-24Initial std library support for NuttXHuang Qi-0/+1
2024-09-03Port std library to RTEMSJan Sommer-0/+1
2024-08-31Fixed some typos in the standard library documentation/commentsranger-ross-1/+1
2024-08-23Enable `f16` tests on x86 and x86-64Trevor Gross-8/+8
2024-08-08std float tests: special-case Miri in feature detectionRalf Jung-0/+9
2024-08-01Add math functions for `f16` and `f128`Trevor Gross-0/+37
2024-07-30Match LLVM ABI in `extern "C"` functions for `f128` on Windowsbeetrees-1/+3
2024-07-03std: Set has_reliable_f16 to false for MIPS targets in build.rsMartin Nordholts-0/+2
2024-07-03library/std/build.rs: "powerpc64le" is not a target_archMartin Nordholts-1/+1
2024-06-25Add build.rs config for reliable `f16` and `f128`Trevor Gross-0/+62
2024-05-23Move some expected cfgs to std build.rs as per Cargo recommandationUrgau-1/+7
2024-05-23Replace fake "restricted-std" Cargo feature by custom cfgUrgau-1/+2
2024-03-18Support for visionOSAdam Gastineau-0/+1
2024-02-11std: enabling new netbsd (10) calls.David Carlier-1/+3
2024-02-05Add support for custom JSON targets when using build-std.Lawrence Tang-35/+41
2024-01-22zkvm: add partial std supportErik Kaneda-0/+1
2023-12-07add teeos std impl袁浩-0/+1
2023-10-28Remove asmjs from libraryJubilee Young-1/+0
2023-10-20changes from feedbackDavid Carlier-6/+2
2023-10-20std: freebsd build update.David CARLIER-4/+2
2023-10-13Revert "Invoke `backtrace-rs` buildscript in `std` buildscript"Peter Jaszkowiak-8/+0
2023-10-09Support AIX in Rust standard libraryQiu Chaofan-0/+1
2023-10-02Invoke `backtrace-rs` buildscript in `std` buildscriptPeter Jaszkowiak-0/+8
2023-09-22Rebase to masterAyush Singh-1/+0
2023-09-22Add Minimal Std implementation for UEFIAyush Singh-1/+2
2023-09-21added support for GNU/HurdSamuel Thibault-0/+1
2023-08-22libstd: add xous to libstdSean Cross-0/+1
2023-06-21wip: Support Apple tvOS in libstdThom Chiovoloni-1/+1
2023-06-12make sure the standard library compiles properly with synthetic targetsPietro Albini-0/+2
2023-05-07PS Vita std supportNikolay Arhipov-0/+1
2023-03-27socket ancillary data implementation for FreeBSD (from 13 and above).David CARLIER-0/+3
2023-02-28Add QNX Neutrino support to libstdFlorian Bartels-0/+1
2022-07-20Library changes for Apple WatchOSVladimir Michael Eatwell-0/+1
2022-06-13Horizon OS STD supportMeziu-0/+1
2021-11-10std: Get the standard library compiling for wasm64Alex Crichton-0/+1
2021-09-28Add SOLID targetsTomoaki Kawada-0/+1
2021-08-10STD support for the ESP-IDF frameworkivmarkov-0/+1
2020-11-22Drop support for cloudabi targetsLzu Tao-1/+0
2020-11-15Make the libstd build script smallerbjorn3-57/+14
2020-09-21Remove duplicated library links between std and libcJosh Triplett-4/+0
2020-08-24[AVR] Rename the last few remaining references from 'avr-unknown-unknown' to ...Dylan McKay-1/+1
2020-08-09Add RUST_STD_FREEBSD_12_ABI env variableGreg V-0/+3
2020-07-28std: Switch from libbacktrace to gimliAlex Crichton-0/+1
2020-07-27mv std libs to library/mark-0/+91