about summary refs log tree commit diff
path: root/tests/run-make/non-unicode-env
AgeCommit message (Collapse)AuthorLines
2025-06-12ignore `run-make` tests that need `std` on `no_std` targetsFolkert de Vries-0/+1
In particular, anything that includes `none` in the target tripple, and `nvptx64-nvidia-cuda`
2025-03-14Do not suggest using `-Zmacro-backtrace` for builtin macrosEsteban Küber-4/+0
For macros that are implemented on the compiler, we do *not* mention the `-Zmacro-backtrace` flag. This includes `derive`s and standard macros.
2024-10-13Fix bug where `option_env!` would return `None` when env var is present but ↵beetrees-1/+10
not valid Unicode
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+1
The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options.
2024-07-17tests: update for `rfs` rename许杰友 Jieyou Xu (Joe)-1/+1
2024-07-17tests: update for renamed `fs` module in run_make_support许杰友 Jieyou Xu (Joe)-2/+2
2024-06-11Implement fs wrapper for run_make_supportOneirical-1/+2
2024-06-08Migrate runmake tests away from custom commands and `command_output`Jakub Beránek-2/+1
2024-05-02Cleanup: Rid the `rmake` test runners of `extern crate run_make_support;`León Orell Valerian Liehr-2/+0
2024-04-01Fix error message for `env!` when env var is not valid Unicodebeetrees-0/+27