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
/
nll
Age
Commit message (
Expand
)
Author
Lines
2025-07-16
trait_sel: `MetaSized` always holds temporarily
David Wood
-18
/
+2
2025-07-04
Remove Symbol for Named LateParam/Bound variants
Michael Goulet
-4
/
+4
2025-06-24
Make missing lifetime suggestion verbose
Michael Goulet
-3
/
+6
2025-06-16
trait_sel: skip elaboration of sizedness supertrait
David Wood
-1
/
+1
2025-06-16
tests: bless remaining tests
David Wood
-4
/
+19
2025-06-12
Rollup merge of #141069 - chenyukang:yukang-fix-137486-suggest-mut, r=davidtwco
Matthias Krüger
-0
/
+81
2025-06-04
Replace `elided_named_lifetimes` with `mismatched_lifetime_syntaxes`
Jake Goulding
-2
/
+2
2025-05-29
Normalize possibly unnormalized type in relate_type_and_user_type
Michael Goulet
-0
/
+31
2025-05-27
Suggest mut when possbile for temporary value dropped while borrowed
yukang
-0
/
+81
2025-05-24
Avoid extra path trimming in method not found error
Noratrieb
-3
/
+3
2025-05-02
borrowck nested items in dead code
lcnr
-0
/
+78
2025-04-26
Fix error message for static references or mutable references
yuk1ty
-2
/
+2
2025-04-22
Auto merge of #139960 - amandasystems:placeholder-ui-tests, r=lcnr
bors
-0
/
+56
2025-04-22
Add tests for two untested cases of placeholder relations
Amanda Stjerna
-0
/
+56
2025-04-08
UI tests: add missing diagnostic kinds where possible
Vadim Petrochenkov
-7
/
+7
2025-04-04
Fix `Debug` impl for `LateParamRegionKind`.
Nicholas Nethercote
-4
/
+4
2025-03-06
`TypeVerifier` do not walk into required consts
lcnr
-12
/
+1
2025-02-21
More sophisticated span trimming
Michael Goulet
-3
/
+2
2025-02-19
Rollup merge of #137059 - xizheyin:issue-136827, r=davidtwco
Matthias Krüger
-2
/
+2
2025-02-15
fix: Alloc new errorcode E0803 for E0495
xizheyin
-2
/
+2
2025-02-14
Trim suggestion parts to the subset that is purely additive
Michael Goulet
-8
/
+8
2025-02-14
Use underline suggestions for purely 'additive' replacements
Michael Goulet
-24
/
+16
2025-02-13
Improved named region errors
Michael Goulet
-17
/
+33
2025-02-11
Deeply normalize signature in new solver
Michael Goulet
-3
/
+54
2025-02-10
Show diff suggestion format on verbose replacement
Esteban Küber
-10
/
+15
2025-01-31
update NLL `get_default` test for poloniuses
Rémy Rakic
-12
/
+51
2025-01-31
add explicit revisions to polonius tests
Rémy Rakic
-14
/
+148
2025-01-31
add explicit revisions to check-pass tests
Rémy Rakic
-5
/
+16
2025-01-31
merge duplicate issue-46589 tests
Rémy Rakic
-38
/
+8
2025-01-27
Remove all dead files inside tests/ui/
León Orell Valerian Liehr
-203
/
+0
2025-01-23
tests: use `needs-subprocess` instead of `ignore-{wasm32,emscripten,sgx}`
许杰友 Jieyou Xu (Joe)
-1
/
+1
2025-01-14
mir borrowck: cleanup late-bound region handling
lcnr
-6
/
+6
2025-01-06
only avoid blaming assignments from argument patterns
dianne
-24
/
+14
2025-01-06
make outlives constraints from pointer comparisons less boring
dianne
-15
/
+15
2025-01-06
`best_blame_constraint`: prioritize blaming interesting-seeming constraints
dianne
-53
/
+65
2025-01-06
`best_blame_constraint`: avoid blaming assignments without user-provided types
dianne
-14
/
+24
2025-01-06
`best_blame_constraint`: add a special case to recover object lifetime defaul...
dianne
-11
/
+5
2025-01-06
`best_blame_constraint`: don't filter constraints by sup SCC
dianne
-222
/
+245
2024-12-31
Rollup merge of #133486 - dianne:fix-move-error-suggestion, r=estebank
Trevor Gross
-3
/
+4
2024-12-12
Tweak multispan rendering
Esteban Küber
-12
/
+3
2024-12-03
closure-requirements: add regression tests
lcnr
-3
/
+62
2024-11-28
Update more 2024 tests to remove -Zunstable-options
Eric Huss
-2
/
+1
2024-11-25
`add_move_error_suggestions`: use a HIR visitor rather than `SourceMap`
dianne
-3
/
+4
2024-11-21
Stop being so bail-y in candidate assembly
Michael Goulet
-10
/
+2
2024-10-24
stabilize if_let_rescope
Ding Xiang Fei
-3
/
+1
2024-09-24
replace "cast" with "coercion" where applicable
Lukas Markeffsky
-1
/
+1
2024-09-24
use more accurate spans for user type ascriptions
Lukas Markeffsky
-6
/
+4
2024-09-13
Update tests for hidden references to mutable static
Obei Sideg
-8
/
+10
2024-09-11
rescope temp lifetime in let-chain into IfElse
Ding Xiang Fei
-2
/
+19
2024-08-31
Create opaque definitions in resolver.
Camille GILLOT
-4
/
+4
[next]