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-01-12
Do not suggest invalid code in pattern with loop
Yuki Okushi
-1
/
+4
2021-01-10
Remove trailing whitespace
1000teslas
-3
/
+5
2021-01-10
Revise async block error message
1000teslas
-16
/
+15
2021-01-10
Fix location of error message explanation
1000teslas
-10
/
+12
2021-01-10
Explain why borrows can't be held across yield point in async blocks
1000teslas
-0
/
+10
2021-01-08
Change wording of note
Aaron Hill
-1
/
+1
2021-01-08
Explain method-call move errors in loops
Aaron Hill
-74
/
+68
2021-01-04
Auto merge of #80624 - RalfJung:place-ref, r=oli-obk
bors
-28
/
+10
2021-01-03
use PlaceRef more consistently instead of loosely coupled local+projection
Ralf Jung
-28
/
+10
2021-01-02
use hir::Place instead of Symbol in closure_kind_origin
Roxane
-4
/
+4
2021-01-02
reduce borrowing and (de)referencing around match patterns (clippy::match_ref...
Matthias Krüger
-1
/
+1
2020-12-30
where possible, pass slices instead of &Vec or &String (clippy::ptr_arg)
Matthias Krüger
-1
/
+1
2020-12-18
Make BoundRegion have a kind of BoungRegionKind
Jack Huey
-6
/
+6
2020-12-08
use .contains() or .any() instead of find(x).is_some() (clippy::search_is_some)
Matthias Krüger
-1
/
+1
2020-11-10
Initial work for doing minimum capture analysis for RFC-2229
Aman Arora
-13
/
+14
2020-11-09
Rollup merge of #76468 - SNCPlay42:lifetime-names, r=Mark-Simulacrum
Dylan DPC
-43
/
+161
2020-11-09
use RegionNameHighlight for async fn and closure returns
SNCPlay42
-34
/
+118
2020-11-04
fix a couple of clippy warnings:
Matthias Krüger
-1
/
+1
2020-10-08
Suggest removing &mut from borrow of &mut
Lzu Tao
-32
/
+36
2020-10-06
Fix NLL compare mode tests
Matthew Jasper
-4
/
+5
2020-10-05
add RegionNameHighlight::Occluded
SNCPlay42
-11
/
+27
2020-10-05
don't refer to async as 'generators'
SNCPlay42
-6
/
+24
2020-10-04
Remove `DefId` from `MirBorrowckCtxt`
Dylan MacKenzie
-23
/
+27
2020-09-26
rename functions
Bastian Kauschke
-3
/
+6
2020-09-24
nit
Bastian Kauschke
-1
/
+0
2020-09-24
the two hardest things in programming, names and...
Bastian Kauschke
-3
/
+3
2020-09-23
merge `need_type_info_err(_const)`
Bastian Kauschke
-3
/
+3
2020-09-20
Rollup merge of #76890 - matthiaskrgr:matches_simpl, r=lcnr
Ralf Jung
-3
/
+4
2020-09-18
use matches!() macro for simple if let conditions
Matthias Krüger
-3
/
+4
2020-09-17
use strip_prefix over starts_with and manual slicing based on pattern length ...
Matthias Krüger
-5
/
+4
2020-09-16
Rollup merge of #76756 - matthiaskrgr:cl123ppy, r=Dylan-DPC
Tyler Mandry
-1
/
+1
2020-09-15
fix a couple of stylistic clippy warnings
Matthias Krüger
-1
/
+1
2020-09-10
Note when a a move/borrow error is caused by a deref coercion
Aaron Hill
-24
/
+84
2020-09-10
use push(char) instead of push_str(&str) to add single chars to strings
Matthias Krüger
-10
/
+12
2020-09-07
Add CONST_ITEM_MUTATION lint
Aaron Hill
-57
/
+40
2020-09-04
Change ty.kind to a method
LeSeulArtichaut
-64
/
+67
2020-08-30
mv compiler to compiler/
mark
-0
/
+6967
[prev]