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
/
const-generics
/
generic_arg_infer
Age
Commit message (
Expand
)
Author
Lines
2025-09-29
Make replacement suggestion `_` in type verbose
Esteban Küber
-13
/
+23
2025-07-03
gai: remove typo from test file, and add a reference id
Tshepang Mbambo
-0
/
+1
2025-06-27
Report infer ty errors during hir ty lowering
Oli Scherer
-10
/
+20
2025-06-11
stabilize gai
Boxy
-93
/
+23
2025-04-10
Allow parenthesis around inferred array lengths
Boxy
-1
/
+72
2025-02-14
fallout :skull_emoji:
lcnr
-4
/
+4
2025-02-10
Show diff suggestion format on verbose replacement
Esteban Küber
-12
/
+18
2025-01-23
Handle parenthesised infer args
Boxy
-0
/
+12
2025-01-02
Make suggestion verbose and tweak error message
Michael Goulet
-26
/
+40
2025-01-02
More refined spans for placeholder error in const/static
Michael Goulet
-24
/
+26
2025-01-02
Remove diagnostic_only_typeck and fix placeholder suggestion for const/static
Michael Goulet
-2
/
+8
2024-12-03
Use correct `hir_id` for array const arg infers
Boxy
-0
/
+12
2024-09-16
Relate receiver invariantly in method probe for Mode::Path
Michael Goulet
-2
/
+2
2024-07-22
Revert suggestion verbosity change
Esteban Küber
-6
/
+3
2024-07-22
On generic and lifetime removal suggestion, do not leave behind stray `,`
Esteban Küber
-1
/
+1
2024-07-22
Change suggestion message wording
Esteban Küber
-1
/
+1
2024-07-22
Use verbose suggestion for "wrong # of generics"
Esteban Küber
-3
/
+6
2024-06-19
Const generic parameters aren't bounds, even if we end up erroring because of...
Oli Scherer
-2
/
+2
2024-06-19
Taint infcx when reporting errors
Oli Scherer
-11
/
+18
2024-06-17
Use subtyping instead of equality, since method resolution also uses subtyping
Oli Scherer
-1
/
+1
2024-05-29
Partially implement `ConstArgHasType`
Boxy
-1
/
+1
2024-04-10
Use `fn` ptr signature instead of `{closure@..}` in infer error
Esteban Küber
-1
/
+1
2024-03-27
Use `TraitRef::to_string` sorting in favor of `TraitRef::ord`, as the latter ...
Oli Scherer
-2
/
+2
2024-03-07
Use the same collection order as check_mod_type_wf
Oli Scherer
-20
/
+20
2024-02-16
[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
许杰友 Jieyou Xu (Joe)
-3
/
+3
2024-02-01
Improve the diagnostics for unused generic parameters
León Orell Valerian Liehr
-3
/
+3
2024-01-24
Deduplicate more sized errors on call exprs
Esteban Küber
-1
/
+1
2023-11-26
Update std::simd usage and test outputs
Caleb Zulawski
-4
/
+4
2023-11-24
Show number in error message even for one error
Nilstrieb
-1
/
+1
2023-10-20
Avoid a `track_errors` by bubbling up most errors from `check_well_formed`
Oli Scherer
-3
/
+18
2023-06-27
Don't sort strings right after we just sorted by types
Michael Goulet
-2
/
+2
2023-06-11
properly check associated consts for infer placeholders
Michael Goulet
-6
/
+6
2023-01-11
Move /src/test to /tests
Albert Larsan
-0
/
+297