rust/crates/hir-ty/src/tests
bors 8f8bcfc131 Auto merge of #16335 - lnicola:salsa-lz4-file-text, r=Veykril
internal: Compress file text using LZ4

I haven't tested properly, but this roughly looks like:

```
1246 MB
    59mb   4899 FileTextQuery

1008 MB
    20mb   4899 CompressedFileTextQuery
   555kb   1790 FileTextQuery
```

We might want to test on something more interesting, like `bevy`.
2024-03-11 13:43:33 +00:00
..
coercion.rs Don't populate rust_ir::AdtVariantDatum::fields for now due to perf 2024-02-19 17:38:03 +01:00
diagnostics.rs fix: Don't show type mismatches for {unknown} to non-{unknown} mismatches 2024-02-16 12:16:43 +01:00
display_source_code.rs Stub out FnAbi::partial_eq as a workaround for now 2024-01-19 15:15:23 +01:00
incremental.rs Stop using an Arc when setting the file text 2024-03-08 20:30:12 +02:00
macros.rs fix: preserve where clause when builtin derive 2024-02-08 22:44:39 +08:00
method_resolution.rs Auto merge of #16749 - Veykril:on-demand-validation-err, r=Veykril 2024-03-11 09:18:24 +00:00
never_type.rs
patterns.rs Update expectation tests 2024-02-27 00:18:40 +09:00
regression.rs Update expectation tests 2024-02-27 00:18:40 +09:00
simple.rs internal: Treat the self param as different from patterns when lowering 2024-03-11 09:46:28 +01:00
traits.rs fix: Function argument type inference with associated type impl trait 2024-03-06 21:16:41 +09:00