about summary refs log tree commit diff
path: root/library/std/Cargo.toml
AgeCommit message (Expand)AuthorLines
2023-03-30Update compiler-builtins to 0.1.91 to bring in msp430 shift primitive fixes.William D. Jones-1/+1
2023-03-28Add OpenHarmony targetsAmanieu d'Antras-1/+1
2023-03-02Auto merge of #106673 - flba-eb:add_qnx_nto_stdlib, r=workingjubileebors-1/+1
2023-02-24add support of RustyHermit's BSD socket layerStefan Lankes-1/+1
2023-02-15Use libc which supports QNX NeutrinoFlorian Bartels-1/+1
2023-02-10Drop llvm14-builtins-abi with compiler_builtins 0.1.87Josh Stone-1/+1
2023-01-04Update rand in the stdlib tests, and remove the getrandom feature from itThom Chiovoloni-1/+2
2022-12-08Bump compiler-builtins to 0.1.85Martin Kröning-1/+1
2022-12-03std update libc version and freebsd image build dependenciesDavid CARLIER-1/+1
2022-11-13Update compiler-builtinsAyush Singh-1/+1
2022-11-03std: sync "Dependencies of the `backtrace` crate" with `backtrace`Michael Howell-3/+3
2022-10-19Update libstd's libc to 0.2.135Thom Chiovoloni-1/+1
2022-09-15Update stdarchWesley Wiser-1/+1
2022-09-09std: use futex-based locks and thread parker on Hermitjoboet-1/+1
2022-08-16Update fortanix-sgx-abi and export some useful SGX usercall traitsMohsen Zohrevandi-1/+1
2022-05-26library/std: Bump compiler_builtinsPatryk Wychowaniec-1/+1
2022-05-21Update libc dependency of std to 0.2.126Jason A. Donenfeld-1/+1
2022-04-29Update libc dependency of std to 0.2.125.Mara Bos-1/+1
2022-04-14library: Move `CStr` to libcore, and `CString` to liballocVadim Petrochenkov-1/+1
2022-02-15removing architecture requirements for RustyHermitStefan Lankes-2/+2
2022-02-09Bump compiler-builtins to 0.1.69Amanieu d'Antras-1/+1
2022-01-29Update compiler_builtins to fix duplicate symbols in `armv7-linux-androideabi...Daniel Sommermann-1/+1
2022-01-29Auto merge of #93351 - anp:fuchsia-remove-dir-all, r=tmandrybors-1/+1
2022-01-28Fix remove_dir_all on Fuchsia after CVE fix.Adam Perry-1/+1
2022-01-28wasi: update to wasi 0.11.0Harald Hoyer-1/+1
2022-01-21Update hashbrown to 0.12.0Amanieu d'Antras-1/+1
2021-12-18Update stdlib to the 2021 editionLucas Kent-1/+1
2021-12-15Bump compiler-builtins to 0.1.66Ayrton-1/+1
2021-12-12Stabilize asm! and global_asm!Amanieu d'Antras-1/+1
2021-11-28Bump compiler_builtins to 0.1.55 to bring in fixes for targets lacking atomic...William D. Jones-1/+1
2021-11-27Update libc to 0.2.108Jubilee Young-1/+1
2021-11-26Bump compiler-builtins to 0.1.53Alessandro Decina-1/+1
2021-11-10Update stdarch/dlmallocAlex Crichton-1/+1
2021-11-10Update dlmalloc for libstdAlex Crichton-1/+1
2021-11-10Update stdarch/compiler_builtinsAlex Crichton-1/+1
2021-11-10Use `target_family = "wasm"`Alex Crichton-1/+1
2021-11-10std: Get the standard library compiling for wasm64Alex Crichton-1/+1
2021-11-01Bump libc dependency of std to 0.2.106Tomoaki Kawada-1/+1
2021-10-05library std, libc dependency updateDavid Carlier-1/+1
2021-09-25Expose the std_detect env_override featureLuca Barbato-0/+1
2021-08-24Update rustc-demangle to 0.1.21.Eduard-Mihai Burtescu-1/+1
2021-08-19Auto merge of #88151 - alexcrichton:update-backtrace, r=Mark-Simulacrumbors-2/+2
2021-08-19Update the backtrace crate in libstdAlex Crichton-2/+2
2021-08-13switch to the latest version of hermit-abiStefan Lankes-1/+1
2021-08-10STD support for the ESP-IDF frameworkivmarkov-1/+1
2021-07-29rfc3052: Remove authors field from Cargo manifestsJade-1/+0
2021-07-25macos current_exe using directly libc instead.David CARLIER-1/+1
2021-06-01Update `compiler_builtins` to 0.1.44Tilmann Meyer-1/+1
2021-05-13Update compiler_builtins to 0.1.43Amanieu d'Antras-1/+1
2021-05-13Add support for const operands and options to global_asm!Amanieu d'Antras-1/+1