| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-11-11 | move `src/tools/build_helper` into `src/build_helper` | onur-ozkan | -1/+1 | |
| Signed-off-by: onur-ozkan <work@onurozkan.dev> | ||||
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -4/+7 | |
| The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options. | ||||
| 2024-06-07 | compiletest: Allow multiple `//@ run-flags:` headers | Zalathar | -3/+1 | |
| 2023-06-23 | Make `try_run` return a `Result<(), ()>` instead of a boolean | Guillaume Gomez | -2/+2 | |
| 2023-06-23 | Fix rustdoc-gui tester | Guillaume Gomez | -3/+6 | |
| 2023-06-12 | add more info to error when calling npm | klensy | -4/+10 | |
| 2023-06-12 | few fixes to rust rustdoc-gui tests on windows | klensy | -1/+1 | |
| 2023-05-30 | use `build_helper::util::try_run` in rustdoc-gui-test | ozkanonur | -17/+2 | |
| Signed-off-by: ozkanonur <work@onurozkan.dev> | ||||
| 2023-05-29 | improve `rustdoc-gui-test` to find local `node_modules` | ozkanonur | -0/+10 | |
| Signed-off-by: ozkanonur <work@onurozkan.dev> | ||||
| 2023-05-20 | create new tool rustdoc-gui-test | ozkanonur | -0/+233 | |
