-
Notifications
You must be signed in to change notification settings - Fork 346
Comparing changes
Open a pull request
base repository: servo/rust-url
base: v2.4.0
head repository: servo/rust-url
compare: v2.4.1
- 16 commits
- 24 files changed
- 7 contributors
Commits on Jul 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 291f7b9 - Browse repository at this point
Copy the full SHA 291f7b9View commit details
Commits on Jul 12, 2023
-
Move debugger_visualizer tests to separate crate
To prevent having to raise MSRV again, we move the debugger_visualizer to a separate crate. This crate is only compiled when the feature `debugger_visualizer` is enabled, because only then the `debugger_visualizer` test is added as a compile target.
Configuration menu - View commit details
-
Copy full SHA for 4b31c13 - Browse repository at this point
Copy the full SHA 4b31c13View commit details -
Merge pull request #853 from lucacasonato/move_url_debugger_to_separa…
…te_crate Move debugger_visualizer tests to separate crate
Configuration menu - View commit details
-
Copy full SHA for 077075b - Browse repository at this point
Copy the full SHA 077075bView commit details -
Merge pull request #852 from atouchet/bdg
Remove obsolete badge references
Configuration menu - View commit details
-
Copy full SHA for 93b8e2f - Browse repository at this point
Copy the full SHA 93b8e2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d3e9e9 - Browse repository at this point
Copy the full SHA 4d3e9e9View commit details -
fix: implement std::error::Error for data-url
This commit implements std::error::Error for errors in the `data-url` crate. This commit does not implement `Error` on `DecodeError` because there is no trait bound for `Error` on the `E` type argument of `DecodeError`.
Configuration menu - View commit details
-
Copy full SHA for 63f850b - Browse repository at this point
Copy the full SHA 63f850bView commit details -
Merge pull request #848 from lucacasonato/fix_trailing_space_pathname…
…_setter Fix trailing spaces in scheme / pathname / search setters
Configuration menu - View commit details
-
Copy full SHA for 1f7dbe0 - Browse repository at this point
Copy the full SHA 1f7dbe0View commit details -
Merge pull request #698 from lucacasonato/impl_error_for_data_url
fix: implement std::error::Error for data-url
Configuration menu - View commit details
-
Copy full SHA for 3a474c3 - Browse repository at this point
Copy the full SHA 3a474c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b228574 - Browse repository at this point
Copy the full SHA b228574View commit details
Commits on Jul 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b33514a - Browse repository at this point
Copy the full SHA b33514aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e4dbb43 - Browse repository at this point
Copy the full SHA e4dbb43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86730f1 - Browse repository at this point
Copy the full SHA 86730f1View commit details -
Stabilize debugger_visualizer feature (#855)
* Stabilize debugger_visualizer feature * Run debugger_visualizer on more rustc versions
Configuration menu - View commit details
-
Copy full SHA for beb2cde - Browse repository at this point
Copy the full SHA beb2cdeView commit details
Commits on Jul 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1158370 - Browse repository at this point
Copy the full SHA 1158370View commit details
Commits on Jul 17, 2023
-
Co-authored-by: Luca Casonato <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for edabc79 - Browse repository at this point
Copy the full SHA edabc79View commit details
Commits on Aug 28, 2023
-
Fix panic in set_path for file URLs (#865)
* Fix panic in set_path for file URLs * New minor version * Fix clippy lint
Configuration menu - View commit details
-
Copy full SHA for a08aa2c - Browse repository at this point
Copy the full SHA a08aa2cView 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 v2.4.0...v2.4.1