summaryrefslogtreecommitdiff
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
...
* misc/pprof: support web profiles on windows/MinGWChaiShushan2014-07-231-2/+8
* undo CL 109640045 / f97fb06525e5Shenghou Ma2014-07-181-18/+0
* cmd/cgo: disable inappropriate warnings when the gcc struct is emptysnyh2014-07-181-0/+18
* misc/nacl: add go_nacl_arm_exec, update READMEShenghou Ma2014-07-102-3/+17
* androidtest.bash, misc/android: build scripts for androidDavid Crawshaw2014-07-092-0/+107
* misc/nacl, syscall: lazily initialize fs on nacl.Shenghou Ma2014-07-011-2/+8
* misc: delete editor and shell supportRob Pike2014-07-0132-4335/+5
* misc/emacs: add new function godoc-at-pointDominik Honnef2014-06-171-12/+44
* misc/emacs: replace hacky go--delete-whole-line with own implementationDominik Honnef2014-06-171-17/+23
* misc/makerelease: update default tag to release-branch.go1.3Andrew Gerrand2014-06-121-2/+2
* nacltest.bash, misc/nacl/README: update NaCl docs.Shenghou Ma2014-06-101-6/+4
* cmd/cgo: for typedef of untagged struct, use typedef name in C codeIan Lance Taylor2014-06-051-0/+31
* cmd/cgo: use same Go type for typedef to anonymous structIan Lance Taylor2014-06-023-0/+35
* misc/makerelease: fix secretAndrew Gerrand2014-06-021-1/+1
* misc/makerelease: report uploads to the new downloads pageAndrew Gerrand2014-06-021-7/+50
* misc/goplay: remove programAndrew Gerrand2014-06-024-318/+0
* misc/makerelease: upload files to Google Cloud StorageAndrew Gerrand2014-05-291-120/+57
* cmd/cgo: given typedef struct S T, make C.T and C.struct_S interchangeableRuss Cox2014-05-281-0/+51
* misc: properly spell Chrome in docDmitriy Vyukov2014-05-261-1/+1
* cmd/ld: really import runtime/cgo for external linkIan Lance Taylor2014-05-202-0/+36
* build: make nacl passRuss Cox2014-05-207-0/+1941
* misc/makerelease: handle update tour file layoutAndrew Gerrand2014-05-201-1/+0
* misc/pprof: always use go tool objdump on windowsAlex Brainman2014-05-151-0/+1
* cmd/cgo: omit misaligned struct fields, like we omit bitfieldsRuss Cox2014-05-122-0/+45
* cmd/gc: disable link-time copying of un-Go-initialized globalsRuss Cox2014-05-092-0/+26
* misc/vim/readme.txt: workaround weird OS X vim bug.Shenghou Ma2014-04-281-3/+5
* misc/cgo/test/backdoor: add gccgo version of backdoor functionIan Lance Taylor2014-04-261-0/+11
* test: demo for issue 7695Russ Cox2014-04-163-0/+35
* misc/emacs: ignore backquote in comment or stringRui Ueyama2014-04-091-1/+13
* benchcmp: leave a forwarding scriptRuss Cox2014-03-311-0/+5
* misc/emacs: do not highlight built-in function if not followed by '('Rui Ueyama2014-03-271-1/+1
* cmd/cgo: enforce typing of 0-sized typesDaniel Morsing2014-03-272-0/+19
* misc/emacs: handle backslash in raw string in Emacs 23Rui Ueyama2014-03-271-1/+13
* misc/bash, misc/zsh: fix completion rulesRui Ueyama2014-03-272-13/+4
* misc/vim: Disable automatic line wrapping by textwidth.David Barnett2014-03-261-1/+3
* misc/nacl: add Native Client support scripts and documentationDave Cheney2014-03-243-0/+85
* misc/bash/go: remove "doc" subcommand autocompletionRui Ueyama2014-03-181-4/+1
* misc/bash/go: Add a completion rule for "go env".Rui Ueyama2014-03-171-1/+1
* misc/emacs: correctly fontify methods when go-fontify-function-calls is nilDominik Honnef2014-03-121-1/+1
* misc/makerelease: use windows installer resources from local gorootAndrew Gerrand2014-03-031-5/+1
* go/misc/makerelease: pin go-tour repo to a specific revisionAndrew Gerrand2014-02-281-29/+44
* misc/cgo/testso: don't use TLS variables on Darwin and OpenBSD.Shenghou Ma2014-02-232-1/+5
* cmd/ld: don't emit unreachable dynimport symbols in ELF symtab.Shenghou Ma2014-02-232-0/+21
* misc/emacs: add support for ff-find-other-fileDominik Honnef2014-02-181-0/+10
* misc/emacs: actually use point argument that is passed to godef--callDominik Honnef2014-02-181-1/+1
* runtime: more precise mprof samplingDmitriy Vyukov2014-02-121-0/+1
* misc/pprof: support web profiles on windowsDmitriy Vyukov2014-02-101-0/+7
* cmd/go, doc/go1.3.txt: misc/benchcmp has been replaced by go tool benchcmpJosh Bleecher Snyder2014-02-041-124/+0
* cmd/ld: fix bug with "runtime/cgo" in external link modeIan Lance Taylor2014-01-301-0/+21
* misc/cgo/testtls: make test less flakyRuss Cox2014-01-211-6/+8