moxian
moxian
Sometimes I open a folder in my VScode to use the latter as a mere text editor, not a fully-fledged IDE. Sometimes said folder happens to contain `Cargo.toml` and a...
## What Does This PR Do Partially (but not fully) addresses #18611 Expands `handle_atom_del` functionality to be called on qdel not only of the atoms in your `.contents` but also...
Problem: png's encoded by `lodepng` seem to lack text_keys, as seen by the `png` crate and a certain non-rust closed-source application that i care about. Given `png`'s very strongly worded...
```rust fn foo() { const bar : T = T::default(); } ``` gives the following error (twice for some reason): ``` $ cargo +nightly build Compiling arrys_sizeoof v0.1.0 (C:\work\trash\repros\arrys_sizeoof) error[E0401]:...
### Describe the bug Since the recent ImGui update #78144 the currently selected prompt option is not indicated to the user in any way. I.e. it is impossible to answer...
When bisecting issues it often happens that a regression was introduced long enough ago that CI artifacts are unavailable, and we only have a list of PRs between two nightlies...
### Summary Makes cargo-rustc-bisect iterate toolchains in well-defined order that is largely independent(with a huge asterisk) of bisection bounds. ### Motivation Currently the bisection logic is very straightforward and very...