| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-06-05 | Promote `arm64ec-pc-windows-msvc` to tier 2 | Daniel Paoliello | -1/+5 | |
| 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 | -1/+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-25 | Remove outdated cfg on `le32` | Urgau | -1/+0 | |
| See https://github.com/rust-lang/rust/pull/45041 for the removal of the target (le32-unknown-nacl). | ||||
| 2022-04-14 | Remove use of `#[rustc_deprecated]` | Jacob Pratt | -5/+5 | |
| 2022-01-09 | Compute most of Public/Exported access level in rustc_resolve | Lamb | -0/+1 | |
| Mak DefId to AccessLevel map in resolve for export hir_id to accesslevel in resolve and applied in privacy using local def id removing tracing probes making function not recursive and adding comments Move most of Exported/Public res to rustc_resolve moving public/export res to resolve fix missing stability attributes in core, std and alloc move code to access_levels.rs return for some kinds instead of going through them Export correctness, macro changes, comments add comment for import binding add comment for import binding renmae to access level visitor, remove comments, move fn as closure, remove new_key fmt fix rebase fix rebase fmt fmt fix: move macro def to rustc_resolve fix: reachable AccessLevel for enum variants fmt fix: missing stability attributes for other architectures allow unreachable pub in rustfmt fix: missing impl access level + renaming export to reexport Missing impl access level was found thanks to a test in clippy | ||||
| 2021-09-17 | libstd: Add m68k for raw type definitions on Linux | John Paul Adrian Glaubitz | -0/+1 | |
| 2021-05-03 | Cleanup `std::os` | Christiaan Dirkx | -1/+0 | |
| 2021-02-02 | Fix AArch64 types in std::os::raw | Amanieu d'Antras | -8/+8 | |
| 2020-09-28 | library/std: Set OS raw type definitions for sparc-unknown-linux-gnu | John Paul Adrian Glaubitz | -0/+1 | |
| 2020-09-16 | library/std: linux: Add support for RISC-V 32-bit | Alistair Francis | -1/+2 | |
| Signed-off-by: Alistair Francis <alistair.francis@wdc.com> | ||||
| 2020-09-11 | Update `std::os` module documentation. | Christiaan Dirkx | -1/+1 | |
| Adds missing descriptions for the modules std::os::linux::fs and std::os::windows::io. Also adds punctuation for consistency with other descriptions. | ||||
| 2020-07-27 | Hexagon libstd: update type defs | Brian Cain | -24/+24 | |
| 2020-07-27 | mv std libs to library/ | mark | -0/+363 | |
