aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime
AgeCommit message (Expand)Author
2013-05-08[release-branch.go1.1] runtime: fix crash in selectAndrew Gerrand
2013-05-06runtime: fix crash in badsignal()Dmitriy Vyukov
2013-05-07runtime: reduce max arena size on windows/amd64 to 32 GiBShenghou Ma
2013-05-03runtime/cgo: fix build for ARMShenghou Ma
2013-05-03cmd/ld: add .note.GNU-stack section for external linkingShenghou Ma
2013-05-01runtime/cgo: export symbols in both internal and external link modeIan Lance Taylor
2013-04-30runtime: fix stack pointer corruption in runtime.cgocallback_gofunc()Shenghou Ma
2013-04-28runtime: tune appendCrossover for armDave Cheney
2013-04-25undo CL 8954044 / ad3c2ffb16d7Jan Ziak
2013-04-25runtime: prevent the GC from seeing the content of a frame in runfinq()Jan Ziak
2013-04-24all: fix typosShenghou Ma
2013-04-16runtime: if span was scavenged, mark it as needing to be zeroedIan Lance Taylor
2013-04-15runtime: fix build on openbsd/386Joel Sing
2013-04-12runtime: add a hook to disable precise GCIan Lance Taylor
2013-04-12runtime: use UMTX_OP_WAIT_UINT on FreeBSDIan Lance Taylor
2013-04-08runtime: fix integer overflow in hashmapDmitriy Vyukov
2013-04-08sync, sync/atomic: do not corrupt race detector after a nil dereference.Rémy Oudompheng
2013-04-08runtime: poor man's heap type info checkerDmitriy Vyukov
2013-04-07runtime: fix race on hashmap flags fieldDmitriy Vyukov
2013-04-07runtime, runtime/debug, runtime/race: deflake testsAlbert Strasheim
2013-04-07runtime: gofmt -sAlbert Strasheim
2013-04-06runtime: fix deadlock in network pollerDmitriy Vyukov
2013-04-06runtime: make CgoMal alloc field void*Ian Lance Taylor
2013-04-06runtime: change Note from union to structDmitriy Vyukov
2013-04-06runtime: change Lock from union to structDmitriy Vyukov
2013-04-06runtime: replace unions with structsDmitriy Vyukov
2013-04-06runtime: replace union in MHeap with a structDmitriy Vyukov
2013-04-06runtime: reset dangling typed pointerDmitriy Vyukov
2013-04-06runtime: reset typed dangling pointerDmitriy Vyukov
2013-04-04runtime: use a distinct pattern to mark free blocks in need of zeroingCarl Shapiro
2013-04-04runtime: fix data/bss shadow memory mapping for race detectorDmitriy Vyukov
2013-04-02runtime: avoid hashing strings until needed in single-bucket mapsBrad Fitzpatrick
2013-04-02runtime: new map tests and benchmarksBrad Fitzpatrick
2013-04-02runtime: Implement faster equals for strings and bytes.Keith Randall
2013-04-02runtime: fix a comment regarding default floating point precisionCarl Shapiro
2013-04-01runtime: make map reads multithreaded safe.Keith Randall
2013-04-01runtime: add concurrent map read testBrad Fitzpatrick
2013-03-30runtime: TestGcSys: if GOGC=off, skip instead of failingAlbert Strasheim
2013-03-29runtime: additional map benchmarks for repeated lookupsBrad Fitzpatrick
2013-03-29runtime: fix gdb printing of mapsKeith Randall
2013-03-28cmd/ld, runtime: restrict stack root scan to locals and argumentsCarl Shapiro
2013-03-27runtime: allocate maps' first bucket table lazilyBrad Fitzpatrick
2013-03-27runtime/race: mark failing test as such.Rémy Oudompheng
2013-03-27cmd/gc: fix race instrumentation of append and type switches.Rémy Oudompheng
2013-03-26cmd/gc: enable racewalk of HMUL nodes.Rémy Oudompheng
2013-03-26pkg/runtime: ignore runtime.memlimit when allocating heapIan Lance Taylor
2013-03-26reflect: add garbage collection info in ChanOf, MapOf, PtrTo, SliceOfRuss Cox
2013-03-26runtime: ensure forward progress when unwinding an arm stack frameCarl Shapiro
2013-03-26runtime: does not report duplicate errors in netpollDmitriy Vyukov
2013-03-26cmd/gc: more race instrumentation.Rémy Oudompheng