aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime
AgeCommit message (Expand)Author
2014-08-13runtime/pprof: fix data raceDmitriy Vyukov
2014-08-11runtime: no need to set R9 to m for runtime.sigpanic anymoreShenghou Ma
2014-08-08runtime: bump MaxGcprocs to 32Dmitriy Vyukov
2014-08-08runtime: mark functions as static where possibleMatthew Dempsky
2014-08-08runtime: fix data race in stackallocDmitriy Vyukov
2014-08-07runtime: convert equality functions to GoKeith Randall
2014-08-07runtime: convert interface routines from C to Go.Keith Randall
2014-08-07runtime: fix nacl/amd64p32 buildDmitriy Vyukov
2014-08-07runtime: test distribution of interface hashes.Keith Randall
2014-08-07cmd/cc, runtime: eliminate use of the unnamed substructure C extensionPeter Collingbourne
2014-08-07runtime: convert markallocated from C to GoDmitriy Vyukov
2014-08-07runtime: fix plan9/windows buildDmitriy Vyukov
2014-08-07runtime: remove mal/malloc/FlagNoGC/FlagNoInvokeGCDmitriy Vyukov
2014-08-07runtime: shrink stacks in parallelDmitriy Vyukov
2014-08-06runtime: clean up naming of mcallable functions.Keith Randall
2014-08-06runtime: use better hash for floating point inputsRuss Cox
2014-08-06runtime: shorten hash declarationsKeith Randall
2014-08-06runtime: use better hash for non-empty interfaceRuss Cox
2014-08-06runtime: turn off 'unexpected return pc' print on arm tracebackRuss Cox
2014-08-06runtime: remove unused variableDmitriy Vyukov
2014-08-06runtime: simplify codeDmitriy Vyukov
2014-08-06runtime: burn cpu before calling yield in windows runtime.systimeAlex Brainman
2014-08-06runtime: get rid of SA_RESTORER on ARM.Shenghou Ma
2014-08-06runtime: remove dead codeShenghou Ma
2014-08-06runtime: disable aeshash on NaCl at compile timeShenghou Ma
2014-08-05cmd/cgo: fix handling of defs_linux.goMatthew Dempsky
2014-08-06runtime: cache one GC workbuf in thread-local storageDmitriy Vyukov
2014-08-05runtime: remove type.goDmitriy Vyukov
2014-08-05runtime/race: add tests for maps with big keys/valsDmitriy Vyukov
2014-08-05runtime: remove outdated commentDmitriy Vyukov
2014-08-04runtime: use memmove rather than memcopy in mgc0.cIan Lance Taylor
2014-08-04runtime: remove unused enum maxroundIan Lance Taylor
2014-08-04runtime: only use a single variable in USEDIan Lance Taylor
2014-08-01runtime: move constants from map header to map typeKeith Randall
2014-08-01runtime: prevent pointless jmp in amd64 and 386 memmoveJosh Bleecher Snyder
2014-08-01runtime: implement monotonic clocks on windowsAlex Brainman
2014-07-31runtime: missed a file in alg checkinKeith Randall
2014-07-31runtime: convert hash functions to Go calling convention.Keith Randall
2014-07-31runtime: move built-in print routines to go.Keith Randall
2014-07-31runtime: fix 32 bit build.Keith Randall
2014-07-31runtime: convert slice operations to Go.Keith Randall
2014-07-31runtime: use right mask to extract type kindKeith Randall
2014-07-31runtime: get rid of freeDmitriy Vyukov
2014-07-30runtime: cast to uintptr to match %p formatter.Keith Randall
2014-07-30runtime: fix cmallocgc's C prototypeMatthew Dempsky
2014-07-30runtime: fix stack memory testKeith Randall
2014-07-30runtime: fix assembler macro definitions to be consistent in use of center-dotRob Pike
2014-07-30runtime: fix freebsd build. Assignment is int32* on 32 bitKeith Randall
2014-07-30runtime: rewrite malloc in Go.Keith Randall
2014-07-29runtime: generate type info for chansDmitriy Vyukov