- ddd558e runtime: clean up and improve reflect.methodValue comments by Austin Clements · 8 years ago
- 1ec64e9 cmd/compile, runtime: a different approach to duplicate itabs by Michael Hudson-Doyle · 8 years ago
- 61db2e4 runtime: cross-reference _func type better by Austin Clements · 8 years ago
- 1716add runtime/pprof: fix spelling in test by Kevin Burke · 8 years ago
- ecc4474 runtime/pprof: deflake tests for heavily loaded systems by Ian Lance Taylor · 8 years ago
- 29cb721 runtime: preserve callee-saved C registers in sigtramp by Bryan C. Mills · 8 years ago
- 3444e5b runtime: fix mips assembly by Cherry Zhang · 8 years ago
- b909d01 runtime: add cgo support for GOARCH=mips{,le} by Vladimir Stefanovic · 8 years ago
- 96414ca cmd/link: do not export plugin C symbols by David Crawshaw · 8 years ago
- afb3508 runtime: correct writebarrier typos by Euan Kemp · 8 years ago
- fded5db runtime: don't crash if signal delivered on g0 stack by Ian Lance Taylor · 8 years ago
- f91ddaa runtime, syscall: update openbsd for changes to syskill by Joel Sing · 8 years ago
- c6228ef runtime/pprof: track locations for goroutine profiles by Raul Silvera · 8 years ago
- 4c4201f all: make spelling consistent by Brad Fitzpatrick · 8 years ago
- 01c6a19 runtime: add number of forced GCs to MemStats by Austin Clements · 8 years ago
- 1ea60c1 runtime: on stack copy, adjust BP by Keith Randall · 8 years ago
- 80acfe9 runtime/cgo: retry pthread_create on EAGAIN for OpenBSD by Ian Lance Taylor · 8 years ago
- 7cba779 runtime/cgo: retry pthread_create on EAGAIN by Ian Lance Taylor · 8 years ago
- 8c31f40 runtime: don't skip TestCgoCallbackGC on FreeBSD by Ian Lance Taylor · 8 years ago
- 7e9fa3c runtime: check that Version does not contain \r \n by Russ Cox · 8 years ago
- 9372652 runtime: skip GDB tests on mips64 by Brad Fitzpatrick · 8 years ago
- ea1b90f runtime: fix incorrect comment about bitvector layout by Austin Clements · 8 years ago
- 0b2daa5 Revert "runtime: handle SIGPIPE in c-archive and c-shared programs" by Elias Naur · 8 years ago
- f6bff1d runtime: fix undead arguments in cgocall by Austin Clements · 8 years ago
- 3f0f24d runtime: use standard comment style in cgocall by Austin Clements · 8 years ago
- 6f287fa runtime: fall back to /proc/self/auxv in Android libs by Austin Clements · 8 years ago
- d39b7b5 runtime: extract Linux auxv handling by Austin Clements · 8 years ago
- f7c351b internal/pprof: don't discard allocations called by reflect.Call by Ian Lance Taylor · 8 years ago
- 06fcc32 runtime/cgo: save correct floating point registers on s390x by Michael Munday · 8 years ago
- 5508561 runtime/pprof/internal/protopprof: fix test on s390x by Michael Munday · 8 years ago
- f9feaff runtime: do not print runtime panic frame at top of user stack by Russ Cox · 8 years ago
- 86ab09e runtime/pprof: generate heap profiles in compressed proto format by Michael Matloob · 8 years ago
- 75055de runtime: sleep a bit to let a bad signal be delivered by Ian Lance Taylor · 8 years ago
- 526b2f8 runtime/internal/atomic: crash on unaligned 64-bit ops on 32-bit MIPS by Cherry Zhang · 8 years ago
- 01b4ddb runtime/internal/atomic: crash on unaligned 64-bit ops on 386 and ARM by Cherry Zhang · 8 years ago
- bbe96f5 runtime: make work.bytesMarked 8-byte aligned by Cherry Zhang · 8 years ago
- ccd69d0 runtime/pprof: emit count profiles with debug=0 as proto profiles by Michael Matloob · 8 years ago
- 0bae74e runtime: wake idle Ps when enqueuing GC work by Austin Clements · 8 years ago
- 49ea9207 runtime: exit idle worker if there's higher-priority work by Austin Clements · 8 years ago
- d24b57a runtime: handle SIGPIPE in c-archive and c-shared programs by Elias Naur · 8 years ago
- 5cd6ab5 runtime/pprof/internal/protopprof: fix TestTranslateCPUProfileWithSamples test for mips by Vladimir Stefanovic · 8 years ago
- 05dc6b2 runtime: improve diagnostics for "scan missed a g" by Austin Clements · 8 years ago
- afb0ae6 runtime/pprof: fix typo in test by Brad Fitzpatrick · 8 years ago
- b2d34fa runtime: handle bad ftab index in symtab.go by Lynn Boger · 8 years ago
- fe057c1 runtime/cgo: fixes for calling sigaction in C by Ian Lance Taylor · 8 years ago
- 9f5673d cmd/compile: ensure necessary types appear in .debug_info by David Chase · 8 years ago
- cd66c38 runtime/pprof: skip profiling tests on mips if highres timers not available by Brad Fitzpatrick · 8 years ago
- 1f60517 runtime/cgo: use libc for sigaction syscalls when possible by Bryan C. Mills · 8 years ago
- 272032d runtime: add support files for linux/mips{,le} port by Vladimir Stefanovic · 8 years ago
- 03da269 cmd/link, runtime, plugin: versioning by David Crawshaw · 8 years ago
- a145890 all: don't call t.Fatal from a goroutine by Ian Lance Taylor · 8 years ago
- 7c9f910 all: fix vet nits by Josh Bleecher Snyder · 8 years ago
- 37020dd runtime/internal/atomic: add TestUnaligned64 by Brad Fitzpatrick · 8 years ago
- adb384a net: implement asynchonous cancelable I/O on Plan 9 by David du Colombier · 8 years ago
- e0aedfb runtime: include pre-panic/throw logs in core dumps by Rhys Hiltner · 8 years ago
- e6da64b runtime: fix Windows profiling crash by Russ Cox · 8 years ago
- c4099c7 runtime/pprof: delete new TestCPUProfileParse by Russ Cox · 8 years ago
- eafe487 runtime/pprof/internal: delete package gzip0 by Michael Matloob · 8 years ago
- 76f12cd runtime/pprof: output CPU profiles in pprof protobuf format by Michael Matloob · 8 years ago
- 9c2037fb runtime/pprof/internal/protopprof: skip TestTranslateCPUProfileWithSamples if < 2 mappings by Michael Munday · 8 years ago
- f72a629d runtime/pprof/internal: add package protopprof by Michael Matloob · 8 years ago
- a9a1d02 cmd/internal/sys, runtime/internal/sys: gofmt by Michael Munday · 8 years ago
- 2058511 runtime: os.Executable runtime support for Darwin by Shenghou Ma · 9 years ago
- f8187ce runtime/race: allow TestFail to run longer than 0.00s by Alex Brainman · 8 years ago
- cfd8916 all: make copyright headers consistent with one space after period by Michael Munday · 8 years ago
- 2341631 all: sprinkle t.Parallel on some slow tests by Brad Fitzpatrick · 8 years ago
- 04d7135 runtime: remove useless assignment in test code by Ian Lance Taylor · 8 years ago
- fa77001 runtime/internal/sys: add arch defs for GOARCH=mips{,le} by Vladimir Stefanovic · 8 years ago
- d3a3b74 runtime: 8-byte align the heap_live field for atomic access by Vladimir Stefanovic · 9 years ago
- 9788e3d sync/atomic: add support for GOARCH=mips{,le} by Vladimir Stefanovic · 8 years ago
- b241a06 runtime/internal/atomic: add GOARCH=mips{,le} support by Vladimir Stefanovic · 8 years ago
- 43f954e testing: mark tests and benchmarks failed if a race occurs during execution by Russ Cox · 8 years ago
- 4141054 runtime/cgo: correct type declaration for Windows by David Chase · 8 years ago
- 21c114e runtime/testdata/testprog: increase GCFairness2 timeout to 1s by Quentin Smith · 8 years ago
- 62dafbb runtime: fix s390x asm frame sizes by Josh Bleecher Snyder · 8 years ago
- 7f4c3e8 all: update s390x assembly to use vet-friendly names by Josh Bleecher Snyder · 8 years ago
- 688995d cmd/compile: do more type conversion inline by Keith Randall · 8 years ago
- 47c1715 runtime: address comments from CL 32357 by David Crawshaw · 8 years ago
- 34c480a runtime: resolve type offsets using source module by David Crawshaw · 8 years ago
- 84803f3 runtime: treat SIGSTOP on Solaris as we do on other systems by Ian Lance Taylor · 8 years ago
- 8380de4 runtime: align stack pointer in sigfwd by Bryan C. Mills · 8 years ago
- 54ec7b0 runtime: access modules via a slice by David Crawshaw · 8 years ago
- d7b34d5 runtime: improve atoi implementation by Martin Möhrmann · 8 years ago
- 40aaf28 runtime: get ppc64x ISA level and hardware capabilities from HWCAP/HWCAP2 by Carlos Eduardo Seo · 8 years ago
- 47c58b4 bytes, strings: optimize multi-byte index operations on s390x by Michael Munday · 9 years ago
- f2d0538 runtime: perform write barriers on direct channel receive by Austin Clements · 8 years ago
- d35dfd4 runtime: make assists perform root jobs by Austin Clements · 8 years ago
- f9e1adb runtime: lift systemstack part of gcAssistAlloc by Austin Clements · 8 years ago
- 9e227ac Revert "runtime/pprof: write profiles in protobuf format." by Michael Matloob · 8 years ago
- f4c7a12 runtime: make module typemaps visible to the GC by David Crawshaw · 8 years ago
- 9da7058 cmd/link, plugin: use full plugin path for symbols by David Crawshaw · 8 years ago
- ba048f7 sync: enable Pool when using race detector by Russ Cox · 8 years ago
- 042264e runtime/race: update race runtime by Dmitry Vyukov · 8 years ago
- 7ba36f4 runtime: compute size classes statically by Keith Randall · 8 years ago
- 21a1fe4 runtime/pprof/internal/gzip0: new package for pprof by Russ Cox · 8 years ago
- 894abb5 runtime/race: ignore user GORACE env var in tests by Dmitry Vyukov · 8 years ago
- a1b6e16 runtime: ensure elapsed cycles are not negative by Peter Weinberger · 8 years ago
- 1bd39e7 runtime: fix SP adjustment on amd64p32 by Austin Clements · 8 years ago
- bd640c8 runtime: disable stack rescanning by default by Austin Clements · 8 years ago
- 5380b22 runtime: implement unconditional hybrid barrier by Austin Clements · 8 years ago