aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Fix union completion with pointers.Daniel Gavin2022-03-142-19/+17
* Fix comp_lit error and start work on magic completionDaniel Gavin2022-03-144-25/+61
* FixesDaniel Gavin2022-03-137-39/+117
* Fix hover error and change union complete typeDaniel Gavin2022-03-124-11/+5
* Fix memory leak.Daniel Gavin2022-03-123-1/+24
* Use murmur hash and bucket a map in each package.Daniel Gavin2022-03-107-337/+67
* Remove debug loggingDaniel Gavin2022-03-101-1/+0
* Fix typo with darwin specific files.Daniel Gavin2022-03-081-4/+4
* Fix dynamic indexer with attributesDaniel Gavin2022-03-064-15/+18
* Fix document_link to start after `"`Daniel Gavin2022-03-051-2/+2
* Add ODIN_DEBUG builtinDaniel Gavin2022-03-041-0/+9
* add comma seperation on comp_lit string representationDaniel Gavin2022-03-041-1/+6
* give more memory to allocatorDaniel Gavin2022-03-043-9/+5
* Add support for builtin symbols.Daniel Gavin2022-03-046-7/+17
* Fix bug related to the union ast change.Daniel Gavin2022-03-042-2/+7
* strip colons and update ast to use unionsDaniel Gavin2022-03-0437-4668/+4644
* Merge branch 'master' into refractor-analysisDaniel Gavin2022-02-156-40/+150
|\
| * Remove space in the end of declarations.Daniel Gavin2022-02-141-1/+1
| * Add maybe on insert textDaniel Gavin2022-02-141-2/+2
| * Remove plain text type.Daniel Gavin2022-02-141-1/+0
| * Temporary fixDaniel Gavin2022-02-141-0/+2
| * Merge branch 'master' of github.com:DanielGavin/olsDaniel Gavin2022-02-111-1/+1
| |\
| | * Update semantic_tokens.odinDanielGavin2022-02-071-1/+1
| * | odinfmt: support diverging procedureDaniel Gavin2022-02-111-0/+4
| |/
| * Odinfmt: Add semicolon if one block is on the same line as another.Daniel Gavin2022-02-021-1/+5
| * Odinfmt: fixes.Daniel Gavin2022-01-272-36/+137
* | Fix semantic token call expression always being treated as function. Fix floa...Daniel Gavin2022-02-052-5/+3
* | Fix a dynamic indexer bug, and temporary hacky fix for c.types.Daniel Gavin2022-02-022-14/+26
* | forgot fileDaniel Gavin2022-01-271-3/+0
* | document links workDaniel Gavin2022-01-273-6/+21
* | work on new request flowDaniel Gavin2022-01-231-39/+55
* | Add more loggingDaniel Gavin2022-01-221-0/+1
* | Move the std in reading to be async with it's own seperate thread.Daniel Gavin2022-01-227-132/+311
* | Remove the failed idea of making request tasksDaniel Gavin2022-01-1917-797/+402
* | Merge branch 'master' into refractor-analysisDaniel Gavin2022-01-1718-31/+63
|\|
| * FIx new slashpath changeDaniel Gavin2022-01-1713-13/+13
| * Add checker arg configDaniel Gavin2022-01-174-1/+4
| * Support the new ODIN_ENDIAN formatDaniel Gavin2022-01-161-3/+2
| * odinfmt: fix comment being spaced in the beginning of the file.Daniel Gavin2022-01-152-2/+3
| * odinfmt: fixes.Daniel Gavin2022-01-121-2/+2
| * odinfmt: use fill group in index statements.Daniel Gavin2022-01-111-1/+1
| * odinfmt: add more field flag fixesDaniel Gavin2022-01-111-6/+41
* | work on the new semantic tokens.Daniel Gavin2022-01-173-59/+410
* | work on resolve entire file.Daniel Gavin2022-01-163-16/+37
* | refractor + more testsDaniel Gavin2022-01-153-54/+100
* | Fix issues with no completion on identifier in comp literal.Daniel Gavin2022-01-124-23/+26
* | refractorDaniel Gavin2022-01-124-24/+11
* | simplified how variables are decidedDaniel Gavin2022-01-119-127/+108
* | Merge branch 'master' into refractor-analysisDaniel Gavin2022-01-093-11/+21
|\|
| * odinfmt: Fix error with package token getting moved.Daniel Gavin2022-01-091-0/+2