slint/internal/compiler
Milian Wolff fd0eb01c55 Share common definitions for builtin function types
This way we can reuse a single reference counted type where possible.
2024-10-28 09:39:54 +01:00
..
generator Also wrap langtype::Type::Struct in an Rc 2024-10-28 09:39:54 +01:00
LICENSES
llr Also wrap langtype::Type::Struct in an Rc 2024-10-28 09:39:54 +01:00
lookup
parser Fix parsing of unfinished import statement 2024-10-22 09:35:46 +02:00
parser-test-macro
passes Also wrap langtype::Type::Struct in an Rc 2024-10-28 09:39:54 +01:00
tests Wrap langtype::Type::{Callback,Function} data in an Rc 2024-10-28 09:39:54 +01:00
widgets Added rejected to TextInput (#6649) 2024-10-25 17:24:47 +02:00
build.rs
builtin_macros.rs Also wrap langtype::Type::Struct in an Rc 2024-10-28 09:39:54 +01:00
builtins.slint Added rejected to TextInput (#6649) 2024-10-25 17:24:47 +02:00
Cargo.toml Fix order of glyphs in BitmapFont's glyphs when using SDFs 2024-10-23 19:36:51 +02:00
diagnostics.rs compiler: Remove version info from SourceFile again 2024-08-21 16:55:13 +02:00
embedded_resources.rs Signed DistanceField font rendering in swrenderer 2024-10-23 09:12:30 +02:00
expression_tree.rs Share common definitions for builtin function types 2024-10-28 09:39:54 +01:00
fileaccess.rs
generator.rs Also wrap langtype::Type::Struct in an Rc 2024-10-28 09:39:54 +01:00
langtype.rs Also wrap langtype::Type::Struct in an Rc 2024-10-28 09:39:54 +01:00
layout.rs Also wrap langtype::Type::Struct in an Rc 2024-10-28 09:39:54 +01:00
lexer.rs
lib.rs Speed up SDF generation 2024-10-23 09:12:30 +02:00
literals.rs Use SmolStr in more places of the compiler infrastructure 2024-10-17 18:04:58 +02:00
llr.rs Optimization: improve expression inlining 2024-08-23 17:17:15 +02:00
load_builtins.rs Wrap langtype::Type::{Callback,Function} data in an Rc 2024-10-28 09:39:54 +01:00
lookup.rs Also wrap langtype::Type::Struct in an Rc 2024-10-28 09:39:54 +01:00
namedreference.rs Use SmolStr in more places of the compiler infrastructure 2024-10-17 18:04:58 +02:00
object_tree.rs Also wrap langtype::Type::Struct in an Rc 2024-10-28 09:39:54 +01:00
parser.rs Use SmolStr in more places of the compiler infrastructure 2024-10-17 18:04:58 +02:00
passes.rs TextInput: use selection colors from palette (#6381) 2024-09-30 10:56:22 +00:00
pathutils.rs Use SmolStr for parts of pathutils to remove temporary allocations 2024-10-17 18:04:58 +02:00
README.md
typeloader.rs PopupWindow: added close-policy property (#6614) 2024-10-24 09:27:39 +00:00
typeregister.rs Also wrap langtype::Type::Struct in an Rc 2024-10-28 09:39:54 +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.