ConnorSkees
|
3552fbcb99
|
allow negative values in single arg hsl/hsla
|
2020-06-03 21:23:33 -04:00 |
|
ConnorSkees
|
29f7b286b0
|
handle negative values in 1arg rgba?
|
2020-06-02 17:06:31 -04:00 |
|
ConnorSkees
|
8846a09d1c
|
@ else is case sensitive
|
2020-06-01 21:44:10 -04:00 |
|
ConnorSkees
|
6a13c6f320
|
at-rules are case sensitive
|
2020-06-01 21:35:23 -04:00 |
|
ConnorSkees
|
8390fd8354
|
resolve clippy lints
|
2020-05-31 18:21:20 -04:00 |
|
ConnorSkees
|
ccc0c84eee
|
remove all unwraps and todo! from selector parsing
|
2020-05-31 15:16:25 -04:00 |
|
ConnorSkees
|
d5844e3536
|
more tests for is-superselector
|
2020-05-31 08:01:32 -04:00 |
|
ConnorSkees
|
ab61f9fb32
|
Merge branch 'master' into selector-fns
|
2020-05-31 05:38:24 -04:00 |
|
ConnorSkees
|
b64ad5b1f3
|
resolve all clippy lints
|
2020-05-31 05:32:19 -04:00 |
|
ConnorSkees
|
72f62ce711
|
avoid creating new rational when multiplying num by small integer
|
2020-05-31 05:16:36 -04:00 |
|
ConnorSkees
|
ccf33d2cfb
|
Merge branch 'master' of https://github.com/connorskees/grass
|
2020-05-31 04:53:50 -04:00 |
|
ConnorSkees
|
25301f8dd1
|
Merge branch 'master' of https://github.com/connorskees/grass
|
2020-05-31 04:52:14 -04:00 |
|
ConnorSkees
|
f3a58e0fa3
|
initial implementation of selector-* builtin fns
|
2020-05-31 04:51:41 -04:00 |
|
Connor Skees
|
b46b0a9e6e
|
Merge pull request #11 from connorskees/optim-number-parse
use ad hoc parser for small integers
|
2020-05-30 19:06:55 -04:00 |
|
ConnorSkees
|
3c1a9a99b7
|
properly evaluate equality between lists
|
2020-05-28 01:48:46 -04:00 |
|
ConnorSkees
|
b658369e8a
|
use fold instead of for loop
|
2020-05-27 13:53:47 -04:00 |
|
ConnorSkees
|
e9ffaa579e
|
use ad hoc parser for small integers
this results in about a 3% speed up for small integer and float parsing
|
2020-05-26 23:38:24 -04:00 |
|
Connor Skees
|
65183dde88
|
Merge pull request #9 from pickfire/media
refactor media conditional
|
2020-05-26 13:16:40 -04:00 |
|
Vincent Prouillet
|
9ae3ce52be
|
Fix fmt + sass
|
2020-05-26 16:29:39 +02:00 |
|
Ivan Tham
|
d2af63ed31
|
refactor media conditional
|
2020-05-26 15:32:41 +08:00 |
|
ConnorSkees
|
0bc6445ebf
|
fix wasm build issue
|
2020-05-25 19:21:00 -04:00 |
|
ConnorSkees
|
6820416c8d
|
resolve merge conflicts
|
2020-05-25 16:15:42 -04:00 |
|
ConnorSkees
|
55c91d5e04
|
Merge branch 'big-int-code-coverage'
|
2020-05-25 15:53:38 -04:00 |
|
ConnorSkees
|
a7d6af9cc8
|
clean up AtRuleKind docs
|
2020-05-25 15:52:53 -04:00 |
|
ConnorSkees
|
6e7938f969
|
increase code coverage for bit integers
|
2020-05-25 14:44:46 -04:00 |
|
ConnorSkees
|
bb53aaab8a
|
replace std::borrow::Cow with beef::Cow
|
2020-05-25 13:09:20 -04:00 |
|
ConnorSkees
|
6d76e1518a
|
refactor away many unwrap s
|
2020-05-25 00:57:59 -04:00 |
|
ConnorSkees
|
ec83a9dff7
|
clippy
|
2020-05-24 17:41:24 -04:00 |
|
ConnorSkees
|
21d830d6ff
|
remove usage of .expect
|
2020-05-24 16:57:07 -04:00 |
|
ConnorSkees
|
2a4d4f960b
|
remove all unwraps from style parsing
|
2020-05-24 16:49:49 -04:00 |
|
ConnorSkees
|
d90d998ccd
|
remove unwrap in Value::is_null
|
2020-05-24 16:41:09 -04:00 |
|
ConnorSkees
|
3c129780d0
|
span_before in quoted string
|
2020-05-24 16:27:07 -04:00 |
|
ConnorSkees
|
8d4b4bedbe
|
remove unwrap in peek_ident
|
2020-05-24 15:53:51 -04:00 |
|
ConnorSkees
|
e5cceb60ec
|
track span_before when parsing values
this allows us to remove many panics on invalid input
|
2020-05-24 15:30:06 -04:00 |
|
ConnorSkees
|
812e9fec9c
|
rustfmt
|
2020-05-24 13:50:45 -04:00 |
|
ConnorSkees
|
b5c1fb2013
|
ignore non-ascii numeric characters in numbers
|
2020-05-24 13:08:31 -04:00 |
|
ConnorSkees
|
c9e5bc89c4
|
remove unwrap in unknown at rule parsing
|
2020-05-24 12:52:38 -04:00 |
|
ConnorSkees
|
3051cec45a
|
disallow standalone @else
|
2020-05-24 12:47:04 -04:00 |
|
ConnorSkees
|
3c1c55038f
|
better handle multiline errors
this is more of a quick fix for potential panics; it does not
properly substitute for real multiline error messages
|
2020-05-24 12:19:08 -04:00 |
|
ConnorSkees
|
c42fdc5ee7
|
remove unwrap when nothing after /
|
2020-05-24 10:47:16 -04:00 |
|
ConnorSkees
|
1382ea32ca
|
remove unwrap inside interpolated ident body parsing
|
2020-05-24 10:37:40 -04:00 |
|
ConnorSkees
|
f52d784756
|
remove panic from unclosed call args
|
2020-05-24 10:18:15 -04:00 |
|
ConnorSkees
|
737a6ba90d
|
emit proper error on unclosed quote
|
2020-05-24 10:04:30 -04:00 |
|
ConnorSkees
|
b653c55ad7
|
handle case when there is no input after escape
|
2020-05-24 09:20:55 -04:00 |
|
ConnorSkees
|
096abb6ca0
|
handle selector with nothing after colon
|
2020-05-24 09:07:16 -04:00 |
|
ConnorSkees
|
042dbfa914
|
remove panics from missing identifiers
|
2020-05-24 08:56:53 -04:00 |
|
ConnorSkees
|
2aaaf59e4f
|
make division with number as lhs more robust
|
2020-05-24 08:17:08 -04:00 |
|
ConnorSkees
|
cbec20f753
|
make value parsing more robust
|
2020-05-24 07:51:28 -04:00 |
|
ConnorSkees
|
a01ed981ce
|
make parsing of toplevel tokens more robust
|
2020-05-24 07:43:54 -04:00 |
|
ConnorSkees
|
bb89a865d4
|
remove clones when paring hsla colors
|
2020-05-24 07:42:42 -04:00 |
|