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
/
drop
Age
Commit message (
Expand
)
Author
Lines
2023-01-11
Move /src/test to /tests
Albert Larsan
-3703
/
+0
2023-01-04
Move tests
Caio
-0
/
+22
2022-12-11
Move tests
Caio
-0
/
+77
2022-12-04
Also avoid creating a terminating scope in mixed chains
est31
-0
/
+19
2022-12-03
Remove drop order twist of && and || and make them associative
est31
-7
/
+108
2022-11-23
Suggest `.clone()` or `ref binding` on E0382
Esteban Küber
-0
/
+5
2022-10-20
Move some tests for more reasonable places
Caio
-0
/
+162
2022-10-16
Don't consider `Let` exprs terminating scopes
Nathan Whitaker
-2
/
+14
2022-10-15
Rollup merge of #102998 - nathanwhit:let-chains-drop-order, r=eholk
Dylan DPC
-0
/
+64
2022-10-13
Validate MIR in the `drop_order` test
Nathan Whitaker
-0
/
+1
2022-10-13
Move some tests to more reasonable directories
Caio
-0
/
+44
2022-10-12
Let chains should still drop temporaries
Nathan Whitaker
-0
/
+63
2022-10-09
allow or avoid for loops over option in compiler and tests
Maybe Waffle
-7
/
+7
2022-09-26
Auto merge of #102184 - chenyukang:fix-102087-add-binding-sugg, r=nagisa
bors
-0
/
+5
2022-09-26
fix #102087, Suggest Default::default() when binding isn't initialized
yukang
-0
/
+5
2022-09-25
Rollup merge of #102194 - fee1-dead-contrib:improve-const-drop, r=oli-obk
fee1-dead
-3
/
+3
2022-09-24
Note the type when unable to drop values in compile time
Deadbeef
-3
/
+3
2022-09-23
Restore ignore tag
Florian Bartels
-5
/
+0
2022-08-16
Do not allow Drop impl on foreign fundamental types
Michael Goulet
-0
/
+32
2022-08-14
Add tests for the drop behavior of some control flow constructs
Nilstrieb
-0
/
+145
2022-08-03
Warn about dead tuple struct fields
Fabian Wolff
-9
/
+9
2022-07-07
Tweak wording and spans
Esteban Küber
-2
/
+2
2022-07-07
On partial uninit error point at where we need init
Esteban Küber
-3
/
+5
2022-06-12
Fix some test annotations
bjorn3
-0
/
+1
2022-05-24
Modify MIR building to drop `foo` in `[foo; 0]`
Jakob Degen
-0
/
+164
2021-12-09
Add needs-unwind to tests that depend on panicking
David Koloski
-0
/
+4
2021-11-23
Auto merge of #90788 - ecstatic-morse:issue-90752, r=wesleywiser
bors
-0
/
+73
2021-11-14
Move some tests to more reasonable directories
Caio
-0
/
+18
2021-11-13
Add raw pointer variant of #90752 with incorrect behavior
Dylan MacKenzie
-0
/
+41
2021-11-13
Add regression test for #90752
Dylan MacKenzie
-0
/
+32
2021-11-06
Move some tests to more reasonable directories
Caio
-0
/
+53
2021-09-26
Remove box syntax from most places in src/test outside of the issues dir
est31
-11
/
+5
2021-09-01
Fix drop handling for `if let` expressions
Matthew Jasper
-0
/
+7
2021-08-24
Also fix “a RwLock*”
Frank Steffahn
-1
/
+1
2021-06-04
removed more uses of feature gate
marcusdunn
-1
/
+0
2021-02-04
Revert "Avoid leaking block expression values"
Felix S. Klock II
-379
/
+223
2021-02-03
Allow/fix non_fmt_panic in tests.
Mara Bos
-3
/
+3
2021-01-16
Move some tests to more reasonable directories - 2
Caio
-0
/
+103
2021-01-11
Move some tests to more reasonable directories
Caio
-0
/
+30
2020-12-04
Avoid leaking block expression values
Matthew Jasper
-223
/
+379
2020-11-29
Update tests to remove old numeric constants
bstrie
-2
/
+0
2020-10-16
stabilize union with 'ManuallyDrop' fields and 'impl Drop for Union'
Ralf Jung
-1
/
+1
2020-09-15
Stabilize move_ref_pattern
Amjad Alsharafi
-3
/
+0
2020-03-07
test(bindings_after_at): add dynamic drop tests for bindings_after_at
Matthew Kuo
-0
/
+48
2020-02-09
Auto merge of #68376 - Centril:move-ref-patterns, r=matthewjasper
bors
-0
/
+18
2020-02-02
move_ref_patterns: introduce tests
Mazdak Farrokhzad
-0
/
+18
2020-02-02
Add a resume type parameter to `Generator`
Jonas Schievink
-1
/
+1
2020-01-18
slice_patterns: remove gates in tests
Mazdak Farrokhzad
-5
/
+3
2019-12-09
Add more tests for borrowck and dropck slice pattern handling
Matthew Jasper
-0
/
+32
2019-10-25
Re-enable Emscripten's exception handling support
Thomas Lively
-2
/
+2
[next]