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
/
emitter.rs
Age
Commit message (
Expand
)
Author
Lines
2022-09-13
Don't render inline suggestions of only spaces
Michael Goulet
-4
/
+1
2022-09-12
Don't trim substitution if it's only whitespace
Michael Goulet
-9
/
+19
2022-09-12
A SubstitutionPart is not a deletion if it replaces nothing with nothing
Michael Goulet
-1
/
+1
2022-09-10
rustc_error, rustc_private, rustc_ast: Switch to stable hash containers
Niklas Jonsson
-2
/
+2
2022-09-01
Always import all tracing macros for the entire crate instead of piecemeal by...
Oli Scherer
-1
/
+0
2022-08-15
errors: move translation logic into module
David Wood
-110
/
+18
2022-08-10
errors: don't fail on broken primary translations
David Wood
-31
/
+49
2022-07-19
Mention first and last macro in backtrace
Michael Goulet
-6
/
+18
2022-07-06
session: `output-width` -> `diagnostic-width`
David Wood
-8
/
+8
2022-07-06
session: `terminal-width` -> `output-width`
David Wood
-8
/
+8
2022-06-28
Migrate some rustc_borrowck diagnostics to SessionDiagnostic
Michael Goulet
-2
/
+12
2022-06-20
remove MAX_SUGGESTION_HIGHLIGHT_LINES
Maybe Waffle
-5
/
+0
2022-06-17
Auto merge of #97892 - klensy:fix-spaces, r=oli-obk
bors
-4
/
+8
2022-06-16
Add back MAX_SUGGESTION_HIGHLIGHT_LINES so clippy is happy & buildable
Maybe Waffle
-0
/
+5
2022-06-16
Try to clean up code...
Maybe Waffle
-93
/
+150
2022-06-16
Improve suggestions when its parts are far from each other
Maybe Waffle
-68
/
+99
2022-06-16
drive by fix needless allocation of const string number
klensy
-2
/
+6
2022-06-16
fix one more case of trailing space
klensy
-1
/
+1
2022-06-16
diagnostics: fix trailing space
klensy
-1
/
+1
2022-06-01
Mention filename in suggestion when it differs from primary span
Esteban Küber
-4
/
+33
2022-05-29
Ensure source file present when calculating max line number
Yuki Okushi
-2
/
+9
2022-04-27
Plumb through rustc_lint_defs::Level as enum rather than string.
Jeremy Fitzhardinge
-1
/
+6
2022-04-13
errors: lazily load fallback fluent bundle
David Wood
-9
/
+10
2022-04-05
macros: translatable struct attrs and warnings
David Wood
-2
/
+8
2022-04-05
errors: implement sysroot/testing bundle loading
David Wood
-1
/
+8
2022-04-05
errors: implement fallback diagnostic translation
David Wood
-21
/
+135
2022-04-05
span: move `MultiSpan`
David Wood
-5
/
+5
2022-04-05
errors: introduce `DiagnosticMessage`
David Wood
-9
/
+11
2022-03-20
Take &mut Diagnostic in emit_diagnostic.
Camille GILLOT
-1
/
+1
2022-03-09
Account for suggestions for complete removal of lines
Esteban Kuber
-0
/
+25
2022-02-27
Only create a single expansion for each inline integration.
Camille GILLOT
-2
/
+2
2022-02-19
Adopt let else in more places
est31
-6
/
+4
2022-01-24
rustc_errors: remove `allow_suggestions` from `DiagnosticBuilder`.
Eduard-Mihai Burtescu
-3
/
+4
2021-11-30
Rollup merge of #91358 - kd-collective:fix_typo, r=cjgillot
Yuki Okushi
-1
/
+1
2021-11-30
Fix small typo
kijima
-1
/
+1
2021-11-27
Refactor EmitterWriter::emit_suggestion_default
Lucas Kent
-14
/
+25
2021-11-23
`replace_tabs` -> `normalize_whitespace`
Esteban Kuber
-6
/
+6
2021-11-23
Replace ZWJ with nothing in terminal output
Esteban Kuber
-0
/
+1
2021-11-20
Align multiline messages to their label (add left margin)
Esteban Kuber
-1
/
+16
2021-10-31
Lint against RTL unicode codepoints in literals and comments
Esteban Küber
-1
/
+19
2021-10-23
Rollup merge of #89468 - FabianWolff:issue-89358, r=jackh726
Matthias Krüger
-4
/
+17
2021-10-16
Adopt let_else across the compiler
est31
-5
/
+1
2021-10-07
use structured fields in some existing warnings
Eliza Weisman
-1
/
+1
2021-10-02
Report fatal lexer errors in `--cfg` command line arguments
Fabian Wolff
-4
/
+17
2021-08-27
Path remapping: Make behavior of diagnostics output dependent on presence of ...
Michael Woerister
-4
/
+4
2021-08-23
Fixes to span locations
Esteban Kuber
-9
/
+8
2021-08-23
wip
Esteban Kuber
-19
/
+11
2021-08-23
Account for tabs when highlighting multiline code suggestions
Esteban Kuber
-19
/
+29
2021-08-11
Modify structured suggestion output
Esteban Küber
-18
/
+102
2021-08-04
Remove trailing whitespace from error messages
Fabian Wolff
-2
/
+5
[next]