aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #3637 from laytan/revert-clang++-detectiongingerBill2024-05-261-1/+7
|\
| * revert `$(llvm-config --bindir)/clang++` to get the cpp compilerLaytan Laats2024-05-261-1/+7
* | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2024-05-265-14/+192
|\ \
| * \ Merge pull request #3633 from korvahkh/fix-slice-has-affixgingerBill2024-05-251-2/+2
| |\ \
| | * | 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
| * | | Merge pull request #3625 from Kelimion/iso8061Jeroen van Rijn2024-05-242-4/+180
| |\ \ \
| | * | | 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-242-4/+180
| |/ / /
| * | | Allow lowercase z TZ indicator.Jeroen van Rijn2024-05-242-1/+3
| * | | Merge pull request #3623 from yay/allow-space-in-rfc-3339Jeroen van Rijn2024-05-242-6/+8
| |\ \ \
| | * | | Allow space (in addition to T and t) as RFC 3339 date/time separator.Vitalii Kravchenko2024-05-242-6/+8
* | | | | Fix #3630 (first part)gingerBill2024-05-262-2/+2
|/ / / /
* / / / Fix typesgingerBill2024-05-241-2/+2
|/ / /
* | | Merge pull request #3621 from laytan/enable-default-temp-allocator-wasmJeroen van Rijn2024-05-241-1/+1
|\ \ \
| * | | wasm: enable default temp allocatorLaytan Laats2024-05-241-1/+1
| | |/ | |/|
* | | Merge pull request #3620 from Kelimion/deprecate_odin_printerJeroen van Rijn2024-05-247-2608/+6
|\ \ \
| * | | Keep -vet happy.Jeroen van Rijn2024-05-241-1/+0
| * | | Deprecate `core:odin/printer` + `format` in favor of OLS.Jeroen van Rijn2024-05-247-2607/+6
* | | | Add `core:container/rbtree` to examples/allJeroen van Rijn2024-05-241-0/+2
|/ / /
* | | 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-246-56/+863
|\ \ \ \
| * | | | Address concerns.Jeroen van Rijn2024-05-242-5/+6
| * | | | Fix package line.Jeroen van Rijn2024-05-241-1/+1
| * | | | Add `core:container/rbtree`Jeroen van Rijn2024-05-236-56/+862
| |/ / /
* | | | Merge pull request #3611 from hstormo/textboxgingerBill2024-05-242-36/+167
|\ \ \ \
| * | | | Satisfy -vetHåkon Stormo2024-05-232-3/+1
| * | | | microui: use the text_edit procsHåkon Stormo2024-05-231-15/+9
| * | | | text_edit: better handle failure to resize underlying bufferHåkon Stormo2024-05-231-13/+31
| * | | | microui: textbox cut/copy/pasteHåkon Stormo2024-05-231-8/+38
| * | | | microui: textbox selectionHåkon Stormo2024-05-231-19/+110
| | |/ / | |/| |
* | | | Fix enum definition for `bit_set` usegingerBill2024-05-241-10/+4
| |/ / |/| |
* | | Add shadow suggestiongingerBill2024-05-221-1/+5
* | | Be very particular with the cases for the error notesgingerBill2024-05-221-16/+15
* | | Improve errors a lot for assigning procedures of the wrong signaturegingerBill2024-05-221-2/+47
|/ /
* | Fix #3603gingerBill2024-05-201-1/+7
* | Fix indexing type when using a `#row_major` matrixgingerBill2024-05-201-2/+7
* | Remove constant indexing for `matrix` value propagationgingerBill2024-05-201-1/+1
* | Improve `fmt` parsing of struct field tagsgingerBill2024-05-201-41/+89
* | Merge pull request #3606 from Kelimion/fmtfixgingerBill2024-05-201-11/+58
|\ \
| * | Fix the way '%32b' and other prefixed numbers are written.Jeroen van Rijn2024-05-201-11/+58
* | | Merge pull request #3607 from Szwagi/fix-atomic-memory-ordergingerBill2024-05-201-2/+2
|\ \ \
| * | | Fix Odin to LLVM memory order mapping for .Relaxed and .ConsumeKamil T2024-05-201-2/+2
* | | | Fix `for &v in &fixed_array`gingerBill2024-05-201-1/+2
* | | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2024-05-207-13/+905
|\ \ \ \ | | |/ / | |/| |
| * | | Merge pull request #3604 from matias-eduardo/mastergingerBill2024-05-201-1/+0
| |\ \ \