aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_ty
Commit message (Collapse)AuthorAgeFilesLines
* Fix `benchmark_include_macro`Florian Diebold2021-06-201-1/+1
|
* More cleanups, use `check` for `display_source_code` testsFlorian Diebold2021-06-202-85/+67
|
* Clean up coercion testsFlorian Diebold2021-06-201-552/+117
|
* Unify check_mismatches and check_typesFlorian Diebold2021-06-209-380/+353
|
* Add coverage mark for block local implsFlorian Diebold2021-06-201-1/+4
|
* internal: use minicore deref moreAleksey Kladov2021-06-182-113/+67
|
* internal: add index to minicoreAleksey Kladov2021-06-181-38/+7
|
* minor: use minicoreAleksey Kladov2021-06-183-87/+69
|
* Minor clippy perf fixesLaurențiu Nicola2021-06-184-7/+9
|
* Nest all the or-patterns!Lukas Wirth2021-06-176-50/+33
|
* internal: switch some tests to minicoreAleksey Kladov2021-06-161-15/+1
|
* internal: add iterator to minicoreAleksey Kladov2021-06-161-39/+8
|
* internal: add fn to minicoreAleksey Kladov2021-06-163-304/+228
|
* internal: add result to minicoreAleksey Kladov2021-06-151-19/+1
|
* internal: add option to minicoreAleksey Kladov2021-06-151-40/+6
|
* internal: add future to minicoreAleksey Kladov2021-06-151-12/+2
|
* internal: switch some tests to minicoreAleksey Kladov2021-06-153-70/+59
|
* internal: switch some tests to minicoreAleksey Kladov2021-06-152-55/+32
|
* internal: add ranges to minicoreAleksey Kladov2021-06-151-27/+1
|
* internal: unindent some testsAleksey Kladov2021-06-151-255/+252
|
* internal: switch some tests to minicoreAleksey Kladov2021-06-152-111/+102
|
* internal: switch some tests to minicoreAleksey Kladov2021-06-152-59/+50
|
* internal: switch some tests to minicoreAleksey Kladov2021-06-151-181/+129
|
* internal: switch some tests to minicoreAleksey Kladov2021-06-151-116/+81
|
* internal: introduce minicore -- a subset of libcore for testingAleksey Kladov2021-06-151-28/+19
|
* Merge #9278bors[bot]2021-06-152-10/+26
|\ | | | | | | | | | | | | | | 9278: internal: document that we don't #[ignore] tests r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * internal: document that we don't #[ignore] testsAleksey Kladov2021-06-152-10/+26
| |
* | internal: don't pull tracing via chalkAleksey Kladov2021-06-141-1/+1
|/
* Merge #9260bors[bot]2021-06-144-6/+6
|\ | | | | | | | | | | | | | | 9260: tree-wide: make rustdoc links spiky so they are clickable r=matklad a=lf- Rustdoc was complaining about these while I was running with --document-private-items and I figure they should be fixed. Co-authored-by: Jade <[email protected]>
| * tree-wide: make rustdoc links spiky so they are clickableJade2021-06-144-6/+6
| |
* | internal: use cov-mark rather than bailing out diagnosticAleksey Kladov2021-06-131-14/+3
| |
* | internal: refactor incorrect case diagnosticsAleksey Kladov2021-06-131-3/+0
| |
* | Merge #9246bors[bot]2021-06-131-11/+7
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | 9246: internal: unified missing fields diagnostic r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * | internal: unified missing fields diagnosticAleksey Kladov2021-06-131-11/+7
| | |
* | | Merge #9244bors[bot]2021-06-134-36/+138
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | 9244: feat: Make block-local trait impls work r=flodiebold a=flodiebold As long as either the trait or the implementing type are defined in the same block. CC #8961 Co-authored-by: Florian Diebold <[email protected]>
| * | Make block-local trait impls workFlorian Diebold2021-06-134-36/+138
| | | | | | | | | | | | | | | As long as either the trait or the implementing type are defined in the same block.
* | | minor: put a mark backAleksey Kladov2021-06-131-0/+1
|/ /
* | cargo fmtMaan20032021-06-132-9/+2
| |
* | clippy::redundant_field_namesMaan20032021-06-131-1/+1
| |
* | clippy::redundant_closureMaan20032021-06-134-5/+5
| |
* | clippy::useless_conversionMaan20032021-06-131-1/+1
| |
* | clippy::redudant_borrowMaan20032021-06-1310-29/+29
| |
* | Merge #9239bors[bot]2021-06-125-54/+183
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | 9239: fix: Fix coercion in match with expected type r=flodiebold a=flodiebold Plus add infrastructure to test type mismatches without expect. CC #8961 Co-authored-by: Florian Diebold <[email protected]>
| * | Fix coercion in match with expected typeFlorian Diebold2021-06-125-54/+183
| | | | | | | | | | | | Plus add infrastructure to test type mismatches without expect.
* | | internal: cross-crate cov-marksAleksey Kladov2021-06-122-1/+3
|/ /
* | internal: move diagnostics infra to hirAleksey Kladov2021-06-124-612/+13
| |
* | Move some hir_ty diagnostics to hirAleksey Kladov2021-06-124-1763/+97
| |
* | minor: reduce visibilityAleksey Kladov2021-06-121-3/+2
| |
* | internal: move missing unsafe diagnostic to hirAleksey Kladov2021-06-123-162/+21
| |
* | internal: move inference diagnostics to hirAleksey Kladov2021-06-123-239/+10
|/