slint/sixtyfps_compiler/passes
2021-04-06 13:16:38 +02:00
..
apply_default_properties_from_style.rs Put the named reference in a Rc so it will be easier to compute the use count and suck 2021-03-29 15:16:41 +02: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 Put the named reference in a Rc so it will be easier to compute the use count and suck 2021-03-29 15:16:41 +02: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 Put the named reference in a Rc so it will be easier to compute the use count and suck 2021-03-29 15:16:41 +02: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 Put the named reference in a Rc so it will be easier to compute the use count and suck 2021-03-29 15:16:41 +02:00
lower_layout.rs Refactor diagnostic: Merge BuildDiagnostic and FileDiagnostic 2021-03-12 19:32:50 +01:00
lower_popups.rs Put the named reference in a Rc so it will be easier to compute the use count and suck 2021-03-29 15:16:41 +02:00
lower_shadows.rs Put the named reference in a Rc so it will be easier to compute the use count and suck 2021-03-29 15:16:41 +02:00
lower_states.rs Put the named reference in a Rc so it will be easier to compute the use count and suck 2021-03-29 15:16:41 +02:00
materialize_fake_properties.rs Put the named reference in a Rc so it will be easier to compute the use count and suck 2021-03-29 15:16:41 +02:00
move_declarations.rs Put the named reference in a Rc so it will be easier to compute the use count and suck 2021-03-29 15:16:41 +02:00
remove_aliases.rs Put the named reference in a Rc so it will be easier to compute the use count and suck 2021-03-29 15:16:41 +02:00
repeater_component.rs Put the named reference in a Rc so it will be easier to compute the use count and suck 2021-03-29 15:16:41 +02: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 Don't panic when a string literal contains a new line 2021-04-06 13:16:38 +02:00
unique_id.rs Popup positioning 2020-11-30 18:39:41 +01:00