| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-01-31 | tests: port `symbol-mangling-hashed` to rmake.rs | 许杰友 Jieyou Xu (Joe) | -68/+128 | |
| - Use `object` based test logic instead of processing `nm` human-readable textual output. - Try to expand test coverage to not be limited to only linux + x86_64. Co-authored-by: binarycat <binarycat@envs.net> | ||||
| 2024-05-31 | Run rustfmt on `tests/run-make/`. | Nicholas Nethercote | -5/+5 | |
| With the exception of `tests/run-make/translation/test.rs`, which has a syntax error. The expected output in `rustdoc-error-lines/rmake.rs`'s required slight tweaking. The two `reproducible-build.rs` files need `// ignore-tidy-linelength` because rustfmt produces lines longer than 100 chars, which tidy doesn't like, yuk. | ||||
| 2024-05-24 | Move the checks for Arguments constructors to inline const | Ben Kimock | -2/+2 | |
| 2024-01-26 | MCP #705: Provide the option `-Csymbol-mangling-version=hashed -Z ↵ | h1467792822 | -0/+75 | |
| unstable-options` to shorten symbol names by replacing them with a digest. Enrich test cases | ||||
