rust/library/std
许杰友 Jieyou Xu (Joe) cc58e8b7ec
Rollup merge of #136418 - Ayush1325:command-env, r=jhpratt
uefi: process: Add support for command environment variables

Set environment variables before launching the process and restore the prior variables after the program exists.

This is the same implementation as the one used by UEFI Shell Execute [0].

[0]: 2d2642f483/ShellPkg/Application/Shell/ShellProtocol.c (L1700)
2025-02-05 19:09:35 +08:00
..
benches Move std::time unit tests to integration tests 2025-01-26 10:28:04 +00:00
src Rollup merge of #136418 - Ayush1325:command-env, r=jhpratt 2025-02-05 19:09:35 +08:00
tests Remove stabilized feature gate 2025-02-02 18:28:08 +00:00
build.rs Enable f128 tests on all non-buggy platforms 🎉 2024-11-03 19:33:04 -06:00
Cargo.toml Rollup merge of #135621 - bjorn3:move_tests_to_stdtests, r=Noratrieb 2025-02-04 05:36:50 -05:00