slint/sixtyfps_compiler
2021-03-30 12:56:16 +02:00
..
generator Rename self_pinned to self_rc, that's a better name since _self is already pinned 2021-03-30 12:56:16 +02:00
parser Fix infinite loop when parsing states 2021-02-16 08:56:02 +01:00
parser_test_macro Fix parser test macro 2021-03-15 10:50:33 +01:00
passes 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
tests Fixup syntax_tests 2021-03-15 12:41:10 +01:00
widgets Put the window background color in the StyleMetrics 2021-02-15 15:57:58 +01:00
build.rs Fix a bunch of cargo clippy warnings in the compiler 2020-12-07 12:54:38 +01:00
builtins.60 Rename the "resource" type to "image" 2021-03-10 17:24:31 +01:00
Cargo.toml Remove the import resolve callback from the compiler configuration 2021-03-16 14:21:33 +01:00
diagnostics.rs Fix reporting error without span 2021-03-24 11:12:38 +01:00
expression_tree.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
generator.rs Add ability to get the parent item from the vtable 2021-01-26 10:36:37 +01:00
langtype.rs Rename the Object type to Struct in the compiler 2021-03-16 12:38:53 +01:00
layout.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
lexer.rs Lex template string 2021-01-18 14:43:54 +01:00
lib.rs Move NamedReference to its own module 2021-03-29 13:31:36 +02:00
load_builtins.rs Rename the Object type to Struct in the compiler 2021-03-16 12:38:53 +01:00
namedreference.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
object_tree.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
parser.rs Fix message in assert not being a string literal 2021-03-25 17:08:15 +01:00
typeloader.rs Rework the Rust entry point API for the interpreter 2021-03-18 18:20:50 +01:00
typeregister.rs Rename the "resource" type to "image" 2021-03-10 17:24:31 +01:00