Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Migrate to the 2024 edition (#35755) | Simon Wülker | 2025-03-13 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | * Migrate to 2024 edition Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Allow unsafe_op_in_unsafe_fn lint This lint warns by default in the 2024 edition, but is *way* too noisy for servo. We might enable it in the future, but not now. Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Compile using the 2024 edition Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> --------- Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> | ||||
* | Fix a leak in MacOS thread count function (#34862) | webbeef | 2025-01-07 | 1 | -1/+8 |
| | | | Signed-off-by: webbeef <me@webbeef.org> | ||||
* | minibrowser: implement HiDPI support (#30343) | Delan Azabani | 2023-09-14 | 1 | -1/+5 |
| | |||||
* | [NFC] servoshell: fix rust-analyzer and rustfmt breakage (#30340) | Delan Azabani | 2023-09-12 | 1 | -2/+1 |
| | |||||
* | Rename ports/winit package to servoshell (#30163) | Atbrakhi | 2023-08-28 | 4 | -0/+103 |
* rename winit package to servoshell * revert previous changes and rename only package |