FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src - servo/rust-cssparser · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
servo
/
rust-cssparser
Public
Notifications
You must be signed in to change notification settings
Fork
152
Star
869
Code
Issues
21
Pull requests
5
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
rust-cssparser
src
on
main
User selector
Datepicker
Commit history
Commits on Aug 28, 2026
tokenizer: Make consume_name faster. (#449)
Show description for 9b3fbd4
emilio
authored
9b3fbd4
View commit details
Copy full SHA for 9b3fbd4
View code at this point
Browse repository at this point
parser: Remove Option around the cached token. (#447)
Show description for 6b96739
emilio
authored
6b96739
View commit details
Copy full SHA for 6b96739
View code at this point
Browse repository at this point
Commits on Aug 25, 2026
Reduce size of errors. (#445)
Show description for 84af796
emilio
authored
84af796
View commit details
Copy full SHA for 84af796
View code at this point
Browse repository at this point
Commits on Aug 22, 2026
parser: Clean up next() a bit. (#443)
Show description for a49dafa
emilio
authored
a49dafa
View commit details
Copy full SHA for a49dafa
View code at this point
Browse repository at this point
Commits on Aug 21, 2026
Simplify macros and prepare 0.38.0 release (#442)
Show description for 30658ed
SimonSapin
authored
30658ed
View commit details
Copy full SHA for 30658ed
View code at this point
Browse repository at this point
Upgrade `phf` to 0.14 (#433)
Show description for 1a1e692
nicoburns
and
SimonSapin
authored
1a1e692
View commit details
Copy full SHA for 1a1e692
View code at this point
Browse repository at this point
Commits on Aug 10, 2026
parser: Introduce a nested block limit. (#437)
Show description for eff8704
emilio
authored
eff8704
View commit details
Copy full SHA for eff8704
View code at this point
Browse repository at this point
Commits on Mar 11, 2026
Make all proc macros optional (#425)
Show description for 4d4568b
nicoburns
authored
4d4568b
View commit details
Copy full SHA for 4d4568b
View code at this point
Browse repository at this point
Commits on Dec 25, 2025
Return results from parse_b / parse_signless_b directly in parse_nth (#422)
nnabeyang
authored
8fc7a5c
View commit details
Copy full SHA for 8fc7a5c
View code at this point
Browse repository at this point
Commits on Nov 29, 2025
serializer: Simplify a bit number serialization. (#421)
Show description for 6967a85
emilio
authored
6967a85
View commit details
Copy full SHA for 6967a85
View code at this point
Browse repository at this point
fix issue that integer 1000001 is written as 1000000 (#410)
Show description for 452e6af
edenw97
and
Yidong Wei
authored
452e6af
View commit details
Copy full SHA for 452e6af
View code at this point
Browse repository at this point
Remove duplicated test case from declaration_list.json (#414)
nnabeyang
authored
6ccdec4
View commit details
Copy full SHA for 6ccdec4
View code at this point
Browse repository at this point
Commits on Nov 10, 2025
parser: Make list of arbitrary substitution functions configurable. (#416)
Show description for ff98fbe
emilio
authored
ff98fbe
View commit details
Copy full SHA for ff98fbe
View code at this point
Browse repository at this point
Fix lints (#418)
Loirooriol
authored
1de9d4a
View commit details
Copy full SHA for 1de9d4a
View code at this point
Browse repository at this point
Commits on Nov 8, 2025
disable the 'size_of_tests' on 32-bit architectures (#408)
alexanderkjall
authored
60d05a5
View commit details
Copy full SHA for 60d05a5
View code at this point
Browse repository at this point
Commits on Nov 3, 2025
Remove temporary binding and return match result directly in almost_equals (#413)
nnabeyang
authored
88c9a12
View commit details
Copy full SHA for 88c9a12
View code at this point
Browse repository at this point
Commits on Oct 30, 2025
Fix outdated parser names in comments (#412)
Show description for 11d2d01
nnabeyang
authored
11d2d01
View commit details
Copy full SHA for 11d2d01
View code at this point
Browse repository at this point
Commits on Oct 25, 2025
Bug 1996318 - Add display-p3-linear color-space to css color(). (#411)
Show description for 71b7cfe
emilio
authored
71b7cfe
View commit details
Copy full SHA for 71b7cfe
View code at this point
Browse repository at this point
Commits on Oct 24, 2025
Fix is_ident_start to accept immutable reference (#409)
nnabeyang
authored
03f982e
View commit details
Copy full SHA for 03f982e
View code at this point
Browse repository at this point
Commits on Aug 27, 2025
chore(deps): update phf to 0.13 (#406)
Show description for 37fe2cd
xu-cheng
authored
37fe2cd
View commit details
Copy full SHA for 37fe2cd
View code at this point
Browse repository at this point
Commits on Feb 21, 2025
Derive Default for SourceLocation (#402)
nchevobbe
authored
958a3f0
View commit details
Copy full SHA for 958a3f0
View code at this point
Browse repository at this point
Implement `MallocSizeOf` for cssparser types (#399)
Show description for 0d80021
nicoburns
authored
0d80021
View commit details
Copy full SHA for 0d80021
View code at this point
Browse repository at this point
Add declaration_start parameter to DeclarationParser parse_value (#400)
nchevobbe
authored
5e477ab
View commit details
Copy full SHA for 5e477ab
View code at this point
Browse repository at this point
Fix clippy lints (#401)
emilio
authored
008a91c
View commit details
Copy full SHA for 008a91c
View code at this point
Browse repository at this point
Commits on Dec 3, 2024
Minor optimization of Delimiters::from_byte to avoid an extra branch. (#397)
Show description for fa6f5eb
AlaskanEmily
authored
fa6f5eb
View commit details
Copy full SHA for fa6f5eb
View code at this point
Browse repository at this point
Commits on Nov 7, 2024
Fix clippy lints.
emilio
committed
bb07131
View commit details
Copy full SHA for bb07131
View code at this point
Browse repository at this point
[unicode-range] Avoid integer overflow (panic in debug builds)
Show description for 4765111
jfkthame
authored and
emilio
committed
4765111
View commit details
Copy full SHA for 4765111
View code at this point
Browse repository at this point
Commits on Apr 23, 2024
parser: Implement recent syntax spec change to avoid parsing custom properties that look like selectors.
Show description for b75ce6a
emilio
committed
b75ce6a
View commit details
Copy full SHA for b75ce6a
View code at this point
Browse repository at this point
Commits on Apr 16, 2024
Make PredefinedColorSpace follow the convention of parse() and ToCss (#386)
Show description for cda06ee
tiaanl
authored
cda06ee
View commit details
Copy full SHA for cda06ee
View code at this point
Browse repository at this point
Add cargo fmt and cargo clippy checks to CI (#384)
tiaanl
authored
ca69d95
View commit details
Copy full SHA for ca69d95
View code at this point
Browse repository at this point
Commits on Apr 7, 2024
Further clarifications in docs for what errors are returned. (#380)
Show description for 8f13fc9
tiaanl
authored
8f13fc9
View commit details
Copy full SHA for 8f13fc9
View code at this point
Browse repository at this point
Commits on Apr 6, 2024
Fix the documentation of what certain parse functions return (#372)
tiaanl
authored
d44a7cc
View commit details
Copy full SHA for d44a7cc
View code at this point
Browse repository at this point
Make color use serde, and update serialization to be derived.
chipnertkj
authored and
emilio
committed
50b3203
View commit details
Copy full SHA for 50b3203
View code at this point
Browse repository at this point
Apply clippy lints for more idiomatic code
chipnertkj
authored and
emilio
committed
08e4d5e
View commit details
Copy full SHA for 08e4d5e
View code at this point
Browse repository at this point
Commits on Nov 14, 2023
Replace TokenSerializationType with TokenSerializationTypeVariants (#369)
Show description for aaa966d
zrhoffman
authored
aaa966d
View commit details
Copy full SHA for aaa966d
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL