aboutsummaryrefslogtreecommitdiff
path: root/src/pkg
AgeCommit message (Expand)Author
2014-08-28mime: Make filename extensions case-insensitiveJeff R. Allen
2014-08-28runtime: convert runtime1.goc, noasm_arm.goc to GoRuss Cox
2014-08-28runtime: finish converting iface.goc to iface.goRuss Cox
2014-08-28png: make the encoder configurableJeff R. Allen
2014-08-27runtime: fix nacl/386 buildRuss Cox
2014-08-27cmd/api: fix for Lock⇒Mutex changeRuss Cox
2014-08-27runtime: rename Lock to MutexRuss Cox
2014-08-27debug/elf: support arm64 relocationsMichael Hudson-Doyle
2014-08-27runtime: fix nacl buildRuss Cox
2014-08-28runtime: fix arm5 softfloat buildDave Cheney
2014-08-27runtime: fix arm buildRuss Cox
2014-08-27cmd/cc, runtime: preserve C runtime type names in generated GoRuss Cox
2014-08-27cmd/{ld,link,objdump}, runtime, debug/gosym: move linker-defined symbols into...Matthew Dempsky
2014-08-27runtime: fix plan9 buildRuss Cox
2014-08-27runtime: fix solaris buildRuss Cox
2014-08-27runtime: fix windows signal handlersRuss Cox
2014-08-27runtime: give nosplit functions 32 more bytes of headroomRuss Cox
2014-08-27runtime: restore header to first goroutine in StackBrad Fitzpatrick
2014-08-27cmd/cc, runtime: convert C compilers to use Go calling conventionRuss Cox
2014-08-27runtime: changes to g->atomicstatus (nee status) to support concurrent GCRick Hudson
2014-08-26time: use go generate rather than Makefile (windows only)Rob Pike
2014-08-26unicode: use go generate instead of make to create tables.goRob Pike
2014-08-26runtime: name hi and lo parts of ret in assemblyJosh Bleecher Snyder
2014-08-26runtime: convert Stack to Go.Rémy Oudompheng
2014-08-26runtime: convert int64tofloat64, uint64tofloat64 to GoDave Cheney
2014-08-26runtime,sync: Convert procPin and procUnpin functions to Go.Sanjay Menakuru
2014-08-25net/http: fix data race in testBrad Fitzpatrick
2014-08-25io: document that Readers and Writers must not retain buffersBrad Fitzpatrick
2014-08-25regexp: fix imports in the middle of the license headerCaleb Spare
2014-08-25unicode/maketables: add -output flag, buffer output, use gofmtRob Pike
2014-08-25strings, bytes: document behavior of Replace when old is emptyCaleb Spare
2014-08-25runtime: restore scavenger constantsDmitriy Vyukov
2014-08-25runtime: restore nacl timensDmitriy Vyukov
2014-08-25net/http: populate Request.Close in ReadRequestBrad Fitzpatrick
2014-08-25crypto/cipher: add CFB test vectors.Adam Langley
2014-08-25cmd/gc, runtime: treat slices and strings like pointers in garbage collectionRuss Cox
2014-08-25encoding/json: make ,string work when encoding pointer fieldsBrad Fitzpatrick
2014-08-25runtime: round channel size in allocation instead of using system-specific pa...Russ Cox
2014-08-25runtime: remove dedicated scavenger threadDmitriy Vyukov
2014-08-25runtime: add commentDmitriy Vyukov
2014-08-25runtime: convert timers to GoDmitriy Vyukov
2014-08-25runtime: convert async semaphores to GoDmitriy Vyukov
2014-08-25runtime: fix plan9 HeapSys accountingDmitriy Vyukov
2014-08-25runtime: fix chan alignment on 32 bitsDmitriy Vyukov
2014-08-25runtime: refactor CPU profilingDmitriy Vyukov
2014-08-25runtime: fix block profile for sync semaphoresDmitriy Vyukov
2014-08-25runtime: fix block profile for sync semaphoresDmitriy Vyukov
2014-08-25runtime: add fast paths to non-blocking channel operationsDmitriy Vyukov
2014-08-25runtime: Loosen conditions in TestMemstat in an attempt to fix the nacl/arm b...Sanjay Menakuru
2014-08-25runtime: convert NewCallback and NewCallbackCDecl to GoAlex Brainman