about summary refs log tree commit diff
path: root/crates/vfs
AgeCommit message (Expand)AuthorLines
2023-12-29Use Cargo's [workspace.lints.*] to config clippyTetsuharu Ohzeki-0/+3
2023-12-18internal: Move out `WithFixture` into dev-dep only crateLukas Wirth-1/+1
2023-12-15fix: Syntax fixup now removes subtrees with fake spansLukas Wirth-1/+5
2023-12-06Allow navigation targets to be duplicated when the focus range lies in the ma...Lukas Wirth-2/+12
2023-12-05Don't explicitly warn against `semicolon_in_expressions_from_macros`Igor Matuszewski-1/+1
2023-12-03Some final touchesLukas Wirth-1/+1
2023-12-01Pass calling span through to builtin macro expansionsLukas Wirth-0/+5
2023-11-15Bump indexmapLaurențiu Nicola-1/+1
2023-09-02Ensure resolved hint's file existsKirill Bulatov-0/+5
2023-06-24Upgrade to indexmap v2Josh Stone-1/+1
2023-06-21Simplify VfsPath fmtLaurențiu Nicola-4/+4
2023-06-20Fix VfsPath Display and Debug implshkalbasi-2/+2
2023-06-19internal: use consistent style for error handlingAlex Kladov-2/+2
2023-05-24Auto merge of #14755 - poliorcetics:clippy-fixes, r=Veykrilbors-7/+0
2023-05-06chore: remove unused methodAlexis (Poliorcetics) Bourget-7/+0
2023-05-06Depend on nohash-hasher individuallyAriel Davis-3/+4
2023-05-06Use nohash_hasher, rm commentAriel Davis-1/+2
2023-05-02Adding crate_root_path to crate_graphBruno Ortiz-4/+1
2023-04-22Report vfs memory usage in status commandLukas Wirth-2/+9
2023-03-31internal: Refine CrateOrigin variantsLukas Wirth-1/+1
2023-01-25fix: Fix process-changes not deduplicating changes correctlyLukas Wirth-1/+2
2023-01-17Auto merge of #13969 - Veykril:workspace.dependencies, r=Veykrilbors-2/+2
2023-01-17Use workspace.dependencies to declare local dependenciesLukas Wirth-2/+2
2023-01-16Specify authors, edition and license via workspace.packageLukas Wirth-2/+4
2023-01-16Specify rust-version via workspace.packageLukas Wirth-1/+1
2023-01-11feat: Make unlinked_file diagnostic quickfixes work for inline modulesLukas Wirth-1/+16
2022-12-30derive 'Hash'Daniel Eades-6/+1
2022-12-24Inline all format arguments where possibleYuri Astrakhan-1/+1
2022-12-23Minor manual cleanuYuri Astrakhan-12/+2
2022-11-07Bump Cargo rust-version fields to latest stableLukas Wirth-1/+1
2022-08-25Make use of NoHash hashing for FileId and CrateIdLukas Wirth-3/+12
2022-08-17fix: a bunch of typosDezhi Wu-1/+1
2022-07-20Enable extra warnings required by rust-lang/rustAmos Wenger-0/+3
2022-07-03Bump indexmapLaurențiu Nicola-1/+1
2022-06-10internal: Bump DependenciesLukas Wirth-1/+1
2022-03-22minor: Bump dependenciesLukas Wirth-3/+3
2021-12-16Bump MSRV (1.57)iDawer-1/+1
2021-11-16minor: Lift out FxIndex{Map/Set} types into ide_dbLukas Wirth-1/+1
2021-10-23Set MSRVLaurențiu Nicola-0/+1
2021-10-21Migrate to edition 2021Lukas Wirth-2/+1
2021-10-12Merge #10423bors[bot]-0/+6
2021-10-12internal changes for mdbookhamidreza kalbasi-0/+6
2021-10-03Fix miscellaneous Clippy lintsAramis Razzaghipour-2/+1
2021-10-03Add semicolons for consistencyAramis Razzaghipour-3/+3
2021-09-28Update crates/vfs/src/vfs_path.rs龙方淞-3/+1
2021-09-28initial commitlongfangsong-0/+3
2021-08-11internal: document that ascription is preferred to a turbo fishAleksey Kladov-1/+1
2021-08-10Fix: revert strange usage of `?` operatorBasti Ortiz-9/+8
2021-08-10Fix: prefer the usage of `for` loops over `fold`Basti Ortiz-9/+8
2021-08-10Chore: add comments to explicitly express two-step checkBasti Ortiz-0/+3