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
Age
Commit message (
Expand
)
Author
Lines
2024-02-14
Remove `force_print_diagnostic`.
Nicholas Nethercote
-19
/
+24
2024-02-14
Make `struct_span_note` call `struct_note`.
Nicholas Nethercote
-1
/
+1
2024-02-13
Remove `good_path_delayed_bug`.
Nicholas Nethercote
-73
/
+42
2024-02-12
Rollup merge of #120833 - nnethercote:more-internal-emit_diagnostics-cleanups...
Matthias Krüger
-58
/
+70
2024-02-12
constify a couple thread_local statics
Matthias Krüger
-2
/
+2
2024-02-12
Change level used in `print_error_count`.
Nicholas Nethercote
-2
/
+2
2024-02-12
Tweak delayed bug mentions.
Nicholas Nethercote
-3
/
+3
2024-02-12
Remove final unwanted `unchecked_error_guaranteed` calls.
Nicholas Nethercote
-53
/
+65
2024-02-12
Fix inconsistencies in the diagnostic API methods.
Nicholas Nethercote
-32
/
+21
2024-02-12
Reorder the diagnostic API methods.
Nicholas Nethercote
-289
/
+294
2024-02-11
Rollup merge of #120272 - long-long-float:suppress-suggestions-in-derive-macr...
Matthias Krüger
-0
/
+11
2024-02-11
Fix to use for loop
long-long-float
-8
/
+7
2024-02-10
Remove unnecessary `min_specialization` after bootstrap
Zalathar
-1
/
+1
2024-02-09
Rollup merge of #120828 - nnethercote:fix-stash-steal, r=oli-obk
Matthias Krüger
-18
/
+27
2024-02-09
Rollup merge of #120693 - nnethercote:invert-diagnostic-lints, r=davidtwco
Matthias Krüger
-0
/
+2
2024-02-09
Fix `ErrorGuaranteed` unsoundness with stash/steal.
Nicholas Nethercote
-18
/
+27
2024-02-09
Check with overlaps_or_adjacent
long-long-float
-4
/
+7
2024-02-08
Fix `span_bug!` backtraces
Oli Scherer
-0
/
+1
2024-02-08
Rollup merge of #120734 - nnethercote:SubdiagnosticMessageOp, r=compiler-errors
Matthias Krüger
-5
/
+8
2024-02-08
Add `SubdiagnosticMessageOp` as a trait alias.
Nicholas Nethercote
-5
/
+8
2024-02-07
Rename `unchecked_claim_error_was_emitted` as `unchecked_error_guaranteed`.
Nicholas Nethercote
-5
/
+5
2024-02-07
Tighten up `ErrorGuaranteed` handling.
Nicholas Nethercote
-10
/
+20
2024-02-07
Remove return value from `emit_stashed_diagnostics`.
Nicholas Nethercote
-6
/
+3
2024-02-06
Rollup merge of #120575 - nnethercote:simplify-codegen-diag-handling, r=estebank
Matthias Krüger
-63
/
+72
2024-02-06
Rollup merge of #120520 - nnethercote:rename-good-path, r=oli-obk
Matthias Krüger
-123
/
+134
2024-02-06
Invert diagnostic lints.
Nicholas Nethercote
-0
/
+2
2024-02-06
Check in push_suggestion
long-long-float
-0
/
+9
2024-02-05
Make `Emitter::emit_diagnostic` consuming.
Nicholas Nethercote
-63
/
+72
2024-02-05
Rollup merge of #119600 - aDotInTheVoid:comment-fix, r=compiler-errors
Matthias Krüger
-1
/
+2
2024-02-05
Split `Level::DelayedBug` in two.
Nicholas Nethercote
-86
/
+98
2024-02-05
Refactor `emit_diagnostic`.
Nicholas Nethercote
-43
/
+39
2024-02-05
Tighten the assertion in `downgrade_to_delayed_bug`.
Nicholas Nethercote
-1
/
+1
2024-02-05
Make `Diagnostic::is_error` return false for `Level::FailureNote`.
Nicholas Nethercote
-3
/
+6
2024-02-03
Rollup merge of #120573 - nnethercote:rm-BorrowckErrors-tainted_by_errors, r=...
Matthias Krüger
-7
/
+2
2024-02-03
Use `StringPart` more.
Nicholas Nethercote
-31
/
+26
2024-02-03
Simplify future breakage control flow.
Nicholas Nethercote
-6
/
+6
2024-02-03
Use `DiagnosticArgName` in a few more places.
Nicholas Nethercote
-1
/
+1
2024-02-03
Remove some unnecessary `clone` calls.
Nicholas Nethercote
-5
/
+3
2024-02-03
`SilentEmitter::fatal_note` doesn't need to be optional.
Nicholas Nethercote
-8
/
+6
2024-02-03
`Diagnostic` cleanups
Nicholas Nethercote
-18
/
+2
2024-02-03
Remove an out-of-date comment.
Nicholas Nethercote
-1
/
+0
2024-02-02
Inline and remove `DiagnosticBuilder::into_diagnostic`.
Nicholas Nethercote
-7
/
+2
2024-02-01
Rework `StringPart`.
Nicholas Nethercote
-21
/
+17
2024-02-01
Fit more values into `DiagnosticArgValue::Number`.
Nicholas Nethercote
-7
/
+6
2024-02-01
Tweak `emit_stashed_diagnostics`.
Nicholas Nethercote
-2
/
+1
2024-01-31
Don't hash lints differently to non-lints.
Nicholas Nethercote
-8
/
+8
2024-01-30
Rollup merge of #118533 - chenyukang:yukang-fix-118455, r=petrochenkov
Guillaume Gomez
-0
/
+1
2024-01-30
Remove the second lifetime from `DiagnosticArg`.
Nicholas Nethercote
-5
/
+5
2024-01-30
Remove the lifetime from `DiagnosticArgName`.
Nicholas Nethercote
-8
/
+4
2024-01-30
Remove `DiagnosticArgName` from `rustc_codegen_ssa`.
Nicholas Nethercote
-2
/
+2
[prev]
[next]