| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-01-01 | Remove load_cargo_with_fake_sysroot | lucasholten | -54/+30 | |
| 2024-12-31 | Add back optimizations | lucasholten | -4/+8 | |
| 2024-12-31 | Add back tests removed in #18080 | lucasholten | -0/+19629 | |
| 2024-12-31 | Add back crate graph deduplication | lucasholten | -1/+4 | |
| 2024-12-31 | Remove CARGO_RUSTC_CURRENT_DIR | lucasholten | -16/+4 | |
| 2024-12-31 | Merge pull request #18807 from Veykril/push-vxopsoummyzx | Lukas Wirth | -96/+77 | |
| fix: Populate cargo config env vars for crates | ||||
| 2024-12-31 | Base relative cargo configs onto the manifest | Lukas Wirth | -14/+35 | |
| This is not correct, but should be equivalent in most cases | ||||
| 2024-12-31 | fix: Populate cargo config env vars for crates | Lukas Wirth | -83/+43 | |
| 2024-12-31 | Merge pull request #18802 from roife/fix-18800 | Lukas Wirth | -2/+1 | |
| fix: incorrect file_id used for ranges in outgoing calls | ||||
| 2024-12-31 | Merge pull request #18805 from Veykril/push-pzurvxvoolxs | Lukas Wirth | -18/+12 | |
| internal: Implement `<RaSpanServer as SourceFile>::eq` | ||||
| 2024-12-31 | fix: incorrect file_id used for ranges in outgoing calls | roife | -2/+1 | |
| 2024-12-31 | Implement `<RaSpanServer as SourceFile>::eq` | Lukas Wirth | -9/+9 | |
| 2024-12-31 | Remove recursion_limit special casing in tests | Lukas Wirth | -9/+3 | |
| 2024-12-31 | Merge pull request #18758 from mgsloan/scip-unique-symbols | Lukas Wirth | -323/+618 | |
| Improve SCIP symbols | ||||
| 2024-12-31 | Merge pull request #18801 from roife/fix-18799 | Lukas Wirth | -3/+57 | |
| feat: show go-to-type-def actions for subst when hovering | ||||
| 2024-12-31 | feat: show go-to-type-def actions for subst when hovering | roife | -3/+57 | |
| 2024-12-30 | Move `container_to_definition` function into `enclosing_definition` | Michael Sloan | -19/+15 | |
| 2024-12-30 | Remove erroneous omit of inherent impls | Michael Sloan | -9/+0 | |
| Should have been included in 34dc94bb2d05def8b88739a9382b127feb1a35a0 | ||||
| 2024-12-30 | TODO -> FIXME | Michael Sloan | -10/+12 | |
| 2024-12-30 | Make `impl HirDisplay for TraitRef` provide just the trait type | Michael Sloan | -68/+24 | |
| 2024-12-30 | Merge pull request #18795 from dfireBird/fix-hover-render | Lukas Wirth | -24/+65 | |
| Fix render of literal to be rendered in codeblock | ||||
| 2024-12-30 | Fix render of literal to be rendered in codeblock | dfireBird | -24/+65 | |
| 2024-12-30 | Merge pull request #18790 from ChayimFriedman2/proper-make | Lukas Wirth | -60/+1672 | |
| internal: Create a quoting mechanism instead of textual AST make | ||||
| 2024-12-30 | Merge pull request #18794 from 1hakusai1/fix_fill_match_arm_in_tokio_main | Lukas Wirth | -9/+7 | |
| Fix bug of "fill match arm" action in tokio::main macro | ||||
| 2024-12-30 | Merge pull request #18793 from ChayimFriedman2/fixup | Lukas Wirth | -14/+14 | |
| minor: Remove unneeded conversions | ||||
| 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 | -315/+345 | |
| Decouple proc-macro server protocol from the server implementation | ||||
| 2024-12-30 | Merge pull request #18791 from roife/fix-18786 | Lukas Wirth | -91/+126 | |
| fix: avoid generating colliding names in extract_variable | ||||
| 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 | -218/+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/+58 | |
| 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/+341 | |
| 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/+1093 | |
| possible This will help for the quote macro for `ast::make`. | ||||
| 2024-12-29 | Merge pull request #18789 from Veykril/push-sypxzqsvmzzp | Lukas Wirth | -2/+23 | |
| fix: Fix invalid `-O` flag used by cfg discovery | ||||
| 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 | -436/+438 | |
| Cleanup toolchain info fetching | ||||
| 2024-12-29 | Merge pull request #18787 from Veykril/push-uymlpukspxqr | Lukas Wirth | -1/+5 | |
| Automatically cancel CI checks on new push to same PR | ||||
| 2024-12-29 | Inline toolchain_info module | Lukas Wirth | -17/+19 | |
| 2024-12-29 | Automatically cancel CI checks on new push to same PR | Lukas Wirth | -1/+5 | |
| 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 | -75/+99 | |
| 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 | |
