| Age | Commit message (Collapse) | Author | Lines |
|
This'll enable running queries that could be cached and overall be more amenable
to the query infastructure.
|
|
The `#[simd]` attribute has been deprecated since c8b6d5b23cc8b2d43ece9f06252c7e98280fb8e5 back in 2015. Any nightly crates using it have had ample time to switch to `#[repr(simd)]`, and if they didn't they're likely broken by now anyway.
|
|
This ensures that if we emit the same diagnostic twice, the error count will
match the real number of errors shown to the user.
Fixes #42106
|
|
|
|
Renames only in this commit, and obviously
.stderr file additions.
|