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
/
src
/
test
/
ui
/
coercion
Age
Commit message (
Expand
)
Author
Lines
2023-01-11
Move /src/test to /tests
Albert Larsan
-1575
/
+0
2022-11-19
Use `type_ascribe!` in many UI tests
Nilstrieb
-61
/
+61
2022-10-30
Rollup merge of #103124 - ldm0:nohard_tests, r=Mark-Simulacrum
Matthias Krüger
-0
/
+149
2022-10-27
add test for issue 36007
Rageking8
-0
/
+20
2022-10-17
Add tests for autoderef on block tail
bogon-right
-0
/
+149
2022-10-04
slightly improve no return for returning function error
Rageking8
-2
/
+2
2022-08-27
Sad
Michael Goulet
-0
/
+16
2022-08-12
Point out a single arg if we have a single arg incompatibility
Michael Goulet
-6
/
+6
2022-08-03
Warn about dead tuple struct fields
Fabian Wolff
-1
/
+1
2022-07-27
use check_region_obligations_and_report_errors in more places to avoid ICEs
Michael Goulet
-0
/
+27
2022-07-07
Shorten span for closures.
Camille GILLOT
-3
/
+3
2022-06-28
Note concrete type being coerced into object
Michael Goulet
-4
/
+4
2022-05-08
Auto merge of #96302 - Serial-ATA:more-diagnostic-items, r=manishearth
bors
-40
/
+0
2022-05-06
Resolve vars in note_type_err
Jack Huey
-2
/
+2
2022-04-28
Update ui tests
Serial
-40
/
+0
2022-04-26
Fix the filename in the expected error message.
Dan Gohman
-2
/
+2
2022-04-26
Add `only-windows` versions of the coerce-issue-49593-box-never test.
Dan Gohman
-0
/
+97
2022-04-19
Update line numbers in the expected output.
Dan Gohman
-2
/
+2
2022-04-19
Add ignore-windows to a test.
Dan Gohman
-0
/
+1
2022-04-18
Update the expected stderr for coerce-issue-49593-box-never.
Dan Gohman
-2
/
+2
2022-04-18
Update the expected stderr for coerce-issue-49593-box-never.
Dan Gohman
-2
/
+2
2022-04-16
Implementation for 65853
Jack Huey
-9
/
+58
2022-04-10
only suggest removing semicolon when expr implements trait
Michael Goulet
-2
/
+2
2022-04-08
Add ThinBox type for 1 stack pointer sized heap allocated trait objects
Jane Lusby
-2
/
+2
2022-04-04
Mention implementers of unsatisfied trait
Esteban Kuber
-0
/
+20
2021-11-18
Move some tests to more reasonable directories
Caio
-0
/
+37
2021-11-14
Move some tests to more reasonable directories
Caio
-0
/
+17
2021-11-06
Move some tests to more reasonable directories
Caio
-0
/
+79
2021-09-26
Remove box syntax from most places in src/test outside of the issues dir
est31
-1
/
+0
2021-09-17
Add nofallback tests
Mark Rousskov
-2
/
+27
2021-08-19
Fix non-capturing closure return type coercion
Fabian Wolff
-0
/
+31
2021-06-30
Move some UI tests to more suitable subdirs
Yuki Okushi
-0
/
+37
2021-02-06
path trimming: ignore type aliases
Dan Aloni
-2
/
+2
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-26
/
+26
2020-07-02
Audit uses of `span_suggestion_short`
Yuki Okushi
-2
/
+20
2020-06-19
coerce reborrow multi arg test
Bastian Kauschke
-0
/
+27
2020-06-19
merge coercion test folders
Bastian Kauschke
-29
/
+420
2020-06-18
Rollup merge of #73361 - estebank:non-primitive-cast, r=davidtwco
Manish Goregaokar
-6
/
+2
2020-06-15
Tweak "non-primitive cast" error
Esteban Küber
-6
/
+2
2020-06-09
Relate existential associated types with variance Invariant
Santiago Pastorino
-1
/
+1
2020-01-16
review comments
Esteban Küber
-7
/
+7
2019-12-14
Revert "Remove `#![feature(never_type)]` from tests."
Niko Matsakis
-13
/
+17
2019-11-21
Point at type in `let` assignment on type errors
Esteban Küber
-5
/
+8
2019-11-21
Auto merge of #66389 - estebank:type-err-labels, r=petrochenkov
bors
-71
/
+64
2019-11-21
Gate fallback via `#![feature(never_type_fallback)]`.
Mazdak Farrokhzad
-1
/
+1
2019-11-21
Remove `#![feature(never_type)]` from tests.
Mazdak Farrokhzad
-17
/
+12
2019-11-18
Surround types with backticks in type errors
Esteban Küber
-21
/
+21
2019-11-18
Remove E0308 note when primary label has all info
Esteban Küber
-16
/
+9
2019-11-18
review comments: tweak prefix strings
Esteban Küber
-4
/
+4
2019-11-18
Specific labels when referring to "expected" and "found" types
Esteban Küber
-38
/
+38
[next]