slint/internal/compiler
2025-12-01 11:31:55 +01:00
..
generator Styled Text: add a macro and functions for parsing markdown (#10060) 2025-12-01 22:58:56 +13:00
LICENSES Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
llr Styled Text: add a macro and functions for parsing markdown (#10060) 2025-12-01 22:58:56 +13:00
parser Styled Text: add a macro and functions for parsing markdown (#10060) 2025-12-01 22:58:56 +13:00
parser-test-macro Compiler: update to edition 2024 2025-11-14 16:10:46 +01:00
passes Styled Text: add a macro and functions for parsing markdown (#10060) 2025-12-01 22:58:56 +13:00
tests Styled Text: add a macro and functions for parsing markdown (#10060) 2025-12-01 22:58:56 +13:00
widgets [switch] fix accessible_default_action when switch is disabled (#10174) 2025-12-01 11:31:55 +01:00
build.rs Ensure error reporting when using buffered file writes 2025-08-20 10:22:45 +02:00
builtin_macros.rs Add StyledText type (#10122) 2025-11-22 03:06:50 +13:00
builtins.slint Styled Text: add a macro and functions for parsing markdown (#10060) 2025-12-01 22:58:56 +13:00
Cargo.toml compiler: port from codemap-diagnostics to annotate-snippets 2025-11-24 16:18:47 +01:00
diagnostics.rs compiler: port from codemap-diagnostics to annotate-snippets 2025-11-24 16:18:47 +01:00
embedded_resources.rs Signed DistanceField font rendering in swrenderer 2024-10-23 09:12:30 +02:00
expression_tree.rs Styled Text: add a macro and functions for parsing markdown (#10060) 2025-12-01 22:58:56 +13:00
fileaccess.rs Widget style: simplify -light/-dark handling 2024-08-20 16:55:15 +02:00
generator.rs slint-compiler: Add support for generating Python stubs (#10123) 2025-11-20 17:17:01 +01:00
langtype.rs Add StyledText type (#10122) 2025-11-22 03:06:50 +13:00
layout.rs compiler: forbid setting row/col in a callback, in a grid with auto numbering 2025-11-21 14:45:55 +01:00
lexer.rs Compiler: Reformat with edition 2024 2025-11-14 16:10:46 +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 compiler: Rename builtin struct types 2025-11-18 20:35:05 +01:00
lookup.rs Move named color & color literal parsing to slint common (#9981) 2025-11-10 08:39:28 +00:00
namedreference.rs Compiler: Reformat with edition 2024 2025-11-14 16:10:46 +01:00
object_tree.rs GridLayout: introduce an Organize step to compute row/col 2025-11-21 14:45:55 +01:00
parser.rs Styled Text: add a macro and functions for parsing markdown (#10060) 2025-12-01 22:58:56 +13: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 Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
translations.rs Compiler: Reformat with edition 2024 2025-11-14 16:10:46 +01:00
typeloader.rs Compiler: Reformat with edition 2024 2025-11-14 16:10:46 +01:00
typeregister.rs Styled Text: add a macro and functions for parsing markdown (#10060) 2025-12-01 22:58:56 +13: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.