| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-05-05 | minor: Add more proc-macro tests for parsing negative literals | Lukas Wirth | -26/+341 | |
| 2025-05-05 | Merge pull request #19745 from Veykril/push-rnqulnqvltro | Lukas Wirth | -0/+118 | |
| minor: Add a mbe test for parsing negative literals | ||||
| 2025-05-05 | minor: Add a mbe test for parsing negative literals | Lukas Wirth | -0/+118 | |
| 2025-05-05 | Merge pull request #19740 from vishruth-thimmaiah/unwrap_path_type | Lukas Wirth | -0/+175 | |
| feat: add an assist to unwrap a type with a generic arg | ||||
| 2025-05-05 | feat: add an assist to unwrap a type with a generic arg | Vishruth-Thimmaiah | -0/+175 | |
| This assist unwraps a type into its generic type argument, ignoring const and lifetime arguments | ||||
| 2025-05-05 | refactor: De-arc defmap queries | Lukas Wirth | -455/+498 | |
| 2025-05-05 | Merge pull request #19742 from Veykril/push-ykmuwtkzruqm | Lukas Wirth | -22/+303 | |
| fix: Fix incorrect handling of unresolved non-module imports in name resolution | ||||
| 2025-05-05 | Fix incorrect handling of unresolved non-module imports in name resolution | Lukas Wirth | -22/+303 | |
| 2025-05-04 | Merge pull request #19739 from Veykril/push-kpozprqnsmkk | Lukas Wirth | -12/+12 | |
| Disable fixpoint for variance computation temporarily | ||||
| 2025-05-04 | Disable fixpoint for variance computation temporarily | Lukas Wirth | -12/+12 | |
| 2025-05-03 | Improve let snippet | A4-Tacks | -6/+6 | |
| 2025-05-03 | Improve the let code snippet | A4-Tacks | -6/+101 | |
| 2025-05-02 | Merge pull request #19733 from ShoyuVanilla/issue-19724 | Lukas Wirth | -13/+82 | |
| fix: Implement mut to const ptr cast for method resolution | ||||
| 2025-05-02 | Merge pull request #19732 from ShoyuVanilla/issue-19730 | Lukas Wirth | -1/+27 | |
| fix: Correct assoc ty bound var starting index | ||||
| 2025-05-03 | fix: Implement mut to const ptr cast for method resolution | Shoyu Vanilla | -13/+82 | |
| 2025-05-02 | Merge pull request #19731 from Veykril/push-mmvowomkpwxy | Lukas Wirth | -175/+113 | |
| refactor: Simplify macro call id construction | ||||
| 2025-05-03 | fix: Correct assoc ty bound var starting index | Shoyu Vanilla | -1/+27 | |
| 2025-05-02 | refactor: Simplify macro call id construction | Lukas Wirth | -175/+113 | |
| 2025-05-02 | Render more lifetimes | Lukas Wirth | -149/+201 | |
| 2025-05-01 | remove a couple of clones | Matthias Krüger | -90/+71 | |
| 2025-05-01 | Merge from rust-lang/rust | Laurențiu Nicola | -1/+1 | |
| 2025-05-01 | Preparing for merge from rust-lang/rust | Laurențiu Nicola | -1/+1 | |
| 2025-05-01 | Update lockfile | Laurențiu Nicola | -6/+6 | |
| 2025-05-01 | Bump salsa | Lukas Wirth | -2/+2 | |
| 2025-04-30 | Merge pull request #19723 from Veykril/push-skswknpxtzlz | Lukas Wirth | -20/+86 | |
| fix: Improve parser recovery a bit | ||||
| 2025-04-30 | fix: Improve parser recovery a bit | Lukas Wirth | -20/+86 | |
| 2025-04-30 | Merge pull request #19247 from alibektas/19172_very_new | Lukas Wirth | -82/+146 | |
| fix: Correct span info for mir::Operand | ||||
| 2025-04-30 | chore: Adjust panic context printing | Lukas Wirth | -12/+10 | |
| 2025-04-29 | Split out salsa_macros | Lukas Wirth | -48/+63 | |
| Does not do much yet due to tracing pulling syn but oh well | ||||
| 2025-04-29 | Update salsa | Lukas Wirth | -33/+75 | |
| 2025-04-29 | Merge pull request #19714 from Veykril/push-owpqqzqmrpvv | Lukas Wirth | -68/+59 | |
| refactor: Remove unnecessary extension trait | ||||
| 2025-04-29 | refactor: Remove unnecessary extension trait | Lukas Wirth | -68/+59 | |
| 2025-04-29 | Merge pull request #19713 from Veykril/push-xkppskpmuzpo | Lukas Wirth | -188/+234 | |
| refactor: Cleanup cfg check handling in expression store lowering | ||||
| 2025-04-29 | Merge pull request #19685 from fbernier/pgo-install | Lukas Wirth | -132/+175 | |
| Add PGO support to install | ||||
| 2025-04-29 | Cleanup cfg check handling in expression store lowering | Lukas Wirth | -188/+234 | |
| 2025-04-29 | refactor: Clean up cache priming cancellation handling | Lukas Wirth | -39/+54 | |
| 2025-04-28 | Merge pull request #19699 from ChayimFriedman2/escape-label | David Barsky | -7/+36 | |
| fix: Escape raw names in labels properly | ||||
| 2025-04-28 | base-db: add more details to panic | David Barsky | -9/+20 | |
| 2025-04-28 | Merge pull request #19708 from Veykril/push-wrmyowrzkxzz | Lukas Wirth | -255/+188 | |
| refactor: De-arc lang item queries | ||||
| 2025-04-28 | Merge pull request #19542 from snprajwal/let-else-to-match | Lukas Wirth | -142/+335 | |
| refactor: migrate `let_else_to_match` to editor | ||||
| 2025-04-28 | refactor: De-arc lang item queries | Lukas Wirth | -255/+188 | |
| 2025-04-28 | refactor: migrate `merge_imports` to syntax editor | Prajwal S N | -43/+25 | |
| Co-authored-by: Tarek <tareknaser360@gmail.com> Signed-off-by: Prajwal S N <prajwalnadig21@gmail.com> | ||||
| 2025-04-28 | chore: rename `unmerge_use` to `unmerge_imports` | Prajwal S N | -44/+44 | |
| Signed-off-by: Prajwal S N <prajwalnadig21@gmail.com> | ||||
| 2025-04-28 | fix: migrate `unmerge_use` to syntax editor | Prajwal S N | -16/+108 | |
| Also ensures that attributes on the use item are applied to the new use item when unmerging. Signed-off-by: Prajwal S N <prajwalnadig21@gmail.com> | ||||
| 2025-04-28 | refactor: migrate `let_else_to_match` to editor | Prajwal S N | -142/+335 | |
| Signed-off-by: Prajwal S N <prajwalnadig21@gmail.com> | ||||
| 2025-04-28 | Unelide lifetime | Laurențiu Nicola | -1/+1 | |
| 2025-04-28 | Merge pull request #19706 from Veykril/push-nkpmknlvzyom | Lukas Wirth | -24/+19 | |
| fix: Address minor FIXME | ||||
| 2025-04-28 | fix: Address minor FIXME | Lukas Wirth | -24/+19 | |
| 2025-04-28 | Merge pull request #19704 from Veykril/push-wrvznvvpvtvp | Lukas Wirth | -125/+172 | |
| Add expression fill mode variant for filling with underscore expressions | ||||
| 2025-04-28 | Add expression fill mode variant for filling with underscore expressions | Lukas Wirth | -125/+172 | |
