index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_errors
/
src
/
styled_buffer.rs
Age
Commit message (
Expand
)
Author
Lines
2025-07-28
use let chains in ast, borrowck, codegen, const_eval
Kivooeo
-6
/
+5
2025-03-07
Fix rustdoc test
Esteban Küber
-0
/
+3
2025-03-07
On long spans, trim the middle of them to make them fit in the terminal width
Esteban Küber
-0
/
+10
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