| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-08-29 | Update getopts to remove unicode-width dependency | bjorn3 | -1/+1 | |
| 2025-03-11 | Migrate test to Rust 2024 | Eric Huss | -1/+1 | |
| 2025-02-21 | Use `public-dependencies` in all sysroot crates | Trevor Gross | -2/+4 | |
| In [1], most dependencies of `std` and other sysroot crates were marked private, but this did not happen for `alloc` and `test`. Update these here, marking public standard library crates as the only non-private dependencies. [1]: https://github.com/rust-lang/rust/pull/111076 | ||||
| 2024-06-10 | Remove some unused crate dependencies. | Nicholas Nethercote | -2/+0 | |
| I found these by setting the `unused_crate_dependencies` lint temporarily to `Warn`. | ||||
| 2024-04-14 | Replace libc::c_int with core::ffi::c_int | Chris Denton | -0/+2 | |
| And remove the libc crate when it isn't needed | ||||
| 2024-01-30 | Actually abort in panic-abort-tests | Tyler Mandry | -0/+1 | |
| 2023-12-31 | Remove libtest's dylib | Ben Kimock | -3/+0 | |
| 2023-04-25 | Add a `sysroot` crate to represent the standard library crates | John Kåre Alsaker | -20/+0 | |
| 2023-02-24 | test: drop unused deps | klensy | -2/+0 | |
| 2022-11-21 | Update test's cfg-if dependency to 1.0 | Collin Baker | -1/+1 | |
| This change was mistakenly left out of #103367 | ||||
| 2021-12-23 | Switch all libraries to the 2021 edition | Deadbeef | -1/+1 | |
| 2021-09-25 | Expose the std_detect env_override feature | Luca Barbato | -0/+1 | |
| 2021-07-29 | rfc3052: Remove authors field from Cargo manifests | Jade | -1/+0 | |
| Since RFC 3052 soft deprecated the authors field anyway, hiding it from crates.io, docs.rs, and making Cargo not add it by default, and it is not generally up to date/useful information, we should remove it from crates in this repo. | ||||
| 2021-07-18 | Move `library/term/src` to `library/test/src/term/`. | Charles Lew | -1/+0 | |
| 2021-01-07 | Update `compiler_builtins` to 0.1.39 | Yuki Okushi | -1/+1 | |
| 2020-11-16 | libary: Forward compiler-builtins "asm" and "mangled-names" feature | Stefan Lankes | -0/+2 | |
| Now users will be able to do: ``` cargo build -Zbuild-std=core -Zbuild-std-features=compiler-builtins-asm ``` and correctly get the assembly implemenations for `memcpy` and friends. | ||||
| 2020-10-21 | allow using the system-wide llvm-libunwind as the unwinder | Marc-Antoine Perennou | -0/+1 | |
| Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com> | ||||
| 2020-09-27 | libary: Forward compiler-builtins "mem" feature | Joe Richey | -0/+1 | |
| This fixes https://github.com/rust-lang/wg-cargo-std-aware/issues/53 Now users will be able to do: ``` cargo build -Zbuild-std=core -Zbuild-std-features=compiler-builtins-mem ``` and correctly get the Rust implemenations for `memcpy` and friends. Signed-off-by: Joe Richey <joerichey@google.com> | ||||
| 2020-07-27 | mv std libs to library/ | mark | -0/+33 | |
