slint/sixtyfps_compiler/passes
2020-08-04 15:58:40 +02:00
..
collect_resources.rs Generate an expression for states 2020-07-21 19:01:48 +02:00
compile_paths.rs Allow to get the span of a binding 2020-07-28 18:02:23 +02:00
deduplicate_property_read.rs Store two consecutive read of the same variable in a temporary variable 2020-07-22 17:24:26 +02:00
inlining.rs Make sure to visit all the expressions in the different passes 2020-07-21 13:30:04 +02:00
lower_layout.rs Parse nested grid layouts 2020-07-30 10:22:29 +02:00
lower_states.rs Fix states in repeated elements 2020-08-04 14:02:18 +02:00
materialize_fake_properties.rs Add reserved properties that every item has 2020-07-27 12:18:55 +02:00
move_declarations.rs Fix handling of properties of nested optimized layout elements 2020-07-29 18:52:22 +02:00
repeater_component.rs Fix states in repeated elements 2020-08-04 14:02:18 +02:00
resolve_native_classes.rs Add support for mapping elements to different native classes 2020-07-24 17:48:19 +02:00
resolving.rs Add the self and parent implicit id 2020-08-04 15:58:40 +02:00
unique_id.rs Fix looking up of 'id' so that we can't access inaccessible id 2020-06-16 16:04:38 +02:00