| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-12-30 | Fix bug of "fill match arm" action in tokio::main macro | 1hakusai1 | -9/+7 | |
| https://github.com/rust-lang/rust-analyzer/issues/18027 | ||||
| 2024-12-30 | Remove unneeded conversions | Chayim Refael Friedman | -14/+14 | |
| 2024-12-30 | Merge pull request #18792 from Veykril/push-wonkvzozmmwz | Lukas Wirth | -314/+345 | |
| Decouple proc-macro server protocol from the server implementation | ||||
| 2024-12-30 | Move proc-macro protocol into legacy module | Lukas Wirth | -33/+38 | |
| 2024-12-30 | Cleanup proc-macro dylib handling | Lukas Wirth | -74/+74 | |
| 2024-12-30 | Decouple proc-macro server protocol from the server implementation | Lukas Wirth | -217/+243 | |
| 2024-12-30 | fix: avoid generating colliding names in extract_variable | roife | -91/+126 | |
| 2024-12-30 | Move some more AST makers to the quote macro | Chayim Refael Friedman | -53/+56 | |
| And implement addons as necessary. There are many more makers to be moved, and I'm not completely satisfied with this (due to the ease of making a mistake in the AST structure, and slightly less but also because of the need to remember whitespaces), but this is already enough to see how this will look like. | ||||
| 2024-12-30 | Create a `quote!`-like API for crafting AST nodes | Chayim Refael Friedman | -9/+182 | |
| Instead of messing with textual `make`. And port one `make` helper to it, for the sake of testing. | ||||
| 2024-12-30 | Add a function to convert a SyntaxKind to its text, where possible | Chayim Refael Friedman | -0/+325 | |
| This will also help for the make's quote macro. | ||||
| 2024-12-30 | Generate a method for static retrieval of the SyntaxKind of a node, where ↵ | Chayim Refael Friedman | -0/+1086 | |
| possible This will help for the quote macro for `ast::make`. | ||||
| 2024-12-29 | fix: Fix invalid `-O` flag used by cfg discovery | Lukas Wirth | -2/+23 | |
| 2024-12-29 | Merge pull request #18785 from Veykril/push-uvsqposqyvmo | Lukas Wirth | -435/+428 | |
| Cleanup toolchain info fetching | ||||
| 2024-12-29 | Inline toolchain_info module | Lukas Wirth | -17/+19 | |
| 2024-12-29 | Merge pull request #18774 from Veykril/push-ysppqxpuknnw | Lukas Wirth | -129/+1335 | |
| Implement parameter variance inference | ||||
| 2024-12-29 | Force a current dir to be supplied for rustc info fetching | Lukas Wirth | -25/+37 | |
| 2024-12-29 | Split out `ProjectWorkspace::load_cargo` | Lukas Wirth | -142/+139 | |
| 2024-12-29 | Enforce a current directory being set for spawned commands | Lukas Wirth | -74/+89 | |
| 2024-12-29 | Cleanup toolchain info fetching | Lukas Wirth | -230/+197 | |
| 2024-12-29 | Merge pull request #18784 from Veykril/push-pqtwsvquxoty | Lukas Wirth | -1/+1 | |
| fix: Do not merge spans if they have different anchors | ||||
| 2024-12-29 | fix: Do not merge spans if they have different anchors | Lukas Wirth | -1/+1 | |
| 2024-12-29 | Describe variance resolution approach differences to rustc | Lukas Wirth | -36/+27 | |
| 2024-12-28 | Consider `Enum::Variant` even when it comes from a different crate | Chayim Refael Friedman | -39/+66 | |
| 2024-12-28 | Show variance of parameters on hover | Lukas Wirth | -12/+69 | |
| 2024-12-28 | Simplify | Lukas Wirth | -101/+89 | |
| 2024-12-28 | Get rid of constrain and solve steps | Lukas Wirth | -95/+44 | |
| 2024-12-28 | Remove unnecessary VarianceTerm | Lukas Wirth | -74/+31 | |
| 2024-12-28 | Implement parameter variance inference | Lukas Wirth | -37/+1271 | |
| 2024-12-28 | Merge pull request #18778 from Veykril/push-oontvoqmxkno | Lukas Wirth | -3/+15 | |
| fix: Fix flycheck diagnostics flickering for binary targets | ||||
| 2024-12-28 | Add DynTyExt::principal_id | Lukas Wirth | -12/+24 | |
| 2024-12-28 | Downgrade salsa log levels | Lukas Wirth | -68/+86 | |
| 2024-12-28 | fix: Fix flycheck diagnostics flickering for binary targets | Lukas Wirth | -3/+15 | |
| 2024-12-27 | Only include SCIP SymbolInformation for first inherent impl | Michael Sloan | -33/+52 | |
| 2024-12-27 | Message updates from review | Michael Sloan | -4/+4 | |
| 2024-12-27 | Update crates/ide/src/moniker.rs | Michael Sloan | -2/+1 | |
| Co-authored-by: David Barsky <me@davidbarsky.com> | ||||
| 2024-12-27 | Update crates/ide/src/moniker.rs | Michael Sloan | -2/+1 | |
| Co-authored-by: David Barsky <me@davidbarsky.com> | ||||
| 2024-12-27 | fix doc typo | Erithax | -1/+1 | |
| 2024-12-27 | Merge pull request #18744 from gbbosak/master | Lukas Wirth | -0/+1 | |
| Treat ; as a terminator rather part of a glued expression | ||||
| 2024-12-26 | Merge pull request #18762 from ↵ | Lukas Wirth | -5/+28 | |
| davidbarsky/davidbarsky/wrap-salsa-cancellation-error internal: wrap `salsa::Cycle` | ||||
| 2024-12-26 | Merge pull request #18761 from Veykril/push-vktnzltnxupr | Lukas Wirth | -7/+6 | |
| internal: Swallow `error: config value is not set` cargo error | ||||
| 2024-12-26 | internal: wrap `salsa::Cycle` | David Barsky | -5/+28 | |
| 2024-12-26 | internal: Swallow `error: config value is not set` cargo error | Lukas Wirth | -7/+6 | |
| 2024-12-26 | internal: Workaround salsa cycles leaking | Lukas Wirth | -6/+11 | |
| 2024-12-26 | move env vars for snapshot tests to UpdateTest | roife | -15/+33 | |
| 2024-12-26 | optimize snapshot-testing macro detection and add tests | roife | -45/+137 | |
| 2024-12-26 | fix incorrect name for UpdateTest config | roife | -2/+2 | |
| 2024-12-26 | feat: add config `UpdateTest` to hover actions | roife | -2/+10 | |
| 2024-12-26 | feat: support UpdateTest in hover actions and runnables | roife | -30/+32 | |
| 2024-12-26 | feat: support UpdateTest in codelens | roife | -43/+137 | |
| 2024-12-26 | feat: Add TestDefs to find usage of Expect, Insta and Snapbox | roife | -21/+168 | |
