summaryrefslogtreecommitdiff
path: root/src/server/clone.odin
Commit message (Collapse)AuthorAgeFilesLines
* Add missing expr that should be cloned and freedBrad Lewis2025-11-101-0/+8
|
* Clone and free Selector_Call_ExprBrad Lewis2025-10-221-0/+3
|
* Merge pull request #1089 from ↵Bradley Lewis2025-10-121-12/+10
|\ | | | | | | | | BradLewis/feat/remove-cloning-ast-derived-expr-stmt Remove cloning ast node `derived_expr` and `derived_stmt`
| * Remove cloning ast node `derived_expr` and `derived_stmt`Brad Lewis2025-10-111-12/+10
| |
* | Free and clone Or_Branch_Exprthetarnav2025-10-121-0/+3
|/
* Clone proc lit where clausesBrad Lewis2025-09-101-1/+1
|
* Clone ternary if expressions correctlyBrad Lewis2025-08-261-0/+4
|
* Fix issues adding ast struct comments with the temporary allocatorBrad Lewis2025-08-181-1/+4
|
* Clone tag with pointer typeBrad Lewis2025-08-181-0/+1
|
* Add struct tags to hover informationBrad Lewis2025-08-171-0/+3
|
* Clone the calling convention when cloning an `ast.Proc_Type`Brad Lewis2025-08-031-0/+1
|
* Correctly clone bitfield and struct comments and fieldsBrad Lewis2025-07-251-0/+3
|
* Add proc calling convention to hover informationBrad Lewis2025-07-221-0/+16
|
* Add clone for field.docs.DanielGavin2025-06-271-11/+7
|
* Correctly clone comment groupsBrad Lewis2025-06-241-0/+20
|
* Fix issue with Or_Else_ExprDanielGavin2024-08-171-0/+3
|
* Change odinfmt to use 120 characters instead. Add support for infering Maybe ↵DanielGavin2024-08-101-34/+8
| | | | in comp literals.
* Clone op token text for unary exprDamian Tarnawski2024-07-301-0/+6
|
* Move packages to new base collectionFeoramund2024-04-171-1/+3
|
* support bit_fieldsLaytan Laats2024-04-151-0/+7
| | | | | | 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.
* Support relative typeDanielGavin2024-03-261-1/+3
|
* Add matrix_type to clone nodeDanielGavin2024-01-091-145/+147
|
* update for switch _ inWalther Chen2023-08-091-1/+1
|
* Panic if memory allocation failsDanielGavin2023-05-241-1/+1
|
* Fix issues with binary expression in index functionDaniel Gavin2022-11-231-63/+23
|
* Finally make the move to use odinfmt in ols.Daniel Gavin2022-08-201-145/+222
|
* Merge packagesDaniel Gavin2022-04-091-0/+253