slint/internal/compiler
Olivier Goffart 2816a09911 Fix a panic occuring when some layout may still contains reference to optimized item
We need to simplify all the optimized items before the move_declaration pass
This include innter item of repeater that might be used by layouts

But that also means we can now uptimize children of layouts
2022-02-07 18:07:09 +01:00
..
generator Rust generator: Fix compilation returning from void callbacks 2022-02-06 10:33:36 +01:00
LICENSES [reorg]: Set up and populate the internal directory 2022-01-31 16:00:50 +01:00
llr llr: Fix accessing members of ArrayIndex expressions 2022-02-06 11:26:24 +01:00
parser [reorg]: Set up and populate the internal directory 2022-01-31 16:00:50 +01:00
parser_test_macro [reorg]: Set up and populate the internal directory 2022-01-31 16:00:50 +01:00
passes Fix a panic occuring when some layout may still contains reference to optimized item 2022-02-07 18:07:09 +01:00
tests [reorg]: Set up and populate the internal directory 2022-01-31 16:00:50 +01:00
widgets [reorg]: Set up and populate the internal directory 2022-01-31 16:00:50 +01:00
build.rs [reorg]: Set up and populate the internal directory 2022-01-31 16:00:50 +01:00
builtin_macros.rs [reorg]: Set up and populate the internal directory 2022-01-31 16:00:50 +01:00
builtins.60 PropertyAnimation: Make iteration-count: n run animations n times 2022-02-04 10:42:25 +01:00
Cargo.toml Bump image and femtovg dependencies 2022-02-04 10:00:00 +01:00
diagnostics.rs [reorg]: Set up and populate the internal directory 2022-01-31 16:00:50 +01:00
embedded_resources.rs [reorg]: Set up and populate the internal directory 2022-01-31 16:00:50 +01:00
expression_tree.rs [reorg]: Set up and populate the internal directory 2022-01-31 16:00:50 +01:00
fileaccess.rs [reorg]: Set up and populate the internal directory 2022-01-31 16:00:50 +01:00
generator.rs Janitor: More clippy stuff 2022-01-31 20:59:45 +01:00
langtype.rs [reorg]: Set up and populate the internal directory 2022-01-31 16:00:50 +01:00
layout.rs [reorg]: Set up and populate the internal directory 2022-01-31 16:00:50 +01:00
lexer.rs [reorg]: Set up and populate the internal directory 2022-01-31 16:00:50 +01:00
lib.rs [reorg]: Set up and populate the internal directory 2022-01-31 16:00:50 +01:00
literals.rs [reorg]: Set up and populate the internal directory 2022-01-31 16:00:50 +01:00
llr.rs [reorg]: Set up and populate the internal directory 2022-01-31 16:00:50 +01:00
load_builtins.rs [reorg]: Set up and populate the internal directory 2022-01-31 16:00:50 +01:00
lookup.rs [reorg]: Set up and populate the internal directory 2022-01-31 16:00:50 +01:00
namedreference.rs [reorg]: Set up and populate the internal directory 2022-01-31 16:00:50 +01:00
object_tree.rs object_tree: Make implementation DRYer 2022-02-04 10:42:25 +01:00
parser.rs Fix documentation warnings about non-existing links 2022-02-04 14:53:23 +01:00
passes.rs Fix a panic occuring when some layout may still contains reference to optimized item 2022-02-07 18:07:09 +01:00
typeloader.rs [reorg]: Set up and populate the internal directory 2022-01-31 16:00:50 +01:00
typeregister.rs [reorg]: Set up and populate the internal directory 2022-01-31 16:00:50 +01:00