| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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 | |
