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
/
pkg
/
runtime
Age
Commit message (
Expand
)
Author
2014-08-13
runtime/pprof: fix data race
Dmitriy Vyukov
2014-08-11
runtime: no need to set R9 to m for runtime.sigpanic anymore
Shenghou Ma
2014-08-08
runtime: bump MaxGcprocs to 32
Dmitriy Vyukov
2014-08-08
runtime: mark functions as static where possible
Matthew Dempsky
2014-08-08
runtime: fix data race in stackalloc
Dmitriy Vyukov
2014-08-07
runtime: convert equality functions to Go
Keith Randall
2014-08-07
runtime: convert interface routines from C to Go.
Keith Randall
2014-08-07
runtime: fix nacl/amd64p32 build
Dmitriy Vyukov
2014-08-07
runtime: test distribution of interface hashes.
Keith Randall
2014-08-07
cmd/cc, runtime: eliminate use of the unnamed substructure C extension
Peter Collingbourne
2014-08-07
runtime: convert markallocated from C to Go
Dmitriy Vyukov
2014-08-07
runtime: fix plan9/windows build
Dmitriy Vyukov
2014-08-07
runtime: remove mal/malloc/FlagNoGC/FlagNoInvokeGC
Dmitriy Vyukov
2014-08-07
runtime: shrink stacks in parallel
Dmitriy Vyukov
2014-08-06
runtime: clean up naming of mcallable functions.
Keith Randall
2014-08-06
runtime: use better hash for floating point inputs
Russ Cox
2014-08-06
runtime: shorten hash declarations
Keith Randall
2014-08-06
runtime: use better hash for non-empty interface
Russ Cox
2014-08-06
runtime: turn off 'unexpected return pc' print on arm traceback
Russ Cox
2014-08-06
runtime: remove unused variable
Dmitriy Vyukov
2014-08-06
runtime: simplify code
Dmitriy Vyukov
2014-08-06
runtime: burn cpu before calling yield in windows runtime.systime
Alex Brainman
2014-08-06
runtime: get rid of SA_RESTORER on ARM.
Shenghou Ma
2014-08-06
runtime: remove dead code
Shenghou Ma
2014-08-06
runtime: disable aeshash on NaCl at compile time
Shenghou Ma
2014-08-05
cmd/cgo: fix handling of defs_linux.go
Matthew Dempsky
2014-08-06
runtime: cache one GC workbuf in thread-local storage
Dmitriy Vyukov
2014-08-05
runtime: remove type.go
Dmitriy Vyukov
2014-08-05
runtime/race: add tests for maps with big keys/vals
Dmitriy Vyukov
2014-08-05
runtime: remove outdated comment
Dmitriy Vyukov
2014-08-04
runtime: use memmove rather than memcopy in mgc0.c
Ian Lance Taylor
2014-08-04
runtime: remove unused enum maxround
Ian Lance Taylor
2014-08-04
runtime: only use a single variable in USED
Ian Lance Taylor
2014-08-01
runtime: move constants from map header to map type
Keith Randall
2014-08-01
runtime: prevent pointless jmp in amd64 and 386 memmove
Josh Bleecher Snyder
2014-08-01
runtime: implement monotonic clocks on windows
Alex Brainman
2014-07-31
runtime: missed a file in alg checkin
Keith Randall
2014-07-31
runtime: convert hash functions to Go calling convention.
Keith Randall
2014-07-31
runtime: move built-in print routines to go.
Keith Randall
2014-07-31
runtime: fix 32 bit build.
Keith Randall
2014-07-31
runtime: convert slice operations to Go.
Keith Randall
2014-07-31
runtime: use right mask to extract type kind
Keith Randall
2014-07-31
runtime: get rid of free
Dmitriy Vyukov
2014-07-30
runtime: cast to uintptr to match %p formatter.
Keith Randall
2014-07-30
runtime: fix cmallocgc's C prototype
Matthew Dempsky
2014-07-30
runtime: fix stack memory test
Keith Randall
2014-07-30
runtime: fix assembler macro definitions to be consistent in use of center-dot
Rob Pike
2014-07-30
runtime: fix freebsd build. Assignment is int32* on 32 bit
Keith Randall
2014-07-30
runtime: rewrite malloc in Go.
Keith Randall
2014-07-29
runtime: generate type info for chans
Dmitriy Vyukov
[prev]
[next]