slint/sixtyfps_compiler
2021-06-06 09:37:32 +02:00
..
generator Rename ImageReference to ImageInner and make Immage.0 private 2021-05-28 17:05:16 +02:00
parser Fix panic when parsing invalid states 2021-05-12 08:50:39 +02:00
parser_test_macro Rename SyntaxNodeWithSourceFile to SyntaxNode 2021-04-13 17:10:56 +02:00
passes Move some code in a new module 2021-06-01 12:50:29 +02:00
tests Add support for clip on Path elements 2021-05-21 19:51:00 +02:00
widgets Use hover for the ugly style combo box as well 2021-04-30 15:14:10 +02:00
build.rs Fix a bunch of cargo clippy warnings in the compiler 2020-12-07 12:54:38 +01:00
builtin_macros.rs Fix C++ tests 2021-06-01 14:38:30 +02:00
builtins.60 Rename items::Image to ImageItem 2021-05-28 17:05:16 +02:00
Cargo.toml Upgrade lyon_path version since the PR in lyon_path was merged. 2021-06-06 09:37:32 +02:00
diagnostics.rs syntax_tests: Try to build the object_tree::document even in case of parse error 2021-04-14 11:46:49 +02:00
expression_tree.rs The debug() function can now take several args, and debug more types 2021-06-01 14:10:25 +02:00
generator.rs Update sixtyfps_compiler/generator.rs 2021-05-20 13:40:51 +02:00
langtype.rs Some ground work to make more binding analysis 2021-05-20 13:40:51 +02:00
layout.rs Report binding loops for layouts 2021-05-18 12:25:19 +02:00
lexer.rs Don't panic when a string literal contains a new line 2021-04-06 13:16:38 +02:00
lib.rs Move some code in a new module 2021-06-01 12:50:29 +02:00
literals.rs fix test compilation 2021-04-19 08:06:20 +02:00
load_builtins.rs Some ground work to make more binding analysis 2021-05-20 13:40:51 +02:00
lookup.rs The debug() function can now take several args, and debug more types 2021-06-01 14:10:25 +02:00
namedreference.rs Be sure to propagate the fact that properties are changed for aliases 2021-05-21 10:06:26 +02:00
object_tree.rs Accept .otf files 2021-06-03 10:55:58 +02:00
parser.rs syntax_tests: Try to build the object_tree::document even in case of parse error 2021-04-14 11:46:49 +02:00
typeloader.rs Fix reporting of uncalled "max" in imports 2021-05-20 18:11:58 +02:00
typeregister.rs LSP: auto-complete for the reserved property 2021-05-28 15:03:45 +02:00