aboutsummaryrefslogtreecommitdiff
path: root/core/strings.odin
Commit message (Expand)AuthorAgeFilesLines
* Make `rune` a basic type and not an alias; Remove `byte`Ginger Bill2017-06-061-4/+4
* Syntax change: cast(T)x => T(x); union_cast(T)x => x.(T); transmute(T)x => tr...Ginger Bill2017-04-301-3/+3
* len, cap, make; remove .count, .capacity, new_sliceGinger Bill2017-04-021-8/+7
* Allow pointers to `append`; Fix strconv stuff; `new_slice` allows for capacityGinger Bill2017-03-021-2/+2
* ++ -- statements; add strconv.odin (and replace some of the fmt procs); Fix ~...Ginger Bill2017-02-261-1/+1
* Add core/strings.odinGinger Bill2017-02-241-0/+15