moxian

Results 7 issues of 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...

A-vscode
C-feature

## 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...

Refactor
GC Related
-Status: Awaiting review

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]:...

A-typesystem
A-diagnostics
A-traits
T-lang
C-bug
needs-rfc

### 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...

<Bug>
Info / User Interface
(S2 - Confirmed)
ImGui

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...