about summary refs log tree commit diff
path: root/library/std/Cargo.toml
AgeCommit message (Expand)AuthorLines
2024-09-01Auto merge of #127897 - nyurik:add-qnx-70-target, r=saethlinbors-1/+1
2024-08-30Squashed `aarch64_unknown_nto_qnx700` supportYuri Astrakhan-1/+1
2024-08-29Update `compiler_builtins` to `0.1.123`Amjad Alsharafi-1/+1
2024-08-23Update `compiler_builtins` to `0.1.121`Scott McMurray-1/+1
2024-08-22Update `compiler_builtins` to `0.1.120`Amjad Alsharafi-1/+1
2024-08-14Rollup merge of #128873 - ChrisDenton:windows-targets, r=Mark-SimulacrumMatthias Krüger-1/+4
2024-08-09Add windows-targets crate to std's sysrootChris Denton-1/+4
2024-08-08Update compiler-builtins version to 0.1.118Guillaume Gomez-1/+1
2024-08-06Update `compiler-builtins` to 0.1.117Trevor Gross-1/+1
2024-07-29Auto merge of #125016 - nicholasbishop:bishop-cb-112, r=tgross35bors-2/+2
2024-07-28Update compiler_builtins to 0.1.114Nicholas Bishop-2/+2
2024-07-24Auto merge of #127153 - NobodyXu:pipe, r=ChrisDentonbors-12/+44
2024-07-23Initial implementation of anonymous_pipeJiahao XU-12/+44
2024-07-19uefi: process: Fixes from PRAyush Singh-1/+1
2024-07-05Add experimental raw-dylib feature to stdChris Denton-0/+4
2024-06-27Cleanup bootstrap check-cfgUrgau-2/+0
2024-06-07add HermitOS support of vectored read/write operationsStefan Lankes-1/+1
2024-06-06Update backtrace to 0.3.73Jubilee Young-2/+2
2024-05-27Sync libstd deps with backtraceJubilee Young-2/+2
2024-05-24Remove now outdated comment since we bumped stage0Urgau-1/+0
2024-05-23Copy core/alloc check-cfg message also in stdUrgau-0/+3
2024-05-23Move some expected cfgs to std build.rs as per Cargo recommandationUrgau-2/+0
2024-05-23Expect any feature cfg in core and std cratesUrgau-1/+4
2024-05-21Update check-cfg lists for stdLzu Tao-0/+10
2024-05-21Rollup merge of #125011 - diondokter:opt-for-size, r=Amanieu,kobzolMatthias Krüger-0/+2
2024-05-20Remove Windows dependency on libcBen Kimock-3/+0
2024-05-18Update libc to 0.2.155Mads Marquart-3/+2
2024-05-11Pin libc back to 0.2.153Mark Rousskov-2/+3
2024-05-11Add flag to std and alloc tooDion Dokter-0/+2
2024-05-02library/std: Remove unused `gimli-symbolize` featureMartin Nordholts-2/+0
2024-04-14Replace libc::c_int with core::ffi::c_intChris Denton-1/+6
2024-02-28add platform-specific function to get the error number for HermitOSStefan Lankes-1/+1
2024-02-01Update libc to 0.2.153Aphek-1/+1
2024-01-09Update compiler_builtins to 0.1.105Brian Cain-1/+1
2024-01-09Rollup merge of #118645 - Patryk27:bump-compiler-builtins, r=Nilstrieb,dtolnayGuillaume Gomez-3/+3
2023-12-13Use different cfg for AIXKai Luo-1/+6
2023-12-12Add xcoff supportKai Luo-1/+1
2023-12-05chore: Bump compiler_builtinsPatryk Wychowaniec-3/+3
2023-11-05libc: bump dependency to 0.2.150Urgau-1/+1
2023-11-04Bump compiler_builtins to 0.1.103Nicholas Bishop-1/+1
2023-10-29Increase the reach of panic_immediate_abortBen Kimock-1/+1
2023-10-15Auto merge of #116527 - sthibaul:libc, r=Mark-Simulacrumbors-1/+1
2023-10-13Revert "Invoke `backtrace-rs` buildscript in `std` buildscript"Peter Jaszkowiak-4/+0
2023-10-08Bump libc dependencySamuel Thibault-1/+1
2023-10-02Invoke `backtrace-rs` buildscript in `std` buildscriptPeter Jaszkowiak-0/+4
2023-09-22Fixes from PRAyush Singh-1/+1
2023-09-22Add Minimal Std implementation for UEFIAyush Singh-0/+4
2023-09-19Rollup merge of #115839 - Dirreke:bump-libc, r=dtolnayGuillaume Gomez-1/+1
2023-09-14Bump libc to 0.2.148dirreke-1/+1
2023-08-22std: xous: add alloc supportSean Cross-2/+2