Age | Commit message (Expand) | Author |
2024-10-24 | runtime: add gc layout info for some basic types | Damian Gryski |
2024-09-17 | Cgo add cbytes implementation (rebased version of #3318) (#4470) | leongross |
2023-03-27 | reflect: use direct calls to runtime string functions | Ayke van Laethem |
2023-03-27 | reflect: add Convert() for string -> []byte and []byte -> string | Damian Gryski |
2023-03-03 | all: use unsafe.Add instead of unsafe.Pointer(uintptr(...) + ...) | Ayke van Laethem |
2022-08-04 | all: format code according to Go 1.19 rules | Ayke van Laethem |
2021-11-24 | cgo: add support for C.CString and related functions | Ayke van Laethem |
2021-11-02 | compiler, runtime: add layout parameter to runtime.alloc | Ayke van Laethem |
2021-10-16 | src/runtime: add another set of invalid unicode runes to encodeUTF8() | Damian Gryski |
2020-09-21 | runtime: fix UTF-8 decoding | Ayke van Laethem |
2020-05-16 | internal/bytealg: reimplement bytealg in pure Go | Jaden Weiss |
2019-11-10 | runtime: only implement CountString for required platforms | Ayke van Laethem |
2019-10-09 | runtime/all: add implementation of bytealg.CountString to complete #424 | Ron Evans |
2019-08-11 | compiler,runtime: implement []rune to string conversion | Ayke van Laethem |
2019-06-19 | compiler,runtime: implement string to []rune conversion | scriptonist |
2019-05-24 | compiler,runtime: fix multiple definitions of a single function | Ayke van Laethem |
2019-01-27 | runtime: make stringNext use byteindex only, fix index offset | Michael Teichgraeber |
2019-01-25 | runtime/strings: add implementation of strings.IndexByte() (#155) | Ron Evans |
2018-11-14 | compiler: update integer type sizes | Ayke van Laethem |
2018-11-08 | compiler: implement binop string: <, <=, >, >= | Marc-Antoine Ruel |
2018-09-22 | compiler: implement range over a string | Ayke van Laethem |
2018-09-06 | all: swap string from {len, ptr} to {ptr, len} for slice compatibility | Ayke van Laethem |
2018-09-03 | compiler: implement []byte(str) | Ayke van Laethem |
2018-09-02 | Optimize/eliminate bounds checking | Ayke van Laethem |
2018-08-30 | Implement casting from (Unicode) integer to string | Ayke van Laethem |
2018-08-29 | Implement convert string <- []byte | Ayke van Laethem |
2018-08-29 | Implement string concatenation | Ayke van Laethem |
2018-08-29 | Move string type to runtime in separate file | Ayke van Laethem |