.. |
generator
|
Janitor: Fix clippy::comparison_to_empty
|
2021-07-23 13:48:52 +02:00 |
parser
|
Fix an error ending by a period
|
2021-07-22 14:38:58 +02:00 |
parser_test_macro
|
Janitor: Find char, not a str
|
2021-07-08 20:43:38 +02:00 |
passes
|
Janitor: Fix clippy::len_zero
|
2021-07-23 13:48:52 +02:00 |
tests
|
Fix preview on rectangles with opacity or drop shadow
|
2021-07-23 11:41:28 +02:00 |
widgets
|
Small simplification on the usages of ListView
|
2021-07-22 17:29:53 +02:00 |
build.rs
|
Update license date
|
2021-07-02 15:55:54 +02:00 |
builtin_macros.rs
|
Janitor: calls to push immediately after creation
|
2021-07-15 07:55:06 +02:00 |
builtins.60
|
ListView: fix default height of items
|
2021-07-22 17:13:36 +02:00 |
Cargo.toml
|
Increase version numbers
|
2021-06-28 10:39:43 +02:00 |
diagnostics.rs
|
Janitor: Fix clippy::needless_lifetimes
|
2021-07-23 13:48:52 +02:00 |
expression_tree.rs
|
Make sure error messages don't end with '.'
|
2021-07-16 12:39:50 +02:00 |
generator.rs
|
Update license date
|
2021-07-02 15:55:54 +02:00 |
langtype.rs
|
Janitor: Remove unnecessary &
|
2021-07-07 08:42:28 +02:00 |
layout.rs
|
Janitor: Fix remaining clippy::option_map_unit_fn
|
2021-07-21 19:44:57 +02:00 |
lexer.rs
|
Update license date
|
2021-07-02 15:55:54 +02:00 |
lib.rs
|
cargo fmt
|
2021-07-07 11:04:50 +02:00 |
literals.rs
|
Update license date
|
2021-07-02 15:55:54 +02:00 |
load_builtins.rs
|
Janitor: OPTION.as_ref().map(String::as_str) == OPTION.as_deref()
|
2021-07-15 07:55:06 +02:00 |
lookup.rs
|
Janitor: Remove unnecessary &
|
2021-07-07 08:42:28 +02:00 |
namedreference.rs
|
ptimized unused propery away
|
2021-07-05 15:39:49 +02:00 |
object_tree.rs
|
Janitor: Fix remaining clippy::option_map_unit_fn
|
2021-07-21 19:44:57 +02:00 |
parser.rs
|
Janitor: Remove unnecessary &
|
2021-07-07 08:42:28 +02:00 |
passes.rs
|
Fix name conflict when having two global with the same name in different files
|
2021-07-13 14:36:38 +02:00 |
typeloader.rs
|
Janitor: Remove redundant clone() calls
|
2021-07-08 20:43:38 +02:00 |
typeregister.rs
|
Janitor: Remove some useless 'static that clippy does not like
|
2021-07-05 09:48:29 +02:00 |