| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-01-19 | Fix missing upmapping in trait impls completion | Chayim Refael Friedman | -3/+33 | |
| 2025-01-19 | Fix a bug where enum variants were not considered properly in type ns resolution | Chayim Refael Friedman | -29/+81 | |
| They should be considered just as well as in value ns, for example for struct literals. | ||||
| 2025-01-18 | Make niches into nices | Luuk Wester | -2/+96 | |
| 2025-01-18 | lsp-server: Drop outgoing messages on background thread | Piotr Osiewicz | -12/+42 | |
| Closes #18961 | ||||
| 2025-01-18 | Merge pull request #18966 from lnicola/bump-windows-sys | Laurențiu Nicola | -7/+9 | |
| minor: Bump `windows-sys` | ||||
| 2025-01-18 | Merge pull request #18957 from markmurphydev/docs_vscode_syntax_tree | Laurențiu Nicola | -7/+9 | |
| Update syntax tree viewer docs | ||||
| 2025-01-18 | Merge pull request #18968 from Veykril/push-szvltqqttsyy | Lukas Wirth | -1/+1 | |
| fix: `cargo rustc --print` needs `unstable-options` | ||||
| 2025-01-18 | fix: `cargo rustc --print` needs `unstable-options` | Lukas Wirth | -1/+1 | |
| 2025-01-18 | Extract variable assist triggers less eagerly | Lukas Wirth | -7/+15 | |
| 2025-01-17 | Update syntax tree viewer docs | Mark Murphy | -7/+9 | |
| 2025-01-17 | Bump windows-sys | Laurențiu Nicola | -7/+9 | |
| 2025-01-17 | add missing `Win32_Foundation` feature | gvozdvmozgu | -1/+5 | |
| 2025-01-17 | Merge pull request #18908 from jnyfah/error-braces | Lukas Wirth | -12/+637 | |
| Fix: Detect missing errors for } braces before else in let...else statements | ||||
| 2025-01-16 | CRLF to LF | jnyfah | -100/+115 | |
| 2025-01-16 | added tests | jnyfah | -0/+597 | |
| 2025-01-16 | Merge pull request #18952 from lh123/add-raw-keyword-complete | Lukas Wirth | -8/+168 | |
| feat: complete raw, const keyword | ||||
| 2025-01-16 | revert blocklike changes | jnyfah | -8/+9 | |
| 2025-01-16 | don't complete `raw` in `&mut $0` | lh123 | -7/+31 | |
| 2025-01-16 | Fix `debug_assertions` broken in 1c5a125beb35725ccc2ade005db9870db734bf23 | VinTarZ | -3/+3 | |
| 2025-01-16 | update blocklike | jnyfah | -13/+10 | |
| 2025-01-16 | feat: complete raw, const keyword | lh123 | -8/+144 | |
| 2025-01-16 | Merge pull request #18951 from Veykril/push-zpvunsvlpuxt | Lukas Wirth | -51/+149 | |
| Add missing `#[rust_analyzer::rust_fixture]` annotations | ||||
| 2025-01-16 | Merge pull request #18950 from Veykril/push-okmsynnltxts | Lukas Wirth | -31/+47 | |
| Generalize some type walking in hover type actions | ||||
| 2025-01-16 | Generalize some type walking in hover type actions | Lukas Wirth | -31/+47 | |
| 2025-01-16 | Minor docs improvement | Lukas Wirth | -16/+17 | |
| 2025-01-16 | Add edit test for await skipping completions | Lukas Wirth | -0/+28 | |
| 2025-01-16 | Add missing `#[rust_analyzer::rust_fixture]` annotations | Lukas Wirth | -35/+104 | |
| 2025-01-16 | Merge pull request #18949 from Veykril/push-yzklntsnnuts | Lukas Wirth | -13/+5 | |
| Partially back out "fix: Fix sourceroot construction for virtual manifests" | ||||
| 2025-01-16 | Partially back out "fix: Fix sourceroot construction for virtual manifests" | Lukas Wirth | -13/+5 | |
| 2025-01-16 | Merge pull request #18946 from lh123/goto-to-type-def-func-param-and-trait-bound | Lukas Wirth | -1/+108 | |
| feat: show go-to-type-def actions for func param and trait bound when hovering | ||||
| 2025-01-16 | Merge pull request #18927 from ChayimFriedman2/skip-iter-await | Lukas Wirth | -72/+230 | |
| feat: Add smart completions that skip `await` or `iter()` and `into_iter()` | ||||
| 2025-01-16 | add goto-to-def actions for trait bound | lh123 | -1/+104 | |
| 2025-01-16 | add go-to-type-def actions for func params | lh123 | -1/+5 | |
| 2025-01-16 | Use resolve_method_call_as_callable to handle function types | 1hakusai1 | -2/+3 | |
| 2025-01-16 | refactor: Change order of arguments | 1hakusai1 | -2/+2 | |
| 2025-01-16 | refactor: rename to descriptive name | 1hakusai1 | -2/+3 | |
| 2025-01-16 | update chalk | Waffle Lapkin | -13/+12 | |
| this brings in support from trait upcasting, yay! (and as such fixes a test) | ||||
| 2025-01-16 | add a test for trait upcasting type mismatch | Waffle Lapkin | -0/+32 | |
| this adds a test asserting *incorrect* behavior that can be seen in <https://github.com/rust-lang/rust-analyzer/issues/18083>, and a test asserting the *correct* behavior for the case of no super traits. | ||||
| 2025-01-15 | Add smart completions that skip `await` or `iter()` and `into_iter()` | Chayim Refael Friedman | -72/+230 | |
| E.g. complete `await.foo()`. | ||||
| 2025-01-15 | Merge pull request #18897 from duncanawoods/master | HKalbasi | -1/+5 | |
| fix: Make test_runner::TestState::stdout optional to fix parsing cargo test json output | ||||
| 2025-01-15 | Merge pull request #18922 from Veykril/push-tmtzukrsnott | Lukas Wirth | -24/+28 | |
| fix: Don't return inlay hints outside requested range | ||||
| 2025-01-15 | fix: Don't return inlay hints outside requested range | Lukas Wirth | -24/+28 | |
| 2025-01-15 | Merge pull request #18940 from Veykril/push-ulowqkpprslq | Lukas Wirth | -40/+36 | |
| fix: Fix semantics not always correctly caching file roots | ||||
| 2025-01-15 | Merge pull request #18929 from ChayimFriedman2/i-acknowledge-defeat | Lukas Wirth | -0/+31 | |
| fix: Fix another bug when reaching macro expansion limit caused a stack overflow | ||||
| 2025-01-15 | Merge pull request #18939 from Veykril/push-wztmylkyqttu | Lukas Wirth | -32/+42 | |
| Flip on typing config to be opt-in, better defaults | ||||
| 2025-01-15 | fix: Fix semantics not always correctly caching file roots | Lukas Wirth | -40/+36 | |
| 2025-01-15 | Fix wrong fixture | 1hakusai1 | -1/+1 | |
| 2025-01-15 | Use adjusted type | 1hakusai1 | -1/+1 | |
| 2025-01-15 | Add test cases | 1hakusai1 | -2/+130 | |
| 2025-01-15 | Flip on typing config to be opt-in, better defaults | Lukas Wirth | -28/+33 | |
