-
Notifications
You must be signed in to change notification settings - Fork 237
Comparing changes
Open a pull request
base repository: servo/html5ever
base: markup5ever-v0.12.0
head repository: servo/html5ever
compare: markup5ever-v0.12.1
- 16 commits
- 20 files changed
- 9 contributors
Commits on Mar 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3820b05 - Browse repository at this point
Copy the full SHA 3820b05View commit details
Commits on Apr 2, 2024
-
Suggest the latest release in the code example.
Configuration menu - View commit details
-
Copy full SHA for 9667415 - Browse repository at this point
Copy the full SHA 9667415View commit details -
Remove unnecessary version check from the benchmark build step (#525)
The check is from the time when the MSRV was included in the build matrix.
Configuration menu - View commit details
-
Copy full SHA for 3d0eb15 - Browse repository at this point
Copy the full SHA 3d0eb15View commit details -
Bare URLs are not automatically turned into clickable links.
Configuration menu - View commit details
-
Copy full SHA for 6570663 - Browse repository at this point
Copy the full SHA 6570663View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99c7011 - Browse repository at this point
Copy the full SHA 99c7011View commit details -
Remove rustc-test dependency (#528)
* xml5ever: remove unused rust-test dev-dependency This isn't actually used by any code in the crate. * rcdom: port tests/xml-tree-builder to a custom runner This doesn't distribute the individual tests across the build-in harness, hurting parallelism and process isolation. On the other hand it's a minimal change to port off the rustc-test dependency which hasn't been actively maintained and currently doesn't compile. * rcdom: Port remaining tests to a custom runner Move the custom test runner into its own `util::runner` module and use it instead of rustc_test for the other test files. This allows `cargo test` to complete under rust 1.77.1. * github actions: Remove rustc-test/capture feature check This is no longer available since the depdendency has been removed.
Configuration menu - View commit details
-
Copy full SHA for a3338ef - Browse repository at this point
Copy the full SHA a3338efView commit details
Commits on Apr 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9b94335 - Browse repository at this point
Copy the full SHA 9b94335View commit details -
Configuration menu - View commit details
-
Copy full SHA for 775ee9c - Browse repository at this point
Copy the full SHA 775ee9cView commit details -
Update to criterion 0.5 (#531)
Specify the current version of the benchmarking framework to address cargo audit warnings about the dependencies of earlier releases. Note that this requires rust 1.74.1 or later to run `cargo bench` but MSRV (1.60.0) is only gated against the library target itself and not dev-dependencies, so this is no change in the requirements on downstream users.
Configuration menu - View commit details
-
Copy full SHA for 030bfeb - Browse repository at this point
Copy the full SHA 030bfebView commit details -
Add comments for html5ever/examples (#506)
* Adding comments for arena * Adding comments for noop-tokenize * Adding comments for noop-tree-builder * Adding comments for print-tree-actions * Add comments for tokenize * Removing redundant comments --------- Co-authored-by: Or Gany <gangana3@gmail.com> Co-authored-by: Martin Robinson <mrobinson@igalia.com>
Configuration menu - View commit details
-
Copy full SHA for 5cc0951 - Browse repository at this point
Copy the full SHA 5cc0951View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38d11ad - Browse repository at this point
Copy the full SHA 38d11adView commit details
Commits on Apr 4, 2024
-
ci: All jobs should pass for CI to pass (#533)
This change makes it so that CI does not pass unless all jobs defined in the workflow file pass. This is necessary in order to prevent landing changes that break CI jobs. `success()` and `failure()` which were used before do not take into account dependent jobs. This also fixes the "lint" job which was failing, by formatting the code.
Configuration menu - View commit details
-
Copy full SHA for fdbd3bf - Browse repository at this point
Copy the full SHA fdbd3bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ea5bd5 - Browse repository at this point
Copy the full SHA 5ea5bd5View commit details
Commits on Apr 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1ae2de3 - Browse repository at this point
Copy the full SHA 1ae2de3View commit details
Commits on Apr 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9089fc7 - Browse repository at this point
Copy the full SHA 9089fc7View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff markup5ever-v0.12.0...markup5ever-v0.12.1