| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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 | -6/+6 | |
| 2022-03-09 | put L4Re specifics into their own platform | Benjamin Lamowski | -0/+754 | |
| The initial stdlib modifications for L4Re just used the linux specifics directly because they were reasonably close to L4Re's behavior. However, this breaks when Linux-specific code relies on code that is only available for the linux target, such as in #81825. Put L4Re into its own platform to avoid such breakage in the future. This uses the Linux-specific code as a starting point, which seems to be in line with other OSes with a unix-y interface such as Fuchsia. | ||||
