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
Age
Commit message (
Expand
)
Author
Lines
2023-12-18
Rename many `DiagCtxt` arguments.
Nicholas Nethercote
-2
/
+2
2023-12-18
Rename `Session::span_diagnostic` as `Session::dcx`.
Nicholas Nethercote
-7
/
+7
2023-12-18
Rename `Handler` as `DiagCtxt`.
Nicholas Nethercote
-1
/
+1
2023-12-15
banish hir::GenericBound::LangItemTrait
Michael Goulet
-20
/
+10
2023-12-12
Move some methods from `tcx.hir()` to `tcx`
zetanumbers
-47
/
+48
2023-12-11
remove some redundant clones
Matthias Krüger
-1
/
+1
2023-12-08
Implement `async gen` blocks
Michael Goulet
-4
/
+30
2023-12-04
Provide more suggestions for cloning immutable bindings
Esteban Küber
-1
/
+101
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
-5
/
+5
2023-12-02
Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`.
Nicholas Nethercote
-4
/
+4
2023-11-28
Fix a typo in a `format_args!` note
Josh Stone
-1
/
+1
2023-11-26
Auto merge of #118316 - Mark-Simulacrum:delete-copy-to-upvars, r=cjgillot
bors
-14
/
+12
2023-11-26
Remove Upvar duplication
Mark Rousskov
-14
/
+12
2023-11-26
Rollup merge of #118311 - bvanjoi:merge_coroutinue_into_closure, r=petrochenkov
Guillaume Gomez
-1
/
+8
2023-11-26
merge `DefKind::Coroutine` into `DefKind::Closure`
bohan
-1
/
+8
2023-11-26
rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle...
Vadim Petrochenkov
-7
/
+7
2023-11-25
Remove HirId from QPath::LangItem
Michael Goulet
-8
/
+4
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-26
/
+26
2023-11-21
Rollup merge of #118035 - ouz-a:november_ice2, r=compiler-errors
Nilstrieb
-2
/
+9
2023-11-20
Fix early param lifetimes in generic_const_exprs
ouz-a
-2
/
+9
2023-11-20
Rollup merge of #117835 - Nilstrieb:note-object-lifetime-defaults, r=compiler...
Matthias Krüger
-2
/
+60
2023-11-17
rename bound region instantiation
lcnr
-2
/
+3
2023-11-16
Auto merge of #116097 - jackh726:higher-ranked-lifetime-error-backup, r=compi...
bors
-12
/
+44
2023-11-15
Re-format code with new rustfmt
Mark Rousskov
-1
/
+2
2023-11-14
finish `RegionKind` rename
lcnr
-26
/
+29
2023-11-13
continue renaming
lcnr
-2
/
+2
2023-11-13
rename `ReLateBound` to `ReBound`
lcnr
-3
/
+3
2023-11-12
Note about object lifetime defaults in does not live long enough error
Nilstrieb
-2
/
+60
2023-11-08
rename `BorrowKind::Shallow` to `Fake`
lcnr
-8
/
+7
2023-11-07
Auto merge of #117511 - gurry:117406-err-packed-structs, r=compiler-errors
bors
-1
/
+19
2023-11-03
Emit explanatory note for move errors in packed struct derives
Gurinder Singh
-1
/
+19
2023-11-02
Minimize `pub` usage in `source_map.rs`.
Nicholas Nethercote
-3
/
+2
2023-10-27
Handle `move` generators
Oli Scherer
-5
/
+11
2023-10-26
Add hir::GeneratorKind::Gen
Oli Scherer
-0
/
+19
2023-10-25
Rename `AsyncCoroutineKind` to `CoroutineSource`
Oli Scherer
-6
/
+6
2023-10-24
Auto merge of #116300 - cjgillot:split-move, r=petrochenkov
bors
-69
/
+95
2023-10-23
Rollup merge of #116859 - Nilstrieb:more-more-funny-pretty-printers, r=oli-obk
Matthias Krüger
-2
/
+4
2023-10-21
Stop computing error info in move path builder.
Camille GILLOT
-3
/
+22
2023-10-21
Avoid using a magic value for untracked locals.
Camille GILLOT
-3
/
+4
2023-10-21
Do not report errors from move path builder.
Camille GILLOT
-65
/
+71
2023-10-21
Make `ty::print::Printer` take `&mut self` instead of `self`
Nilstrieb
-2
/
+4
2023-10-21
Rollup merge of #116990 - estebank:issue-68445, r=cjgillot
Matthias Krüger
-0
/
+22
2023-10-20
Rename `CoroutineKind::Gen` to `::Coroutine`
Oli Scherer
-2
/
+2
2023-10-20
s/generator/coroutine/
Oli Scherer
-51
/
+51
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-36
/
+36
2023-10-20
Mention `into_iter` on borrow errors suggestions when appropriate
Esteban Küber
-0
/
+22
[next]