| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update doc-format for `#by_ptr` and `#no_broadcast` parameters | gingerBill | 2024-03-21 | 1 | -8/+10 |
| | | |||||
| * | Add doc-format support for `bit_field` | gingerBill | 2024-02-22 | 1 | -3/+6 |
| | | |||||
| * | Remove #relative slices; Replace with #relative multi-pointers | gingerBill | 2023-08-05 | 1 | -25/+25 |
| | | |||||
| * | `gb_internal` to docs and other auxiliary files | gingerBill | 2022-12-18 | 1 | -2/+2 |
| | | |||||
| * | Add `#soa` pointer type to aid with refactoring to `#soa` data types | gingerBill | 2022-08-08 | 1 | -0/+1 |
| | | | | | | | | | a: #soa[16]Foo p := &a[6] #assert(type_of(p) == #soa^#soa[16]Foo) p^.x = 123 p.x = 123 | ||||
| * | Remove dead `#maybe` code | gingerBill | 2022-08-01 | 1 | -1/+0 |
| | | |||||
| * | `union #shared_nil` | gingerBill | 2022-03-24 | 1 | -0/+1 |
| | | | | | This adds a feature to `union` which requires all the variants to have a `nil` value and on assign to the union, checks whether that value is `nil` or not. If the value is `nil`, the union will be `nil` (thus sharing the `nil` value) | ||||
| * | Support built-in procedures for doc format | gingerBill | 2022-01-27 | 1 | -2/+3 |
| | | |||||
| * | Update doc format to allow for aliases | gingerBill | 2022-01-26 | 1 | -2/+11 |
| | | |||||
| * | Update CommentGroup parsing for struct types | gingerBill | 2022-01-24 | 1 | -2/+2 |
| | | |||||
| * | Add `.Private` information to doc-format | gingerBill | 2022-01-19 | 1 | -0/+2 |
| | | |||||
| * | Allow for entity grouping in structs and procedure signatures with the Odin ↵ | gingerBill | 2022-01-19 | 1 | -1/+2 |
| | | | | | doc-format | ||||
| * | Support struct field tags in odin doc format | gingerBill | 2022-01-04 | 1 | -1/+2 |
| | | |||||
| * | Patch odin doc binary format | gingerBill | 2021-11-21 | 1 | -2/+3 |
| | | |||||
| * | Fix typo | gingerBill | 2021-10-27 | 1 | -1/+1 |
| | | |||||
| * | Update doc-format | gingerBill | 2021-10-27 | 1 | -13/+14 |
| | | |||||
| * | Add support for matrix type in doc format | gingerBill | 2021-10-27 | 1 | -0/+1 |
| | | |||||
| * | Update doc format for multi-pointers | gingerBill | 2021-08-22 | 1 | -0/+1 |
| | | |||||
| * | Add missing `doc_format` flags for entities and improve docs for the odin ↵ | gingerBill | 2021-06-05 | 1 | -0/+1 |
| | | | | | package | ||||
| * | Remove `intrinsics.x86_mmx` type | gingerBill | 2021-04-22 | 1 | -4/+0 |
| | | |||||
| * | Add package flags | gingerBill | 2021-04-18 | 1 | -0/+7 |
| | | |||||
| * | Add calling_convention to odin-doc Type format | gingerBill | 2021-04-18 | 1 | -0/+1 |
| | | |||||
| * | Fix enumerated arrays for .odin-doc | gingerBill | 2021-04-18 | 1 | -1/+1 |
| | | |||||
| * | Add `-doc-format` command for the new .odin-doc file format (to be used to ↵ | gingerBill | 2021-04-18 | 1 | -0/+208 |
| generate documentation tools) | |||||