summaryrefslogtreecommitdiff
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
* misc/pprof: support block profileDmitriy Vyukov2013-09-231-2/+3
* misc/notepadplus: fix some number syntax highlight issueChaiShushan2013-09-231-3/+3
* misc/dist: add 'label' part of distro name, include blog contentAndrew Gerrand2013-09-191-16/+49
* cmd/go: fix missing __mingw_fprintf symbol for cgo on windowsShenghou Ma2013-09-192-0/+33
* cmd/ld: handle duplicate static symbols in COFF and Mach-O files.Shenghou Ma2013-09-183-0/+33
* cmd/cgo: fix build (missing file from earlier CL)Russ Cox2013-09-161-0/+23
* cmd/cgo: allow C.malloc(0) alwaysRuss Cox2013-09-161-0/+1
* misc/dist: include cover and vet, add -tool flag to specify go.tools tagAndrew Gerrand2013-09-131-10/+34
* misc/cgo/test: test of issue 4339Russ Cox2013-09-114-0/+44
* misc/dist: Specify a version for the darwin package.Emil Hessman2013-09-091-1/+1
* misc/emacs: use built-in buffer-base-buffer instead of own variableDominik Honnef2013-09-061-5/+1
* misc/notepadplus: add interface to function list and use clang color in commentsChaiShushan2013-09-062-2/+19
* cgo: enable cgo on dragonflyAulus Egnatius Varialus2013-09-042-1/+2
* cmd/cgo: don't let #cgo directives mess up line numberingIan Lance Taylor2013-09-032-0/+33
* misc/dist: remove Xcode files from the darwin binary distributionEmil Hessman2013-08-301-21/+0
* misc/pprof: work with either LWP::UserAgent or curlBrad Fitzpatrick2013-08-291-37/+62
* misc: add linkcheck toolBrad Fitzpatrick2013-08-291-0/+167
* misc/pprof: pprof http used with net/http/pprof not working on windows/amd64Shivakumar GN2013-08-271-47/+50
* misc/emacs: allow users to customize path of 'go' tool.Alan Donovan2013-08-271-4/+14
* misc/xcode: use `xcode-select` to determine pathEmil Hessman2013-08-201-7/+19
* misc/emacs: Detect stale coverage reportsAaron France2013-08-191-1/+7
* misc/emacs: godef: print the entire description, not just the first lineDominik Honnef2013-08-161-3/+3
* misc/emacs: allow godef to work in coverage buffersDominik Honnef2013-08-161-4/+15
* misc/emacs: do not use any free variablesDominik Honnef2013-08-161-2/+3
* misc/emacs: when defining prog-mode, define it like GNU Emacs 24 wouldDominik Honnef2013-08-151-7/+7
* misc/dist: don't copy godoc templates to lib/godocAndrew Gerrand2013-08-161-9/+1
* misc/emacs: Refactor coverage code into multiple functionsDominik Honnef2013-08-151-64/+77
* misc/emacs: Allow go-coverage to work in existing coverage buffers by reusing...Dominik Honnef2013-08-141-12/+34
* misc/notepadplus: support CalltipsChaiShushan2013-08-141-57/+121
* cmd/cgo: Add support for C function pointersAlberto Garc?a Hierro2013-08-132-0/+51
* misc/emacs: add support for mode=count coverageDominik Honnef2013-08-091-19/+78
* misc/emacs: clear previous overlays before adding new onesDominik Honnef2013-08-091-0/+1
* misc/pprof: pprof on windows does not provide demangled namesShivakumar GN2013-08-091-20/+27
* misc/emacs: Add support for code coverage output of go testDominik Honnef2013-08-081-15/+97
* misc/notepadplus: fix functionList regex issueChaiShushan2013-08-081-1/+1
* build: change how cmd/api is run in run.bash and run.batBrad Fitzpatrick2013-08-071-1/+0
* misc/notepadplus: simplify Function List regexChaiShushan2013-08-061-11/+6
* runtime: Use old reflect.call implementation from cgo.Keith Randall2013-08-051-1/+0
* misc/notepadplus: add Function List supportChaiShushan2013-08-052-0/+53
* runtime: reimplement reflect.call to not use stack splitting.Keith Randall2013-08-021-0/+1
* misc/dist: don't ship cmd/apiBrad Fitzpatrick2013-08-021-0/+1
* misc/dist: include godoc from go.toolsAndrew Gerrand2013-08-011-12/+46
* misc/dashboard/app, misc/dashboard/builder: delete from main repo; part of mo...Chris Manghane2013-08-0120-3106/+0
* runtime: do not split stacks in syscall statusDmitriy Vyukov2013-07-291-0/+1
* misc/dashboard/builder: increase cmdTimeout to 10 minutesAlex Brainman2013-07-291-1/+1
* misc/dashboard: don't update tip tag for release branch commits.David Symonds2013-07-291-2/+3
* misc/dashboard: fix typo in commentDmitriy Vyukov2013-07-271-1/+1
* misc/notepadplus: use new User Defined Language system (UDL2)ChaiShushan2013-07-272-33/+90
* cmd/cgo: gccgo fixesIan Lance Taylor2013-07-251-0/+4
* cmd/cgo: Fix issue with cgo cdefsKevin Klues2013-07-244-0/+73