| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-10-18 | Change how `Symbol::Debug` works. | Nicholas Nethercote | -1/+1 | |
| Currently, `Symbol::Debug` and `Symbol::Display` produce the same output; neither wraps the symbol in double quotes. This commit changes `Symbol::Debug` so it wraps the symbol in quotes. This change brings `Symbol`'s behaviour in line with `String` and `InternedString`. The change requires a couple of trivial test output adjustments. | ||||
| 2019-09-17 | Print syntax contexts and marks when printing hygiene information | Matthew Jasper | -0/+10 | |
| 2019-07-16 | Make pretty-expanded-hygiene a `ui` test | Matthew Jasper | -0/+15 | |
| `normalize-stdout-test` removes the need for Make, and it can be updated with `--bless` this way | ||||
