| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make `rune` a basic type and not an alias; Remove `byte` | Ginger Bill | 2017-06-06 | 1 | -4/+4 |
| * | Syntax change: cast(T)x => T(x); union_cast(T)x => x.(T); transmute(T)x => tr... | Ginger Bill | 2017-04-30 | 1 | -3/+3 |
| * | len, cap, make; remove .count, .capacity, new_slice | Ginger Bill | 2017-04-02 | 1 | -8/+7 |
| * | Allow pointers to `append`; Fix strconv stuff; `new_slice` allows for capacity | Ginger Bill | 2017-03-02 | 1 | -2/+2 |
| * | ++ -- statements; add strconv.odin (and replace some of the fmt procs); Fix ~... | Ginger Bill | 2017-02-26 | 1 | -1/+1 |
| * | Add core/strings.odin | Ginger Bill | 2017-02-24 | 1 | -0/+15 |