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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
ui
/
inference
Age
Commit message (
Expand
)
Author
Lines
2022-06-23
Rollup merge of #98269 - compiler-errors:provide-more-segment-res, r=petroche...
Michael Goulet
-8
/
+8
2022-06-21
Move some tests to more reasonable directories
Caio
-0
/
+299
2022-06-20
Provide a segment res in more cases
Michael Goulet
-8
/
+8
2022-06-16
diagnostics: fix trailing space
klensy
-2
/
+2
2022-06-11
Rollup merge of #97703 - lcnr:post-89862, r=estebank
Dylan DPC
-0
/
+154
2022-06-08
add test + don't warn on `Res::SelfTy`
lcnr
-0
/
+76
2022-06-08
need_type_info: don't ICE when detected ty alias
lcnr
-0
/
+78
2022-06-06
Deactivate feature gate explicit_generic_args_with_impl_trait
Nick Cameron
-3
/
+3
2022-06-02
`generic_arg_contains_target`: ignore closures
lcnr
-8
/
+8
2022-06-02
use verbose suggestions
lcnr
-3
/
+6
2022-06-02
add new `emit_inference_failure_err`
lcnr
-72
/
+69
2022-05-20
Rollup merge of #97109 - TaKO8Ki:fix-misleading-cannot-infer-type-for-type-pa...
Matthias Krüger
-0
/
+52
2022-05-20
report ambiguous type parameters when their parents are impl or fn
Takayuki Maeda
-0
/
+20
2022-05-17
fix misleading `cannot infer type for type parameter` error
Takayuki Maeda
-0
/
+32
2022-05-13
Add regression test for #28935
Yuki Okushi
-0
/
+9
2022-04-30
Bless the UI tests
Scott McMurray
-10
/
+4
2022-04-16
Implementation for 65853
Jack Huey
-10
/
+66
2022-03-03
Cleanup feature gates.
Camille GILLOT
-3
/
+1
2022-02-08
Rollup merge of #92715 - chordtoll:empty-string, r=davidtwco
Matthias Krüger
-2
/
+11
2022-01-16
Only suggest char literal for single-character strings
chordtoll
-2
/
+11
2022-01-14
Don't use source-map when detecting struct field shorthand
Michael Goulet
-1
/
+1
2022-01-04
Auto merge of #92560 - matthiaskrgr:rollup-jeli7ip, r=matthiaskrgr
bors
-60
/
+0
2022-01-03
Suggest changing quotes when str/char type mismatch
chordtoll
-0
/
+100
2021-12-23
implement `generic_arg_infer` for array lengths
lcnr
-60
/
+0
2021-12-11
Tweak assoc type obligation spans
Esteban Kuber
-1
/
+1
2021-12-07
Add test with multiple type params failing inference
Esteban Kuber
-12
/
+45
2021-12-07
Refer to const params as "const params" and not "type params"
Esteban Kuber
-1
/
+1
2021-12-07
Refer to uninferred `const` params by their name, instead of `{ _: _ }`
Esteban Kuber
-1
/
+1
2021-12-07
Only shown relevant type params in E0283 label
Esteban Kuber
-1
/
+36
2021-11-20
Point at source of trait bound obligations in more places
Esteban Kuber
-0
/
+9
2021-11-19
Auto merge of #91033 - JohnTitor:rollup-sr9zg6o, r=JohnTitor
bors
-0
/
+162
2021-11-19
Auto merge of #90329 - nbdd0121:typeck, r=nagisa
bors
-2
/
+75
2021-11-18
Move some tests to more reasonable directories
Caio
-0
/
+162
2021-11-15
Add regression test for issue 90320
Gary Guo
-2
/
+75
2021-11-14
Move some tests to more reasonable directories
Caio
-0
/
+38
2021-11-06
Move some tests to more reasonable directories
Caio
-0
/
+15
2021-10-24
Point at overlapping impls when type annotations are needed
Esteban Kuber
-2
/
+9
2021-10-15
Bless tests
Cameron Steffen
-1
/
+1
2021-09-17
Make diagnostics clearer for `?` operators
Yuki Okushi
-0
/
+22
2021-08-16
Use note to point at bound introducing requirement
Esteban Küber
-6
/
+10
2021-08-14
Auto merge of #87600 - JohnTitor:classify-ui-tests, r=petrochenkov
bors
-0
/
+220
2021-08-11
Modify structured suggestion output
Esteban Küber
-4
/
+4
2021-08-10
Move some UI tests to more suitable subdirs
Yuki Okushi
-0
/
+218
2021-08-03
Do not suggest impl traits as type arguments
Yuki Okushi
-0
/
+51
2021-07-26
Actually infer args in visitors
kadmin
-0
/
+60
2021-07-18
Remove impl_trait_in_bindings handling on inference error reporting
Santiago Pastorino
-38
/
+0
2021-07-02
Add a regression test for issue-70703
Yuki Okushi
-0
/
+26
2021-06-25
Address PR feedback
Ryan Levick
-2
/
+2
2021-06-25
Change how edition based future compatibility warnings are handled
Ryan Levick
-2
/
+2
2021-05-06
Better rustc_on_unimplemented, and UI test fixes
Scott McMurray
-24
/
+20
[next]