slint/internal/compiler
Simon Hausmann 0f158e10dd testing api: Avoid bogus warnings about missing debug info
A `Rectangle { clip: true; }` will generate an intermediate `Clip` rectangle, which
certainly has no debug info.

The check whether debug info is present or not should not be done on a per-element
level but it can be done on the level of the compilation unit.
2024-07-03 18:01:24 +02:00
..
generator testing api: Avoid bogus warnings about missing debug info 2024-07-03 18:01:24 +02:00
LICENSES Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
llr testing api: Avoid bogus warnings about missing debug info 2024-07-03 18:01:24 +02:00
parser Add export { ... } from "....slint"; syntax. (#5533) 2024-07-03 12:50:40 +02:00
parser-test-macro Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
passes viewer: use the new Compiler API and add a --component command line arg 2024-07-03 16:49:22 +02:00
tests Add test for deprecated import 2024-07-03 16:44:31 +02:00
widgets Add export { ... } from "....slint"; syntax. (#5533) 2024-07-03 12:50:40 +02: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 Fix compiler crash when const propagating a property of component-factory with its default value 2024-06-25 20:25:01 +02:00
fileaccess.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
generator.rs janitor: Fix clippy "creates a reference which is immediately dereferenced" 2024-06-24 14:59:47 +02:00
langtype.rs WIP: Add find_by_element_type_name 2024-06-05 01:29:58 -07:00
layout.rs Revert "Add a warning if a PopupWindow is in a layout" 2024-06-24 16:38:37 +02:00
lexer.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
lib.rs Port LSP to slint_interpreter::Compiler 2024-07-03 11:51:23 +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 janitor: Fix clippy "creates a reference which is immediately dereferenced" 2024-06-24 14:59:47 +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 viewer: use the new Compiler API and add a --component command line arg 2024-07-03 16:49:22 +02:00
parser.rs Add export { ... } from "....slint"; syntax. (#5533) 2024-07-03 12:50:40 +02:00
passes.rs Only generate code for the exported Window 2024-06-25 15:13:06 +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 Add export { ... } from "....slint"; syntax. (#5533) 2024-07-03 12:50:40 +02:00
typeregister.rs Add the accessible-placeholder-text property (#5464) 2024-06-26 12:59:22 +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.