aboutsummaryrefslogtreecommitdiff
path: root/core/strings
Commit message (Expand)AuthorAgeFilesLines
* Change spaces to tabsgingerBill2020-05-241-178/+179
* Add case conversions by @dotbmpMikkel Hjortshoej2020-05-241-0/+186
* `x if cond else y` and `x when cond else y` expressionsgingerBill2020-03-051-1/+1
* Fix #552.Tetralux2020-02-121-0/+2
* Add `strings.ptr_from_string`gingerBill2019-12-011-0/+4
* Add `strings.unsafe_string_to_cstring`gingerBill2019-12-011-0/+6
* Make the `string` type elements "immutable", akin to `char const *` in CgingerBill2019-12-012-15/+15
* fix string reversalHasen Judy2019-11-131-1/+2
* Fix typos and make demo work with -vetgingerBill2019-10-081-3/+3
* strings.split; strings.index; eprint* over print*_err;gingerBill2019-10-062-3/+151
* Make procedure parameters just named values rather than copied variablesgingerBill2019-07-152-29/+37
* make_builder function now properly uses given allocatorZilarrezko2019-05-181-1/+1
* Improve package stringsgingerBill2019-03-152-1/+203
* Add win32.get_cwd to return the current working directoryJeroen van Rijn2019-03-091-0/+17
* Make `static` an attribute rather than a keyword prefixgingerBill2019-02-231-2/+2
* Remove dead codegingerBill2019-01-241-0/+5
* 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
* Vet core librarygingerBill2018-12-311-4/+4
* Fix `join` and `concatenate` to use the supplied allocatorgingerBill2018-12-261-2/+2
* Update `package strings`gingerBill2018-12-261-4/+444
* Reduce number of range and slice operators #239gingerBill2018-08-011-1/+1
* Remove special shared scope for runtime stuffgingerBill2018-06-031-2/+2
* Remove unused packagesgingerBill2018-05-271-1/+0
* Parse directories to be packagesgingerBill2018-05-211-0/+34