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
/
closures
Age
Commit message (
Expand
)
Author
Lines
2023-06-03
add tests
lcnr
-0
/
+78
2023-05-25
Rollup merge of #111831 - clubby789:capture-slice-pat, r=cjgillot
Michael Goulet
-85
/
+196
2023-05-25
Always capture slice when pattern requires checking the length
clubby789
-85
/
+196
2023-05-21
Rename `drop_ref` lint to `dropping_references`
Urgau
-3
/
+3
2023-05-21
Rename `drop_copy` lint to `dropping_copy_types`
Urgau
-1
/
+1
2023-05-12
Auto merge of #109732 - Urgau:uplift_drop_forget_ref_lints, r=davidtwco
bors
-1
/
+5
2023-05-11
Rollup merge of #108705 - clubby789:refutable-let-closure-borrow, r=cjgillot
Matthias Krüger
-0
/
+136
2023-05-10
Adjust tests for new drop and forget lints
Urgau
-1
/
+5
2023-05-09
Rollup merge of #111021 - c410-f3r:dqewdas, r=petrochenkov
Matthias Krüger
-0
/
+18
2023-05-08
Move tests
Caio
-0
/
+18
2023-05-05
tweak "make mut" spans when assigning to locals
Ezra Shaw
-1
/
+1
2023-04-30
Test precise capture with a multi-variant enum and exhaustive patterns
Tomasz Miąsko
-0
/
+21
2023-04-30
Bail out of MIR construction if `check_match` fails
clubby789
-0
/
+136
2023-04-28
improve error notes for packed struct reference diagnostic
bindsdev
-1
/
+2
2023-04-25
vars are ?
Michael Goulet
-9
/
+9
2023-04-25
Rollup merge of #110480 - whtahy:105107/known-bug-tests-for-unsound-issues, r...
Yuki Okushi
-0
/
+15
2023-04-22
add known-bug test for unsound issue 84366
whtahy
-0
/
+15
2023-04-21
Run `check_match` and `check_liveness` when MIR is built instead of having an...
Oli Scherer
-14
/
+14
2023-04-11
Broken tests
Michael Goulet
-0
/
+14
2023-03-27
Fix subslice capture in closure
clubby789
-0
/
+39
2023-03-21
Return equal for two identical projections
yukang
-0
/
+41
2023-02-28
Remove the `capture_disjoint_fields` feature
clubby789
-4
/
+1
2023-02-18
Add addl test
Michael Goulet
-0
/
+24
2023-02-18
Move late-bound arg type checks to resolve_bound_vars
Michael Goulet
-0
/
+48
2023-02-18
Adjust tracking issue for non_lifetime_binders
Michael Goulet
-2
/
+2
2023-02-17
Rollup merge of #107489 - compiler-errors:non_lifetime_binders, r=cjgillot
Matthias Krüger
-2
/
+10
2023-02-16
Add feature gate for non_lifetime_binders
Michael Goulet
-2
/
+10
2023-02-15
Fix unintentional UB in ui tests
Ben Kimock
-9
/
+9
2023-01-31
make unaligned_reference a hard error
Ralf Jung
-19
/
+2
2023-01-30
Modify primary span label for E0308
Esteban Küber
-1
/
+1
2023-01-25
Rollup merge of #106897 - estebank:issue-99430, r=davidtwco
Matthias Krüger
-15
/
+15
2023-01-19
Tweak "borrow closure argument" suggestion
Esteban Küber
-4
/
+6
2023-01-15
Tweak E0597
Esteban Küber
-15
/
+15
2023-01-13
Emit a hint for bad call return types due to generic arguments
Robin Schroer
-0
/
+28
2023-01-11
Move /src/test to /tests
Albert Larsan
-0
/
+13446