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
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2021-09-22
Rollup merge of #89046 - oli-obk:fix_oflo, r=estebank
the8472
-1
/
+3
2021-09-20
Add some more tracing
Oli Scherer
-1
/
+3
2021-09-20
Workaround ICE with if-let and RFC 2229
Mark Rousskov
-4
/
+2
2021-09-08
Bump stage0 compiler to 1.56
Mark Rousskov
-1
/
+0
2021-08-25
Use if-let guards in the codebase
Léo Lanteri Thauvin
-7
/
+9
2021-08-23
review comments
Esteban Kuber
-5
/
+26
2021-08-23
remove unnecessary `info!()` logging
Esteban Kuber
-2
/
+1
2021-08-23
Fixes to span locations
Esteban Kuber
-2
/
+1
2021-08-23
wip
Esteban Kuber
-1
/
+2
2021-08-23
Account for tabs when highlighting multiline code suggestions
Esteban Kuber
-6
/
+16
2021-08-11
Modify structured suggestion output
Esteban Küber
-7
/
+76
2021-08-05
Remove warnings/errors from compiler when using typeck_body in rustdoc span m...
Guillaume Gomez
-1
/
+16
2021-07-11
Simplify future incompatible reporting.
Eric Huss
-2
/
+1
2021-07-06
Auto merge of #86572 - rylev:force-warnings-always, r=nikomatsakis
bors
-2
/
+31
2021-07-06
Add missing docs and remove dead code
Ryan Levick
-2
/
+10
2021-07-01
New force_warn diagnostic builder and ensure cap-lints doesn't reduce force_w...
Ryan Levick
-0
/
+18
2021-06-30
Force warnings even when can_emit_warnings == false
Ryan Levick
-2
/
+5
2021-06-28
Update to new bootstrap compiler
Mark Rousskov
-1
/
+0
2021-06-02
Miscellaneous inlining improvements
Tomasz Miąsko
-0
/
+2
2021-05-18
Stabilize extended_key_value_attributes
Joshua Nelson
-1
/
+1
2021-05-12
Show macro name in 'this error originates in macro' message
Aaron Hill
-0
/
+1
2021-05-08
Note why `Handler::fatal` is different from `Sesssion::fatal`
Joshua Nelson
-0
/
+1
2021-05-08
Make `Diagnostic::span_fatal` unconditionally raise an error
Joshua Nelson
-4
/
+4
2021-05-05
lazify backtrace formatting for delayed diagnostics
The8472
-5
/
+22
2021-04-19
fix few typos
klensy
-1
/
+1
2021-04-04
Rollup merge of #73945 - est31:unused_externs, r=Mark-Simulacrum
Dylan DPC
-0
/
+8
2021-03-27
Remove (lots of) dead code
Joshua Nelson
-4
/
+0
2021-03-26
Use iter::zip in compiler/
Josh Stone
-0
/
+1
2021-03-17
Remove unnecessary `forward_inner_docs` hack
Joshua Nelson
-0
/
+1
2021-03-08
Emit the lint level of the unused-crate-dependencies
est31
-4
/
+4
2021-03-08
Emit unused externs
est31
-0
/
+8
2021-03-06
Change x64 size checks to not apply to x32.
Harald van Dijk
-1
/
+1
2021-02-18
nhwn: make treat_err_as_bug Option<NonZeroUsize>
Nathan Nguyen
-6
/
+7
2021-02-07
Implement Encoder for Diagnostic manually
Jeremy Fitzhardinge
-0
/
+4
2021-02-07
Add `--extern-loc` to augment unused crate dependency diagnostics
Jeremy Fitzhardinge
-1
/
+34
2021-02-03
Make panic/assert calls in rustc compatible with Rust 2021.
Mara Bos
-2
/
+2
2021-01-14
Use Option::map_or instead of `.map(..).unwrap_or(..)`
LingMan
-2
/
+2
2020-10-30
Implement rustc side of report-future-incompat
Aaron Hill
-29
/
+82
2020-10-30
Fix even more clippy warnings
Joshua Nelson
-8
/
+2
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-18
Simplify panic_if_treat_err_as_bug avoiding allocations
Juan Aguilar Santillana
-7
/
+5
2020-09-02
rustc_{errors,session}: add `delay_good_path_bug`
Dan Aloni
-7
/
+48
2020-08-30
mv compiler to compiler/
mark
-0
/
+1021