aboutsummaryrefslogtreecommitdiff
path: root/core/strings/builder.odin
Commit message (Expand)AuthorAgeFilesLines
...
* Clean up `fmt` usage with `io.Writer` and `strings.Builder`gingerBill2020-12-041-30/+0
* Improve packages io and strings; add io.Section_ReadergingerBill2020-12-031-26/+18
* Integrate `package io` into core librarygingerBill2020-12-031-62/+161
* Rename stream field namesgingerBill2020-12-021-0/+18
* Add `%q` for runes in fmtgingerBill2020-11-181-0/+16
* Allow flushing with `strings.Builder`; Make `fmt.fprint*` procedures use a cu...gingerBill2020-10-011-71/+127
* Remove usage of `do` in core librarygingerBill2020-09-231-2/+2
* Add `strings.pop_byte` `strings.pop_rune`gingerBill2020-07-081-0/+18
* Update strings case convertors to be unicode compliantgingerBill2020-05-241-1/+18
* Make the `string` type elements "immutable", akin to `char const *` in CgingerBill2019-12-011-1/+1
* strings.split; strings.index; eprint* over print*_err;gingerBill2019-10-061-0/+4
* Make procedure parameters just named values rather than copied variablesgingerBill2019-07-151-11/+11
* make_builder function now properly uses given allocatorZilarrezko2019-05-181-1/+1
* Improve package stringsgingerBill2019-03-151-0/+4
* Make `static` an attribute rather than a keyword prefixgingerBill2019-02-231-2/+2
* Minimize buffer size for write_u64 and write_i64gingerBill2019-01-131-2/+2
* json.marshalgingerBill2019-01-061-1/+13
* strings.write_quoted_stringgingerBill2019-01-061-2/+25
* fmt.printf("%q", str); (quotes strings)gingerBill2019-01-061-13/+75
* Add strings.destroy_buildergingerBill2019-01-061-0/+5
* Reorganize fmt and strings; Replace fmt.String_Buffer with strings.BuildergingerBill2019-01-061-0/+107