about summary refs log tree commit diff
path: root/library/test/Cargo.toml
AgeCommit message (Expand)AuthorLines
2025-08-29Update getopts to remove unicode-width dependencybjorn3-1/+1
2025-03-11Migrate test to Rust 2024Eric Huss-1/+1
2025-02-21Use `public-dependencies` in all sysroot cratesTrevor Gross-2/+4
2024-06-10Remove some unused crate dependencies.Nicholas Nethercote-2/+0
2024-04-14Replace libc::c_int with core::ffi::c_intChris Denton-0/+2
2024-01-30Actually abort in panic-abort-testsTyler Mandry-0/+1
2023-12-31Remove libtest's dylibBen Kimock-3/+0
2023-04-25Add a `sysroot` crate to represent the standard library cratesJohn Kåre Alsaker-20/+0
2023-02-24test: drop unused depsklensy-2/+0
2022-11-21Update test's cfg-if dependency to 1.0Collin Baker-1/+1
2021-12-23Switch all libraries to the 2021 editionDeadbeef-1/+1
2021-09-25Expose the std_detect env_override featureLuca Barbato-0/+1
2021-07-29rfc3052: Remove authors field from Cargo manifestsJade-1/+0
2021-07-18Move `library/term/src` to `library/test/src/term/`.Charles Lew-1/+0
2021-01-07Update `compiler_builtins` to 0.1.39Yuki Okushi-1/+1
2020-11-16libary: Forward compiler-builtins "asm" and "mangled-names" featureStefan Lankes-0/+2
2020-10-21allow using the system-wide llvm-libunwind as the unwinderMarc-Antoine Perennou-0/+1
2020-09-27libary: Forward compiler-builtins "mem" featureJoe Richey-0/+1
2020-07-27mv std libs to library/mark-0/+33