| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Update to Odin core/sync | Tetralux | 2022-04-02 | 2 | -7/+6 | |
| * | | Add basic completion for #shared_nil | Tetralux | 2022-04-02 | 1 | -1/+2 | |
| |/ | ||||||
| * | Support the new json change from odin | Daniel Gavin | 2022-03-24 | 3 | -27/+27 | |
| * | Prepare for rename | Daniel Gavin | 2022-03-19 | 10 | -24/+243 | |
| * | Fix union completion with pointers. | Daniel Gavin | 2022-03-14 | 1 | -13/+10 | |
| * | Fix comp_lit error and start work on magic completion | Daniel Gavin | 2022-03-14 | 3 | -19/+42 | |
| * | Fixes | Daniel Gavin | 2022-03-13 | 3 | -3/+93 | |
| * | Fix hover error and change union complete type | Daniel Gavin | 2022-03-12 | 1 | -6/+3 | |
| * | Fix memory leak. | Daniel Gavin | 2022-03-12 | 1 | -0/+4 | |
| * | Use murmur hash and bucket a map in each package. | Daniel Gavin | 2022-03-10 | 3 | -9/+17 | |
| * | Fix dynamic indexer with attributes | Daniel Gavin | 2022-03-06 | 2 | -8/+7 | |
| * | Fix document_link to start after `"` | Daniel Gavin | 2022-03-05 | 1 | -2/+2 | |
| * | Add ODIN_DEBUG builtin | Daniel Gavin | 2022-03-04 | 1 | -0/+9 | |
| * | give more memory to allocator | Daniel Gavin | 2022-03-04 | 2 | -7/+3 | |
| * | Add support for builtin symbols. | Daniel Gavin | 2022-03-04 | 1 | -0/+1 | |
| * | Fix bug related to the union ast change. | Daniel Gavin | 2022-03-04 | 1 | -0/+2 | |
| * | strip colons and update ast to use unions | Daniel Gavin | 2022-03-04 | 18 | -1420/+1421 | |
| * | Merge branch 'master' into refractor-analysis | Daniel Gavin | 2022-02-15 | 3 | -4/+3 | |
| |\ | ||||||
| | * | Add maybe on insert text | Daniel Gavin | 2022-02-14 | 1 | -2/+2 | |
| | * | Remove plain text type. | Daniel Gavin | 2022-02-14 | 1 | -1/+0 | |
| | * | Update semantic_tokens.odin | DanielGavin | 2022-02-07 | 1 | -1/+1 | |
| * | | Fix semantic token call expression always being treated as function. Fix floa... | Daniel Gavin | 2022-02-05 | 1 | -5/+1 | |
| * | | Fix a dynamic indexer bug, and temporary hacky fix for c.types. | Daniel Gavin | 2022-02-02 | 1 | -2/+7 | |
| * | | document links work | Daniel Gavin | 2022-01-27 | 2 | -3/+17 | |
| * | | work on new request flow | Daniel Gavin | 2022-01-23 | 1 | -39/+55 | |
| * | | Add more logging | Daniel Gavin | 2022-01-22 | 1 | -0/+1 | |
| * | | Move the std in reading to be async with it's own seperate thread. | Daniel Gavin | 2022-01-22 | 5 | -71/+262 | |
| * | | Remove the failed idea of making request tasks | Daniel Gavin | 2022-01-19 | 12 | -491/+311 | |
| * | | Merge branch 'master' into refractor-analysis | Daniel Gavin | 2022-01-17 | 9 | -9/+11 | |
| |\| | ||||||
| | * | FIx new slashpath change | Daniel Gavin | 2022-01-17 | 8 | -8/+8 | |
| | * | Add checker arg config | Daniel Gavin | 2022-01-17 | 3 | -1/+3 | |
| * | | work on the new semantic tokens. | Daniel Gavin | 2022-01-17 | 2 | -22/+364 | |
| * | | work on resolve entire file. | Daniel Gavin | 2022-01-16 | 1 | -1/+1 | |
| * | | refractor + more tests | Daniel Gavin | 2022-01-15 | 1 | -25/+27 | |
| * | | Fix issues with no completion on identifier in comp literal. | Daniel Gavin | 2022-01-12 | 2 | -4/+1 | |
| * | | refractor | Daniel Gavin | 2022-01-12 | 2 | -19/+7 | |
| * | | simplified how variables are decided | Daniel Gavin | 2022-01-11 | 4 | -66/+32 | |
| * | | more refractoring by trying to store the variable information on the symbol. | Daniel Gavin | 2022-01-05 | 10 | -549/+32 | |
| * | | refractor | Daniel Gavin | 2021-12-31 | 1 | -1/+1 | |
| * | | refractor | Daniel Gavin | 2021-12-31 | 3 | -40/+98 | |
| * | | Merge branch 'master' into refractor-analysis | Daniel Gavin | 2021-12-31 | 6 | -195/+291 | |
| |\| | ||||||
| | * | Improve distinct type info | Daniel Gavin | 2021-12-31 | 4 | -23/+29 | |
| | * | Fix union poly types | Daniel Gavin | 2021-12-30 | 1 | -16/+9 | |
| | * | refractor with bitsets, and fix inlined struct/union/enum | Daniel Gavin | 2021-12-30 | 1 | -4/+3 | |
| | * | Add more comp_lit support for indexed. More tests. | Daniel Gavin | 2021-12-29 | 2 | -25/+52 | |
| | * | Fix linux build | Daniel Gavin | 2021-12-26 | 1 | -1/+1 | |
| | * | Forgot to clone string odin_command | Daniel Gavin | 2021-12-26 | 2 | -8/+8 | |
| | * | typo | Daniel Gavin | 2021-12-26 | 1 | -1/+1 | |
| | * | typo | Daniel Gavin | 2021-12-26 | 1 | -1/+1 | |
| | * | Add odin_command config | Daniel Gavin | 2021-12-26 | 3 | -3/+11 | |