| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-04-17 | Merge pull request #19612 from ChayimFriedman2/parent-generics | Lukas Wirth | -5/+32 | |
| fix: Fix a bug with predicate lowering of associated items | ||||
| 2025-04-17 | Merge pull request #19611 from zamazan4ik/patch-1 | Laurențiu Nicola | -0/+2 | |
| Use PGO on macOS x64 and arm64 builds | ||||
| 2025-04-17 | Fix a bug with predicate lowering of associated items | Chayim Refael Friedman | -5/+32 | |
| The essence of the bug is that bounds on `impl Trait` got lowered with incorrect bound vars, as if we were lowering the parent. | ||||
| 2025-04-16 | Use PGO on macOS x64 and arm64 builds | Alexander Zaitsev | -0/+2 | |
| - realted to https://github.com/rust-lang/rust-analyzer/issues/9412#issuecomment-2810772246 | ||||
| 2025-04-16 | Merge pull request #19605 from ChayimFriedman2/fix-sig | Chayim Refael Friedman | -1/+2 | |
| minor: Fix signature of libc memory usage function on Linux | ||||
| 2025-04-16 | Fix signature of libc memory usage function on Linux | Chayim Refael Friedman | -1/+2 | |
| A soundness issue! | ||||
| 2025-04-16 | Merge pull request #19589 from roife/fix-issue-19138 | Lukas Wirth | -0/+66 | |
| fix: highlighting for tail expr in labelled blocks | ||||
| 2025-04-16 | feat: highlight tail expr when cursor is on label | roifewu | -0/+37 | |
| 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 | feat: highlight tail expression in labeled block | roifewu | -0/+29 | |
| 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 | |
