slint/internal/compiler
Olivier Goffart 89aaadfd20 Layout: fix warning about "only has effect on layout elements" when it is actually a layout
When deriving from layout, if there is no extra item, we wouldn't inline
the layout anymore and we would emit warning despite we shouldn't
2025-11-17 16:04:18 +01:00
..
generator Compiler: Reformat with edition 2024 2025-11-14 16:10:46 +01:00
LICENSES Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
llr Compiler: update to edition 2024 2025-11-14 16:10:46 +01:00
parser Compiler: Reformat with edition 2024 2025-11-14 16:10:46 +01:00
parser-test-macro Compiler: update to edition 2024 2025-11-14 16:10:46 +01:00
passes Layout: fix warning about "only has effect on layout elements" when it is actually a layout 2025-11-17 16:04:18 +01:00
tests Layout: fix warning about "only has effect on layout elements" when it is actually a layout 2025-11-17 16:04:18 +01:00
widgets Invert vertical slider direction (#10002) 2025-11-13 14:51:08 +01:00
build.rs Ensure error reporting when using buffered file writes 2025-08-20 10:22:45 +02:00
builtin_macros.rs Compiler: Reformat with edition 2024 2025-11-14 16:10:46 +01:00
builtins.slint Virtual Keyboard Handling on iOS (#10020) 2025-11-13 12:41:29 +01:00
Cargo.toml Compiler: update to edition 2024 2025-11-14 16:10:46 +01:00
diagnostics.rs Auto-fixed clippy::unnecessary_map_or 2025-02-07 09:02:31 +01:00
embedded_resources.rs Signed DistanceField font rendering in swrenderer 2024-10-23 09:12:30 +02:00
expression_tree.rs Compiler: Reformat with edition 2024 2025-11-14 16:10:46 +01:00
fileaccess.rs Widget style: simplify -light/-dark handling 2024-08-20 16:55:15 +02:00
generator.rs Compiler: Reformat with edition 2024 2025-11-14 16:10:46 +01:00
langtype.rs Rename rotation-angle => transform-rotation 2025-10-10 16:07:02 +02:00
layout.rs Compiler: Reformat with edition 2024 2025-11-14 16:10:46 +01:00
lexer.rs Compiler: Reformat with edition 2024 2025-11-14 16:10:46 +01:00
lib.rs Compiler: Reformat with edition 2024 2025-11-14 16:10:46 +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: Reformat with edition 2024 2025-11-14 16:10:46 +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 Compiler: Reformat with edition 2024 2025-11-14 16:10:46 +01:00
parser.rs Compiler: Reformat with edition 2024 2025-11-14 16:10:46 +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 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 Compiler: Reformat with edition 2024 2025-11-14 16:10:46 +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.