| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | fixes | Daniel Gavin | 2021-12-10 | 4 | -26/+38 |
| * | odinfmt fixes, and have signature retrigger with `,` | Daniel Gavin | 2021-12-09 | 3 | -20/+52 |
| * | Odinfmt: fixes. | Daniel Gavin | 2021-12-08 | 2 | -4/+24 |
| * | Forgot to trailing comma on break. | Daniel Gavin | 2021-12-07 | 1 | -1/+1 |
| * | Fix breaking with comp_lit, treat them different depending where they are cal... | Daniel Gavin | 2021-12-07 | 2 | -16/+24 |
| * | Attempt to fix the odinfmt disable | Daniel Gavin | 2021-12-07 | 2 | -13/+26 |
| * | More tests | Daniel Gavin | 2021-12-07 | 3 | -2/+41 |
| * | Odinfmt: Fixes. | Daniel Gavin | 2021-12-06 | 1 | -1/+1 |
| * | Odinfmt: Fix out of bound crash with enum | Daniel Gavin | 2021-12-06 | 1 | -4/+2 |
| * | Incorrect behavior where globals were not added as variables. | Daniel Gavin | 2021-12-05 | 2 | -1/+3 |
| * | Add odinfmt builder | Daniel Gavin | 2021-12-05 | 1 | -0/+40 |
| * | brain fart | Daniel Gavin | 2021-12-05 | 1 | -1/+1 |
| * | odinfmt: Fix do in for stmt and tenary bug | Daniel Gavin | 2021-12-05 | 2 | -15/+69 |
| * | Show all items on completions with empty string. | Daniel Gavin | 2021-12-05 | 1 | -0/+4 |
| * | comment test code | Daniel Gavin | 2021-12-05 | 1 | -0/+3 |
| * | odinfmt fixes, plus fix signatures with shared type not showing sigature corr... | Daniel Gavin | 2021-12-05 | 5 | -60/+350 |
| * | Start working on goto with multiple locations(packages), and fix some odinfmt... | Daniel Gavin | 2021-12-02 | 4 | -20/+41 |
| * | odinfmt: Fix newline bug in call expressions. | Daniel Gavin | 2021-12-01 | 1 | -1/+5 |
| * | Fix out of bounds error when fallback parsing | Daniel Gavin | 2021-12-01 | 1 | -0/+4 |
| * | change env name to ODIN_ROOT | Daniel Gavin | 2021-12-01 | 1 | -4/+4 |
| * | add vendor automatically | Daniel Gavin | 2021-12-01 | 1 | -0/+5 |
| * | support linux and windows getenv | Daniel Gavin | 2021-12-01 | 1 | -1/+5 |
| * | Support environment variable to specify core path. | Daniel Gavin | 2021-12-01 | 1 | -0/+12 |
| * | Use the rootUri if workspace folders are not available. | Daniel Gavin | 2021-12-01 | 4 | -15/+15 |
| * | More odinfmt fixes. | Daniel Gavin | 2021-11-30 | 1 | -5/+9 |
| * | odinfmt: Add support for multi pointers | Daniel Gavin | 2021-11-30 | 1 | -1/+7 |
| * | Handle single ret typed procedures correctly when breaking. | Daniel Gavin | 2021-11-30 | 1 | -2/+1 |
| * | odinfmt: alignment for comp literals, structs, enums, and new call expression... | Daniel Gavin | 2021-11-30 | 2 | -28/+105 |
| * | Add alignment on simple comp_lit | Daniel Gavin | 2021-11-29 | 2 | -38/+103 |
| * | decide on newline style based on OS | Daniel Gavin | 2021-11-28 | 1 | -9/+23 |
| * | Make sure to newline the end of file. | Daniel Gavin | 2021-11-28 | 1 | -2/+4 |
| * | remove temp check code | Daniel Gavin | 2021-11-28 | 1 | -1/+1 |
| * | Add formatter to ols | Daniel Gavin | 2021-11-28 | 7 | -7/+1714 |
| * | Fix signatures in procedures not showing the return type | Daniel Gavin | 2021-11-25 | 2 | -4/+13 |
| * | Fix out of bounds error with implicit completion | Daniel Gavin | 2021-11-24 | 1 | -0/+4 |
| * | Fix issues with not being able to use the local variables when overloading. | Daniel Gavin | 2021-11-12 | 1 | -6/+10 |
| * | Add Any_Int attribute support - make function now infers correctly again. | Daniel Gavin | 2021-11-10 | 1 | -11/+19 |
| * | Remove println from previous debugging session | Daniel Gavin | 2021-11-08 | 1 | -4/+0 |
| * | Fix generic error where '0' was inferred as boolean rather than integer. | Daniel Gavin | 2021-11-08 | 2 | -6/+12 |
| * | Fix completion error in make generics, and also fixed completion in switch stmt. | Daniel Gavin | 2021-11-08 | 1 | -10/+8 |
| * | Add new matrix type | Daniel Gavin | 2021-11-07 | 3 | -3/+8 |
| * | Merge branch 'master' into new-odin-version | Daniel Gavin | 2021-10-21 | 1 | -1/+5 |
| |\ |
|
| | * | Fix bug where context.* was not resolved correctly. | Daniel Gavin | 2021-10-14 | 1 | -1/+5 |
| * | | Fix new the odin json version. | Daniel Gavin | 2021-10-02 | 2 | -6/+6 |
| |/ |
|
| * | Uncomment code after issue 1129 was fixed. | Daniel Gavin | 2021-10-02 | 1 | -6/+0 |
| * | Add support for b32, b64 keywords | Daniel Gavin | 2021-09-28 | 2 | -1/+3 |
| * | Add Multi_Pointer_Type support. | Daniel Gavin | 2021-09-28 | 2 | -0/+6 |
| * | Fix incorrect handling of functions in when clauses using ODIN_OS | Daniel Gavin | 2021-09-28 | 1 | -2/+1 |
| * | check only the builtin on the source package | Daniel Gavin | 2021-09-10 | 2 | -8/+9 |
| * | Fix enum semantic token not hightlighting correctly | Daniel Gavin | 2021-09-08 | 2 | -1/+12 |