aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/xpath
Commit message (Expand)AuthorAgeFilesLines
* script: Fix two issues in the XPath parser to pass all `xml_xpath_tests.xml` ...Ville Lindholm3 days3-59/+104
* XPath: implement lang() and id() core functions (#34594)Ville Lindholm7 days4-16/+201
* Use version of `markup5ever` with `web_atoms` crate (#36542)Nico Burns2025-04-191-1/+1
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-033-9/+8
* Update to rust 1.85 (#35628)Simon Wülker2025-02-241-1/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-106-71/+74
* Elide lifetimes where possible after rustup (#34824)Martin Robinson2025-01-031-1/+1
* Correct a variety of documentation issues (#34786)Martin Robinson2024-12-291-2/+2
* Add XPath parser/evaluator (#34463)Ville Lindholm2024-12-086-0/+2565