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
/
tests
/
ui
/
ergonomic-clones
/
closure
Age
Commit message (
Expand
)
Author
Lines
2025-07-16
future-incompat lints: don't link to the nightly edition-guide version
dianne
-1
/
+1
2025-04-09
Rollup merge of #138628 - spastorino:add-more-ergonomic-clone-tests, r=nikoma...
Matthias Krüger
-0
/
+126
2025-04-08
Add spawn thread test
Santiago Pastorino
-0
/
+78
2025-04-08
Test interaction between RFC 2229 migration and use closures
Santiago Pastorino
-0
/
+78
2025-04-08
Add multiple closure use variants
Santiago Pastorino
-0
/
+48
2025-03-06
Make feature flag incomplete
Santiago Pastorino
-14
/
+27
2025-03-06
Parse and allow const use closures
Santiago Pastorino
-0
/
+11
2025-03-06
Add more tests
Santiago Pastorino
-0
/
+91
2025-03-06
Fail gracefully if mutating on a use closure and the closure it not declared mut
Santiago Pastorino
-0
/
+27
2025-03-06
Allow to mutate use captures
Santiago Pastorino
-0
/
+11
2025-03-06
Fix use closure parsing error message
Santiago Pastorino
-12
/
+4
2025-03-06
Add tests
Santiago Pastorino
-0
/
+242
2025-03-06
Support nested use closures
Santiago Pastorino
-0
/
+20
2025-03-06
Separate closures, async and dotuse tests in directories
Santiago Pastorino
-0
/
+43