aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * Re-introduce forced linebreaks for comp lits that contain fieldsflga2023-07-291-1/+3
| * Add a new config option to allow multiline composite literalsflga2023-07-062-15/+15
| * Walk back proc argument and array like comp lit changesflga2023-07-062-37/+22
| * Force composite literals with comments to be multi line againflga2023-07-042-8/+13
| * Allow local control over line breaking in composite literals and call express...flga2023-07-031-30/+46
* | Fix more issues with bitset inferenceDanielGavin2023-07-281-0/+2
* | Fix issue where unresolved symbol didn't get the pkg updated.DanielGavin2023-07-262-3/+2
* | Merge branch 'master' of https://github.com/DanielGavin/olsDanielGavin2023-07-261-1/+1
|\ \
| * | clone the string, it was allocated with the temp_allocatorryuukk2023-07-251-1/+1
* | | Symbols that have @private on package is ignored when selecting from package.DanielGavin2023-07-262-0/+10
|/ /
* | Fix issues with enums infer call exprDanielGavin2023-07-251-0/+2
* | Enforce brackets in indexing - it just doesn't look right when broken down.DanielGavin2023-07-251-10/+13
* | Remember to clean up collections when reloading them.DanielGavin2023-07-241-3/+16
* | Merge branch 'master' into patch-6DanielGavin2023-07-2410-301/+505
|\ \
| * | Remember to write the basic directive correct when building proc signature.DanielGavin2023-07-241-197/+200
| * | Save the client name for specific client handlingDanielGavin2023-07-244-15/+25
| * | Merge branch 'master' into patch-10DanielGavin2023-07-241-35/+49
| |\ \
| | * | Fix format_to_label_details out of bounds sliceDanielGavin2023-07-241-33/+45
| | * | Fix issues with bitsets not completing in vulkan.DanielGavin2023-07-241-0/+2
| * | | and not orryuukk2023-07-241-1/+1
| * | | hack for sublime text bugryuukk2023-07-241-1/+11
| |/ /
| * | unwrap ident in switch typeDanielGavin2023-07-231-1/+1
| * | Fix inlay hints for -> calls, and also fix reference in for in range.DanielGavin2023-07-172-10/+34
| * | Merge branch 'master' of https://github.com/DanielGavin/olsDanielGavin2023-07-093-92/+144
| |\ \
| | * | Forgot file...DanielGavin2023-07-081-0/+141
| | * | more work on fake methodsDanielGavin2023-07-082-92/+3
| * | | remember to save the symbol value when resolving the unresolved symbolDanielGavin2023-07-091-0/+1
| |/ /
| * | Add hack for type_ofDanielGavin2023-07-051-9/+20
| * | Merge pull request #221 from ryuukk/format_configDanielGavin2023-07-052-1/+5
| |\ \
| | * | Handle 'enable_format' from ols configryuukk2023-07-052-1/+5
| | |/
| * / Strip '->' from labelDetail's descriptionryuukk2023-07-051-1/+4
| |/
| * Fix issues with fake method completion not removing the selector after comple...DanielGavin2023-07-021-10/+39
| * enforc fit on selector expressionsDanielGavin2023-07-021-4/+6
| * Add new setting to enable fake methods for testingDanielGavin2023-07-025-6/+22
| * Merge pull request #215 from ryuukk/detailsDanielGavin2023-07-011-8/+39
| |\
| | * use a switch instead and add fields supportryuukk2023-06-301-30/+31
| | * add struct/enum/union and keywordsryuukk2023-06-301-33/+34
| | * Format labelDetails for struct/enum/unionryuukk2023-06-291-0/+7
| | * Format labelDetails for procs that returns and variables/constantsryuukk2023-06-291-6/+28
* | | Copy collection's key from new configryuukk2023-07-011-2/+2
|/ /
* | Remove more not needed tokens for semantic tokensDanielGavin2023-06-301-8/+0
* | Start working on having fake methods.DanielGavin2023-06-292-8/+113
|/
* Merge pull request #213 from ryuukk/patch-4DanielGavin2023-06-261-10/+15
|\
| * Copy collections from newly received configryuukk2023-06-261-10/+15
* | Remove to try and index the workspace symbol package, if it isn'tDanielGavin2023-06-261-0/+2
|/
* Fixed issue with collections and being correct on change configDanielGavin2023-06-261-40/+41
* Finish didChangeConfigurationDanielGavin2023-06-261-46/+39
* Merge pull request #209 from ryuukk/configDanielGavin2023-06-262-0/+38
|\
| * Revert "cleanup"ryuukk2023-06-261-11/+2
| * cleanupryuukk2023-06-261-2/+11