summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* build: quiet make.bash, make.bat, make.rcRuss Cox2017-10-315-26/+86
* runtime/race: install alternate packages to temp dirRuss Cox2017-10-311-1/+11
* runtime: shorten tests in all.bashRuss Cox2017-10-318-5/+40
* cmd/dist: log timing to $GOBUILDTIMELOGFILERuss Cox2017-10-313-0/+80
* cmd/go: switch to entirely content-based staleness determinationRuss Cox2017-10-3116-916/+997
* cmd/compile: change ssa test to avoid go run -gcflags=-d=ssa/check/onRuss Cox2017-10-311-3/+22
* all: respect $GO_GCFLAGS during run.bashRuss Cox2017-10-315-4/+26
* flag: add (*FlagSet).Name, (*FlagSet).ErrorHandling, export (*FlagSet).OutputTim Cooper2017-10-312-7/+53
* container/ring: fix example_test.goJason Wangsadinata2017-10-311-9/+28
* os: clarify that OpenFile reqires one of O_RDONLY/O_WRONLY/O_RDWRIan Lance Taylor2017-10-311-1/+2
* cmd/asm, cmd/internal/obj/s390x, math: add "test under mask" instructionsMichael Munday2017-10-305-6/+42
* cmd/asm, cmd/compile: optimize math.Abs and math.Copysign on s390xMichael Munday2017-10-3010-134/+2035
* runtime: remove unnecessary sync from publicationBarrier on s390xBill O'Farrell2017-10-301-1/+2
* cmd/compile: skip compiling wrappers for imported defined typesMatthew Dempsky2017-10-301-0/+6
* net/url: preserve leading slashes when resolving pathMark Theunissen2017-10-302-1/+5
* cmd/compile: fix runtime.KeepAliveKeith Randall2017-10-301-4/+7
* cmd/dist: force non-devel version for cross-build buildletsRuss Cox2017-10-301-0/+20
* math: optimize dim and remove s390x assembly implementationMichael Munday2017-10-303-37/+15
* encoding/xml: don't panic when custom Unmarshaler sees StartElementSam Whited2017-10-303-3/+27
* net/http/pprof: attach handlers using http.HandleFuncTerin Stock2017-10-301-5/+5
* runtime: use buffered write barrier for bulkBarrierPreWriteAustin Clements2017-10-303-6/+53
* runtime: simplify and optimize typedslicecopyAustin Clements2017-10-301-34/+6
* runtime: benchmark for bulk write barriersAustin Clements2017-10-301-39/+82
* cmd/compile: compiler support for buffered write barrierAustin Clements2017-10-3013-3/+99
* runtime: buffered write barrier implementationAustin Clements2017-10-3010-7/+369
* runtime: add benchmark for write barriersAustin Clements2017-10-301-0/+81
* runtime: make systemstack tail call if already switchedAustin Clements2017-10-3011-18/+83
* cmd/compile,cmd/internal/obj/ppc64: make math.Abs,math.Copysign instrinsics o...Lynn Boger2017-10-3012-8/+378
* runtime: use -buildmode=pie in testCgoPprofPIE instead of -extldflags=-pieLynn Boger2017-10-301-1/+1
* cmd/compile: fix incorrect go:noinline usageHugues Bruant2017-10-301-6/+4
* cmd/go: adjust default GOROOT to prefer runtime.GOROOT() spellingRuss Cox2017-10-291-1/+20
* runtime: eliminate remaining recordspan write barriersAustin Clements2017-10-292-2/+21
* cmd/compile: elide write barriers for copy of notinheap pointersAustin Clements2017-10-291-2/+2
* cmd/compile: make HasHeapPointer recursiveAustin Clements2017-10-291-7/+14
* cmd/compile: report typedslicecopy write barriersAustin Clements2017-10-297-20/+23
* crypto/{ecdsa,rsa}: rename argument to PrivateKey.Sign.Adam Langley2017-10-292-13/+18
* cmd/compile: improve coverage of nowritebarrierrec checkAustin Clements2017-10-295-100/+224
* runtime: allow write barriers in gchelperAustin Clements2017-10-292-3/+12
* runtime: eliminate write barriers from persistentallocAustin Clements2017-10-291-7/+23
* runtime: allow write barriers in startpanic_mAustin Clements2017-10-292-0/+8
* runtime: mark gcWork methods nowritebarrierrecAustin Clements2017-10-291-8/+15
* runtime: remove write barriers from newstack, gogoAustin Clements2017-10-2912-150/+41
* Revert "cmd/dist: translate /private/var to /var on darwin builders"Russ Cox2017-10-281-17/+0
* cmd/go: add a test to ensure upx works on go binariesAlberto Donizetti2017-10-281-0/+54
* cmd/dist: translate /private/var to /var on darwin buildersRuss Cox2017-10-271-0/+17
* net/http: fix minor leak in Header.WriteSubsetJoshua Rubin2017-10-271-0/+1
* cmd/compile, cmd/link: support for DWARF file reference relocationsThan McIntosh2017-10-279-17/+105
* cmd/dist: use latest heap, sort packages for compiler bootstrapRuss Cox2017-10-271-1/+3
* sort: split post-Go1.4 code into its own fileRuss Cox2017-10-272-39/+46
* cmd/link: don't pass -gdwarf-2 to external linkerThan McIntosh2017-10-271-8/+8