aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-06-20go/internal/gccgoimporter: read export data from archivesIan Lance Taylor
2018-06-20misc/cgo/test: avoid duplicate definition with gccgoIan Lance Taylor
2018-06-19runtime: fix FreeBSDNumCPU testDavid Carlier
2018-06-19debug/elf,macho,pe: support compressed DWARFHeschi Kreinick
2018-06-19cmd/link: enable DWARF compression on WindowsHeschi Kreinick
2018-06-19doc: update "Mac OS X", "OS X" to macOS; bump up to 10.10Dmitri Shuralyov
2018-06-19crypto: panic on illegal input and output overlapFilippo Valsorda
2018-06-19cmd/compile: conditional on -race, disable inline of go:noraceDavid Chase
2018-06-19cmd/compile: more accurate position for select case error messageRobert Griesemer
2018-06-19runtime: implement procyield properly for ppc64xCarlos Eduardo Seo
2018-06-19cmd/compile: fix exporting of 'for' loopsRobert Griesemer
2018-06-18runtime: fix lldb test after DWARF compressionHeschi Kreinick
2018-06-18runtime: skip gdb tests on mips after DWARF compressionHeschi Kreinick
2018-06-18runtime/pprof: fix incorrect assumption in TestMappingHana Kim
2018-06-18cmd/cgo: avoid name confliction for C functionsHiroshi Ioka
2018-06-18cmd/cover: fix off-by-one in test error messageRob Pike
2018-06-17doc: update more stale pprof linksMostyn Bramley-Moore
2018-06-17cmd/dist: don't test Examples for js/wasmBrad Fitzpatrick
2018-06-17unicode: fix SpecialCase to follow its docs & respect explict no-op mappingsBrad Fitzpatrick
2018-06-16cmd/compile: add more color choices to ssa.htmlYury Smolsky
2018-06-16runtime: move semaphore ops from system calls to libc calls on iOSElias Naur
2018-06-16runtime: move semaphore ops from system calls to libc calls on DarwinKeith Randall
2018-06-15net/http: document how Hijack and Request.Context interact, take twoBrad Fitzpatrick
2018-06-15net/http: document that Handlers are resposible for validating Host headersBrad Fitzpatrick
2018-06-15cmd/link: compress DWARF sections in ELF binariesHeschi Kreinick
2018-06-15cmd/link: compress debug sections in external linking modeHeschi Kreinick
2018-06-15cmd/link: add buildid to wasm modulesBrad Fitzpatrick
2018-06-15cmd/go: add dark copy of golang.org/x/vgoRuss Cox
2018-06-15ld/macho: add all missing load commandsMisty De Meo
2018-06-15mime: add .wasm for builtinYasuhiro Matsumoto
2018-06-15cmd/dist: run msan test only in testsanitizer on arm64Fangming.Fang
2018-06-15cmd/link: fix name section of WebAssembly binaryRichard Musiol
2018-06-15syscall/js: improve import functionsRichard Musiol
2018-06-15net/http: ensure that Listener.Close is called only once in Server.ServeBrad Fitzpatrick
2018-06-15cmd/link: separate virtual address layout from file layoutAustin Clements
2018-06-15all: enable vet/all for js/wasm and fix vet issuesRichard Musiol
2018-06-15misc/wasm: add stub for fs.openSync for browsersRichard Musiol
2018-06-14math/big: handle negative exponents in ExpBrian Kessler
2018-06-14runtime, sycall/js: add support for callbacks from JavaScriptRichard Musiol
2018-06-14cmd/cover: remove use of diff in cover_test.goRob Pike
2018-06-14cmd/vet: simplify side effects func call logicDaniel Martí
2018-06-14math/big: round x + (-x) to -0 for mode ToNegativeInfBrian Kessler
2018-06-14cmd/compile: ensure that operand of ORETURN is not double-walkedDavid Chase
2018-06-14mime/multipart: return error from NextPart if boundary is emptyConstantin Konstantinidis
2018-06-14cmd/go: follow convention for generated code commentTobias Klauser
2018-06-14runtime/pprof: use testenv.GoToolPath in TestMappingAlberto Donizetti
2018-06-14os: skip TestFifoEOF on androidTobias Klauser
2018-06-14syscall, internal/syscall: follow convention for generated code commentTobias Klauser
2018-06-14internal/poll: specify current file position when calling TransmitFileAlex Brainman
2018-06-14flag: fix headers in documentation, againDominik Honnef