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_borrowck
/
src
/
diagnostics
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2024-06-03
Move FulfillmentErrorCode to rustc_trait_selection too
Michael Goulet
-2
/
+4
2024-05-10
rename some variants in FulfillmentErrorCode
Michael Goulet
-1
/
+1
2024-04-29
Remove `extern crate rustc_middle` from numerous crates.
Nicholas Nethercote
-0
/
+1
2024-04-23
Rollup merge of #122598 - Nadrieril:full-derefpats, r=matthewjasper
León Orell Valerian Liehr
-1
/
+1
2024-04-20
Add a non-shallow fake borrow
Nadrieril
-1
/
+1
2024-04-19
Stop taking ParamTy/ParamConst/EarlyParamRegion/AliasTy by ref
Michael Goulet
-1
/
+1
2024-04-12
review comments
Esteban Küber
-0
/
+21
2024-04-11
Better account for `FnOnce` in move errors
Esteban Küber
-5
/
+59
2024-04-11
Account for `.clone()` when suggesting `<T as Clone>::clone`
Esteban Küber
-2
/
+10
2024-03-23
Simplify an iterator search in borrowck diag
Josh Stone
-11
/
+9
2024-03-22
Programmatically convert some of the pat ctors
Michael Goulet
-1
/
+1
2024-03-13
Account for UnOps in borrowck message
Esteban Küber
-2
/
+9
2024-03-09
Drive-by fix string fmt
Esteban Küber
-6
/
+6
2024-03-06
Add missing `#[rustc_lint_diagnostics]` attributes.
Nicholas Nethercote
-0
/
+5
2024-03-06
Rewrite the `untranslatable_diagnostic` lint.
Nicholas Nethercote
-0
/
+1
2024-02-28
Rename `DiagnosticBuilder` as `Diag`.
Nicholas Nethercote
-6
/
+6
2024-02-19
Prefer `DiagnosticBuilder` over `Diagnostic` in diagnostic modifiers.
Nicholas Nethercote
-6
/
+6
2024-02-15
errors: only eagerly translate subdiagnostics
David Wood
-83
/
+119
2024-02-06
Make async closures directly lower to ClosureKind::CoroutineClosure
Michael Goulet
-2
/
+2
2024-01-16
Auto merge of #116520 - Enselic:large-copy-into-fn, r=oli-obk
bors
-3
/
+4
2024-01-15
compiler: Lower fn call arg spans down to MIR
Martin Nordholts
-3
/
+4
2024-01-15
Rollup merge of #119897 - compiler-errors:fulfillment-errors, r=lcnr
Matthias Krüger
-1
/
+1
2024-01-13
Make InferCtxtExt::could_impl_trait less messed up
Michael Goulet
-3
/
+5
2024-01-12
Remove redundant Code from FulfillmentErrorCode variants
Michael Goulet
-1
/
+1
2023-12-28
Remove movability from TyKind::Coroutine
Michael Goulet
-4
/
+3
2023-12-26
Auto merge of #119258 - compiler-errors:closure-kind, r=eholk
bors
-25
/
+35
2023-12-25
Only regular coroutines have movability
Michael Goulet
-3
/
+3
2023-12-25
Make closures carry their own ClosureKind, rather than deducing what it is fr...
Michael Goulet
-25
/
+35
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-3
/
+3
2023-12-18
Rename many `DiagCtxt` arguments.
Nicholas Nethercote
-2
/
+2
2023-12-18
Rename `Session::span_diagnostic` as `Session::dcx`.
Nicholas Nethercote
-3
/
+3
2023-12-18
Rename `Handler` as `DiagCtxt`.
Nicholas Nethercote
-1
/
+1
2023-12-11
remove some redundant clones
Matthias Krüger
-1
/
+1
2023-12-04
Deduplicate some logic
Esteban Küber
-110
/
+51
2023-12-04
Tweak output on specific case
Esteban Küber
-1
/
+21
2023-12-04
Suggest cloning and point out obligation errors on move error
Esteban Küber
-48
/
+124
2023-12-04
Tweak `.clone()` suggestion to work in more cases
Esteban Küber
-3
/
+17
2023-12-02
Use `Session::diagnostic` in more places.
Nicholas Nethercote
-3
/
+3
2023-11-26
Auto merge of #118316 - Mark-Simulacrum:delete-copy-to-upvars, r=cjgillot
bors
-3
/
+3
2023-11-26
Remove Upvar duplication
Mark Rousskov
-3
/
+3
2023-11-26
rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle...
Vadim Petrochenkov
-1
/
+1
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-3
/
+3
2023-11-13
continue renaming
lcnr
-2
/
+2
2023-11-13
rename `ReLateBound` to `ReBound`
lcnr
-2
/
+2
2023-11-08
rename `BorrowKind::Shallow` to `Fake`
lcnr
-1
/
+1
2023-10-24
Auto merge of #116300 - cjgillot:split-move, r=petrochenkov
bors
-0
/
+1
2023-10-21
Stop computing error info in move path builder.
Camille GILLOT
-1
/
+1
2023-10-21
Do not report errors from move path builder.
Camille GILLOT
-0
/
+1
2023-10-21
Make `ty::print::Printer` take `&mut self` instead of `self`
Nilstrieb
-2
/
+4
2023-10-20
s/generator/coroutine/
Oli Scherer
-24
/
+24
[next]