servo/components/script/dom/bindings
Martin Robinson 98bd306816
mach: Do not use unstable rust for rustfmt (#31441)
We can use stable rust if we pass the unstable configuration as
command-line arguments to rustfmt itself. This prevents needing to
install an unstable rust toolchain.

The one downside here is that it doesn't seem that "ignore" is
supported so we have to start formatting the files in "third_party."
This shouldn't be a huge issue because we don't plan to check much more
rust code into those directories.
2024-02-28 13:53:04 +00:00
..
codegen WebIDL: Use Uint8ClampedArray instead of raw JSObject in bindings (#31317) 2024-02-16 16:40:45 +00:00
buffer_source.rs mach: Do not use unstable rust for rustfmt (#31441) 2024-02-28 13:53:04 +00:00
callback.rs Replace script_plugins with a clippy like rustc driver (named crown) (#30508) 2023-12-01 15:50:52 +00:00
cell.rs script: Do not run layout in a thread (#31346) 2024-02-23 08:14:10 +00:00
constant.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
conversions.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
error.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
guard.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
htmlconstructor.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
inheritance.rs Fix crash when closing window containing video element (#31413) 2024-02-23 12:18:49 +00:00
interface.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
iterable.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
like.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
mod.rs WedIDL: bring dom/bindings/typedarray further in line with spec (#31375) 2024-02-25 12:13:17 +00:00
namespace.rs Support Namespace const in webidl (#30492) 2023-10-04 11:29:54 +00:00
num.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
principals.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
proxyhandler.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
record.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
refcounted.rs Replace script_plugins with a clippy like rustc driver (named crown) (#30508) 2023-12-01 15:50:52 +00:00
reflector.rs Replace script_plugins with a clippy like rustc driver (named crown) (#30508) 2023-12-01 15:50:52 +00:00
root.rs rustdoc: Fix many rustdoc errors (#31147) 2024-01-22 13:13:48 +00:00
serializable.rs rustdoc: Fix many rustdoc errors (#31147) 2024-01-22 13:13:48 +00:00
settings_stack.rs Replace script_plugins with a clippy like rustc driver (named crown) (#30508) 2023-12-01 15:50:52 +00:00
str.rs rustdoc: Fix many rustdoc errors (#31147) 2024-01-22 13:13:48 +00:00
structuredclone.rs rustdoc: Fix many rustdoc errors (#31147) 2024-01-22 13:13:48 +00:00
trace.rs rustdoc: Fix many rustdoc errors (#31147) 2024-01-22 13:13:48 +00:00
transferable.rs rustdoc: Fix many rustdoc errors (#31147) 2024-01-22 13:13:48 +00:00
utils.rs Use FLoat32Array in GamepadPose (#31106) 2024-01-19 04:39:09 +00:00
weakref.rs Replace script_plugins with a clippy like rustc driver (named crown) (#30508) 2023-12-01 15:50:52 +00:00
xmlname.rs rustdoc: Fix many rustdoc errors (#31147) 2024-01-22 13:13:48 +00:00