| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-01-27 | Prioritize formatting thread tasks in main_loop | Lukas Wirth | -9/+14 | |
| 2025-01-27 | Merge pull request #19036 from Veykril/push-nprltlwvryxw | Lukas Wirth | -526/+645 | |
| Split out `ExpressionStore` from `Body` | ||||
| 2025-01-27 | Merge pull request #19037 from ChayimFriedman2/fix-other-test | Lukas Wirth | -8/+83 | |
| fix: In completion's expand, consider recursion stop condition (when we're not inside a macro call anymore) *after* the recursive call instead of before it | ||||
| 2025-01-27 | Merge pull request #19038 from ChayimFriedman2/unused-unsafe | Lukas Wirth | -24/+132 | |
| feat: Support RFC 2396 | ||||
| 2025-01-26 | Support RFC 2396 | Chayim Refael Friedman | -24/+132 | |
| AKA. target_feature 1.1, or non unsafe target_feature. | ||||
| 2025-01-26 | In completion's expand, consider recursion stop condition (when we're not ↵ | Chayim Refael Friedman | -8/+83 | |
| inside a macro call anymore) *after* the recursive call instead of before it This is because our detection is imperfect, and miss some cases such as an impersonating `test` macro, so we hope we'll expand successfully in this case. | ||||
| 2025-01-26 | Add GenericDefId::StaticId | Lukas Wirth | -24/+46 | |
| 2025-01-26 | Split out `ExpressionStore` from `Body` | Lukas Wirth | -445/+531 | |
| 2025-01-26 | Merge pull request #19035 from rust-lang/Veykril-patch-1 | Lukas Wirth | -12/+6 | |
| Update outdated permissions section in the README.md | ||||
| 2025-01-26 | Update outdated permissions section in the README.md | Lukas Wirth | -12/+6 | |
| 2025-01-26 | Merge pull request #19034 from ChayimFriedman2/complete-hidden-variant | Lukas Wirth | -55/+102 | |
| fix: Don't complete doc(hidden) enum variants and use trees | ||||
| 2025-01-26 | Merge pull request #19033 from ChayimFriedman2/span-1 | Chayim Refael Friedman | -4/+4 | |
| fix: Make proc_macro span's line & column 1-indexed, as documented | ||||
| 2025-01-26 | Make proc_macro span's line & column 1-indexed, as documented | Chayim Refael Friedman | -4/+4 | |
| That is, make the fake number that we return 1 and not 0. | ||||
| 2025-01-26 | Don't complete doc(hidden) enum variants and use trees | Chayim Refael Friedman | -55/+102 | |
| Also refactor the check a bit. | ||||
| 2025-01-25 | Merge pull request #19020 from ShoyuVanilla/issues-19007 | Lukas Wirth | -35/+129 | |
| fix: Prevent infinite recursion of bounds formatting | ||||
| 2025-01-26 | fix: Prevent infinite recursion of bounds formatting | Shoyu Vanilla | -72/+129 | |
| 2025-01-25 | Cleanup body ast ptr defs | Lukas Wirth | -75/+74 | |
| 2025-01-25 | BodyCollector | Lukas Wirth | -77/+91 | |
| 2025-01-25 | Combine `pat_hyigene` and `expr_hygiene` | Lukas Wirth | -15/+13 | |
| 2025-01-25 | Merge pull request #19030 from Veykril/push-wuzvopyooznm | Lukas Wirth | -1/+5 | |
| fix: Fix markdown horizontal ruler sometimes being treated as a heading | ||||
| 2025-01-25 | fix: Fix markdown horizontal ruler sometimes being treated as a heading | Lukas Wirth | -1/+5 | |
| 2025-01-25 | Merge pull request #18909 from Veykril/push-rrpprwwzttkt | Lukas Wirth | -39/+8 | |
| Use `strict_provenance` | ||||
| 2025-01-25 | Use `strict_provenance` | Lukas Wirth | -39/+8 | |
| 2025-01-25 | Merge pull request #19029 from Veykril/push-wklzwzqvkrou | Lukas Wirth | -50/+27 | |
| internal: Skip redundant path search in `resolve_completion_edits` | ||||
| 2025-01-25 | Skip redundant path search in `resolve_completion_edits` | Lukas Wirth | -50/+27 | |
| 2025-01-25 | Merge pull request #19028 from Veykril/push-vuytpkvqzwzs | Lukas Wirth | -20/+89 | |
| fix: Fix flyimport not filtering via stability of import path | ||||
| 2025-01-25 | Fix flyimport not filtering via stability of import path | Lukas Wirth | -20/+89 | |
| 2025-01-25 | Merge pull request #19026 from Veykril/push-wrxrutptywzx | Lukas Wirth | -48/+72 | |
| Only collect implicit visibile use symbols if they have renames | ||||
| 2025-01-25 | Only collect implicit visibile use symbols if they have renames | Lukas Wirth | -48/+72 | |
| Otherwise this will pollute the index too much with unnecessary symbols | ||||
| 2025-01-25 | Merge pull request #18973 from ThouCheese/feat/nice-niches | Lukas Wirth | -2/+85 | |
| Make niches into nices | ||||
| 2025-01-25 | Merge pull request #19023 from Wilfred/sequence_type_names | Lukas Wirth | -10/+93 | |
| minor: Suggest better names when a type is a sequence | ||||
| 2025-01-25 | Merge pull request #19019 from darichey/add-buildfiles | Lukas Wirth | -21/+38 | |
| Explicitly add buildfiles when constructing ProjectFolders | ||||
| 2025-01-24 | minor: Suggest better names when a type is a sequence | Wilfred Hughes | -10/+93 | |
| Previously, we'd suggest a type of `vec` for a value of type `Vec<T>`, which is rarely what the user wants. We also had no suggestions for values of type `&[T]`. Instead, try to pluralise the inner type name, and fall back to `items`. | ||||
| 2025-01-24 | Explicitly add buildfiles when constructing ProjectFolders | David Richey | -21/+38 | |
| 2025-01-24 | Merge pull request #19018 from Veykril/push-wxqqunxwrply | Lukas Wirth | -95/+112 | |
| internal: Record the use tree index in glob imports | ||||
| 2025-01-24 | Merge pull request #18991 from Veykril/push-rmqmnrymwmoz | Lukas Wirth | -322/+433 | |
| Keep already computed inlay hint properties instead of late resolving them | ||||
| 2025-01-24 | Lazily compute location links in type hints again | Lukas Wirth | -9/+18 | |
| 2025-01-24 | Record the use tree index in glob imports | Lukas Wirth | -95/+112 | |
| 2025-01-24 | Add a new failing test that overflows stack | Shoyu Vanilla | -0/+37 | |
| 2025-01-24 | Merge pull request #19012 from ShoyuVanilla/arbitrary-self | Lukas Wirth | -26/+129 | |
| feat: Implement `arbitrary-self-types` | ||||
| 2025-01-24 | feat: Implement `arbitrary-self-types` | Shoyu Vanilla | -26/+129 | |
| 2025-01-24 | Merge pull request #19017 from Veykril/push-uktrsknwmsvy | Lukas Wirth | -10/+26 | |
| fix: Fix flycheck panicking with "once" invocation strategy | ||||
| 2025-01-24 | Merge pull request #18993 from ChayimFriedman2/iter-config | Lukas Wirth | -56/+111 | |
| feat: Provide a config to control auto-insertion of `await` and `iter()` | ||||
| 2025-01-24 | Merge pull request #18994 from Wilfred/failed_rustc_cfg_as_warning | Lukas Wirth | -1/+1 | |
| internal: Treat cfg fetching failures as a warning | ||||
| 2025-01-24 | Merge pull request #19016 from Veykril/push-moqnsytyrupu | Lukas Wirth | -208/+234 | |
| fix: Fix `ItemScope` not recording glob imports | ||||
| 2025-01-24 | fix: Fix flycheck panicking with "once" invocation strategy | Lukas Wirth | -10/+26 | |
| We only ever have one flycheck runner no matter the number of workspaces, so just kick off flycheck for it immediately | ||||
| 2025-01-24 | Merge pull request #19014 from darichey/fix-cfg-macro | Lukas Wirth | -0/+6 | |
| Check cfg when collecting macro defs | ||||
| 2025-01-24 | Fix `ItemScope` not recording glob imports | Lukas Wirth | -208/+234 | |
| This caused us other code to incorrectly assume in dealing with a declaration when in fact it was dealing with a glob imported definition | ||||
| 2025-01-23 | Check cfg when collecting macro defs | David Richey | -0/+6 | |
| 2025-01-23 | Merge pull request #19009 from lnicola/dont-just-die | Laurențiu Nicola | -3/+3 | |
| minor: Rephrase comment | ||||
