Matthias Krüger

Results 232 issues of Matthias Krüger

Just a minor nit: if all data is shown, `cargo-bloat` outputs something like ` 0.0% 0.0% 0B And 0 smaller methods. Use -n N to show more.` which could probably...

### Code reduced from `src/test/rustdoc/async-fn.rs` ```Rust trait Pattern) -> impl Pattern

I-ICE
T-compiler
C-bug

### Code code is from glacier `fixed/69487-1.rs` ```Rust #![feature(const_trait_impl)] #![feature(fn_traits)] #![feature(unboxed_closures)] struct Closure; impl const FnOnce for Closure { type Output = usize; extern "rust-call" fn call_once(self, arg: &usize) ->...

I-ICE
T-compiler
C-bug
requires-nightly
glacier
F-unboxed_closures

viewflif crashes if the path to a file is invalid ```` Decoding progressively... Error: decoding failed zsh: segmentation fault (core dumped) LD_LIBRARY_PATH=. ./viewflif nope ```` Maybe we should exit more...

for some reason, the unit displayed representing planned moves has a very twitchy idle animation (I assume some frames are skipped) while the display of the unit representing the last...

Bug
Confirmed
Graphics
UI
Whiteboard

compress png files via matthiaskrgr/woptipng (rust branch) Tools used: imagemagick / convert -strip -defined png:color-type=6 optipng -q -o5 -nb -nc -np advpng -Z -{1-4} oxipng --nc --np -o6 --quiet Compression...

Campaign
Docs
Graphics
Units
Terrain

code from rustc `src/test/ui/issues/issue-33992.rs` ````rust // run-pass // ignore-windows // ignore-macos // ignore-emscripten common linkage not implemented right now #![feature(linkage)] #[linkage = "common"] pub static mut TEST1: u32 = 0u32;...

C-enhancement

code from rustc `./src/test/ui/abi/rustcall-generic.rs` ````rust // revisions: normal opt // check-pass //[opt] compile-flags: -Zmir-opt-level=3 #![feature(unboxed_closures)] extern "rust-call" fn foo(_: T) {} fn main() { foo(()); foo((1, 2)); } ```` ````...

This is kind of a weird one, it looks like it might be a rustc problem but I was unable to reproduce it with standalone rustc :| code from `./src/test/ui/type-alias-impl-trait/issue-72793.rs`...

Just saw someone first trying to enable a perf-run on their pr, but it failed due to CI failing. They did a `@bors retry` which did not retry the perf...