aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAgeFilesLines
...
| * Forgot fileDaniel Gavin2022-06-221-2/+2
| * Add new json variable for picking the space amountDaniel Gavin2022-06-211-0/+1
* | move document struct back to serverDaniel Gavin2022-06-192-22/+4
|/
* Fix union error with pointersDaniel Gavin2022-06-121-63/+66
* Fix hover bugDaniel Gavin2022-06-112-12/+4
* More reference workDaniel Gavin2022-06-113-4/+9
* Merge branch 'master' into index-refractorDaniel Gavin2022-05-191-39/+34
|\
| * Fix odin changesDaniel Gavin2022-05-151-31/+23
* | correcting cases for windows to not have to lowercase all the time.Daniel Gavin2022-05-132-14/+55
* | remove the lower case for windows.Daniel Gavin2022-04-281-5/+1
|/
* Add proper multi_pointer support and fix range half range opDaniel Gavin2022-04-151-0/+4
* Fix windows issue with package lower and uppercaseDaniel Gavin2022-04-111-0/+1
* Add print for Multi_Pointer_typeDaniel Gavin2022-03-241-0/+3
* Prepare for renameDaniel Gavin2022-03-191-0/+1
* Fix union completion with pointers.Daniel Gavin2022-03-141-6/+7
* Use murmur hash and bucket a map in each package.Daniel Gavin2022-03-101-290/+0
* Fix dynamic indexer with attributesDaniel Gavin2022-03-061-2/+7
* add comma seperation on comp_lit string representationDaniel Gavin2022-03-041-1/+6
* Add support for builtin symbols.Daniel Gavin2022-03-041-4/+6
* Fix bug related to the union ast change.Daniel Gavin2022-03-041-2/+5
* strip colons and update ast to use unionsDaniel Gavin2022-03-047-1069/+1059
* Remove the failed idea of making request tasksDaniel Gavin2022-01-193-158/+1
* Merge branch 'master' into refractor-analysisDaniel Gavin2022-01-173-9/+3
|\
| * FIx new slashpath changeDaniel Gavin2022-01-171-1/+1
| * Add checker arg configDaniel Gavin2022-01-171-0/+1
| * Support the new ODIN_ENDIAN formatDaniel Gavin2022-01-161-3/+2
* | work on resolve entire file.Daniel Gavin2022-01-161-2/+2
* | simplified how variables are decidedDaniel Gavin2022-01-111-0/+19
* | more refractoring by trying to store the variable information on the symbol.Daniel Gavin2022-01-052-2/+2
|/
* Fix signaturesDaniel Gavin2021-12-301-1/+6
* Add odin_command configDaniel Gavin2021-12-261-0/+1
* Improved type completion + add constants type, add deprecrated tag.Daniel Gavin2021-12-131-15/+53
* Add snippets and auto add parenthesis on completionDaniel Gavin2021-12-121-0/+1
* fixesDaniel Gavin2021-12-101-1/+6
* odinfmt fixes, and have signature retrigger with `,`Daniel Gavin2021-12-091-0/+30
* Incorrect behavior where globals were not added as variables.Daniel Gavin2021-12-051-1/+1
* Add formatter to olsDaniel Gavin2021-11-281-0/+7
* Fix generic error where '0' was inferred as boolean rather than integer.Daniel Gavin2021-11-081-0/+2
* Add new matrix typeDaniel Gavin2021-11-071-0/+2
* Add support for b32, b64 keywordsDaniel Gavin2021-09-281-0/+2
* Fix incorrect handling of functions in when clauses using ODIN_OSDaniel Gavin2021-09-281-2/+1
* fix odin changesDaniel Gavin2021-08-231-1/+1
* Fix odin changesDaniel Gavin2021-08-223-1/+4
* Fixed bug for not showing errors.Daniel Gavin2021-08-201-0/+81
* fix some defer free bugs and fix new json apiDaniel Gavin2021-08-191-4/+0
* moving the analysis code to it's own analysis package to prepare for referenc...Daniel Gavin2021-07-301-0/+24
* prepare to have global config aswellDaniel Gavin2021-05-221-1/+5
* handle the parser changes in core + linux still not workingDanielGavin2021-05-172-6/+6
* fix read on large filesDanielGavin2021-05-111-1/+8
* fix the linux bug with a workaround until the issue is resolved.DanielGavin2021-05-101-8/+8