slint/internal/compiler/passes
Olivier Goffart 89aaadfd20 Layout: fix warning about "only has effect on layout elements" when it is actually a layout
When deriving from layout, if there is no extra item, we wouldn't inline
the layout anymore and we would emit warning despite we shouldn't
2025-11-17 16:04:18 +01:00
..
resolving Add support for CSS conic-gradient 'from <angle>' syntax (#9830) 2025-11-13 16:05:16 +01:00
apply_default_properties_from_style.rs Fix font familly of component that inherit from PopupWindow with the material style 2025-11-11 17:17:54 +01:00
binding_analysis.rs Compiler: Reformat with edition 2024 2025-11-14 16:10:46 +01:00
border_radius.rs Reduce SmolStr <-> &str conversions and copies (#6688) 2024-11-19 10:07:16 +01:00
check_expressions.rs Compiler: Reformat with edition 2024 2025-11-14 16:10:46 +01:00
check_public_api.rs Add support for importing Rust types from another crate Slint compilation (#9329) 2025-09-16 09:01:44 +02:00
clip.rs Compiler: Reformat with edition 2024 2025-11-14 16:10:46 +01:00
collect_custom_fonts.rs Fix grammar and typos in comments (in the compiler passes) 2025-08-13 16:27:28 +02:00
collect_globals.rs Add support for importing Rust types from another crate Slint compilation (#9329) 2025-09-16 09:01:44 +02:00
collect_init_code.rs Compiler: Reformat with edition 2024 2025-11-14 16:10:46 +01:00
collect_libraries.rs Add support for importing Rust types from another crate Slint compilation (#9329) 2025-09-16 09:01:44 +02:00
collect_structs_and_enums.rs Add support for importing Rust types from another crate Slint compilation (#9329) 2025-09-16 09:01:44 +02:00
collect_subcomponents.rs Fix grammar and typos in comments (in the compiler passes) 2025-08-13 16:27:28 +02:00
compile_paths.rs Compiler: Reformat with edition 2024 2025-11-14 16:10:46 +01:00
const_propagation.rs Compiler: Reformat with edition 2024 2025-11-14 16:10:46 +01:00
deduplicate_property_read.rs Compiler: Reformat with edition 2024 2025-11-14 16:10:46 +01:00
default_geometry.rs Compiler: Reformat with edition 2024 2025-11-14 16:10:46 +01:00
deprecated_rotation_origin.rs Add back the rotation-origin-* properties as deprecated 2025-10-10 16:07:02 +02:00
embed_glyphs.rs Compiler: Reformat with edition 2024 2025-11-14 16:10:46 +01:00
embed_images.rs Compiler: Reformat with edition 2024 2025-11-14 16:10:46 +01:00
ensure_window.rs Two way bindings to struct fields (Rust only) 2025-10-24 17:33:13 +02:00
flickable.rs Compiler: Reformat with edition 2024 2025-11-14 16:10:46 +01:00
focus_handling.rs compiler: Add a DebugHook expression 2025-04-09 13:52:29 +02:00
generate_item_indices.rs core: Fix the component container 2025-06-05 13:48:16 +02:00
infer_aliases_types.rs Two way bindings to struct fields (Rust only) 2025-10-24 17:33:13 +02:00
inject_debug_hooks.rs SQUASH: Rework the element id to be a hash based on filename 2025-04-09 13:52:29 +02:00
inlining.rs Add support for importing Rust types from another crate Slint compilation (#9329) 2025-09-16 09:01:44 +02:00
lower_absolute_coordinates.rs compiler: Fix materialize of absolute-position in timer callback 2025-05-26 15:44:11 +02:00
lower_accessibility.rs compiler: Add a DebugHook expression 2025-04-09 13:52:29 +02:00
lower_component_container.rs Compiler refactor: Make the Component Node a syntax_nodes::Component 2025-08-01 18:25:40 +02:00
lower_layout.rs Layout: fix warning about "only has effect on layout elements" when it is actually a layout 2025-11-17 16:04:18 +01:00
lower_menus.rs Compiler: Reformat with edition 2024 2025-11-14 16:10:46 +01:00
lower_platform.rs Compiler: Reformat with edition 2024 2025-11-14 16:10:46 +01:00
lower_popups.rs Compiler: Reformat with edition 2024 2025-11-14 16:10:46 +01:00
lower_property_to_element.rs Compiler: Reformat with edition 2024 2025-11-14 16:10:46 +01:00
lower_shadows.rs Compiler: Reformat with edition 2024 2025-11-14 16:10:46 +01:00
lower_states.rs Transition: Introduce in-out to allow writing symmetry animation (#8509) 2025-05-26 09:17:22 +02:00
lower_tabwidget.rs Compiler: Reformat with edition 2024 2025-11-14 16:10:46 +01:00
lower_text_input_interface.rs Compiler: Reformat with edition 2024 2025-11-14 16:10:46 +01:00
lower_timers.rs Fix grammar and typos in comments (in the compiler passes) 2025-08-13 16:27:28 +02:00
materialize_fake_properties.rs Add back the rotation-origin-* properties as deprecated 2025-10-10 16:07:02 +02:00
move_declarations.rs Compiler: Reformat with edition 2024 2025-11-14 16:10:46 +01:00
optimize_useless_rectangles.rs Auto-fixed clippy::unnecessary_map_or 2025-02-07 09:02:31 +01:00
purity_check.rs Refactoring: get rid in the callable in the Expression tree 2025-01-24 20:26:35 +01:00
remove_aliases.rs Compiler: Reformat with edition 2024 2025-11-14 16:10:46 +01:00
remove_return.rs Compiler: Reformat with edition 2024 2025-11-14 16:10:46 +01:00
remove_unused_properties.rs Auto-fixed clippy::unnecessary_map_or 2025-02-07 09:02:31 +01:00
repeater_component.rs Some Fix in preparation to the edition 2024 2025-10-29 23:08:05 +01:00
resolve_native_classes.rs Compiler: Reformat with edition 2024 2025-11-14 16:10:46 +01:00
resolving.rs Compiler: Reformat with edition 2024 2025-11-14 16:10:46 +01:00
unique_id.rs Compiler: Reformat with edition 2024 2025-11-14 16:10:46 +01:00
visible.rs Compiler: Reformat with edition 2024 2025-11-14 16:10:46 +01:00
z_order.rs compiler: Add a DebugHook expression 2025-04-09 13:52:29 +02:00