Valentin Gosu
|
0e25146814
Merge pull request #839 from servo/fix-838
|
3 years ago |
Valentin Gosu
|
21f32d64b7
Fix lint
|
3 years ago |
Valentin Gosu
|
df88a29c91
Also fix issue where path segment could be confused with drive letter because we don't check if the path is empty
|
3 years ago |
Valentin Gosu
|
5432fd8fed
Fix 838
|
3 years ago |
Valentin Gosu
|
206d37851b
Merge pull request #832 from dtolnay-contrib/serde
|
3 years ago |
David Tolnay
|
0238febe01
Compile with serde feature on Rust playground and docs.rs
|
3 years ago |
Valentin Gosu
|
6385c81d9b
Merge pull request #722 from madsmtm/partial_no_std
|
3 years ago |
Mads Marquart
|
4afc9829dc
Fix error wording in `data-url` and `idna` when missing `alloc` feature
|
3 years ago |
Valentin Gosu
|
1006cf54dd
Update msrv to 1.56 to keep up with serde-derive (#827)
|
3 years ago |
Quentin Santos
|
c6299f92d8
Url is special (#826)
|
3 years ago |
Quentin Santos
|
a4633bed0c
No colon when setting empty password (#825)
|
3 years ago |
Quentin Santos
|
1092960635
Avoid string allocation to get length of port (#823)
|
3 years ago |
Quentin Santos
|
74b8694568
Fix anarchist URL where path starts with // (#817)
|
3 years ago |
Mads Marquart
|
934edd4b1a
Test no_std support in CI
|
5 years ago |
Mads Marquart
|
a24c4d6264
Make idna no_std compatible
|
3 years ago |
Mads Marquart
|
070b8a3d9f
Make data-url no_std compatible
|
3 years ago |
Mads Marquart
|
57ea92efca
Make form_urlencoded no_std compatible
|
3 years ago |
Mads Marquart
|
964fb73ebf
Add `std` feature to `percent_encoding`
|
3 years ago |
Valentin Gosu
|
edeaea7f1e
Merge pull request #819 from servo/wpt
|
3 years ago |
Valentin Gosu
|
d000efed75
Fix clippy
|
3 years ago |
Valentin Gosu
|
05312057ff
Skip failing WPT tests
|
3 years ago |
Valentin Gosu
|
e33ae6a569
update WPT test data
|
3 years ago |
Valentin Gosu
|
93fc700cf2
unicode WPT tests now pass. No need to skip them
|
3 years ago |
Valentin Gosu
|
b65a45515c
Merge pull request #814 from klensy/percent_encode_byte-fast
|
3 years ago |
klensy
|
12d6abf65c
percent_encoding: faster percent_encode_byte
|
3 years ago |
Valentin Gosu
|
6ef3876842
Merge pull request #813 from CYBAI/strip-for-opaque
|
3 years ago |
cybai
|
fdbe16cd62
Implement potentially strip spaces for opaque paths
|
3 years ago |
nickelc
|
dbe60a4930
Replace unmaintained/outdated GitHub Actions (#811)
|
3 years ago |
Valentin Gosu
|
1a4492c092
Merge pull request #810 from nickelc/clippy-warnings
|
3 years ago |
Constantin Nickel
|
1e39e75907
Fix clippy warnings
|
3 years ago |