..
generator
C++: fix crash when closing window
2022-01-20 08:42:32 +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
Mass-add copyright headers into Cargo.toml files
2022-01-19 11:25:21 +01:00
passes
Fixes loop detection involving sub components and two ways binding
2022-01-17 19:48:37 +01:00
tests
Verify the existence of imported custom fonts
2022-01-19 16:24:22 +01:00
widgets
Fluent style: uniformize the height of widgets
2022-01-20 10:41:14 +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
Mass-add copyright headers into Cargo.toml files
2022-01-19 11:25:21 +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
Mass update copyright messages to be more REUSE compliant
2021-12-22 10:06:12 +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