| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-01-11 | std: begin moving platform support modules into `pal` | joboet | -58/+0 | |
| 2023-10-28 | Remove asmjs from library | Jubilee Young | -1/+0 | |
| 2023-08-14 | add a csky-unknown-linux-gnuabiv2 target | Dirreke | -0/+1 | |
| 2023-07-18 | support for mips32r6 as a target_arch value | chenx97 | -0/+1 | |
| 2023-07-18 | support for mips64r6 as a target_arch value | chenx97 | -0/+1 | |
| 2023-04-04 | library/std: Add support for loongarch64 | zhaixiaojuan | -0/+1 | |
| 2023-01-21 | library/std/sys_common: Define MIN_ALIGN for m68k-unknown-linux-gnu | John Paul Adrian Glaubitz | -0/+1 | |
| 2022-11-26 | Remove redundant `all` in cfg | Chris Denton | -6/+6 | |
| 2022-03-16 | resolve the conflict in compiler/rustc_session/src/parse.rs | codehorseman | -1/+1 | |
| Signed-off-by: codehorseman <cricis@yeah.net> | ||||
| 2022-01-13 | Set the allocation MIN_ALIGN for espidf to 4. | Scott Mabin | -2/+8 | |
| 2021-11-10 | std: Get the standard library compiling for wasm64 | Alex Crichton | -1/+2 | |
| This commit goes through and updates various `#[cfg]` as appropriate to get the wasm64-unknown-unknown target behaving similarly to the wasm32-unknown-unknown target. Most of this is just updating various conditions for `target_arch = "wasm32"` to also account for `target_arch = "wasm64"` where appropriate. This commit also lists `wasm64` as an allow-listed architecture to not have the `restricted_std` feature enabled, enabling experimentation with `-Z build-std` externally. The main goal of this commit is to enable playing around with `wasm64-unknown-unknown` externally via `-Z build-std` in a way that's similar to the `wasm32-unknown-unknown` target. These targets are effectively the same and only differ in their pointer size, but wasm64 is much newer and has much less ecosystem/library support so it'll still take time to get wasm64 fully-fledged. | ||||
| 2021-08-10 | STD support for the ESP-IDF framework | ivmarkov | -1/+2 | |
| 2021-04-14 | Update documentation | Christiaan Dirkx | -2/+0 | |
| 2021-04-14 | Move `std::sys_common::alloc` to `std::sys::common` | Christiaan Dirkx | -0/+48 | |
