aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Align bitsets in comp literals.DanielGavin2024-01-201-4/+6
* Support new change to odin allocator modelDanielGavin2024-01-181-3/+2
* default case should use internal_resolve_type_expression to prevent stackover...DanielGavin2023-12-291-2/+4
* Fix issue with variables assigning in global space to procedures.DanielGavin2023-12-171-2/+17
* Fix issue with not using builtin symbols when in another package.DanielGavin2023-12-141-8/+5
* Add support for Or_Branch_ExprDanielGavin2023-12-051-0/+4
* Merge pull request #275 from laytan/better-bitset-completionDanielGavin2023-11-281-80/+159
|\
| * better bitset completionLaytan Laats2023-11-281-80/+159
* | Merge branch 'master' of https://github.com/DanielGavin/olsDanielGavin2023-11-251-8/+27
|\|
| * respect //+private and the file/package variantLaytan Laats2023-11-121-8/+27
* | Add new config for "enable_procedure_snippet"DanielGavin2023-11-255-28/+54
|/
* Procedure types do no longer insert `()`DanielGavin2023-11-114-49/+90
* TypoDanielGavin2023-11-041-6/+4
* Fix issue with anon structs in arrays.DanielGavin2023-11-042-7/+14
* Remove errors caused by parsing builtin odin files.DanielGavin2023-11-044-28/+31
* Remove writing semantic nodes for untyped and basic value symbolsDamian Tarnawski2023-10-261-19/+3
* Improve check in parses header for robustness.DanielGavin2023-09-301-4/+4
* Fix issue weith ellipsis with mixed paramsDanielGavin2023-09-271-1/+3
* Fix issue with swizzleDanielGavin2023-09-261-15/+19
* Have index expr return boolean as second resultDanielGavin2023-09-261-6/+10
* Remove printfDanielGavin2023-09-211-1/+0
* 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