about summary refs log tree commit diff
path: root/compiler/rustc_errors/src/styled_buffer.rs
AgeCommit message (Expand)AuthorLines
2024-08-27Add `warn(unreachable_pub)` to `rustc_errors`.Nicholas Nethercote-10/+10
2023-01-30Replace some `_ == _ || _ == _`s with `matches!(_, _ | _)`sMaybe Waffle-1/+1
2022-03-30Spellchecking some commentsYuri Astrakhan-1/+1
2021-04-24reviewklensy-24/+14
2021-04-16rename StyledBuffer.text to linesklensy-18/+18
2021-04-16StyledBuffer::set_style: check overwrite firstklensy-2/+2
2021-04-16StyledBuffer::prepend: if line is empty, insert content without inserting spacesklensy-3/+5
2021-04-16added some docs for StyledBufferklensy-0/+17
2021-04-16added default for StyledCharklensy-2/+8
2021-04-16refactored StyledBuffer parts into StyledCharklensy-21/+26
2021-03-26Use iter::zip in compiler/Josh Stone-2/+3
2021-02-03Reduce tab formatting assertions to debug onlyJ. Ryan Stinnett-1/+1
2020-12-09Replace tabs earlier in diagnosticsJ. Ryan Stinnett-24/+3
2020-08-30mv compiler to compiler/mark-0/+151