slint/sixtyfps_compiler
Simon Hausmann c3ca796b1d Fix missing compiler warning about duplicated ids when using id more than twice
Don't remove the id of a duplicate from the seen set, as it may appear
again.
2021-08-30 20:35:31 +02:00
..
generator Test the use of global callback from rust and C++ 2021-08-27 13:56:54 +02:00
parser First implementation of semantic token in the LSP 2021-08-25 13:26:50 +02:00
parser_test_macro Add a warning on the internal crates documentation that we don't follow semver 2021-08-16 18:26:33 +02:00
passes Fix missing compiler warning about duplicated ids when using id more than twice 2021-08-30 20:35:31 +02:00
tests Fix missing compiler warning about duplicated ids when using id more than twice 2021-08-30 20:35:31 +02:00
widgets Apply the default text color from the style for the color of Text and TextInput elements 2021-08-23 15:03:18 +02:00
build.rs Update license date 2021-07-02 15:55:54 +02:00
builtin_macros.rs Janitor: Fix clippy::for_kv_map 2021-07-30 09:27:48 +02:00
builtins.60 Apply the default text color from the style for the color of Text and TextInput elements 2021-08-23 15:03:18 +02:00
Cargo.toml Apply pre-commit hooks to all files 2021-08-17 22:38:16 +02:00
diagnostics.rs Janitor: Fix clippy::needless_update 2021-08-05 23:41:56 +02:00
expression_tree.rs Refactor the way the two-ways biding are represented internaly 2021-08-20 18:26:36 +02:00
generator.rs Refactor the way the two-ways biding are represented internaly 2021-08-20 18:26:36 +02:00
langtype.rs Derive simple enum from Copy 2021-08-13 11:58:22 +02:00
layout.rs Normalize identifiers to - instead of _ 2021-08-10 22:21:01 +02:00
lexer.rs Janitor: Fix clippy::needless_update 2021-08-05 23:41:56 +02:00
lib.rs Add a warning on the internal crates documentation that we don't follow semver 2021-08-16 18:26:33 +02:00
literals.rs Update license date 2021-07-02 15:55:54 +02:00
load_builtins.rs Normalize identifiers to - instead of _ 2021-08-10 22:21:01 +02:00
lookup.rs Normalize identifiers to - instead of _ 2021-08-10 22:21:01 +02:00
namedreference.rs ptimized unused propery away 2021-07-05 15:39:49 +02:00
object_tree.rs Only publish exported globals in C++ and Rust 2021-08-27 13:36:48 +02:00
parser.rs Normalize identifiers to - instead of _ 2021-08-10 22:21:01 +02:00
passes.rs WIP interpreter API to access globals 2021-08-27 13:36:48 +02:00
typeloader.rs Janitor: Fix clippy::bool_assert_comparison 2021-08-18 00:24:51 +02:00
typeregister.rs Normalize identifiers to - instead of _ 2021-08-10 22:21:01 +02:00