slint/sixtyfps_compiler/passes
2021-03-16 12:38:53 +01:00
..
apply_default_properties_from_style.rs Refactor diagnostic: Merge BuildDiagnostic and FileDiagnostic 2021-03-12 19:32:50 +01:00
check_expressions.rs Fix a bunch of cargo clippy warnings in the compiler 2020-12-07 12:54:38 +01:00
collect_globals.rs Refactor the helper to visit all named reference to take a component 2020-11-25 17:15:27 +01:00
collect_structs.rs Rename the Object type to Struct in the compiler 2021-03-16 12:38:53 +01:00
compile_paths.rs Reduce dependencies 2021-02-09 17:22:01 +01:00
deduplicate_property_read.rs Fix cargo fmt --check 2021-02-18 13:45:42 +01:00
default_geometry.rs Rename the Object type to Struct in the compiler 2021-03-16 12:38:53 +01:00
embed_resources.rs Rename ResourceReference to ImageReference in the compiler 2021-03-11 10:29:05 +01:00
focus_item.rs Add the source file getter to the Spanned trait, and remove SpannedWithSourceFile 2021-03-11 14:09:55 +01:00
generate_item_indices.rs Move the generate_item_indices function in a a passes modules 2021-01-27 09:21:26 +01:00
inlining.rs Fix the priority when inlining and improve debug output 2021-02-08 10:17:35 +01:00
lower_layout.rs Refactor diagnostic: Merge BuildDiagnostic and FileDiagnostic 2021-03-12 19:32:50 +01:00
lower_popups.rs Fix a bunch of cargo clippy warnings in the compiler 2020-12-07 12:54:38 +01:00
lower_shadows.rs fix two way binding when they are declared twice 2021-02-05 18:33:28 +01:00
lower_states.rs Rename the Object type to Struct in the compiler 2021-03-16 12:38:53 +01:00
materialize_fake_properties.rs Forward focus() calls on items that have initial-focus defined 2021-01-20 14:31:01 +01:00
move_declarations.rs Rename diagnostics::level to DiagnosticLevel 2021-03-11 16:27:40 +01:00
remove_aliases.rs Fix vinding when two native property are linked 2021-02-12 21:40:34 +01:00
repeater_component.rs Style: only have one level of braces in imports 2020-11-26 17:15:45 +01:00
resolve_native_classes.rs Fix selecting the minimal class when no properties are used 2021-01-28 18:52:39 +01:00
resolving.rs Rename the Object type to Struct in the compiler 2021-03-16 12:38:53 +01:00
unique_id.rs Popup positioning 2020-11-30 18:39:41 +01:00