Skip to content

Tags: cgb-rust/rust-analyzer

Tags

nightly

Toggle nightly's commit message
Auto merge of rust-lang#15490 - RalfJung:check-invocation-help, r=Vey…

…kril

fix help text for rust-analyzer.check.invocation{Strategy,Location}

I highly doubt that `check.invocationLocation` only has an effect if `cargo.buildScripts.overrideCommand` is set -- looks like a copy-paste mistake from `buildScripts.invocationLocation` to me.

2023-08-21

Toggle 2023-08-21's commit message
Auto merge of rust-lang#15483 - matklad:up-me-baby-one-more-time, r=V…

…eykril

internal: post-bump lsp-server version

2023-08-14

Toggle 2023-08-14's commit message
Auto merge of rust-lang#15438 - Veykril:eager-parser-stuck, r=Veykril

fix: Fix parser being stuck in eager macro inputs

Fixes rust-lang#15437

2023-08-07

Toggle 2023-08-07's commit message
Auto merge of rust-lang#15406 - lowr:fix/panic-missing-impl-self-ty, …

…r=lnicola

Don't provide `generate_default_from_new` when impl self ty is missing

Also don't provide the assist when the `Default` trait can't be found.

Part of rust-lang#15398

2023-07-31

Toggle 2023-07-31's commit message
Auto merge of rust-lang#15363 - HKalbasi:mir, r=HKalbasi

Support `Self` without field in mir lowering

2023-07-24

Toggle 2023-07-24's commit message
Auto merge of rust-lang#15303 - oxalica:fix/byte-escape-highlight, r=…

…lowr

Fix highlighting of byte escape sequences

Currently non-UTF8 escape sequences in byte strings and any escape sequences in byte literals are ignored.

2023-07-17

Toggle 2023-07-17's commit message
Auto merge of rust-lang#15297 - HKalbasi:mir, r=HKalbasi

Normalize type alias in projected_ty

fix rust-lang#15143

2023-07-10

Toggle 2023-07-10's commit message
Auto merge of rust-lang#15245 - HKalbasi:mir, r=HKalbasi

Fix missing terminator in pattern matching of consts

fix rust-lang#15238

2023-07-03

Toggle 2023-07-03's commit message
Auto merge of rust-lang#15199 - lowr:patch/revert-15125, r=lowr

Revert "Support `#[rustc_coinductive]`"

Reverts rust-lang#15125, addresses rust-lang#15125 (comment)

I'll add the support again once I figure out the problem.

2023-06-26

Toggle 2023-06-26's commit message
Auto merge of rust-lang#15135 - HKalbasi:mir, r=HKalbasi

Fix some unsizing problems in mir