summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* syscall: partially revert "enable some nacl code to be shared with js/wasm"Richard Musiol2018-05-232-254/+244
* net: add example for net.UDPConn.WriteTo functionAdam Medzinski2018-05-231-0/+20
* cmd/compile: grow stack before test() to avoid gdb misbehaviorDavid Chase2018-05-2315-220/+252
* net: fix DNS NXDOMAIN performance regressionIan Gudger2018-05-232-27/+42
* net/http: fix doc comment on PostFormValue functiondchenk2018-05-231-2/+2
* os: Add example for Expand function.azat2018-05-231-0/+18
* cmd/internal/obj/x86: add missing Yi8 for VEX ytabsisharipo2018-05-232-18/+90
* internal/trace: change Less to make sorting events deterministicePeter Weinberger2018-05-231-2/+15
* cmd/go: skip TestLinkerTmpDirIsDeleted if cgo is not enabledAlex Brainman2018-05-231-0/+4
* debug/pe: gofmtTobias Klauser2018-05-232-19/+18
* cmd/link: close go.o before deleting itAlex Brainman2018-05-232-7/+48
* internal/poll: disable splice on old linux versionsBen Burkert2018-05-231-29/+28
* cmd/compile: ignore g register in liveness analysisAustin Clements2018-05-221-0/+11
* cmd/compile: common up code in fuse for joining blocksDavid Chase2018-05-221-7/+7
* cmd/compile: reuse liveness structuresAustin Clements2018-05-222-1/+37
* cmd/compile: make LivenessMap denseAustin Clements2018-05-221-11/+30
* cmd/compile: incrementally compact liveness mapsAustin Clements2018-05-222-48/+65
* cmd/compile: abstract bvec setsAustin Clements2018-05-222-64/+101
* cmd/compile: single pass over Blocks in Liveness.epilogueAustin Clements2018-05-221-26/+17
* cmd/vendor/README: temporary instruction for updateHana Kim2018-05-2213-1099/+125
* cmd/link: revert DWARF version to 2 for .debug_linesDavid Chase2018-05-221-1/+1
* internal/cpu: fix test build on ppc64Martin Möhrmann2018-05-221-1/+0
* runtime: fix defer matching of leaf functions on LR machinesAustin Clements2018-05-222-2/+42
* internal/cpu: add experiment to disable CPU features with GODEBUGCPUMartin Möhrmann2018-05-2215-58/+358
* go/build: call ctxt.match for checking file name constraintsZhongpeng Lin2018-05-222-25/+15
* crypto/x509: document fields used in CreateCertificateMartin Sucha2018-05-221-1/+15
* crypto/x509: reformat template members in docsMartin Sucha2018-05-221-8/+32
* log/syslog: skip tests that depend on daemon on buildersAlberto Donizetti2018-05-221-0/+9
* encoding/base32: remove redundant conditionaldchenk2018-05-221-4/+0
* cmd/compile: add rulegen diagnosticKeith Randall2018-05-221-1/+1
* runtime: support for debugger function callsAustin Clements2018-05-2213-7/+706
* cmd/compile, cmd/internal/obj: record register maps in binaryAustin Clements2018-05-229-4/+82
* cmd/compile: compute register liveness mapsAustin Clements2018-05-222-68/+272
* cmd/compile: dense numbering for GP registersAustin Clements2018-05-224-391/+426
* cmd/compile: fix ARM64 buildAustin Clements2018-05-221-1/+2
* cmd/compile: fix unsafe-point analysis with -NAustin Clements2018-05-221-0/+6
* cmd/asm: enable AVX512isharipo2018-05-2236-15838/+22096
* cmd/compile: output stack map index everywhere it changesAustin Clements2018-05-223-5/+26
* cmd/compile: enable stack maps everywhere except unsafe pointsAustin Clements2018-05-224-8/+204
* cmd/compile: introduce LivenessMap and LivenessIndexAustin Clements2018-05-222-18/+46
* cmd/internal/obj: consolidate emitting entry stack mapAustin Clements2018-05-227-28/+23
* cmd/compile: don't produce a past-the-end pointer in range loopsAustin Clements2018-05-226-48/+72
* cmd/compile: detect OFORUNTIL inductive facts in proveAustin Clements2018-05-222-24/+137
* cmd/compile: derive len/cap relations in factsTable.updateAustin Clements2018-05-221-25/+31
* cmd/compile: teach prove about relations between constantsAustin Clements2018-05-221-0/+15
* cmd/compile: refactor inlining parameters; inline panicDavid Chase2018-05-222-20/+44
* crypto/x509: check EKUs like 1.9.Adam Langley2018-05-212-162/+121
* runtime: remove darwin workaround for process-wide raiseElias Naur2018-05-211-8/+0
* cmd/link,runtime: move syscalls to libc on iOSElias Naur2018-05-2118-1002/+290
* runtime: use raise instead of pthread_self and pthread_killElias Naur2018-05-214-40/+10