summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* cmd/cgo: tweak doc to not show example of passing Go pointerIan Lance Taylor2014-11-101-1/+1
* crypto/x509: add Solaris certificate file locationIan Lance Taylor2014-11-091-0/+1
* cmd/5g: fix bit mask for div/mod routines clobbering R12Ian Lance Taylor2014-11-091-1/+1
* cmd/internal/objfile: minor editsRuss Cox2014-11-091-9/+14
* runtime: fix sudog leak in syncsemreleaseRuss Cox2014-11-091-0/+1
* runtime/cgo: add +build tags to files named for $GOOSRuss Cox2014-11-094-0/+8
* cmd/dist: remove old misc/pprofRuss Cox2014-11-091-9/+0
* cmd/pprof: install as go tool pprofRuss Cox2014-11-093-0/+21
* undo CL 169000043 / 05b838013df9Andrew Gerrand2014-11-102-4/+4
* undo CL 166380043 / 0b54a0927656Andrew Gerrand2014-11-101-1/+1
* cmd/api: bump go.tools golden CL hashAndrew Gerrand2014-11-101-1/+1
* cmd/go: use golang.org/x/... import pathsAndrew Gerrand2014-11-105-18/+29
* all: use golang.org/x/... import pathsAndrew Gerrand2014-11-105-10/+10
* cmd/api: use golang.org/x/... import pathsAndrew Gerrand2014-11-102-4/+4
* net/http: fix benchmark goroutine leakBrad Fitzpatrick2014-11-081-0/+1
* cmd/go: disable warnings from cmd/cc when building for SWIGIan Lance Taylor2014-11-071-1/+9
* cmd/internal/objfile: add DisasmRuss Cox2014-11-061-0/+243
* cmd/objdump, cmd/pprof: factor disassembly into cmd/internal/objfileRuss Cox2014-11-064-326/+69
* runtime: don't stop bitmap dump at BitsDeadKeith Randall2014-11-061-1/+3
* runtime: fix initial gp->sched.pc in newextramRuss Cox2014-11-061-4/+5
* os: document that users of Fd should keep f aliveRuss Cox2014-11-063-1/+4
* os/exec: tell lsof not to blockKeith Randall2014-11-051-1/+1
* bufio: remove unused 'panicked' variable from testAndrew Gerrand2014-11-061-4/+1
* runtime: avoid gentraceback of self on user goroutine stackRuss Cox2014-11-053-16/+77
* bufio: fix reading of many blank lines in a rowRuss Cox2014-11-052-1/+14
* bufio: don't loop generating empty tokensRob Pike2014-11-062-0/+70
* 5g: don't generate reg variables for direct-called functionsAustin Clements2014-11-051-1/+1
* gc: abort if given an unknown debug (-d) flagAustin Clements2014-11-041-2/+2
* runtime: make Go and C mallocgc signatures matchAustin Clements2014-11-031-3/+3
* net/http: add missing newline in list of leaked goroutinesIan Lance Taylor2014-10-311-1/+1
* database/sql: make TestDrivers not crash on second runBrad Fitzpatrick2014-10-312-0/+7
* cmd/go: fixed typo in doc and generatorGabriel Aszalos2014-10-312-2/+2
* sync/atomic: fix comment referencing Value.Store's argument nameBrad Fitzpatrick2014-10-311-1/+1
* cmd/go: fix minor typoNathan P Finch2014-10-301-1/+1
* cmd/cgo: avoid worklist nondeterminism.Alan Donovan2014-10-301-9/+15
* cmd/objdump: disable test failing on arm5go1.4beta1Russ Cox2014-10-291-1/+1
* runtime: change top-most return PC from goexit to goexit+PCQuantumRuss Cox2014-10-295-5/+27
* runtime: make TestCgoExternalThreadPanic run on windowsAlex Brainman2014-10-301-2/+27
* cmd/objdump: use cmd/internal/objfileRuss Cox2014-10-2912-568/+154
* runtime: fix line number in first stack frame in printed stack traceRuss Cox2014-10-2914-25/+46
* runtime: update comment for CallersRuss Cox2014-10-291-1/+10
* fmt: fix one-letter typo in doc.goRob Pike2014-10-291-1/+1
* cmd/objdump: skip extld test on plan9Russ Cox2014-10-291-1/+1
* runtime: fix windows buildRuss Cox2014-10-291-0/+3
* cmd/gc: fix build - remove unused variables in walkprintRuss Cox2014-10-281-3/+1
* cmd/objdump: disassemble local text symbolsIan Lance Taylor2014-10-282-3/+18
* cmd/gc: fix internal compiler error in struct compareRuss Cox2014-10-281-5/+12
* fmt: fix documentation for %g and %GRob Pike2014-10-281-2/+2
* runtime: add GODEBUG invalidptr settingRuss Cox2014-10-285-4/+16
* runtime: fix unrecovered panic on external threadRuss Cox2014-10-285-2/+107