| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-06-12 | ignore `run-make` tests that need `std` on `no_std` targets | Folkert de Vries | -0/+1 | |
| In particular, anything that includes `none` in the target tripple, and `nvptx64-nvidia-cuda` | ||||
| 2025-03-14 | Do not suggest using `-Zmacro-backtrace` for builtin macros | Esteban 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-13 | Fix bug where `option_env!` would return `None` when env var is present but ↵ | beetrees | -1/+10 | |
| not valid Unicode | ||||
| 2024-07-29 | Reformat `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-17 | tests: update for `rfs` rename | 许杰友 Jieyou Xu (Joe) | -1/+1 | |
| 2024-07-17 | tests: update for renamed `fs` module in run_make_support | 许杰友 Jieyou Xu (Joe) | -2/+2 | |
| 2024-06-11 | Implement fs wrapper for run_make_support | Oneirical | -1/+2 | |
| 2024-06-08 | Migrate runmake tests away from custom commands and `command_output` | Jakub Beránek | -2/+1 | |
| 2024-05-02 | Cleanup: Rid the `rmake` test runners of `extern crate run_make_support;` | León Orell Valerian Liehr | -2/+0 | |
| 2024-04-01 | Fix error message for `env!` when env var is not valid Unicode | beetrees | -0/+27 | |
