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_borrowck
/
src
/
diagnostics
Age
Commit message (
Expand
)
Author
Lines
2022-07-11
rename a method
Takayuki Maeda
-2
/
+2
2022-07-11
implement `is_accessible_span`
Takayuki Maeda
-9
/
+2
2022-07-10
Rollup merge of #99103 - TaKO8Ki:avoid-&str-to-string-conversions, r=oli-obk
Matthias Krüger
-4
/
+4
2022-07-10
avoid some `&str` to `String` conversions
Takayuki Maeda
-4
/
+4
2022-07-08
Auto merge of #98482 - cjgillot:short-struct-span-closure, r=estebank
bors
-4
/
+2
2022-07-07
Wording tweak
Esteban Küber
-8
/
+21
2022-07-07
Fix label on uninit binding field assignment
Esteban Küber
-24
/
+25
2022-07-07
Avoid misleading message/label in `match-cfg-fake-edges.rs` test
Esteban Küber
-23
/
+41
2022-07-07
Review comments: wording
Esteban Küber
-29
/
+40
2022-07-07
Tweak wording and spans
Esteban Küber
-24
/
+58
2022-07-07
On partial uninit error point at where we need init
Esteban Küber
-22
/
+200
2022-07-07
Fix borrowck closure span.
Camille GILLOT
-3
/
+1
2022-07-07
Shorten span for closures.
Camille GILLOT
-1
/
+1
2022-07-07
Move `predecessors` from Body to BasicBlocks
Tomasz Miąsko
-1
/
+1
2022-07-06
replace `guess_head_span` with `def_span`
Takayuki Maeda
-6
/
+1
2022-07-02
Rollup merge of #98766 - lcnr:mir-visit-pass_by_value, r=oli-obk
Dylan DPC
-3
/
+3
2022-07-01
Factor out hir::Node::Binding
Cameron Steffen
-1
/
+1
2022-07-01
cleanup mir visitor for `rustc::pass_by_value`
lcnr
-3
/
+3
2022-06-29
Rollup merge of #98415 - compiler-errors:rustc-borrowck-session-diagnostic-1,...
Dylan DPC
-12
/
+24
2022-06-28
Migrate some rustc_borrowck diagnostics to SessionDiagnostic
Michael Goulet
-12
/
+24
2022-06-28
Do not use a suggestion to change a binding's name to a type
Michael Goulet
-25
/
+30
2022-06-28
Remove redundant logic to suggest `as_ref`
Michael Goulet
-46
/
+7
2022-06-27
fold_region: remove unused parameter
lcnr
-1
/
+1
2022-06-23
Rollup merge of #98184 - compiler-errors:elided-lifetime-in-impl-nll, r=cjgillot
Michael Goulet
-5
/
+56
2022-06-20
Give name if anonymous region appears in impl signature
Michael Goulet
-5
/
+56
2022-06-19
Only use special async fn case for actual async fns in borrowck diagnostics.
Camille GILLOT
-1
/
+8
2022-06-15
Rollup merge of #98110 - cjgillot:closure-brace, r=Aaron1011
Yuki Okushi
-13
/
+15
2022-06-13
remove unnecessary `to_string` and `String::new`
Takayuki Maeda
-15
/
+15
2022-06-12
Make `ExprKind::Closure` a struct variant.
Camille GILLOT
-13
/
+15
2022-06-03
Manipulate lifetimes by LocalDefId for region resolution.
Camille GILLOT
-2
/
+2
2022-05-29
Handle anonymous lifetimes properly in diagnostics.
Camille GILLOT
-4
/
+6
2022-05-28
Auto merge of #97284 - b-naber:constraint-dyn-impl-suggestion, r=estebank
bors
-41
/
+211
2022-05-26
clippy::complexity fixes
Matthias Krüger
-3
/
+3
2022-05-26
rebase, use Ty in CallArgument and re-insert static_assert_size on Constraint...
b-naber
-8
/
+9
2022-05-25
suggest constraining dyn trait in impl in NLL
b-naber
-27
/
+196
2022-05-25
add def_id and substs to ConstraintCategory::CallArgument
b-naber
-14
/
+14
2022-05-23
Refactor call terminator to always hold a destination place
Jakob Degen
-4
/
+4
2022-05-22
Lifetime variance fixes for rustc
Michael Goulet
-3
/
+4
2022-05-20
Remove `crate` visibility usage in compiler
Jacob Pratt
-33
/
+37
2022-05-17
Change `Successors` to `impl Iterator<Item = BasicBlock>`
SparrowLii
-4
/
+4
2022-05-10
Introduce EarlyBinder
Jack Huey
-2
/
+4
2022-05-07
Auto merge of #96094 - Elliot-Roberts:fix_doctests, r=compiler-errors
bors
-12
/
+15
2022-05-06
turn `append_place_to_string` from recursion into iteration
SparrowLii
-132
/
+78
2022-05-02
fix most compiler/ doctests
Elliot Roberts
-12
/
+15
2022-05-02
rustc: Panic by default in `DefIdTree::parent`
Vadim Petrochenkov
-1
/
+1
2022-04-29
errors: `span_suggestion` takes `impl ToString`
David Wood
-1
/
+1
2022-04-27
Recover suggestions to introduce named lifetime under NLL
marmeladema
-1
/
+34
2022-04-27
Rollup merge of #96385 - marmeladema:nll-fix-trait-lifetime-bound-suggestions...
Dylan DPC
-77
/
+42
2022-04-25
simplify `describe_field` func in borrowck's diagnostics part
SparrowLii
-19
/
+10
2022-04-25
Recover most `impl Trait` and `dyn Trait` lifetime bound suggestions under NLL
marmeladema
-77
/
+42
[prev]
[next]