slint/sixtyfps_compiler
Tobias Hunger 02bdcbf6ff Janitor: Replace float comparison dance with approx_eq from euclid
Sixtyfps uses euclid already, so let's use euclid for float comparisons
as well.

I changed the code to decide whether a number is a positive integer to
make do without a comparison along the way.
2021-07-22 20:01:23 +02:00
..
generator Janitor: Fix clippy::comparison_to_empty 2021-07-22 14:10:46 +02:00
parser Make sure error messages don't end with '.' 2021-07-16 12:39:50 +02:00
parser_test_macro Janitor: Find char, not a str 2021-07-08 20:43:38 +02:00
passes Janitor: Replace float comparison dance with approx_eq from euclid 2021-07-22 20:01:23 +02:00
tests Make sure error messages don't end with '.' 2021-07-16 12:39:50 +02:00
widgets Add a selected callback to ComboBox 2021-07-13 11:42:31 +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 Rename the implementation of the Window item to WindowItem 2021-07-20 17:50:17 +02:00
Cargo.toml Increase version numbers 2021-06-28 10:39:43 +02:00
diagnostics.rs Janitor: Fix clippy::needless_lifetimes 2021-07-22 16:04:00 +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