slint/internal/compiler
Olivier Goffart d0ed0438ce
LLR: peliminary support for multiple public components
There currently still can only be one because the passes expect that,
but now the LLR and generator should be ready to accept multiple public
component later
2024-06-15 14:44:11 +02:00
..
generator LLR: peliminary support for multiple public components 2024-06-15 14:44:11 +02:00
LICENSES Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
llr LLR: peliminary support for multiple public components 2024-06-15 14:44:11 +02:00
parser Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
parser-test-macro Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
passes Compiler better test coverage in case of error and fix panics 2024-06-11 19:22:59 +02:00
tests Fix compiler crash with invalid code 2024-06-11 19:22:59 +02:00
widgets DatePicker: Fix bug where switch from input to selection clears date text 2024-06-14 06:43:28 +00:00
build.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
builtin_macros.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
builtins.slint Implemented resizing for non-decorated winit windows (#5026) 2024-06-06 11:17:05 +02:00
Cargo.toml janitor: Make by_address a workspace dependency 2024-06-11 21:58:59 +02:00
diagnostics.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
embedded_resources.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
expression_tree.rs date_time: simplification and cleanups 2024-06-06 09:03:50 +02:00
fileaccess.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
generator.rs LLR: peliminary support for multiple public components 2024-06-15 14:44:11 +02:00
langtype.rs WIP: Add find_by_element_type_name 2024-06-05 01:29:58 -07:00
layout.rs Add a warning if a PopupWindow is in a layout 2024-06-04 13:31:36 +02:00
lexer.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
lib.rs compiler: Add a snapshotter to help create snapshots of compiler state 2024-06-12 10:15:29 +02:00
literals.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
llr.rs LLR: peliminary support for multiple public components 2024-06-15 14:44:11 +02:00
load_builtins.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
lookup.rs date_time: simplification and cleanups 2024-06-06 09:03:50 +02:00
namedreference.rs compiler: Add a snapshotter to help create snapshots of compiler state 2024-06-12 10:15:29 +02:00
object_tree.rs compiler: Add a snapshotter to help create snapshots of compiler state 2024-06-12 10:15:29 +02:00
parser.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
passes.rs compiler: Add current document into snapshot 2024-06-14 16:59:39 +02:00
pathutils.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
README.md Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
typeloader.rs compiler: Add current document into snapshot 2024-06-14 16:59:39 +02:00
typeregister.rs compiler: Add a snapshotter to help create snapshots of compiler state 2024-06-12 10:15:29 +02: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.