| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
Fixes #4800
|
|
|
|
| |
This should allow us to remove most type annotations in the DOM.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
They are unused.
|
|\
| |
| |
| | |
#4571
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Note that the codegen uses the names of the Python fields to initialize the
Rust struct.
|
| |
|
|
|
|
| |
enumerate.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
This used to conflict with the util crate from the standard library, which
has long since been removed.
The import in layout has not been changed because of a conflict with the
util mod there.
|
| |
|
|
|
|
| |
into_string has been removed from Rust.
|
|
|
|
| |
It is obsolete on Rust master.
|
|
|
|
| |
We do not intend to implement the DOM in JS, so this code isn't necessary.
|
|\ |
|
| | |
|
|\ \ |
|
| |/ |
|
|/ |
|
| |
|
|\
| |
| |
| | |
This is a start towards fixing #3868. Not all callers have been fixed yet, so the `Deref` implementation remains for now.
|
| | |
|
| |
| |
| |
| | |
This changes those calls that were already sound.
|
| |
| |
| |
| |
| | |
As it will be used much more widely after the upcoming changes, this limits
the effort reading and writing the method calls.
|
|/
|
|
|
| |
This method is deprecated in rust master; removing its users in advance will
make a future rust upgrade smoother.
|