aboutsummaryrefslogtreecommitdiff
path: root/core/strings/builder.odin
Commit message (Expand)AuthorAgeFilesLines
* 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