ZIm/crates/language/src
Piotr Osiewicz 1a9b0536a2
Rust 1.78 (#11314)
Notable things I've had to fix due to 1.78:
- Better detection of unused items
- New clippy lint (`assigning_clones`) that points out places where assignment operations with clone rhs could be replaced with more performant `clone_into`
Release Notes:

- N/A
2024-05-05 15:02:50 +02:00
..
syntax_map Add a setting for custom associations between languages and files (#9290) 2024-03-13 10:23:30 -07:00
buffer.rs Rust 1.78 (#11314) 2024-05-05 15:02:50 +02:00
buffer_tests.rs More fixes to the semantic index's chunking (#11376) 2024-05-03 19:00:18 -07:00
diagnostic_set.rs Send along diagnostics when requesting code actions (#10281) 2024-04-08 17:54:06 +02:00
highlight_map.rs Docs for indent_size_for_line and co 2024-01-09 20:50:34 +01:00
language.rs Rust 1.78 (#11314) 2024-05-05 15:02:50 +02:00
language_registry.rs More fixes to the semantic index's chunking (#11376) 2024-05-03 19:00:18 -07:00
language_settings.rs Supermaven (#10788) 2024-05-03 12:50:42 -07:00
markdown.rs Fix Markdown code rendering in tooltips ignoring languages (#10607) 2024-04-16 12:49:35 +02:00
outline.rs Rust 1.78 (#11314) 2024-05-05 15:02:50 +02:00
proto.rs Revert "Revert "language: Remove buffer fingerprinting (#9007)"" (#9671) 2024-04-12 18:40:35 +02:00
syntax_map.rs More fixes to the semantic index's chunking (#11376) 2024-05-03 19:00:18 -07:00
task_context.rs Always provide default task context (#10764) 2024-04-19 10:51:50 +03:00