aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Fix issues with assignments not formatting like value declsDanielGavin2023-09-211-0/+19
* Fix issue with formatting where clause not breaking.DanielGavin2023-09-201-11/+13
* Fix issue with goto in comp_lit valueDanielGavin2023-09-191-9/+13
* Fix issue with maybe(string) in OlsConfigDanielGavin2023-09-192-10/+17
* TypoDanielGavin2023-09-171-4/+6
* Fix not writing the bit_set correcty in hover and completionDanielGavin2023-09-171-1/+9
* Support new changes in OdinDanielGavin2023-09-142-11/+9
* Fix #reverseDanielGavin2023-09-091-0/+4
* Simplify the ols config load for both the json and file.DanielGavin2023-09-022-108/+95
* Fix issues with union switch and also now using the renamed package nameDanielGavin2023-09-013-29/+46
* Merge branch 'master' of https://github.com/DanielGavin/olsDanielGavin2023-09-011-4/+58
|\
| * sort importsLaytan Laats2023-08-281-4/+58
* | Add support for generics in struct that use arraysDanielGavin2023-09-011-19/+57
|/
* more fixesDanielGavin2023-08-161-36/+34
* TypoDanielGavin2023-08-151-0/+4
* Add fixes to varadic args for inlay hintsDanielGavin2023-08-151-0/+25
* Fix issues with not being able to resolve non mutable functions in other func...DanielGavin2023-08-151-13/+41
* Add support for tag stmts.DanielGavin2023-08-132-2/+13
* update for switch _ inWalther Chen2023-08-092-2/+7
* Make it compile with the latest odin versionDanielGavin2023-08-061-7/+2
* Merge branch 'master' of https://github.com/DanielGavin/olsDanielGavin2023-08-061-0/+3
|\
| * Merge branch 'master' of https://github.com/DanielGavin/olsDanielGavin2023-08-062-26/+34
| |\
| * | Fix issue with enable hover wasn't default if you used the settings through e...DanielGavin2023-08-061-0/+3
* | | Undo the control of newlines in comp_lit - it broke too many things and wasn'...DanielGavin2023-08-063-26/+48
| |/ |/|
* | Merge pull request #223 from flga/linebreak_controlDanielGavin2023-07-292-26/+34
|\ \ | |/ |/|
| * 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