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
Age
Commit message (
Expand
)
Author
Lines
2021-03-27
Fix compiler docs
Joshua Nelson
-0
/
+9
2021-03-27
Remove (lots of) dead code
Joshua Nelson
-82
/
+8
2021-03-27
Remove unused `DiagnosticBuilder::sub` function
Joshua Nelson
-13
/
+2
2021-03-27
Rollup merge of #82917 - cuviper:iter-zip, r=m-ou-se
Dylan DPC
-5
/
+5
2021-03-27
lazily calls some fns
klensy
-1
/
+1
2021-03-26
Use iter::zip in compiler/
Josh Stone
-5
/
+5
2021-03-24
small cleanups in rustc_errors / emitter
Andre Bogus
-20
/
+14
2021-03-17
Remove unnecessary `forward_inner_docs` hack
Joshua Nelson
-15
/
+7
2021-03-06
Change x64 size checks to not apply to x32.
Harald van Dijk
-1
/
+1
2021-02-27
Even faster counting of digits for error line numbers
Andre Bogus
-12
/
+26
2021-02-25
Rollup merge of #82087 - estebank:abolish-ice, r=oli-obk
Dylan DPC
-0
/
+6
2021-02-23
Rollup merge of #82255 - nhwn:nonzero-err-as-bug, r=davidtwco
Dylan DPC
-6
/
+7
2021-02-18
nhwn: optimize counting digits in line numbers
Nathan Nguyen
-1
/
+12
2021-02-18
nhwn: make treat_err_as_bug Option<NonZeroUsize>
Nathan Nguyen
-6
/
+7
2021-02-13
Fix ICE caused by suggestion with no code substitutions
Esteban Küber
-0
/
+6
2021-02-07
Make sure all fields are accounted for in `encode_fields!`
Jeremy Fitzhardinge
-4
/
+31
2021-02-07
Implement Encoder for Diagnostic manually
Jeremy Fitzhardinge
-1
/
+37
2021-02-07
Add `--extern-loc` to augment unused crate dependency diagnostics
Jeremy Fitzhardinge
-1
/
+64
2021-02-03
Make panic/assert calls in rustc compatible with Rust 2021.
Mara Bos
-2
/
+2
2021-02-03
Reduce tab formatting assertions to debug only
J. Ryan Stinnett
-2
/
+2
2021-02-02
Bump rustfmt version
Mark Rousskov
-6
/
+11
2021-01-26
Avoid describing a method as 'not found' when bounds are unsatisfied
Aaron Hill
-4
/
+4
2021-01-14
Use Option::map_or instead of `.map(..).unwrap_or(..)`
LingMan
-2
/
+2
2021-01-12
Rollup merge of #79757 - jryans:long-line-tab-handling-early-expand, r=estebank
Yuki Okushi
-29
/
+23
2020-12-18
Switch compiler/ to intra-doc links
Joshua Nelson
-2
/
+0
2020-12-16
Fix typo in method name
Camelid
-2
/
+2
2020-12-16
Add more documentation to `Diagnostic` and `DiagnosticBuilder`
Camelid
-11
/
+50
2020-12-09
Replace tabs earlier in diagnostics
J. Ryan Stinnett
-29
/
+23
2020-11-17
Rollup merge of #74293 - GuillaumeGomez:rustdoc-test-compiler-output-color, r...
Mara Bos
-0
/
+17
2020-11-17
Simplfy color availability check
Guillaume Gomez
-0
/
+17
2020-11-16
clarify `span_label` documentation
Andy Russell
-8
/
+10
2020-11-03
Auto merge of #76931 - oli-obk:const_prop_inline_lint_madness, r=wesleywiser
bors
-2
/
+5
2020-10-30
Some work
Aaron Hill
-2
/
+8
2020-10-30
Implement rustc side of report-future-incompat
Aaron Hill
-39
/
+137
2020-10-30
Fix even more clippy warnings
Joshua Nelson
-16
/
+4
2020-10-29
Fix typos
Dániel Buga
-2
/
+2
2020-10-27
Address review comment
oli
-1
/
+2
2020-10-27
Show the inline stack of MIR lints that only occur after inlining
Oliver Scherer
-2
/
+4
2020-10-14
Remove unused code from remaining compiler crates
est31
-15
/
+0
2020-09-23
/nightly/nightly-rustc
Erik Hofmayer
-1
/
+1
2020-09-23
Updated html_root_url for compiler crates
Erik Hofmayer
-1
/
+1
2020-09-21
Rollup merge of #76846 - botika:master, r=davidtwco
Ralf Jung
-21
/
+13
2020-09-18
use matches!() macro for simple if let conditions
Matthias Krüger
-5
/
+3
2020-09-18
Simplify panic_if_treat_err_as_bug avoiding allocations
Juan Aguilar Santillana
-7
/
+5
2020-09-17
Remove redundant to_string
Juan Aguilar Santillana
-14
/
+8
2020-09-11
replacing sub's that can wrap by saturating_sub's
Aurélien Deharbe
-3
/
+3
2020-09-02
rustc_{errors,session}: add `delay_good_path_bug`
Dan Aloni
-7
/
+48
2020-08-30
mv compiler to compiler/
mark
-0
/
+5552