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
2025-01-24
Rollup merge of #135926 - jieyouxu:needs-subprocess-thread, r=oli-obk
Matthias Krüger
-2
/
+2
2025-01-23
Add extensive set of drop order tests
Travis Cross
-0
/
+1627
2025-01-23
tests: use `needs-threads` instead of `ignore-emscripten`
许杰友 Jieyou Xu (Joe)
-2
/
+2
2025-01-22
Auto merge of #134478 - compiler-errors:attr-span, r=oli-obk
bors
-1
/
+1
2025-01-08
Try to explain borrow for tail expr temporary drop order change in 2024
Michael Goulet
-19
/
+45
2025-01-08
Don't do AccessDepth::Drop for types with no drop impl
Michael Goulet
-0
/
+56
2025-01-08
Don't create cycles by normalizing opaques defined in the body we're checking
Michael Goulet
-18
/
+27
2025-01-08
run borrowck tests on BIDs and emit tail-expr-drop-order lints for
Ding Xiang Fei
-0
/
+77
2024-12-23
Always run tail_expr_drop_order lint on promoted MIR
Michael Goulet
-30
/
+28
2024-12-21
Properly record metavar spans for other expansions other than TT
Michael Goulet
-1
/
+1
2024-12-20
Handle DropKind::ForLint in coroutines correctly
Michael Goulet
-0
/
+81
2024-12-15
Use links to edition guide for edition migrations
Eric Huss
-25
/
+25
2024-12-12
Filter empty lines, comments and delimiters from previous to last multiline s...
Esteban Küber
-12
/
+0
2024-12-12
Tweak multispan rendering
Esteban Küber
-36
/
+0
2024-12-02
reduce false positives on some common cases from if-let-rescope
Ding Xiang Fei
-38
/
+42
2024-11-28
Update more 2024 tests to remove -Zunstable-options
Eric Huss
-7
/
+4
2024-11-26
tests: remove `//@ pretty-expanded` usages
许杰友 Jieyou Xu (Joe)
-8
/
+0
2024-11-22
Stabilize the 2024 edition
Eric Huss
-5
/
+3
2024-11-20
reduce false positives of tail-expr-drop-order from consumed values
Ding Xiang Fei
-36
/
+513
2024-10-29
Rollup merge of #131984 - dingxiangfei2009:stabilize-if-let-rescope, r=travis...
Matthias Krüger
-26
/
+23
2024-10-24
stabilize if_let_rescope
Ding Xiang Fei
-26
/
+23
2024-10-24
stabilize shorter-tail-lifetimes
Ding Xiang Fei
-19
/
+22
2024-09-30
apply suggestions
Ding Xiang Fei
-7
/
+73
2024-09-30
preserve brackets around if-lets and skip while-lets
Ding Xiang Fei
-3
/
+49
2024-09-13
Update tests for hidden references to mutable static
Obei Sideg
-37
/
+43
2024-09-13
simplify the suggestion notes
Ding Xiang Fei
-263
/
+70
2024-09-11
downgrade borrowck suggestion level due to possible span conflict
Ding Xiang Fei
-34
/
+79
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
[next]