slint/internal/compiler
2025-12-11 17:48:59 +01:00
..
generator Introduce Type::ArrayOfU16 for grid layout organized data 2025-12-10 09:47:23 +01:00
LICENSES Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
llr Introduce Type::ArrayOfU16 for grid layout organized data 2025-12-10 09:47:23 +01:00
parser Add interfaces as a proof-of-concept experimental feature (#10181) 2025-12-10 10:38:13 +01:00
parser-test-macro Remove license header from .md/.mdx files 2025-12-04 21:58:09 +01:00
passes swrenderer: Fallback for rendering StyledText when parley is unavailable 2025-12-11 17:48:59 +01:00
tests Add interfaces as a proof-of-concept experimental feature (#10181) 2025-12-10 10:38:13 +01:00
widgets LineEdit: Add font-family support (#10247) 2025-12-10 09:54:16 +01:00
build.rs Ensure error reporting when using buffered file writes 2025-08-20 10:22:45 +02:00
builtin_macros.rs Introduce Type::ArrayOfU16 for grid layout organized data 2025-12-10 09:47:23 +01:00
builtins.slint TabWidget: Add orientation property to TabWidget (#10094) 2025-12-01 15:25:50 +01:00
Cargo.toml compiler: port from codemap-diagnostics to annotate-snippets 2025-11-24 16:18:47 +01:00
diagnostics.rs Add length to spans and diagnostics (#9703) 2025-12-03 17:56:01 +01:00
embedded_resources.rs Signed DistanceField font rendering in swrenderer 2024-10-23 09:12:30 +02:00
expression_tree.rs Introduce Type::ArrayOfU16 for grid layout organized data 2025-12-10 09:47:23 +01:00
fileaccess.rs Port from vec![] to Vec::new() 2025-12-05 16:53:45 +01:00
generator.rs Add interfaces as a proof-of-concept experimental feature (#10181) 2025-12-10 10:38:13 +01:00
langtype.rs Add interfaces as a proof-of-concept experimental feature (#10181) 2025-12-10 10:38:13 +01:00
layout.rs compiler: fix clippy warnings 2025-12-05 09:57:11 +01:00
lexer.rs Port from vec![] to Vec::new() 2025-12-05 16:53:45 +01:00
lib.rs Translations: allow to opt out of default context 2025-11-26 11:11:07 +01:00
literals.rs Compiler: Reformat with edition 2024 2025-11-14 16:10:46 +01:00
llr.rs LLR: A pass to remove unused properties from the LLR 2025-11-13 08:00:53 +01:00
load_builtins.rs Port from vec![] to Vec::new() 2025-12-05 16:53:45 +01:00
lookup.rs Port from vec![] to Vec::new() 2025-12-05 16:53:45 +01:00
namedreference.rs Add interfaces as a proof-of-concept experimental feature (#10181) 2025-12-10 10:38:13 +01:00
object_tree.rs Add interfaces as a proof-of-concept experimental feature (#10181) 2025-12-10 10:38:13 +01:00
parser.rs Add interfaces as a proof-of-concept experimental feature (#10181) 2025-12-10 10:38:13 +01:00
passes.rs More optimization when the scale factor is constant 2025-11-04 14:05:50 +01:00
pathutils.rs Compiler: Reformat with edition 2024 2025-11-14 16:10:46 +01:00
README.md Remove license header from .md/.mdx files 2025-12-04 21:58:09 +01:00
translations.rs Compiler: Reformat with edition 2024 2025-11-14 16:10:46 +01:00
typeloader.rs Port from vec![] to Vec::new() 2025-12-05 16:53:45 +01:00
typeregister.rs Introduce Type::ArrayOfU16 for grid layout organized data 2025-12-10 09:47:23 +01:00

The Slint Compiler Library

NOTE: This library is an internal crate of the Slint project. This crate should not be used directly by applications using Slint. You should use the slint crate instead.

WARNING: This crate does not follow the semver convention for versioning and can only be used with version = "=x.y.z" in Cargo.toml.