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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_errors
/
src
Age
Commit message (
Expand
)
Author
Lines
2021-08-27
Path remapping: Make behavior of diagnostics output dependent on presence of ...
Michael Woerister
-6
/
+6
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
-11
/
+9
2021-08-23
wip
Esteban Kuber
-20
/
+13
2021-08-23
Account for tabs when highlighting multiline code suggestions
Esteban Kuber
-25
/
+45
2021-08-11
Modify structured suggestion output
Esteban Küber
-25
/
+180
2021-08-05
Remove warnings/errors from compiler when using typeck_body in rustdoc span m...
Guillaume Gomez
-1
/
+16
2021-08-04
Remove trailing whitespace from error messages
Fabian Wolff
-2
/
+5
2021-07-30
Use multispan suggestions more often
Esteban Küber
-0
/
+38
2021-07-19
Various diagnostics clean ups/tweaks
Esteban Küber
-8
/
+19
2021-07-11
Simplify future incompatible reporting.
Eric Huss
-12
/
+6
2021-07-10
rustc_span: Revert addition of `proc_macro` field to `ExpnKind::Macro`
Vadim Petrochenkov
-18
/
+3
2021-07-08
Rework SESSION_GLOBALS API to prevent overwriting it
Guillaume Gomez
-6
/
+1
2021-07-06
Auto merge of #86572 - rylev:force-warnings-always, r=nikomatsakis
bors
-6
/
+43
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
-6
/
+17
2021-06-28
Update to new bootstrap compiler
Mark Rousskov
-1
/
+0
2021-06-07
Auto merge of #85903 - bjorn3:rustc_serialize_cleanup, r=varkor
bors
-2
/
+2
2021-06-02
Miscellaneous inlining improvements
Tomasz Miąsko
-0
/
+2
2021-06-01
Remove unused functions and arguments from rustc_serialize
bjorn3
-2
/
+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
-7
/
+7
2021-05-12
Auto merge of #83813 - cbeuw:remap-std, r=michaelwoerister
bors
-6
/
+7
2021-05-12
Implement span quoting for proc-macros
Aaron Hill
-3
/
+18
2021-05-10
Rollup merge of #85050 - FabianWolff:issue-84592, r=jackh726
Dylan DPC
-1
/
+17
2021-05-10
More minor fixes suggested by @jackh726
Fabian Wolff
-13
/
+5
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-07
Fix suggestions for missing return type lifetime parameters
Fabian Wolff
-0
/
+24
2021-05-05
lazify backtrace formatting for delayed diagnostics
The8472
-5
/
+22
2021-05-05
Use local and remapped paths where appropriate
Andy Wang
-6
/
+7
2021-04-25
Rollup merge of #84235 - klensy:styled-buffer, r=lcnr
Dylan DPC
-35
/
+55
2021-04-24
review
klensy
-24
/
+14
2021-04-19
fix few typos
klensy
-1
/
+1
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-04-05
Document compiler/ with -Aprivate-intra-doc-links
Joshua Nelson
-9
/
+0
2021-04-04
Rollup merge of #73945 - est31:unused_externs, r=Mark-Simulacrum
Dylan DPC
-0
/
+36
2021-03-30
Auto merge of #83639 - osa1:issue83638, r=estebank
bors
-1
/
+1
2021-03-29
Replace tabs in err messages before rendering
Ömer Sinan Ağacan
-1
/
+1
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
[next]