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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2023-02-02
Put a DefId in AggregateKind.
Camille GILLOT
-0
/
+2
2023-01-28
Also erase substs for new infcx in pin move error
Nilstrieb
-0
/
+4
2023-01-26
add method_substs to CallKind
Kyle Matsuda
-4
/
+2
2023-01-26
fix up subst_identity vs skip_binder; add some FIXMEs as identified in review
Kyle Matsuda
-1
/
+3
2023-01-26
change fn_sig query to use EarlyBinder; remove bound_fn_sig query; add EarlyB...
Kyle Matsuda
-1
/
+1
2023-01-26
replace usages of fn_sig query with bound_fn_sig
Kyle Matsuda
-1
/
+1
2023-01-06
Use fmt named parameters in rustc_borrowck
wcampbell
-22
/
+16
2022-12-26
review comments
Esteban Küber
-7
/
+5
2022-12-25
Create new inference context
Esteban Küber
-29
/
+33
2022-12-23
Do not use `hir_ty_to_ty`
Esteban Küber
-15
/
+10
2022-12-23
Verify receiver is of `self: Pin<&mut Self>`
Esteban Küber
-2
/
+6
2022-12-23
Suggest `.clone()` on method call move errors
Esteban Küber
-9
/
+34
2022-12-23
Suggest `Pin::as_mut` when encountering borrow error
Esteban Küber
-0
/
+11
2022-12-13
Stop pointing to operators if their libcore method source is not available
Oli Scherer
-6
/
+1
2022-12-13
Clarify what "this" means
Oli Scherer
-2
/
+15
2022-12-06
`rustc_borrowck`: remove `ref` patterns
Maybe Waffle
-26
/
+21
2022-11-27
Prefer doc comments over `//`-comments in compiler
Maybe Waffle
-2
/
+2
2022-11-23
Account for closures
Esteban Küber
-3
/
+5
2022-11-21
Unreserve braced enum variants in value namespace
Vadim Petrochenkov
-1
/
+1
2022-11-09
var_subdiag refinement
AndyJado
-11
/
+20
2022-11-09
remove old var_span_path_only
AndyJado
-5
/
+28
2022-11-05
first move on a nested span_label
AndyJado
-0
/
+20
2022-10-07
Change InferCtxtBuilder from enter to build
Cameron Steffen
-2
/
+3
2022-09-25
Rollup merge of #101431 - compiler-errors:move-place-ty-for-move-place-sugg, ...
fee1-dead
-4
/
+5
2022-09-16
Revert "Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r...
Oli Scherer
-0
/
+2
2022-09-05
Look at move place's type when suggesting mutable reborrow
Michael Goulet
-4
/
+5
2022-08-16
Make as_ref suggestion a note
Michael Goulet
-8
/
+6
2022-08-14
Suggest as_ref or as_mut
Michael Goulet
-1
/
+1
2022-07-31
Improve `cannot move out of` error message
Obei Sideg
-17
/
+57
2022-07-30
Use LocalDefId for closures more
Cameron Steffen
-18
/
+13
2022-07-20
Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r=estebank"
Oli Scherer
-2
/
+0
2022-07-15
Introduce opaque type to hidden type projection
Oli Scherer
-0
/
+2
2022-07-14
Rollup merge of #98705 - WaffleLapkin:closure_binder, r=cjgillot
Dylan DPC
-3
/
+3
2022-07-12
Add an indirection for closures in `hir::ExprKind`
Maybe Waffle
-3
/
+3
2022-07-11
Rollup merge of #99140 - TaKO8Ki:implement-is-accessible-span, r=fee1-dead
Dylan DPC
-8
/
+1
2022-07-11
rename a method
Takayuki Maeda
-1
/
+1
2022-07-11
implement `is_accessible_span`
Takayuki Maeda
-8
/
+1
2022-07-10
avoid some `&str` to `String` conversions
Takayuki Maeda
-4
/
+4
2022-07-06
replace `guess_head_span` with `def_span`
Takayuki Maeda
-6
/
+1
2022-06-15
Rollup merge of #98110 - cjgillot:closure-brace, r=Aaron1011
Yuki Okushi
-3
/
+3
2022-06-13
remove unnecessary `to_string` and `String::new`
Takayuki Maeda
-3
/
+3
2022-06-12
Make `ExprKind::Closure` a struct variant.
Camille GILLOT
-3
/
+3
2022-05-20
Remove `crate` visibility usage in compiler
Jacob Pratt
-6
/
+6
2022-05-06
turn `append_place_to_string` from recursion into iteration
SparrowLii
-132
/
+78
2022-05-02
rustc: Panic by default in `DefIdTree::parent`
Vadim Petrochenkov
-1
/
+1
2022-04-25
simplify `describe_field` func in borrowck's diagnostics part
SparrowLii
-19
/
+10
2022-03-11
Improve `AdtDef` interning.
Nicholas Nethercote
-3
/
+3
2022-03-03
Tweak move error
Esteban Kuber
-5
/
+174
2022-02-25
Auto merge of #93368 - eddyb:diagbld-guarantee, r=estebank
bors
-14
/
+6
2022-02-23
Replace `&mut DiagnosticBuilder`, in signatures, with `&mut Diagnostic`.
Eduard-Mihai Burtescu
-14
/
+6
[prev]
[next]