aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Make destroy_file_logger take logger instead of logger pointer.Vitalii Kravchenko2024-05-271-1/+1
* Fix a few darwin libc signatures with incorrect parameters.Harold Brenes2024-05-261-4/+4
* Fix slice.has_prefix & slice.has_suffixkorvahkh2024-05-251-2/+2
* Merge pull request #3628 from IllusionMan1212/bitset-json-marshalling-fixJeroen van Rijn2024-05-251-2/+0
|\
| * fix(core/encoding/json): remove Unsupported_Type return when marshalling bit_setIllusionMan12122024-05-251-2/+0
* | Limit to max of 9 fraction second digits, part deux.Jeroen van Rijn2024-05-241-2/+2
* | Limit to max of 9 fraction second digits.Jeroen van Rijn2024-05-241-1/+1
* | Add dedicated ISO 8601 parser.Jeroen van Rijn2024-05-241-0/+113
* | Allow lowercase z TZ indicator.Jeroen van Rijn2024-05-241-1/+1
* | Merge pull request #3623 from yay/allow-space-in-rfc-3339Jeroen van Rijn2024-05-241-6/+6
|\ \
| * | Allow space (in addition to T and t) as RFC 3339 date/time separator.Vitalii Kravchenko2024-05-241-6/+6
* | | Fix typesgingerBill2024-05-241-2/+2
|/ /
* | Deprecate `core:odin/printer` + `format` in favor of OLS.Jeroen van Rijn2024-05-245-2592/+6
* | Merge pull request #3619 from Kelimion/csv_iteratorJeroen van Rijn2024-05-242-2/+111
|\ \
| * | Remove core:mem import in example.Jeroen van Rijn2024-05-241-1/+0
| * | Add iterator_next(&r) to CSV.Jeroen van Rijn2024-05-242-2/+112
* | | Merge pull request #3614 from Kelimion/rbtreeJeroen van Rijn2024-05-242-6/+571
|\ \ \
| * | | Address concerns.Jeroen van Rijn2024-05-241-4/+5
| * | | Fix package line.Jeroen van Rijn2024-05-241-1/+1
| * | | Add `core:container/rbtree`Jeroen van Rijn2024-05-232-6/+570
| |/ /
* | | Merge pull request #3611 from hstormo/textboxgingerBill2024-05-241-13/+30
|\ \ \
| * | | Satisfy -vetHåkon Stormo2024-05-231-2/+1
| * | | text_edit: better handle failure to resize underlying bufferHåkon Stormo2024-05-231-13/+31
| |/ /
* / / Fix enum definition for `bit_set` usegingerBill2024-05-241-10/+4
|/ /
* | Improve `fmt` parsing of struct field tagsgingerBill2024-05-201-41/+89
* | Fix the way '%32b' and other prefixed numbers are written.Jeroen van Rijn2024-05-201-11/+58
* | Merge pull request #3604 from matias-eduardo/mastergingerBill2024-05-201-1/+0
|\ \
| * | remove extra newline in enumerated array hash fmtMatias Fernandez2024-05-181-1/+0
* | | Merge pull request #3592 from laytan/wasm-gpagingerBill2024-05-201-2/+0
|\ \ \ | |/ / |/| |
| * | add a default heap/general purpose allocator for wasm to `base:runtime`Laytan Laats2024-05-161-2/+0
* | | Apply fix to QOI decoder as well.Jeroen van Rijn2024-05-181-378/+377
* | | Fix qoi encode bug.Jeroen van Rijn2024-05-181-2/+0
* | | i18n: Add section merge + duplicate key detection to gettext.Jeroen van Rijn2024-05-171-4/+15
* | | Fix .mo contextsJeroen van Rijn2024-05-171-15/+23
* | | Fix .mo parser: Number of pluralsJeroen van Rijn2024-05-171-3/+3
* | | Correct #soa RTTI usagegingerBill2024-05-162-3/+3
|/ /
* | Merge pull request #3439 from andreas-jonsson/netbsdgingerBill2024-05-1526-39/+1065
|\ \
| * | Fixed some build tags in vendor libsAndreas T Jonsson2024-05-131-1/+1
| * | Merge branch 'master' into netbsdAndreas T Jonsson2024-05-1311-247/+998
| |\|
| * | Minor code cleanupAndreas T Jonsson2024-05-102-8/+8
| * | Merge branch 'master' into netbsdAndreas T Jonsson2024-05-1014-60/+133
| |\ \
| * | | Fixed invalid alignmentAndreas T Jonsson2024-05-101-9/+9
| * | | Merged with masterAndreas T Jonsson2024-05-0249-301/+1029
| |\ \ \
| * | | | Added missing core:sys/info package for NetBSDAndreas T Jonsson2024-04-262-4/+52
| * | | | Should pass 0 as the rest of futex argumentsAndreas T Jonsson2024-04-251-4/+4
| * | | | Merge branch 'master' into netbsdAndreas T Jonsson2024-04-2569-534/+4859
| |\ \ \ \
| * | | | | Switched to native futex on NetBSDAndreas T Jonsson2024-04-253-167/+49
| * | | | | Fixed potential memory leakAndreas T Jonsson2024-04-251-1/+1
| * | | | | Implemented absolute_path_from_handle for NetBSDAndreas T Jonsson2024-04-251-2/+20
| * | | | | Added missing build tags in coreAndreas T Jonsson2024-04-252-4/+5