| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2024-08-27 | Add `warn(unreachable_pub)` to `rustc_errors`. | Nicholas Nethercote | -10/+10 |
| 2023-01-30 | Replace some `_ == _ || _ == _`s with `matches!(_, _ | _)`s | Maybe Waffle | -1/+1 |
| 2022-03-30 | Spellchecking some comments | Yuri Astrakhan | -1/+1 |
| 2021-04-24 | review | klensy | -24/+14 |
| 2021-04-16 | rename StyledBuffer.text to lines | klensy | -18/+18 |
| 2021-04-16 | StyledBuffer::set_style: check overwrite first | klensy | -2/+2 |
| 2021-04-16 | StyledBuffer::prepend: if line is empty, insert content without inserting spaces | klensy | -3/+5 |
| 2021-04-16 | added some docs for StyledBuffer | klensy | -0/+17 |
| 2021-04-16 | added default for StyledChar | klensy | -2/+8 |
| 2021-04-16 | refactored StyledBuffer parts into StyledChar | klensy | -21/+26 |
| 2021-03-26 | Use iter::zip in compiler/ | Josh Stone | -2/+3 |
| 2021-02-03 | Reduce tab formatting assertions to debug only | J. Ryan Stinnett | -1/+1 |
| 2020-12-09 | Replace tabs earlier in diagnostics | J. Ryan Stinnett | -24/+3 |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+151 |
