| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-06-19 | Improve diagnostics for `concat_bytes!` with C string literals | Trevor Gross | -30/+41 | |
| Use the same error as other invalid types for `concat_bytes!`, rather than using `ConcatCStrLit` from `concat!`. Also add more information with a note about why this doesn't work, and a suggestion to use a null-terminated byte string instead. | ||||
| 2025-06-18 | Add a test for `concat_bytes!` with C strings | Trevor Gross | -29/+59 | |
| Also ensure the suggestions are checked, since this will be updated. | ||||
| 2023-04-10 | Migrate most of `rustc_builtin_macros` to diagnostic impls | clubby789 | -4/+4 | |
| Co-authored-by: Joe ST <joe@fbstj.net> Co-authored-by: Michael Goulet <michael@errs.io> | ||||
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+181 | |
