slint/sixtyfps_compiler
2022-01-24 13:04:12 +01:00
..
generator C++ interpreter: Use std::span instead of the internal Slice in the public API 2022-01-24 13:04:12 +01:00
LICENSES Update license information 2022-01-20 14:45:02 +01:00
llr Give a return type to llr::Expression::ExtraBuiltinFunctionCall 2022-01-19 10:02:23 +01:00
parser Add support for array index expressions 2022-01-14 13:38:25 +01:00
parser_test_macro Bump version number to 0.2.0 2022-01-24 11:39:50 +01:00
passes Only consider that the height of a Text depends of its width if wrap is set. (#855) 2022-01-20 16:44:02 +01:00
tests Only consider that the height of a Text depends of its width if wrap is set. (#855) 2022-01-20 16:44:02 +01:00
widgets Bump version number to 0.2.0 2022-01-24 11:39:50 +01:00
build.rs Mass update copyright messages to be more REUSE compliant 2021-12-22 10:06:12 +01:00
builtin_macros.rs Fix build of Paths with path elements with rust/llr 2022-01-12 16:22:35 +01:00
builtins.60 cpp llr: Fix support for the Close {} path element 2022-01-19 10:02:23 +01:00
Cargo.toml Bump version number to 0.2.0 2022-01-24 11:39:50 +01:00
diagnostics.rs janitor: Sprinkle #[must_use] over the codebase 2022-01-09 13:46:33 +01:00
embedded_resources.rs Mass update copyright messages to be more REUSE compliant 2021-12-22 10:06:12 +01:00
expression_tree.rs Fixes loop detection involving sub components and two ways binding 2022-01-17 19:48:37 +01:00
fileaccess.rs Mass update copyright messages to be more REUSE compliant 2021-12-22 10:06:12 +01:00
generator.rs Simplify signature of compiler code generator 2022-01-19 10:02:23 +01:00
langtype.rs Add support for array index expressions 2022-01-14 13:38:25 +01:00
layout.rs janitor: Remove some unnecessary references 2022-01-04 18:22:15 +01:00
lexer.rs janitor: Remove some unnecessary lazy evaluation 2022-01-04 18:22:49 +01:00
lib.rs cargo fmt 2022-01-12 16:22:35 +01:00
literals.rs Mass update copyright messages to be more REUSE compliant 2021-12-22 10:06:12 +01:00
llr.rs WIP: introduce the new llr module (Low Level Representation) 2022-01-12 16:22:35 +01:00
load_builtins.rs Mass update copyright messages to be more REUSE compliant 2021-12-22 10:06:12 +01:00
lookup.rs janitor: More clippy fixes 2022-01-09 14:50:58 +01:00
namedreference.rs Only consider that the height of a Text depends of its width if wrap is set. (#855) 2022-01-20 16:44:02 +01:00
object_tree.rs Prospective fix for the printer demo not loading in the online editor 2022-01-20 10:37:29 +01:00
parser.rs Add support for array index expressions 2022-01-14 13:38:25 +01:00
passes.rs LLR: Add back the index of first children in the runtime sub component 2022-01-12 16:22:35 +01:00
typeloader.rs janitor: More clippy fixes 2022-01-09 14:50:58 +01:00
typeregister.rs Complete path support in the llr / rust generator 2022-01-12 16:22:35 +01:00