| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-04-13 | Rollup merge of #109036 - chenyukang:yukang/fix-testcase, r=jyn514 | Matthias Krüger | -2/+2 | |
| Fix diff option conflict in UI test Trivial fix for test case `tests/run-make/rustdoc-verify-output-files`, it's failing on MacOS, the `-u` option specifies the unified context format, while the `-q` option specifies only brief output. These two options are incompatible, since the unified context format produces a more detailed output than the brief output format. | ||||
| 2023-03-30 | move `tools.mk` to run-make | Joshua Nelson | -1/+1 | |
| apparently I missed some tests in the last commit. Rather than having dozens of tests use the long version, use the short version in `run-make` and the long version in `run-make-fulldeps` (which is now only three tests) | ||||
| 2023-03-12 | Fix diff option conflict in UI test | yukang | -2/+2 | |
| 2023-03-05 | fix inconsistent json outputs from rustdoc | ozkanonur | -9/+5 | |
| Signed-off-by: ozkanonur <work@onurozkan.dev> | ||||
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+37 | |
