| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-09-06 | Simplify rustdoc-gui tester by calling directly `browser-ui-test` | Guillaume Gomez | -7/+13 | |
| 2025-07-19 | integrate build_helper::npm into js checks and package.json usage | binarycat | -4/+2 | |
| 2025-07-17 | Rollup merge of #143851 - lolbinarycat:bootstrap-node_modules, r=Kobzol | León Orell Valerian Liehr | -80/+13 | |
| ci cleanup: rustdoc-gui-test now installs browser-ui-test this removes the need for --unsafe-perm in the Dockerfile. cc ```@GuillaumeGomez``` ```@Kobzol``` | ||||
| 2025-07-15 | ci cleanup: rustdoc-gui-test now installs browser-ui-test | binarycat | -80/+13 | |
| this removes the need for --unsafe-perm in the Dockerfile. | ||||
| 2025-07-12 | Make rustdoc-gui-test dummy compiletest config purpose explicit | Jieyou Xu | -5/+1 | |
| 2025-07-12 | Rename `Mode` to `TestMode` | Jieyou Xu | -1/+1 | |
| It is *critical* that we maintain clear nomenclature in `compiletest`. We have many types of "modes" in `compiletest` -- pass modes, coverage modes, compare modes, you name it. `Mode` is also a *super* general term. Rename it to `TestMode` to leave no room for such ambiguity. As a follow-up, I also intend to introduce an enum for `TestSuite`, then rid of all usage of glob re-exported `TestMode::*` enum variants -- many test suites share the same name as the test mode. | ||||
| 2025-07-02 | Rename `header` -> `directives` | Jieyou Xu | -1/+1 | |
| compiletest has confusingly two terminology to refer to the same concept -- "headers" and "directives". To make this more self-consistent and less confusing, stick with "directives" only. This commit **intentionally** tries to be limited to move-only (modulo some key usage reference renames) to help git history. | ||||
| 2025-05-01 | Improve error output in case `nodejs` or `npm` is not installed for ↵ | Guillaume Gomez | -4/+13 | |
| rustdoc-gui test suite | ||||
| 2025-04-13 | rustdoc-gui-test: pass a `camino::Utf8PathBuf` to `compiletest` | Jieyou Xu | -1/+6 | |
| 2025-03-17 | replace config.toml to bootstrap.toml in src:tools | bit-aloo | -1/+1 | |
| 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 | |
