summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Revert "compile: prefer an AND instead of SHR+SHL instructions"Martin Möhrmann2019-09-093-6/+121
* compile: prefer an AND instead of SHR+SHL instructionsMartin Möhrmann2019-09-093-121/+6
* syscall: minor cleanup of duplicated codeKeisuke Kishimoto2019-09-091-2/+2
* all: fix typosAinar Garipov2019-09-0856-68/+68
* syscall: re-generate zsyscall_darwin_arm*.sElias Naur2019-09-082-4/+0
* net,os: disable more sysctl tests on iOSElias Naur2019-09-072-0/+15
* net/http: make copyValues append instead of calling Addsmasher1642019-09-072-3/+27
* log/syslog: skip unsupported tests on iOSElias Naur2019-09-071-0/+6
* syscall: disable sysctl on iOSElias Naur2019-09-0711-89/+56
* cmd/internal/obj: instructions and registers for RISC-VJoel Sing2019-09-075-0/+1256
* cmd/asm/internal/arch: consolidate LinkArch handlingJoel Sing2019-09-071-27/+13
* net: handle >=2GiB files with sendfile on WindowsEmmanuel T Odeke2019-09-071-13/+38
* cmd/compile: rewrite untyped constant conversion logicMatthew Dempsky2019-09-065-311/+223
* cmd/compile: use CTNIL for pointer-typed OLITERALsMatthew Dempsky2019-09-063-29/+7
* Revert "cmd/compile: improve errors for invalid conversions of consts"Matthew Dempsky2019-09-061-7/+3
* text/template: refer to sorted map keys as "ordered" not "comparable" in docsMihai Borobocea2019-09-061-2/+2
* cmd/compile: rename Etype to ctxTypeMatthew Dempsky2019-09-065-45/+45
* cmd/compile: improve errors for invalid conversions of constsK. "pestophagous" Heller2019-09-061-3/+7
* cmd/internal/sys: provide architecture definition for riscv64Joel Sing2019-09-061-0/+11
* cmd/link: use gold when dynamic linking on arm,arm64 only on Linux and AndroidYuval Pavel Zholkover2019-09-061-1/+1
* cmd/go: add a test for -sectcreate in LDFLAGSSjoerd Siebinga2019-09-061-0/+1
* cmd/compile: remove tempname usagesCuong Manh Le2019-09-062-5/+5
* cmd/link: memoize/cache whether plugin.Open symbol availableThan McIntosh2019-09-062-2/+9
* cmd/compile: restore lineno before returning in defaultlitreuseMatthew Dempsky2019-09-061-1/+3
* cmd/dist: default to clang on OpenBSDIan Lance Taylor2019-09-061-7/+2
* cmd/compile: preserve loop depth when evaluating blockCuong Manh Le2019-09-061-8/+14
* errors: clarify docs for when As returns falseIan Lance Taylor2019-09-061-2/+2
* regexp: add example for ReplaceAllpsampaz2019-09-051-0/+13
* cmd/internal/obj/wasm: refactor handling of wasm variablesRichard Musiol2019-09-053-140/+163
* runtime: use hard heap goal if we've done more scan work than expectedMichael Knyszek2019-09-042-25/+19
* cmd/go/internal/test: prepend -test.timeout rather than appendingBryan C. Mills2019-09-042-6/+8
* runtime: platform-independent faketime supportAustin Clements2019-09-046-3/+232
* syscall: redirect writes to runtime.write in faketime modeAustin Clements2019-09-045-1/+64
* runtime: wrap nanotime, walltime, and writeAustin Clements2019-09-0442-129/+160
* cmd/go/internal/get: avoid panic in metaImportsForPrefix if web.Get failsBryan C. Mills2019-09-043-5/+17
* errors: fix wrong code in package docJonathan Amsterdam2019-09-041-4/+4
* runtime: don't hold worldsema across mark phaseMichael Anthony Knyszek2019-09-045-13/+62
* all: add a space before +build in build tag commentsTobias Klauser2019-09-048-8/+8
* crypto/x509: remove IsCA exception for broken Entrust rootFilippo Valsorda2019-09-031-53/+2
* cmd/compile,runtime: generate hash functions only for types which are map keysKeith Randall2019-09-0318-347/+539
* cmd/compile/internal/gc: use GoToolPath in TestDepsIan Lance Taylor2019-09-031-2/+1
* bytes/hash: disable seed test on 32-bit platformsKeith Randall2019-09-031-0/+4
* cmd/compile: extend ssa.go to handle 1-element array and 1-field structCuong Manh Le2019-09-031-3/+17
* debug/dwarf: better handling for DW_FORM_indirectThan McIntosh2019-09-032-4/+8
* cmd/compile: silence esc diagnostics about directiface OCONVIFACEsMatthew Dempsky2019-09-031-7/+0
* cmd/compile: replace copytype to setUnderlyingMatthew Dempsky2019-09-033-21/+19
* cmd/compile: simplify {defer,resume}checkwidth logicMatthew Dempsky2019-09-034-44/+15
* debug/dwarf, debug/elf: support DWARF 5Ian Lance Taylor2019-09-037-51/+470
* debug/dwarf: add new constants defined in DWARF 5Ian Lance Taylor2019-09-034-102/+518
* runtime: one lock per orderChangkun Ou2019-09-031-23/+30