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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
ui
/
ergonomic-clones
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-06-02
Add missing 2015 edition directives
Lukas Wirth
-1
/
+2
2025-04-09
Rollup merge of #138628 - spastorino:add-more-ergonomic-clone-tests, r=nikoma...
Matthias Krüger
-0
/
+137
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-04-08
Add .use block test
Santiago Pastorino
-0
/
+11
2025-03-06
Make feature flag incomplete
Santiago Pastorino
-24
/
+42
2025-03-06
Parse and allow const use closures
Santiago Pastorino
-0
/
+11
2025-03-06
Give a better error message on async use in edition 2015
Santiago Pastorino
-0
/
+14
2025-03-06
Change feature flag error to be ergonomic clones are experimental
Santiago Pastorino
-1
/
+1
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
/
+357
2025-03-06
Support nested use closures
Santiago Pastorino
-0
/
+20
2025-03-06
Separate closures, async and dotuse tests in directories
Santiago Pastorino
-9
/
+16
2025-03-06
Add UseCloned trait related code
Santiago Pastorino
-6
/
+33
2025-03-06
Generate the right MIR for by use closures
Santiago Pastorino
-2
/
+11
2025-03-06
Use closure parse code
Santiago Pastorino
-0
/
+23
2025-03-06
Implement .use keyword as an alias of clone
Santiago Pastorino
-0
/
+14