summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* time: vendor tzdata-2017b and update testAlberto Donizetti2017-06-071-2/+2
* cmd/compile: don't implicitly dereference pointer to arrays for real/imagRobert Griesemer2017-06-071-1/+3
* database/sql: Use Tx.ctx in Tx non-context methodsBulat Gaifullin2017-06-072-5/+34
* fmt: remove unnecessary trailing commas in doc.goRob Phoenix2017-06-071-2/+2
* net/http: don't crash in Request.WithContext if Request.URL is nilBrad Fitzpatrick2017-06-072-3/+12
* cmd/internal/obj/arm: don't split instructions on NaClCherry Zhang2017-06-071-5/+9
* runtime: mark extra M's G as dead when not in useAustin Clements2017-06-073-3/+125
* runtime: deflake TestPanicRaceIan Lance Taylor2017-06-071-13/+30
* builtin: use type aliases for rune and byteBrad Fitzpatrick2017-06-071-2/+2
* cmd/compile: check that phis are always first after schedulingKeith Randall2017-06-073-1/+25
* runtime: intercept munmap as we do mmapIan Lance Taylor2017-06-066-3/+60
* math: clarify comment about bit-identical results across architecturesIan Lance Taylor2017-06-061-2/+1
* cmd/compile: reject unknown //go: comments in std libraryKeith Randall2017-06-065-3/+25
* math: add doc note about floating point operationgulyasm2017-06-061-0/+3
* cmd/compile: use file content, not suffix, to distinguish .a and .o filesRuss Cox2017-06-061-24/+17
* cmd/link: add -importcfg to specify import resolutionRuss Cox2017-06-064-13/+87
* cmd/compile: add -importcfg to specify import resolutionRuss Cox2017-06-061-3/+64
* time: strip monotonic clock reading in t.UTC, t.Local, t.InRuss Cox2017-06-062-6/+8
* strings: document Split{,N,After,AfterN} edge casesAlberto Donizetti2017-06-061-4/+22
* runtime: delay exiting while panic is running deferred functionsIan Lance Taylor2017-06-055-4/+87
* go/types: don't panic in complex divisionAlberto Donizetti2017-06-052-5/+18
* runtime: save and restore CR for ppc64leIan Lance Taylor2017-06-052-0/+8
* cmd/internal/obj/ppc64: fix MOVFL REG, CONSTIan Lance Taylor2017-06-051-1/+1
* cmd/link: fix accidentally-quadratic library loadingRuss Cox2017-06-053-19/+18
* cmd/go: fix ugly "BUG" in go help message outputRuss Cox2017-06-052-6/+8
* cmd/go: include Fortran files in build ID computationRuss Cox2017-06-051-0/+1
* database/sql: ensure Rows is closed when Tx closesDaniel Theophanes2017-06-052-13/+56
* net/http: make Transport retry GetBody requests if nothing writtenDavid Glasser2017-06-056-82/+186
* cmd/internal/obj/arm: fix constant decompositionBen Shi2017-06-052-1/+127
* encoding/json: clarify unmarshaling behaviour on bad fieldsAlberto Donizetti2017-06-051-1/+3
* runtime: avoid division in gcIlya Tocar2017-06-051-1/+3
* runtime: expand acceptable PingPongHog factor from 2 to 5Austin Clements2017-06-051-4/+7
* cmd/go: reject -buildmode=plugin if package is not mainAlexander Menzhinsky2017-06-052-9/+26
* cmd/compile: add valState to ssa sizeof testsJosh Bleecher Snyder2017-06-031-0/+1
* cmd/cgo: show pos info in undefined name errorsAlberto Donizetti2017-06-031-1/+8
* go/printer: don't emit unnecessary //line directives before empty linesRobert Griesemer2017-06-022-13/+66
* bytes: note that NewBuffer take ownership of its argumentAlberto Donizetti2017-06-021-4/+6
* cmd/cover: take default value of total only once.Dhananjay Nakrani2017-06-025-10/+65
* cmd/compile: retain source positions of arguments to inlined callsDavid Lazar2017-06-021-3/+3
* cmd/go: remove TestCoverageUsesActualSettingToOverrideEvenForRaceIan Lance Taylor2017-06-021-23/+0
* compress/gzip: clarify behavior of Writer.CloseJoe Tsai2017-06-021-2/+3
* sort: clarify comment about not-a-number valuesIan Lance Taylor2017-06-011-3/+3
* cmd/compile/internal/gc: speed-up small array comparisonIlya Tocar2017-06-013-9/+93
* sort: document NaN behavior for Float64Slice and friendsIan Lance Taylor2017-05-311-3/+6
* cmd/compile: fix subword store/load elision for MIPSCherry Zhang2017-05-313-32/+28
* math/big: fix Add, Sub when receiver aliases 2nd operandAlberto Donizetti2017-05-312-2/+39
* syscall: allow processes steal a controlling terminal on LinuxJulio Montes2017-05-311-1/+1
* runtime: work around NetBSD bug in thread creationBenny Siegert2017-05-311-0/+10
* cmd/vet: add a test for embedded stringerAliaksandr Valialkin2017-05-301-0/+13
* cmd/compile: don't generate liveness maps when the stack is too largeJosh Bleecher Snyder2017-05-303-3/+9