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
/
src
/
test
/
ui
/
borrowck
Age
Commit message (
Expand
)
Author
Lines
2021-07-25
fix test/ui/borrowck/issue-33819
ibraheemdev
-1
/
+1
2021-07-25
tidy
ibraheemdev
-1
/
+1
2021-07-25
suggest removing unnecessary \&mut as help message
ibraheemdev
-4
/
+7
2021-07-21
Revert PR 81473 to resolve (on mainline) issues 81626 and 81658.
Felix S. Klock II
-1
/
+0
2021-07-18
Auto merge of #85686 - ptrojahn:loop_reinitialize, r=estebank
bors
-0
/
+102
2021-07-07
Add help on reinitialization between move and access
Paul Trojahn
-0
/
+102
2021-07-02
Improve error reporting for modifications behind `&` references
Fabian Wolff
-13
/
+30
2021-06-30
Move some UI tests to more suitable subdirs
Yuki Okushi
-0
/
+95
2021-06-24
compiletest: ignore tests on a per-revision basis
Simonas Kazlauskas
-2
/
+2
2021-06-16
Do not emit invalid suggestions on multiple mutable borrow errors
Yuki Okushi
-0
/
+32
2021-06-04
updated line #'s on ui tests and removed feature flag test
marcusdunn
-17
/
+17
2021-06-04
removed more uses of feature gate
marcusdunn
-1
/
+0
2021-05-30
Do not suggest ampmut if rhs is already mutable
Deadbeef
-0
/
+20
2021-05-12
Show macro name in 'this error originates in macro' message
Aaron Hill
-5
/
+5
2021-05-11
improve diagnosts for GATs
b-naber
-5
/
+5
2021-05-01
Closure capture borrow diagnostics for disjoint captures
Chris Pardy
-31
/
+31
2021-04-28
Auto merge of #83401 - fee1-dead:master, r=davidtwco
bors
-0
/
+44
2021-04-12
Compiler error messages: reduce assertiveness of message E0384
James Addison
-14
/
+14
2021-04-03
Remove redundant `ignore-tidy-linelength` annotations
Simon Jakobi
-55
/
+47
2021-03-23
Fix ICE of for-loop mut borrowck where no suggestions are available
Deadbeef
-0
/
+44
2021-03-19
update tests
mark
-32
/
+29
2021-03-06
Move some tests to more suitable subdirs
Yuki Okushi
-0
/
+17
2021-02-23
Rollup merge of #81629 - 1000teslas:issue-81365-fix, r=Aaron1011
Dylan DPC
-0
/
+520
2021-02-19
Add deref definition location
1000teslas
-0
/
+40
2021-02-15
Fix test issue reference
Edward Shen
-1
/
+1
2021-02-14
Use delay_span_bug for mismatched subst/hir arg
Edward Shen
-0
/
+68
2021-02-13
add test
b-naber
-0
/
+30
2021-02-08
Add tests
1000teslas
-1
/
+139
2021-02-08
Point out implicit deref coercions in borrow
1000teslas
-0
/
+342
2021-02-02
Rollup merge of #81634 - jesusprubio:jesusprubio/add-long-explanation-e0521, ...
Jack Huey
-0
/
+5
2021-02-01
Update ui tests
Jesus Rubio
-0
/
+5
2021-01-31
Move some tests to more reasonable directories
Caio
-0
/
+20
2021-01-30
Rollup merge of #81473 - sanxiyn:write-only-field, r=oli-obk
Yuki Okushi
-0
/
+1
2021-01-28
Warn write-only fields
Seo Sanghyeon
-0
/
+1
2021-01-25
Point to span of upvar making closure FnMut
1000teslas
-1
/
+3
2021-01-17
Auto merge of #80942 - c410-f3r:tests-tests-tests, r=petrochenkov
bors
-0
/
+402
2021-01-16
Move some tests to more reasonable directories - 2
Caio
-0
/
+402
2021-01-12
Do not suggest invalid code in pattern with loop
Yuki Okushi
-0
/
+25
2020-12-24
Auto merge of #77692 - PankajChaudhary5:issue-76630, r=davidtwco
bors
-5
/
+5
2020-12-01
Added better error message for shared borrow treated as unique for purposes o...
PankajChaudhary5
-5
/
+5
2020-11-09
Rollup merge of #76468 - SNCPlay42:lifetime-names, r=Mark-Simulacrum
Dylan DPC
-1
/
+1
2020-11-09
use RegionNameHighlight for async fn and closure returns
SNCPlay42
-1
/
+1
2020-11-02
Provide diagnostic suggestion in ExprUseVisitor Delegate
Dhruv Jauhar
-1
/
+1
2020-10-16
Rollup merge of #76119 - Amjad50:stabilizing-move_ref_pattern, r=nikomatsakis
Dylan DPC
-19
/
+17
2020-10-08
Suggest removing &mut from borrow of &mut
Lzu Tao
-13
/
+23
2020-09-28
pretty.rs: Update Closure and Generator print
Aman Arora
-1
/
+1
2020-09-15
Stabilize move_ref_pattern
Amjad Alsharafi
-19
/
+17
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-172
/
+172
2020-08-30
mv compiler to compiler/
mark
-5
/
+5
2020-08-08
Be consistent when describing a move as a 'partial' in diagnostics
Aaron Hill
-195
/
+195
[prev]
[next]