aboutsummaryrefslogtreecommitdiff
path: root/core/unicode
Commit message (Expand)AuthorAgeFilesLines
* Add numerous procedure groups `decode_rune`, `decode_last_rune`, `rune_count`...gingerBill2022-06-161-8/+30
* Merge branch 'master' into xmlJeroen van Rijn2022-04-272-62/+62
|\
| * Add `core:unicode/utf8/utf8string` to `examples/all`gingerBill2022-03-181-60/+60
| * fix typoNaboris2022-01-081-2/+2
* | [core:encoding/entity] Add new package to decode &<entity>; entities.Jeroen van Rijn2021-12-051-0/+287
|/
* Add new utf16 procedures: `decode`, `decode_to_utf8`gingerBill2021-11-271-0/+48
* Strip semicolons; Make `odin strip-semicolon` replace `..` with `..=` if used...gingerBill2021-09-061-22/+22
* Strip even more semicolons if followed by a `}` or `)` on the same linegingerBill2021-08-311-6/+6
* Remove unneeded semicolons from the core librarygingerBill2021-08-314-302/+302
* Enforce `core:builtin` and `core:intrinsics` for importsgingerBill2021-08-211-1/+1
* Core library clean up: Make range expressions more consistent and replace use...gingerBill2021-06-141-2/+2
* Remove @(static) for global variablesgingerBill2021-05-191-10/+0
* Replace usage of `inline proc` with `#force_inline proc` in the core librarygingerBill2021-02-231-4/+4
* Minor change to unicode/letter.odingingerBill2020-11-211-2/+2
* Update package unicodegingerBill2020-11-102-994/+1312
* Add utf8.full_runegingerBill2020-11-101-0/+41
* Add `package unicode/utf8/utf8string` for efficient utf8 codepoint indexing t...gingerBill2020-09-261-0/+155
* Remove usage of `do` in core librarygingerBill2020-09-232-11/+21
* Update unicode/letter.odingingerBill2020-08-181-0/+24
* Update strings case convertors to be unicode compliantgingerBill2020-05-241-1/+2
* Fix missing allocatorgingerBill2020-01-261-1/+1
* Add `utf8.string_to_runes` `utf8.runes_to_string`gingerBill2020-01-261-0/+29
* Add `package unicode` letter.odingingerBill2020-01-261-0/+1124
* Make the `string` type elements "immutable", akin to `char const *` in CgingerBill2019-12-011-3/+3
* Remove unused variables in utf8.odin.Kevin Watters2019-10-281-2/+1
* Fix typo in `package utf8`; add `wchar_t` to `package c`gingerBill2019-10-271-1/+1
* Add for `package utf8`: `rune_at_pos`, `rune_string_at_pos`, `rune_at`, `rune...gingerBill2019-10-261-6/+45
* Update utf8.accept_sizes to use ranged fieldsgingerBill2019-10-261-17/+11
* Add `utf8.rune_index`gingerBill2019-10-261-2/+13
* Fix core library for the new procedure parameter addressing modegingerBill2019-07-151-1/+2
* Make procedure parameters just named values rather than copied variablesgingerBill2019-07-151-1/+3
* Make core library use `a..<b` rather than doing `a..b-1`gingerBill2019-05-281-2/+2
* package dynlibgingerBill2019-03-031-1/+1
* Vet core librarygingerBill2018-12-311-4/+4
* Update `package strings`gingerBill2018-12-261-3/+3
* Reduce number of range and slice operators #239gingerBill2018-08-012-3/+3
* BigInt support in the constant systemgingerBill2018-07-281-2/+2
* Modify CommentGroup parsinggingerBill2018-06-171-1/+1
* Remove unused packagesgingerBill2018-05-271-2/+0
* Add basic package support (no IR support yet)gingerBill2018-05-261-1/+1
* Parse directories to be packagesgingerBill2018-05-212-0/+351