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
/
drop
Age
Commit message (
Expand
)
Author
Lines
2024-09-11
coalesce lint suggestions that can intersect
Ding Xiang Fei
-47
/
+353
2024-09-11
rescope temp lifetime in let-chain into IfElse
Ding Xiang Fei
-0
/
+532
2024-08-21
lint on tail expr drop order change in Edition 2024
Ding Xiang Fei
-0
/
+148
2024-07-18
Use more accurate span for `addr_of!` suggestion
Esteban Küber
-2
/
+2
2024-06-18
tail expression behind terminating scope
Ding Xiang Fei
-0
/
+158
2024-04-24
Error on using `yield` without also using `#[coroutine]` on the closure
Oli Scherer
-2
/
+2
2024-04-10
Handle more cases of value suggestions
Esteban Küber
-2
/
+2
2024-03-23
add test for ICE #106444
Matthias Krüger
-0
/
+16
2024-03-03
Move tests
Caio
-0
/
+278
2024-02-25
Auto merge of #120393 - Urgau:rfc3373-non-local-defs, r=WaffleLapkin
bors
-0
/
+2
2024-02-21
Convert `bug`s back to `delayed_bug`s.
Nicholas Nethercote
-0
/
+15
2024-02-19
Always evaluate free constants and statics, even if previous errors occurred
Oli Scherer
-9
/
+9
2024-02-18
Improve wording of static_mut_ref
Obei Sideg
-7
/
+7
2024-02-17
Allow newly added non_local_definitions lint in tests
Urgau
-0
/
+2
2024-02-16
[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
许杰友 Jieyou Xu (Joe)
-66
/
+66
2024-02-13
Rollup merge of #120802 - oli-obk:drop_elab_ice, r=compiler-errors
Matthias Krüger
-0
/
+34
2024-02-08
Bail out of drop elaboration when encountering error types
Oli Scherer
-0
/
+34
2024-02-08
Avoid ICE in drop recursion check in case of invalid drop impls
Oli Scherer
-0
/
+22
2024-02-07
Update tests
r0cky
-1
/
+13
2024-01-07
Update test for `E0796` and `static_mut_ref` lint
Obei Sideg
-42
/
+65
2024-01-02
Adjust compiler tests for unused_tuple_struct_fields -> dead_code
Jake Goulding
-9
/
+9
2023-12-21
Give temporaries in if let guards correct scopes
Matthew Jasper
-0
/
+14
2023-11-24
Show number in error message even for one error
Nilstrieb
-1
/
+1
2023-10-20
s/generator/coroutine/
Oli Scherer
-6
/
+6
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-1
/
+1
2023-09-19
Add more if let guard tests
Matthew Jasper
-0
/
+18
2023-05-21
Rename `drop_ref` lint to `dropping_references`
Urgau
-1
/
+1
2023-05-21
Rename `drop_copy` lint to `dropping_copy_types`
Urgau
-1
/
+1
2023-05-17
Rollup merge of #110930 - b-naber:normalize-elaborate-drops, r=cjgillot
Dylan DPC
-0
/
+92
2023-05-13
Auto merge of #103413 - RalfJung:phantom-dropck, r=lcnr
bors
-0
/
+22
2023-05-12
Auto merge of #109732 - Urgau:uplift_drop_forget_ref_lints, r=davidtwco
bors
-0
/
+2
2023-05-10
Adjust tests for new drop and forget lints
Urgau
-0
/
+2
2023-05-10
add test
b-naber
-0
/
+92
2023-05-08
Move tests
Caio
-0
/
+29
2023-02-16
Move tests
Caio
-0
/
+76
2023-02-15
add test for may_dangle and ManuallyDrop
Ralf Jung
-0
/
+22
2023-01-11
Move /src/test to /tests
Albert Larsan
-0
/
+3703
[prev]