index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
string.go
Age
Commit message (
Expand
)
Author
2022-11-11
internal/syscall/unix: use runtime.gostring for Gostring
Ian Lance Taylor
2022-09-13
runtime: replace stringStruct with unsafe.String where appropriate
Cuong Manh Le
2022-07-24
runtime: fix typo in function comments
Abirdcfly
2022-05-19
all: gofmt main repo
Russ Cox
2022-05-03
runtime: add byte count parser for GOMEMLIMIT
Michael Anthony Knyszek
2022-04-11
all: gofmt main repo
Russ Cox
2022-04-05
all: separate doc comment from //go: directives
Russ Cox
2022-04-01
all: fix various doc comment formatting nits
Russ Cox
2021-11-02
runtime, syscall: add calls to asan functions
fanzha02
2021-06-17
[dev.typeparams] runtime/internal/sys: replace BigEndian with goarch.BigEndia...
Michael Anthony Knyszek
2021-05-21
[dev.typeparams] runtime: replace funcPC with internal/abi.FuncPCABIInternal
Cherry Mui
2021-04-02
runtime: make concatstring{2,3,4,5} consistent w/ compiler's use
David Chase
2020-08-17
runtime: replace index and contains with bytealg calls
Austin Clements
2020-08-13
runtime: revert signal stack mlocking
Austin Clements
2020-04-08
cmd/compile,runtime: pass only ptr and len to some runtime calls
Josh Bleecher Snyder
2020-03-05
runtime: use staticuint64s instead of staticbytes for 1-length strings
Diogo Pinela
2019-12-05
runtime: add a simple version number parser
Austin Clements
2019-06-06
runtime: mark all Go symbols called from assembly in other packages
Austin Clements
2018-10-15
cmd/compile: avoid string allocations when map key is struct or array literal
Martin Möhrmann
2018-08-22
runtime: replace calls to hasprefix with hasPrefix
Martin Möhrmann
2018-05-01
runtime: use staticbytes in intstring for small v
Josh Bleecher Snyder
2018-03-14
runtime: don't use floating point in findnull on Plan 9
David du Colombier
2018-03-09
runtime: use bytes.IndexByte in findnull
Ilya Tocar
2018-03-01
Revert "runtime: use bytes.IndexByte in findnull"
Brad Fitzpatrick
2018-03-01
runtime: use bytes.IndexByte in findnull
Josh Bleecher Snyder
2018-03-01
runtime: don't allocate to build strings of length 1
Josh Bleecher Snyder
2018-02-19
runtime: avoid clearing memory during byte slice allocation in gobytes
Martin Möhrmann
2018-02-15
runtime: replace _MaxMem with maxAlloc
Austin Clements
2017-09-22
runtime: remove getcallerpc argument
Austin Clements
2017-03-08
runtime: optimize slicebytestostring
Josh Bleecher Snyder
2016-11-01
runtime: improve atoi implementation
Martin Möhrmann
2016-10-28
runtime, cmd/compile: rename memclr -> memclrNoHeapPointers
Austin Clements
2016-10-28
cmd/compile: move stringtoslicebytetmp to the backend
Martin Möhrmann
2016-10-17
runtime: speed up non-ASCII rune decoding
Martin Möhrmann
2016-09-14
cmd/compile: intrinsify slicebytetostringtmp when not instrumenting
Martin Möhrmann
2016-09-08
runtime: remove maxstring
Martin Möhrmann
2016-08-30
cmd/compile: improve string iteration performance
Martin Möhrmann
2016-08-22
runtime: minor string/rune optimizations
Josh Bleecher Snyder
2016-04-25
runtime: zero tmpbuf between len and cap
Keith Randall
2016-04-20
runtime: simplify mallocgc flag argument
Keith Randall
2016-03-31
cmd/compile, runtime: fix pedantic int->string conversions
Matthew Dempsky
2016-03-07
runtime: eliminate unnecessary type conversions
Matthew Dempsky
2016-02-25
runtime: fix getcallerpc args
Dmitry Vyukov
2016-02-04
runtime: don't expose stack buffer in stringto{byte,rune}slice
Keith Randall
2015-11-10
runtime: break atomics out into package runtime/internal/atomic
Michael Matloob
2015-10-21
runtime, syscall: add calls to msan functions
Ian Lance Taylor
2015-10-20
runtime: add stringStructOf helper function
Matthew Dempsky
2015-10-16
runtime: merge string1.go into string.go
Nodir Turakulov
2015-04-15
runtime: merge slice and sliceStruct
Michael Hudson-Doyle
2015-02-12
cmd/gc: allocate buffers for non-escaping string conversions on stack
Dmitry Vyukov
[next]