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_mir
/
src
/
borrow_check
/
diagnostics
Age
Commit message (
Expand
)
Author
Lines
2021-09-07
Move rustc_mir::borrow_check to new crate rustc_borrowck.
Camille GILLOT
-8201
/
+0
2021-08-29
Provide structured suggestion for removal of `&mut`
Esteban Kuber
-2
/
+20
2021-08-29
Suggestion for call on immutable binding of mutable type
Esteban Küber
-7
/
+53
2021-08-26
Rollup merge of #88270 - lqd:hrtb-type-ascription, r=nikomatsakis
Manish Goregaokar
-5
/
+37
2021-08-23
handle ascription type op in NLL HRTB diagnostics
Rémy Rakic
-5
/
+37
2021-08-22
Fix more “a”/“an” typos
Frank Steffahn
-2
/
+2
2021-08-22
Fix typos “a”→“an”
Frank Steffahn
-6
/
+6
2021-08-18
add fixme about the `type_op_normalize` query in NLL HRTB diagnostics
Rémy Rakic
-1
/
+7
2021-08-16
fix typo in bound_region_errors.rs
Rémy Rakic
-1
/
+1
2021-08-15
De-dupe NLL HRTB diagnostics' use of `type_op_prove_predicate`
Rémy Rakic
-12
/
+3
2021-08-15
don't derive `Copy` for `RegionElement`
Rémy Rakic
-1
/
+1
2021-08-15
Slight cleanup
Rémy Rakic
-4
/
+1
2021-08-15
Fix dyn trait warning
Rémy Rakic
-2
/
+2
2021-08-15
Report nicer errors for HRTB NLL errors from queries
Matthew Jasper
-18
/
+234
2021-08-15
Report mismatched type errors for bound region errors in NLL
Matthew Jasper
-10
/
+29
2021-08-15
Track causes for universes created during borrowck
Matthew Jasper
-0
/
+112
2021-08-15
Simplify BoundUniversalRegionError
Matthew Jasper
-6
/
+6
2021-08-12
Avoid ICE caused by suggestion
Esteban Küber
-7
/
+12
2021-08-01
Auto merge of #87449 - matthiaskrgr:clippyy_v2, r=nagisa
bors
-2
/
+2
2021-07-30
Auto merge of #86754 - estebank:use-multispans-more, r=varkor
bors
-11
/
+12
2021-07-31
Rollup merge of #87559 - estebank:consider-borrowing, r=oli-obk
Yuki Okushi
-30
/
+39
2021-07-30
Use multispan suggestions more often
Esteban Küber
-11
/
+12
2021-07-30
Tweak borrowing suggestion in `for` loop
Esteban Küber
-30
/
+39
2021-07-28
Rollup merge of #87453 - ibraheemdev:i-68697, r=wesleywiser
Yuki Okushi
-2
/
+12
2021-07-25
fmt
ibraheemdev
-3
/
+3
2021-07-25
fix help message for modification to &T created by &{t}
ibraheemdev
-9
/
+7
2021-07-25
suggest removing unnecessary \&mut as help message
ibraheemdev
-2
/
+12
2021-07-25
clippy::useless_format
Matthias Krüger
-2
/
+2
2021-07-20
Get back the more precise suggestion spans of old regionck
Oli Scherer
-4
/
+6
2021-07-18
Auto merge of #85686 - ptrojahn:loop_reinitialize, r=estebank
bors
-18
/
+74
2021-07-12
Auto merge of #86815 - FabianWolff:issue-84210, r=varkor
bors
-4
/
+20
2021-07-07
Add help on reinitialization between move and access
Paul Trojahn
-18
/
+74
2021-07-06
Make type_implements_trait not a query
Aman Arora
-2
/
+4
2021-07-04
remove some ad-hoc has_infer_types checks that aren't needed anymore
Niko Matsakis
-15
/
+13
2021-07-04
allow inference vars in type_implements_trait
Niko Matsakis
-1
/
+3
2021-07-02
Improve error reporting for modifications behind `&` references
Fabian Wolff
-4
/
+20
2021-06-16
Do not emit invalid suggestions on multiple mutable borrow errors
Yuki Okushi
-8
/
+26
2021-06-12
Rollup merge of #85823 - fee1-dead:borrowck-0, r=jackh726
Yuki Okushi
-2
/
+6
2021-06-06
Add variance-related information to lifetime error messages
Aaron Hill
-9
/
+25
2021-05-30
Do not suggest ampmut if rhs is already mutable
Deadbeef
-2
/
+6
2021-05-23
Replace Local::new(1) with CAPTURE_STRUCT_LOCAL
Paul Trojahn
-11
/
+11
2021-05-11
Fix CI problems
hamidreza kalbasi
-41
/
+37
2021-05-10
remove big match
hamidreza kalbasi
-63
/
+48
2021-05-10
move logic to a function
hamidreza kalbasi
-81
/
+79
2021-05-09
Try to fix issue 68049
hamidreza kalbasi
-10
/
+103
2021-05-01
add docstrings and add issue to FIXMEs
Chris Pardy
-1
/
+3
2021-05-01
Update compiler/rustc_mir/src/borrow_check/diagnostics/explain_borrow.rs
ChrisPardy
-1
/
+1
2021-05-01
Update compiler/rustc_mir/src/borrow_check/diagnostics/explain_borrow.rs
ChrisPardy
-1
/
+1
2021-05-01
Update compiler/rustc_mir/src/borrow_check/diagnostics/explain_borrow.rs
ChrisPardy
-2
/
+2
2021-05-01
Closure capture borrow diagnostics for disjoint captures
Chris Pardy
-74
/
+173
[next]