| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2017-10-05 | Remove nacl from libstd | est31 | -21/+0 | |
| 2017-09-08 | Add modifications needed for L4re in libstd | Tobias Schaffner | -0/+11 | |
| This commit adds the needed modifications to compile the std crate for the L4 Runtime environment (L4Re). A target for the L4Re was introduced in commit: c151220a84e40b65e45308cc0f3bbea4466d3acf In many aspects implementations for linux also apply for the L4Re microkernel. Two uncommon characteristics had to be resolved: * L4Re has no network funktionality * L4Re has a maximum stacksize of 1Mb for threads Co-authored-by: Sebastian Humenda <sebastian.humenda@tu-dresden.de> | ||||
| 2016-10-22 | Add Fuchsia support | Raph Levien | -0/+11 | |
| Adds support for the x86_64-unknown-fuchsia target, which covers the Fuchsia operating system. | ||||
| 2016-10-03 | Fix mod declarations on untested platforms | Brian Anderson | -3/+3 | |
| 2016-10-01 | std: Move platform specific env code into sys | Brian Anderson | -0/+173 | |
