aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Collapse)AuthorAgeFilesLines
* Fix issue with comp literals and `&` in typeDanielGavin2024-10-051-0/+25
|
* StyleDanielGavin2024-09-297-181/+73
|
* Use a new file tag parserDamian Tarnawski2024-08-301-108/+84
|
* Add Or_Else_Expr to free_astDanielGavin2024-08-151-131/+41
|
* Improve get_executable_pathDanielGavin2024-08-151-26/+9
|
* Add missing op token when building string for unary expr nodeDamian Tarnawski2024-07-291-0/+1
|
* Support soa in genericsDanielGavin2024-07-251-0/+20
|
* Treat //+build ignore as private fileDanielGavin2024-07-111-0/+3
|
* Merge branch 'master' into renameDanielGavin2024-07-111-30/+32
|\
| * add configuration for specific inlay hintsLaytan Laats2024-07-111-30/+32
| |
* | Working on generic issues.DanielGavin2024-06-301-0/+29
| |
* | Merge branch 'master' into renameDanielGavin2024-06-052-16/+23
|\|
| * Added NetBSD supportAndreas T Jonsson2024-06-051-1/+1
| |
| * Start fixing memory leaks on tests.DanielGavin2024-06-041-15/+21
| |
* | More work on renamingDanielGavin2024-05-291-0/+12
|/
* Add validation when calculating the offset for token_range.DanielGavin2024-05-211-1/+6
|
* Use filepath.abs on ols executable pathDanielGavin2024-05-021-1/+1
|
* New config to only call check on saved package.Daniel Gavin2024-04-251-29/+30
|
* Move packages to new base collectionFeoramund2024-04-171-1/+2
|
* Merge pull request #349 from laytan/use-odin-root-commandDanielGavin2024-04-161-10/+39
|\ | | | | use the new `odin root` command to resolve the builtin collections
| * use the new `odin root` command to resolve the builtin collectionsLaytan Laats2024-04-151-10/+39
| |
* | support bit_fieldsLaytan Laats2024-04-151-0/+38
|/ | | | | | They are pretty similar to structs (just a bit simpler) so I piggy backed of that a lot here, added some basic tests and tested the formatting myself.
* Add b8 and b16 types as keywordsdeadwanderer2024-04-031-0/+2
|
* Support relative typeDanielGavin2024-03-261-2/+4
|
* Support longer words in fuzzy and return 0, if above that.DanielGavin2024-03-191-3/+4
|
* checker_path is now an arrayDanielGavin2024-02-081-1/+1
|
* Start working on profilesDanielGavin2024-02-071-0/+7
|
* Merge branch 'master' into polyDanielGavin2024-01-191-3/+2
|\
| * Support new change to odin allocator modelDanielGavin2024-01-181-3/+2
| |
* | New poly resolve systemDanielGavin2023-12-281-8/+27
|/
* 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-251-0/+2
|/
* TypoDanielGavin2023-09-171-4/+6
|
* Simplify the ols config load for both the json and file.DanielGavin2023-09-021-1/+2
|
* Symbols that have @private on package is ignored when selecting from package.DanielGavin2023-07-261-0/+6
|
* Remember to write the basic directive correct when building proc signature.DanielGavin2023-07-241-197/+200
|
* Save the client name for specific client handlingDanielGavin2023-07-241-0/+1
|
* Add new setting to enable fake methods for testingDanielGavin2023-07-021-0/+1
|
* Handle '==' and '!=' for 'when' directiveryuukk2023-06-261-2/+11
|
* Use InitializeOptions as the global setting, and override if specified ↵DanielGavin2023-05-291-0/+5
| | | | through ols.json
* Fix compiler errors after Odin updateDanielGavin2023-04-051-2/+2
|
* Have to wrap the pointers back again in generic functionsDanielGavin2023-04-021-7/+7
|
* Start working on labeldetailsDanielGavin2023-03-101-0/+1
|
* More accurately auto complete ObjC proceduresLucas Perlind2023-01-241-3/+16
|
* start working on supporting objc codeDanielGavin2023-01-231-0/+73
|
* handle .Alloc_Non_Zeroed in latest OdinPhil2022-11-031-1/+1
|
* Add new config to disable the `core:odin/parser` errorsDaniel Gavin2022-10-271-0/+1
|
* Add support for matrix typesDaniel Gavin2022-10-271-1/+1
|
* Handle typeid as a typeDaniel Gavin2022-10-271-1/+2
|