Igor Matuszewski

Results 56 comments of Igor Matuszewski

@gilescope I could help doing some of that work.

Unfortunately we don't support the macro flow entirely when it comes to analyzing defs/refs for the identifiers :cry:

I hope you don't mind me changing the title; I believe that's the crux. I agree this is something we'd like to implemented, possibly gated on our own `unstable_features` config...

This seems like it's related to the rustup tool rather than RLS. @kinnison do you have any idea what may cause this in Docker environment?

This is something that the team is *very* aware of and we'd love to support that. We plan to discuss the possible approach to easily interact with the compiler to...

I believe we build Rust with jemalloc (only libstd?), so the distribution artifacts (incl. RLS) should use jemalloc. Since system allocator is being selected since recently, is it possible we...

I just did Massif runs on rust-lang/regex, RLS itself and a `cargo new` project using latest RLS master built with `rustc 1.35.0-nightly (53f2165c5 2019-04-04)` and I can't reproduce it anymore....

Could you try using nightly RLS and see if that’s still the issue? On Fri, 15 May 2020 at 10:52, Fabian Keller wrote: > In case tougher reproductions are needed:...

The fix hasn’t been backported, so stable and beta are not fixed and have the memory issue. On Sat, 16 May 2020 at 21:50, buckle2000 wrote: > I'm using stable,...

Hi! This was a regression that took a bit of time to get fixed upstream in Rust (https://github.com/rust-lang/rust/commit/56ac2c4fc3a287c189abb2db5fd26a53f30ef9e7, only 2 days ago). Can you try running `rustup update nightly` (stable...