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
/
closures
/
2229_closure_analysis
/
diagnostics
Age
Commit message (
Expand
)
Author
Lines
2023-01-11
Move /src/test to /tests
Albert Larsan
-1316
/
+0
2023-01-05
Detect closures assigned to binding in block
Esteban Küber
-13
/
+16
2022-12-28
Use verbose suggestions for mutability errors
Esteban Küber
-3
/
+5
2022-10-01
bless ui tests
Maybe Waffle
-6
/
+6
2022-08-31
Fix a bunch of typo
Dezhi Wu
-1
/
+1
2022-08-21
Note closure kind mismatch cause
Michael Goulet
-2
/
+18
2022-08-21
Rework point-at-arg
Michael Goulet
-2
/
+2
2022-07-19
Mention first and last macro in backtrace
Michael Goulet
-5
/
+5
2022-06-16
fix one more case of trailing space
klensy
-1
/
+1
2022-04-14
make unaligned_reference warning visible in future compat report
Ralf Jung
-0
/
+14
2022-04-14
make unaligned_references lint deny-by-default
Ralf Jung
-11
/
+8
2022-03-30
Auto merge of #94081 - oli-obk:lazy_tait_take_two, r=nikomatsakis
bors
-3
/
+3
2022-03-28
Suggest function borrow ignoring needs_note
Michael Goulet
-0
/
+16
2022-03-28
Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk"
Oli Scherer
-3
/
+3
2022-03-20
Filter OnceNote in diagnostic infra.
Camille GILLOT
-10
/
+0
2022-02-11
Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis"
Oli Scherer
-3
/
+3
2022-02-02
Lazily resolve type-alias-impl-trait defining uses
Oli Scherer
-3
/
+3
2022-01-07
Flatten InferredCaptureInformation
Gary Guo
-0
/
+43
2021-12-09
give more help in the unaligned_references lint
Ralf Jung
-0
/
+1
2021-10-29
Fix a format_args span to be expansion
Cameron Steffen
-0
/
+7
2021-09-26
Remove box syntax from most places in src/test outside of the issues dir
est31
-2
/
+2
2021-09-09
Ignore automatically derived impls of `Clone` and `Debug` in dead code analysis
Fabian Wolff
-10
/
+12
2021-08-11
Modify structured suggestion output
Esteban Küber
-1
/
+1
2021-07-30
Use multispan suggestions more often
Esteban Küber
-1
/
+1
2021-06-29
2229: Reduce the size of closures with `capture_disjoint_fields`
Aman Arora
-4
/
+4
2021-06-27
Editon 2021 enables precise capture
Aman Arora
-304
/
+85
2021-05-01
Closure capture borrow diagnostics for disjoint captures
Chris Pardy
-12
/
+264
2021-03-27
make unaligned_refereces future-incompat lint warn-by-default, and remove the...
Ralf Jung
-5
/
+5
2021-03-18
Replace closures_captures and upvar_capture with closure_min_captures
Jennifer Wills
-0
/
+259
2021-03-14
Use the correct FakeReadCause
Roxane
-13
/
+0
2021-03-14
Introduce new fake reads
Roxane
-11
/
+7
2021-03-09
2229: Handle capturing a reference into a repr packed struct
Aman Arora
-0
/
+58
2021-02-18
Add explanations and suggestions to `irrefutable_let_patterns` lint
Camelid
-0
/
+2
2021-02-18
Rollup merge of #82215 - TaKO8Ki:replace-if-let-while-let, r=varkor
Dylan DPC
-2
/
+2
2021-02-17
replace if-let and while-let with `if let` and `while let`
Takayuki Maeda
-2
/
+2
2021-02-15
Handle restricting closure origin
Aman Arora
-0
/
+39
2021-01-29
Fix incorrect use mut diagnostics
Aman Arora
-37
/
+70
2021-01-29
Test cases for handling mutable references
Aman Arora
-0
/
+144
2021-01-02
use hir::Place instead of Symbol in closure_kind_origin
Roxane
-0
/
+251
2020-12-11
Test cases for RFC 2229
Aman Arora
-0
/
+423