| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-04-16 | Merge pull request #19591 from snprajwal/fix-make-macro | Lukas Wirth | -14/+21 | |
| fix: use `ast::TokenTree` in `make::expr_macro` | ||||
| 2025-04-16 | Merge pull request #19590 from roife/fix-issue-19540 | Lukas Wirth | -0/+18 | |
| feat: add `pub(crate) mod` option for unlinked files | ||||
| 2025-04-16 | Merge pull request #19597 from Kobzol/arm-ci | Lukas Wirth | -2/+3 | |
| Build aarch64 builds on CI with PGO | ||||
| 2025-04-16 | fix: use `ast::TokenTree` in `make::expr_macro` | Prajwal S N | -14/+21 | |
| Signed-off-by: Prajwal S N <prajwalnadig21@gmail.com> | ||||
| 2025-04-16 | Merge pull request #19596 from roife/sig-help-info | Lukas Wirth | -13/+154 | |
| feat: enhance signature help to display generic parameters for callables and default values for generic args | ||||
| 2025-04-16 | Merge pull request #19588 from Hmikihiro/ext_func_module | Lukas Wirth | -14/+71 | |
| fix: `Extract into` function include inline variable in fmt macro | ||||
| 2025-04-16 | Merge pull request #19587 from MatrixFrog/patch-1 | Lukas Wirth | -1/+0 | |
| Remove incorrect doc comment | ||||
| 2025-04-16 | Merge pull request #19600 from Kobzol/pin-proc-macro-rustc | Lukas Wirth | -5/+13 | |
| Pin rustc used for the `proc-macro-src` CI job | ||||
| 2025-04-16 | Pin rustc used for the `proc-macro-src` CI job | Jakub Beránek | -5/+13 | |
| 2025-04-15 | Perform PGO for aarch64 builds | Jakub Beránek | -2/+3 | |
| 2025-04-15 | Merge pull request #19595 from Kobzol/ci-linux-pgo | Laurențiu Nicola | -0/+1 | |
| Use PGO on Linux x64 builds | ||||
| 2025-04-16 | feat: enhance signature help to display generic parameters for callables and ↵ | roifewu | -13/+154 | |
| default values for generic args | ||||
| 2025-04-15 | Use PGO on Linux x64 builds | Jakub Beránek | -0/+1 | |
| 2025-04-15 | Merge pull request #19585 from Kobzol/pgo-windows | Laurențiu Nicola | -11/+53 | |
| Allow training PGO on a custom crate and enable it Windows on CI | ||||
| 2025-04-15 | Merge pull request #19586 from Kobzol/manylinux-instead-of-zigbuild | Laurențiu Nicola | -1/+9 | |
| Use a Docker container instead of Zig for building with old(er) glibc on x64 Linux | ||||
| 2025-04-15 | Use `manylinux` Docker container instead of zigbuild for x64 Linux | Jakub Beránek | -1/+9 | |
| This gets us glibc 2.28 without using `cargo zigbuild`, which is not compatible with PGO. | ||||
| 2025-04-15 | Use `-q` to silence RA output | Jakub Beránek | -3/+1 | |
| 2025-04-15 | Run PGO for Windows on CI | Jakub Beránek | -0/+2 | |
| 2025-04-15 | Allow passing a specific crate for PGO training | Jakub Beránek | -10/+52 | |
| 2025-04-15 | Fix `llvm-profdata` extension on non Linux OSes | Jakub Beránek | -1/+1 | |
| 2025-04-15 | feat: Add `pub(crate) mod` option for unlinked files | roifewu | -0/+18 | |
| 2025-04-15 | fix: `Extract into function include inline variable in fmt macro | Hayashi Mikihiro | -14/+71 | |
| Signed-off-by: Hayashi Mikihiro <34ttrweoewiwe28@gmail.com> | ||||
| 2025-04-14 | Remove incorrect doc comment | Tyler Breisacher | -1/+0 | |
| 2025-04-14 | Merge pull request #19583 from Kobzol/revert-19582-ci-pgo | Lukas Wirth | -2/+0 | |
| Do not perform PGO on Linux CI | ||||
| 2025-04-14 | Do not enable PGO in combination with zigbuild | Jakub Beránek | -2/+0 | |
| 2025-04-14 | Merge pull request #19568 from snprajwal/destructure-struct-editor | Lukas Wirth | -99/+76 | |
| refactor: editor for `destructure_struct_binding` | ||||
| 2025-04-14 | Merge pull request #19572 from snprajwal/expand-rest-pattern | Lukas Wirth | -53/+66 | |
| refactor: migrate `expand_rest_pattern` to editor | ||||
| 2025-04-14 | Merge pull request #19582 from Kobzol/ci-pgo | Lukas Wirth | -9/+104 | |
| Distribute x64 and aarch64 Linux builds with PGO optimizations | ||||
| 2025-04-14 | Merge pull request #19569 from snprajwal/fixmes | Lukas Wirth | -75/+79 | |
| fix(ast): return correct types for `make::expr_*` methods | ||||
| 2025-04-14 | Merge pull request #19578 from clouds56-contrib/drive-letter | Lukas Wirth | -12/+35 | |
| add normalizeDriveLetter | ||||
| 2025-04-14 | Merge pull request #19521 from snprajwal/ci | Lukas Wirth | -4/+16 | |
| ci: cancel parallel jobs if test fails | ||||
| 2025-04-14 | Merge pull request #19579 from ChayimFriedman2/cyclic-closure | Lukas Wirth | -7/+65 | |
| fix: Prevent panics when there is a cyclic dependency between closures | ||||
| 2025-04-14 | Use PGO for x64 and aarch64 Linux builds on CI | Jakub Beránek | -3/+6 | |
| 2025-04-14 | Add `xdist dist --pgo` command to build Rust Analyzer with PGO optimizations | Jakub Beránek | -6/+98 | |
| 2025-04-14 | Merge pull request #19576 from chenyukang/yukang-fix-rustfmt-error | Lukas Wirth | -1/+5 | |
| Ignore errors from rustfmt which may trigger error notification | ||||
| 2025-04-14 | Prevent panics when there is a cyclic dependency between closures | Chayim Refael Friedman | -7/+65 | |
| We didn't include them in the sorted closures list, therefore didn't analyze them, then failed to find them. | ||||
| 2025-04-14 | fix format | Clouds Flowing | -2/+8 | |
| 2025-04-14 | add normalizeDriveLetter | Clouds Flowing | -12/+29 | |
| 2025-04-14 | Ignore errors from rustfmt which may trigger error notification | yukang | -1/+5 | |
| 2025-04-13 | Merge pull request #19573 from Veykril/push-swrzvrroornr | Lukas Wirth | -44/+146 | |
| internal: Render sigantures with view hir command | ||||
| 2025-04-13 | internal: Render sigantures with view hir command | Lukas Wirth | -44/+146 | |
| 2025-04-12 | ci: cancel parallel jobs if test fails | Prajwal S N | -4/+16 | |
| Signed-off-by: Prajwal S N <prajwalnadig21@gmail.com> | ||||
| 2025-04-11 | Merge pull request #19571 from ↵ | HKalbasi | -30/+22 | |
| duncanawoods/19464-Regression-vs-code-test-explorer-skips-unit-tests-since-v0.3.2353 Fix missing test update notifications when there are hyphens in the target name and exclude dependencies from `Run All` | ||||
| 2025-04-11 | refactor: migrate `expand_rest_pattern` to editor | Prajwal S N | -53/+66 | |
| Signed-off-by: Prajwal S N <prajwalnadig21@gmail.com> | ||||
| 2025-04-11 | fix clippy::useless-conversion | duncan | -1/+1 | |
| 2025-04-11 | exclude build script targets from testing | duncan | -30/+19 | |
| 2025-04-11 | test only packages that are workspace members | duncan | -1/+2 | |
| 2025-04-11 | use underscores in the target name for test update notifications | duncan | -1/+3 | |
| 2025-04-10 | Merge pull request #19570 from ChayimFriedman2/fix-store-panic | Chayim Refael Friedman | -6/+44 | |
| fix: Fix an incorrect `ExpressionStore` that was passed | ||||
| 2025-04-11 | Fix an incorrect `ExpressionStore` that was passed | Chayim Refael Friedman | -6/+44 | |
| It caused panics everywhere. | ||||
