summaryrefslogtreecommitdiff
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
* 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
* misc/emacs: replace our go-goto-opening-parenthesis with backward-up-listDominik Honnef2013-07-241-13/+13
* misc/emacs: Make godef-jump behave more like find-tag by supporting pop-tag-markDominik Honnef2013-07-241-0/+3
* misc/cgo/test: test recursive internal OS thread lockRuss Cox2013-07-231-0/+8
* misc/cgo/test: add test for cgo callbacks with different amount of stack spac...Dmitriy Vyukov2013-07-223-0/+1496
* misc/emacs: Add godef-jump-other-windowDominik Honnef2013-07-171-4/+9
* misc/cgo/test: skip test for issue 3250, the runtime isn't ready yet.Shenghou Ma2013-07-151-0/+1
* dist: fix postinstall script for DarwinAlexandre Normand2013-07-151-4/+17
* misc/cgo/test: relax the threshold in test3250.Shenghou Ma2013-07-121-1/+1
* misc/cgo/test: make test work with -linkmode=internalRuss Cox2013-07-111-2/+2
* misc/goplay: use `go run x.go` instead of `go build x.go`ChaiShushan2013-07-121-11/+3
* runtime: correctly handle signals received on foreign threadsShenghou Ma2013-07-123-0/+106
* misc/dist: clean files from GOPATH after building tourAndrew Gerrand2013-07-081-0/+7
* misc/vim: Allow multiple GOOS/GOARCH.Yasuhiro Matsumoto2013-07-021-19/+26
* misc/vim: Add compiler plugin for GoDavid B?rgin2013-07-012-0/+46
* misc/emacs: fix godef-jump on Windows.Charles Lee2013-06-261-10/+12
* misc/dashboard: show all race builders as "race"Dmitriy Vyukov2013-06-261-1/+1
* misc/{bbedit|IntelliJIDEA|kate}: add missing delete predeclared identifierChaiShushan2013-06-243-2/+5
* misc/notepadplus: add missing operator keywordChaiShushan2013-06-241-1/+1
* misc/notepadplus: add missing delete keywordChaiShushan2013-06-242-1/+2
* misc/vim: Added filetype settings for comments.David B?rgin2013-06-182-3/+21
* misc/vim: Adding flag-guarding for Vim commandsJosh Hoak2013-06-133-13/+65
* runtime: add lr, ctxt, ret to GobufRuss Cox2013-06-121-1/+1
* runtime: more flexible heap memory mapping on 64-bitsDmitriy Vyukov2013-06-121-0/+49
* cmd/cgo: use gcc_struct attribute for packed structs to work around GCC PR52991.Shenghou Ma2013-06-092-0/+33
* misc/pprof: fix html5 doctype declarationShenghou Ma2013-06-091-1/+1
* misc/pprof: register cnew and runtime.cnewarray as malloc wrappers.R?my Oudompheng2013-06-051-0/+3
* cmd/cgo: using __typeof__(a->r) instead of putting invalid TYPE in "a->r = (c...Shenghou Ma2013-06-021-0/+15
* misc/dashboard/builder: add environment variables for Plan 9Anthony Martin2013-05-311-1/+8
* misc/dist: remove lingering ~ fileAlex Brainman2013-05-301-0/+6
* misc/cgo/test: check API compatibility for cgo pseudo-functionsShenghou Ma2013-05-301-0/+24
* misc/cgo/testso: use bash to run test.bashDave Cheney2013-05-241-1/+1
* cmd/cgo: use intgo, not int, for string and slice structuresIan Lance Taylor2013-05-233-0/+51
* codereview: close the head tagBrad Fitzpatrick2013-05-231-1/+1
* misc/emacs: Do not modify kill ring when programmatically deleting textDominik Honnef2013-05-231-2/+15
* cmd/go: fix LDFLAGS handling, enable misc/cgo/testso on DarwinShenghou Ma2013-05-222-4/+24
* codereview: add khr as a personBrad Fitzpatrick2013-05-211-0/+1
* misc/dashboard/builder: handle Plan 9 in defaultSuffix()Shenghou Ma2013-05-211-2/+6
* misc/dashboard: add go.tools to list of subreposDave Cheney2013-05-191-0/+1
* misc/cgo/test: deflake TestParallelSleep once moreShenghou Ma2013-05-182-46/+43