| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-05-19 | Fix cache problems with lints level | Chayim Refael Friedman | -164/+60 | |
| By removing the cache. | ||||
| 2025-05-19 | Merge pull request #19822 from Veykril/push-mzzluystvwls | Lukas Wirth | -49/+1 | |
| minor: Remote dangling file | ||||
| 2025-05-19 | Remote dangling file | Lukas Wirth | -49/+1 | |
| 2025-05-19 | Merge pull request #19809 from flodiebold/push-txyotwlvvkln | Lukas Wirth | -1/+17 | |
| internal: Catch panics in inference in analysis-stats | ||||
| 2025-05-19 | Merge pull request #19814 from Veykril/lw-sxquntxksovs | Lukas Wirth | -9/+54 | |
| Debounce workspace fetching for workspace structure changes | ||||
| 2025-05-19 | Debounce workspace fetching for workspace structure changes | Lukas Wirth | -9/+54 | |
| 2025-05-19 | Merge pull request #19757 from Veykril/push-zzxwtzuzqvzx | Lukas Wirth | -80/+136 | |
| perf: Request cancellation while processing changed files | ||||
| 2025-05-18 | Merge pull request #19687 from gohome001/highlight_unsafe | Lukas Wirth | -0/+67 | |
| feat: highlight unsafe operations | ||||
| 2025-05-17 | Catch panics in inference in analysis-stats | Florian Diebold | -1/+17 | |
| 2025-05-16 | Merge pull request #19808 from Veykril/lw-ollszwnlmquw | Lukas Wirth | -6/+6 | |
| ci: Run metrics on the beta channel | ||||
| 2025-05-16 | ci: Run metrics on the beta channel | Lukas Wirth | -6/+6 | |
| This way we can catch regressions from upstream earlier | ||||
| 2025-05-16 | Merge pull request #19807 from Veykril/lw-qyynkqysuyuy | Lukas Wirth | -2/+15 | |
| fix: Don't overwrite `RUSTUP_TOOLCHAIN` if it is already set | ||||
| 2025-05-16 | fix: Don't overwrite `RUSTUP_TOOLCHAIN` if it is already set | Lukas Wirth | -2/+15 | |
| 2025-05-16 | Merge pull request #19805 from lnicola/inline-format-args | Laurențiu Nicola | -6/+6 | |
| minor: Inline some format args | ||||
| 2025-05-16 | Inline some format args | Laurențiu Nicola | -6/+6 | |
| 2025-05-16 | Merge pull request #19804 from lnicola/bump-zip | Laurențiu Nicola | -8/+5 | |
| minor: Bump zip to 3.0 | ||||
| 2025-05-16 | Bump zip to 3.0 | Laurențiu Nicola | -8/+5 | |
| 2025-05-16 | Merge pull request #19801 from ChayimFriedman2/asm-label | Lukas Wirth | -40/+186 | |
| fix: Improve asm support | ||||
| 2025-05-15 | Improve asm support | Chayim Refael Friedman | -40/+186 | |
| Including: - Infer `label {}` and `const` operands. - Correctly handle unsafe check inside `label {}`. - Fix an embarrassing parser typo that cause labels to never be part of the AST | ||||
| 2025-05-15 | Merge pull request #19798 from ↵ | Chayim Refael Friedman | -3/+3 | |
| rust-lang/dependabot/npm_and_yarn/editors/code/undici-6.21.3 Bump undici from 6.21.1 to 6.21.3 in /editors/code | ||||
| 2025-05-15 | Bump undici from 6.21.1 to 6.21.3 in /editors/code | dependabot[bot] | -3/+3 | |
| Bumps [undici](https://github.com/nodejs/undici) from 6.21.1 to 6.21.3. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v6.21.1...v6.21.3) --- updated-dependencies: - dependency-name: undici dependency-version: 6.21.3 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> | ||||
| 2025-05-15 | Merge pull request #19794 from ChayimFriedman2/dup-crates | Lukas Wirth | -6/+14 | |
| fix: Don't allow duplicate crates in the all_crates list | ||||
| 2025-05-15 | Merge pull request #19793 from Hmikihiro/unused_import_conlict_derive | Chayim Refael Friedman | -32/+246 | |
| fix: Removing all unused imports removes used imports for imports used for Derive macros | ||||
| 2025-05-15 | Merge pull request #19796 from Berrysoft/update-cargo-lock | Laurențiu Nicola | -35/+67 | |
| Update Cargo.lock | ||||
| 2025-05-15 | Update Cargo.lock | Berrysoft | -35/+67 | |
| 2025-05-15 | handle trait in function | Hayashi Mikihiro | -21/+23 | |
| Signed-off-by: Hayashi Mikihiro <34ttrweoewiwe28@gmail.com> | ||||
| 2025-05-15 | check glob | Hayashi Mikihiro | -21/+22 | |
| Signed-off-by: Hayashi Mikihiro <34ttrweoewiwe28@gmail.com> | ||||
| 2025-05-15 | rename fn name take_path to any | Hayashi Mikihiro | -5/+5 | |
| Signed-off-by: Hayashi Mikihiro <34ttrweoewiwe28@gmail.com> | ||||
| 2025-05-14 | Don't allow duplicate crates in the all_crates list | Chayim Refael Friedman | -6/+14 | |
| For some reason we had them in some projects, I'm not sure why. But this caused cache priming to appear stuck - because it uses a set of crate IDs for the actual work, but for the number of crates to index it just uses `db.all_crates().len()`. | ||||
| 2025-05-14 | fix: Removing all unused imports removes used imports for imports used for ↵ | Hayashi Mikihiro | -46/+257 | |
| Derive macros Signed-off-by: Hayashi Mikihiro <34ttrweoewiwe28@gmail.com> | ||||
| 2025-05-10 | Merge pull request #19772 from rust-lang/push-nxzlokoozypo | Lukas Wirth | -33/+47 | |
| internal: Make diagnostics experimental by default | ||||
| 2025-05-10 | minor: code review tweak | gohome001 | -24/+8 | |
| 2025-05-09 | Make diagnostics experimental by default | Florian Diebold | -33/+47 | |
| 2025-05-08 | Merge pull request #19507 from Hmikihiro/fix_module_doc_links | Lukas Wirth | -149/+548 | |
| fix: resolve doc path from parent module if outer comments exist on module | ||||
| 2025-05-08 | add assert to check ast_index smaller than INNER_ATTR_SET_BIT | Hayashi Mikihiro | -13/+9 | |
| Signed-off-by: Hayashi Mikihiro <34ttrweoewiwe28@gmail.com> | ||||
| 2025-05-08 | Merge pull request #19764 from ChayimFriedman2/too-many-asterisks-dbg | Chayim Refael Friedman | -13/+33 | |
| fix: Fix postfix snippets duplicating derefs | ||||
| 2025-05-08 | Fix postfix snippets duplicating derefs | Chayim Refael Friedman | -13/+33 | |
| 2025-05-08 | Merge pull request #19763 from ChayimFriedman2/ws-completions | Lukas Wirth | -3/+76 | |
| fix: Still complete parentheses & method call arguments if there are existing parentheses, but they are after a newline | ||||
| 2025-05-08 | perf: Request cancellation while processing changed files | Lukas Wirth | -80/+136 | |
| 2025-05-08 | Still complete parentheses & method call arguments if there are existing ↵ | Chayim Refael Friedman | -3/+76 | |
| parentheses, but they are after a newline | ||||
| 2025-05-07 | extract function: `doc_attributes` to find def from inner doc | Hayashi Mikihiro | -8/+26 | |
| Signed-off-by: Hayashi Mikihiro <34ttrweoewiwe28@gmail.com> | ||||
| 2025-05-07 | add doc link test for hover | Hayashi Mikihiro | -0/+122 | |
| Signed-off-by: Hayashi Mikihiro <34ttrweoewiwe28@gmail.com> | ||||
| 2025-05-07 | add doc link test for goto def | Hayashi Mikihiro | -0/+68 | |
| Signed-off-by: Hayashi Mikihiro <34ttrweoewiwe28@gmail.com> | ||||
| 2025-05-07 | check module path inner or outer | Hayashi Mikihiro | -130/+256 | |
| Signed-off-by: Hayashi Mikihiro <34ttrweoewiwe28@gmail.com> | ||||
| 2025-05-06 | Merge pull request #19738 from ChayimFriedman2/weird-gats | Lukas Wirth | -0/+32 | |
| fix: Don't panic on some weird code | ||||
| 2025-05-06 | Remove ast index mask | Hayashi Mikihiro | -7/+10 | |
| Signed-off-by: Hayashi Mikihiro <34ttrweoewiwe28@gmail.com> | ||||
| 2025-05-06 | import std::iter::repeat | Hayashi Mikihiro | -0/+1 | |
| Signed-off-by: Hayashi Mikihiro <34ttrweoewiwe28@gmail.com> | ||||
| 2025-05-06 | Update crates/hir-expand/src/attrs.rs | Hayashi Mikihiro | -1/+1 | |
| Co-authored-by: Lukas Wirth <lukastw97@gmail.com> | ||||
| 2025-05-06 | Update crates/hir-expand/src/attrs.rs | Hayashi Mikihiro | -1/+1 | |
| Co-authored-by: Lukas Wirth <lukastw97@gmail.com> | ||||
| 2025-05-06 | fix: resolve doc path if outer comments exist on module and replace from ↵ | Hayashi Mikihiro | -34/+99 | |
| cfg_attr bit to doc_place bit Signed-off-by: Hayashi Mikihiro <34ttrweoewiwe28@gmail.com> | ||||
