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_mir
/
src
/
borrow_check
Age
Commit message (
Expand
)
Author
Lines
2021-09-04
Concrete regions can show up in mir borrowck if the originated from there.
Oli Scherer
-9
/
+1
2021-08-20
Mir borrowck does not generate lifetime variables for 'static lifetimes durin...
Oli Scherer
-0
/
+1
2021-07-22
Resolve nested inference variables.
Oli Scherer
-19
/
+7
2021-07-22
Remove an unnecessary variable
Oli Scherer
-2
/
+1
2021-07-22
Make mir borrowck's use of opaque types independent of the typeck query's result
Oli Scherer
-87
/
+62
2021-07-20
Get back the more precise suggestion spans of old regionck
Oli Scherer
-4
/
+6
2021-07-20
Auto merge of #87141 - spastorino:remove_impl_trait_in_bindings, r=oli-obk
bors
-72
/
+13
2021-07-18
Move mir_def_id inside `eq_opaque_type_and_type`
Santiago Pastorino
-8
/
+5
2021-07-18
Remove `sub_types_or_anon`
Santiago Pastorino
-30
/
+2
2021-07-18
Add `sub_types` docs
Santiago Pastorino
-0
/
+1
2021-07-18
Removing unhandled region constraint error that is only for impl_trait_in_bin...
Santiago Pastorino
-34
/
+5
2021-07-18
Auto merge of #85686 - ptrojahn:loop_reinitialize, r=estebank
bors
-18
/
+74
2021-07-16
Add initial implementation of HIR-based WF checking for diagnostics
Aaron Hill
-17
/
+19
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-23
Use HTTPS links where possible
Smitty
-1
/
+1
2021-06-18
fix typos
Niko Matsakis
-3
/
+4
2021-06-18
add various coments to explain how the code works
Niko Matsakis
-2
/
+54
2021-06-17
Auto merge of #86399 - JohnTitor:rollup-qlm2dvz, r=JohnTitor
bors
-8
/
+26
2021-06-17
Auto merge of #85755 - b-naber:unexpected_concrete_region, r=nikomatsakis
bors
-27
/
+11
2021-06-17
use to_region_vid in opaque type code
Niko Matsakis
-33
/
+13
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-08
Simplify code by using VecMap::get_by
Santiago Pastorino
-3
/
+1
2021-06-07
Remove substs from OpaqueTypeDecl, use the one in OpaqueTypeKey
Santiago Pastorino
-1
/
+1
2021-06-07
Use substs from opaque type key instead of using it from opaque_decl
Santiago Pastorino
-11
/
+7
2021-06-07
Make opaque type map key be of type OpaqueTypeKey
Santiago Pastorino
-2
/
+4
2021-06-07
Remove ResolvedOpaqueTy and just use Ty, SubstsRef is already there
Santiago Pastorino
-27
/
+18
2021-06-07
Make OpaqueTypeKey the key of opaque types map
Santiago Pastorino
-28
/
+34
2021-06-07
Change concrete opaque type to be a `VecMap`
Santiago Pastorino
-2
/
+3
2021-06-07
Change opaque type map to be a `VecMap`
Santiago Pastorino
-1
/
+1
2021-06-06
Add variance-related information to lifetime error messages
Aaron Hill
-101
/
+171
2021-06-02
Add `Ty::is_union` predicate and use it
Tomasz Miąsko
-18
/
+13
2021-05-30
Do not suggest ampmut if rhs is already mutable
Deadbeef
-2
/
+6
2021-05-27
replace parent substs of associated types with inference vars in borrow check
b-naber
-2
/
+6
2021-05-23
Replace Local::new(1) with CAPTURE_STRUCT_LOCAL
Paul Trojahn
-11
/
+11
2021-05-17
Address review comments
Joshua Nelson
-1
/
+1
2021-05-17
New rustdoc lint to respect -Dwarnings correctly
Alexis Bourget
-1
/
+1
2021-05-12
Auto merge of #83813 - cbeuw:remap-std, r=michaelwoerister
bors
-1
/
+3
2021-05-11
Fix CI problems
hamidreza kalbasi
-41
/
+37
2021-05-11
Split span_to_string into span_to_diagnostic/embeddable_string
Andy Wang
-1
/
+3
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
[next]