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
/
type
/
type-check
Age
Commit message (
Expand
)
Author
Lines
2025-05-03
compiletest: Do not require annotations on empty labels and suggestions
Vadim Petrochenkov
-3
/
+2
2025-02-25
Make E0614 a structured error
Esteban Küber
-1
/
+1
2025-02-21
More sophisticated span trimming
Michael Goulet
-3
/
+2
2025-02-10
Show diff suggestion format on verbose replacement
Esteban Küber
-8
/
+12
2025-02-05
When displaying a parameter mismatch error, only highlight the mismatched par...
Jason Newcomb
-4
/
+3
2024-12-07
Use trait name instead of full constraint in suggestion message
Esteban Küber
-4
/
+4
2024-12-07
reword trait bound suggestion message to include the bounds
Esteban Küber
-4
/
+4
2024-09-27
On implicit `Sized` bound on fn argument, point at type instead of pattern
Esteban Küber
-2
/
+2
2024-07-14
Use ordinal number in argument error
long-long-float
-2
/
+2
2024-04-25
Check closure args and returns are WF
Michael Goulet
-2
/
+2
2024-03-18
When displaying multispans, ignore empty lines adjacent to `...`
Esteban Küber
-2
/
+1
2024-02-18
macro_rules: Preserve all metavariable spans in a global side table
Vadim Petrochenkov
-2
/
+2
2024-02-16
[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
许杰友 Jieyou Xu (Joe)
-6
/
+6
2024-02-14
Continue compilation after check_mod_type_wf errors
Oli Scherer
-2
/
+16
2023-12-26
Suggest `=` to `==` in more cases, even in the face of reference mismatch
Esteban Küber
-1
/
+17
2023-12-07
recurse into refs when comparing tys for diagnostics
jyn
-4
/
+4
2023-11-24
Show number in error message even for one error
Nilstrieb
-12
/
+12
2023-10-20
Invalid `?` suggestion on mismatched `Ok(T)`
Ethan Brierley
-0
/
+21
2023-10-04
Reorder fullfillment errors to keep more interesting ones first
Esteban Küber
-1
/
+1
2023-10-02
Don't suggest nonsense suggestions for unconstrained type vars in note_source...
Michael Goulet
-0
/
+35
2023-04-12
More accurate argument blames, add some comments
Michael Goulet
-3
/
+11
2023-04-12
Properly note source of arg mismatch
Michael Goulet
-1
/
+10
2023-04-12
Restore suggestion based off of backwards inference from bad usage to method ...
Michael Goulet
-1
/
+5
2023-04-12
Point at which arg causes a binding to be constrained
Michael Goulet
-1
/
+3
2023-04-12
Make note_source_of_type_mismatch_constraint simpler
Michael Goulet
-22
/
+8
2023-02-22
diagnostics: update test cases to refer to assoc fn with `self` as method
Michael Howell
-5
/
+5
2023-02-15
Skip method calls with arity mismatch
Martin Gammelsæter
-10
/
+1
2023-02-15
Add point-at-inference ui test for wrong arity case
Martin Gammelsæter
-0
/
+61
2023-02-09
Don't expose type parameters and implementation details from macro expansion
许杰友 Jieyou Xu (Joe)
-6
/
+6
2023-01-30
Modify primary span label for E0308
Esteban Küber
-11
/
+11
2023-01-23
tweak wording
Esteban Küber
-6
/
+6
2023-01-23
Ensure suggestion correctness
Esteban Küber
-1
/
+120
2023-01-23
Suggest coercion of `Result` using `?`
Esteban Küber
-0
/
+65
2023-01-14
Deprioritize fulfillment errors that come from expansions.
Mara Bos
-1
/
+1
2023-01-11
Move /src/test to /tests
Albert Larsan
-0
/
+865