2018-06-20 |
Ian Lance Taylor | internal/poll: better panic message for lock overflow |
commit | commitdiff | tree |
2018-06-20 |
LE Manh Cuong | make.bash: don't pass GOOS and GOARCH to cmd/go when... |
commit | commitdiff | tree |
2018-06-20 |
Brad Fitzpatrick | crypto/rand: make documentation consistent between... |
commit | commitdiff | tree |
2018-06-20 |
Agniva De Sarker | cmd/go: remove inadvertent comment for vgo |
commit | commitdiff | tree |
2018-06-20 |
Ian Lance Taylor | go/internal/gccgoimporter: read export data from archives |
commit | commitdiff | tree |
2018-06-20 |
Ian Lance Taylor | misc/cgo/test: avoid duplicate definition with gccgo |
commit | commitdiff | tree |
2018-06-19 |
David Carlier | runtime: fix FreeBSDNumCPU test |
commit | commitdiff | tree |
2018-06-19 |
Heschi Kreinick | debug/elf,macho,pe: support compressed DWARF |
commit | commitdiff | tree |
2018-06-19 |
Heschi Kreinick | cmd/link: enable DWARF compression on Windows |
commit | commitdiff | tree |
2018-06-19 |
Dmitri Shuralyov | doc: update "Mac OS X", "OS X" to macOS; bump up to... |
commit | commitdiff | tree |
2018-06-19 |
Filippo Valsorda | crypto: panic on illegal input and output overlap |
commit | commitdiff | tree |
2018-06-19 |
David Chase | cmd/compile: conditional on -race, disable inline of... |
commit | commitdiff | tree |
2018-06-19 |
Robert Griesemer | cmd/compile: more accurate position for select case... |
commit | commitdiff | tree |
2018-06-19 |
Carlos Eduardo Seo | runtime: implement procyield properly for ppc64x |
commit | commitdiff | tree |
2018-06-19 |
Robert Griesemer | cmd/compile: fix exporting of 'for' loops |
commit | commitdiff | tree |
2018-06-18 |
Heschi Kreinick | runtime: fix lldb test after DWARF compression |
commit | commitdiff | tree |
2018-06-18 |
Heschi Kreinick | runtime: skip gdb tests on mips after DWARF compression |
commit | commitdiff | tree |
2018-06-18 |
Hana Kim | runtime/pprof: fix incorrect assumption in TestMapping |
commit | commitdiff | tree |
2018-06-18 |
Hiroshi Ioka | cmd/cgo: avoid name confliction for C functions |
commit | commitdiff | tree |
2018-06-18 |
Rob Pike | cmd/cover: fix off-by-one in test error message |
commit | commitdiff | tree |
2018-06-17 |
Mostyn Bramley... | doc: update more stale pprof links |
commit | commitdiff | tree |
2018-06-17 |
Brad Fitzpatrick | cmd/dist: don't test Examples for js/wasm |
commit | commitdiff | tree |
2018-06-17 |
Brad Fitzpatrick | unicode: fix SpecialCase to follow its docs & respect... |
commit | commitdiff | tree |
2018-06-16 |
Yury Smolsky | cmd/compile: add more color choices to ssa.html |
commit | commitdiff | tree |
2018-06-16 |
Elias Naur | runtime: move semaphore ops from system calls to libc... |
commit | commitdiff | tree |
2018-06-16 |
Keith Randall | runtime: move semaphore ops from system calls to libc... |
commit | commitdiff | tree |
2018-06-15 |
Brad Fitzpatrick | net/http: document how Hijack and Request.Context inter... |
commit | commitdiff | tree |
2018-06-15 |
Brad Fitzpatrick | net/http: document that Handlers are resposible for... |
commit | commitdiff | tree |
2018-06-15 |
Heschi Kreinick | cmd/link: compress DWARF sections in ELF binaries |
commit | commitdiff | tree |
2018-06-15 |
Heschi Kreinick | cmd/link: compress debug sections in external linking... |
commit | commitdiff | tree |
2018-06-15 |
Brad Fitzpatrick | cmd/link: add buildid to wasm modules |
commit | commitdiff | tree |
2018-06-15 |
Russ Cox | cmd/go: add dark copy of golang.org/x/vgo |
commit | commitdiff | tree |
2018-06-15 |
Misty De Meo | ld/macho: add all missing load commands |
commit | commitdiff | tree |
2018-06-15 |
Yasuhiro Matsumoto | mime: add .wasm for builtin |
commit | commitdiff | tree |
2018-06-15 |
Fangming.Fang | cmd/dist: run msan test only in testsanitizer on arm64 |
commit | commitdiff | tree |
2018-06-15 |
Richard Musiol | cmd/link: fix name section of WebAssembly binary |
commit | commitdiff | tree |
2018-06-15 |
Richard Musiol | syscall/js: improve import functions |
commit | commitdiff | tree |
2018-06-15 |
Brad Fitzpatrick | net/http: ensure that Listener.Close is called only... |
commit | commitdiff | tree |
2018-06-15 |
Austin Clements | cmd/link: separate virtual address layout from file... |
commit | commitdiff | tree |
2018-06-15 |
Richard Musiol | all: enable vet/all for js/wasm and fix vet issues |
commit | commitdiff | tree |
2018-06-15 |
Richard Musiol | misc/wasm: add stub for fs.openSync for browsers |
commit | commitdiff | tree |
2018-06-14 |
Brian Kessler | math/big: handle negative exponents in Exp |
commit | commitdiff | tree |
2018-06-14 |
Richard Musiol | runtime, sycall/js: add support for callbacks from... |
commit | commitdiff | tree |
2018-06-14 |
Rob Pike | cmd/cover: remove use of diff in cover_test.go |
commit | commitdiff | tree |
2018-06-14 |
Daniel Martà | cmd/vet: simplify side effects func call logic |
commit | commitdiff | tree |
2018-06-14 |
Brian Kessler | math/big: round x + (-x) to -0 for mode ToNegativeInf |
commit | commitdiff | tree |
2018-06-14 |
David Chase | cmd/compile: ensure that operand of ORETURN is not... |
commit | commitdiff | tree |
2018-06-14 |
Constantin... | mime/multipart: return error from NextPart if boundary... |
commit | commitdiff | tree |
2018-06-14 |
Tobias Klauser | cmd/go: follow convention for generated code comment |
commit | commitdiff | tree |
2018-06-14 |
Alberto Donizetti | runtime/pprof: use testenv.GoToolPath in TestMapping |
commit | commitdiff | tree |
2018-06-14 |
Tobias Klauser | os: skip TestFifoEOF on android |
commit | commitdiff | tree |
2018-06-14 |
Tobias Klauser | syscall, internal/syscall: follow convention for genera... |
commit | commitdiff | tree |
2018-06-14 |
Alex Brainman | internal/poll: specify current file position when calli... |
commit | commitdiff | tree |
2018-06-14 |
Dominik Honnef | flag: fix headers in documentation, again |
commit | commitdiff | tree |
2018-06-14 |
Akhil Indurti | cmd/go: document convention to signify generated code. |
commit | commitdiff | tree |
2018-06-14 |
Brad Fitzpatrick | crypto/x509: re-enable TestSystemRoots on darwin |
commit | commitdiff | tree |
2018-06-13 |
Ian Lance Taylor | cmd/cgo: add import path to hash |
commit | commitdiff | tree |
2018-06-13 |
Emmanuel T... | cmd/compile: make case insensitive suggestions aware... |
commit | commitdiff | tree |
2018-06-13 |
Ian Lance Taylor | misc/cgo/test: add test for passing compatible typedefs |
commit | commitdiff | tree |
2018-06-13 |
Sabin Mihai... | cgo: update documentation on calling C variadic functions |
commit | commitdiff | tree |
2018-06-13 |
Andrii Soldatenko | math: add examples to Ceil, Floor, Pow, Pow10 functions |
commit | commitdiff | tree |
2018-06-13 |
Tim Cooper | doc: fix fmt usage in code.html |
commit | commitdiff | tree |
2018-06-13 |
Brad Fitzpatrick | archive/zip: warn about FileHeader.Name being unvalidat... |
commit | commitdiff | tree |
2018-06-13 |
Ian Lance Taylor | bufio: clarify SplitFunc docs for nil token |
commit | commitdiff | tree |
2018-06-13 |
Robert Griesemer | go/internal/gccgoimporter: remove dead code |
commit | commitdiff | tree |
2018-06-13 |
Yury Smolsky | cmd/compile: use expandable columns in ssa.html |
commit | commitdiff | tree |
2018-06-13 |
Tobias Klauser | syscall: check Fchmodat flags parameter on Linux |
commit | commitdiff | tree |
2018-06-13 |
Ian Lance Taylor | os: don't poll fifos on Darwin |
commit | commitdiff | tree |
2018-06-13 |
Elias Naur | runtime: move iOS kevent calls to libc |
commit | commitdiff | tree |
2018-06-13 |
Keith Randall | runtime: move darwin kevent calls to libc |
commit | commitdiff | tree |
2018-06-13 |
Hana Kim | runtime/pprof: skip TestMapping if CGO is not available |
commit | commitdiff | tree |
2018-06-13 |
Austin Clements | Revert "cmd/link: separate virtual address layout from... |
commit | commitdiff | tree |
2018-06-13 |
Brad Fitzpatrick | net/http: make Transport.RoundTrip check context.Done... |
commit | commitdiff | tree |
2018-06-13 |
Tobias Klauser | syscall: support Linux syscalls without error return... |
commit | commitdiff | tree |
2018-06-13 |
Richard Musiol | misc/wasm: remove use of performance.timeOrigin |
commit | commitdiff | tree |
2018-06-13 |
Hana Kim | runtime/pprof: set HasFunctions of mapping entries |
commit | commitdiff | tree |
2018-06-13 |
Tobias Klauser | cmd/dist, go/types: add support for GOARCH=riscv64 |
commit | commitdiff | tree |
2018-06-13 |
Russ Cox | cmd/go: fix go list usage line |
commit | commitdiff | tree |
2018-06-13 |
Suriyaa Sundararuban | doc: use HTTPS for links |
commit | commitdiff | tree |
2018-06-13 |
Ian Lance Taylor | encoding/gob: correct issue number typo in comment |
commit | commitdiff | tree |
2018-06-13 |
Dave Russell | doc/contribute.html: add whitespace after <code> blocks... |
commit | commitdiff | tree |
2018-06-13 |
Robert Griesemer | go/importer: better error message when importer is... |
commit | commitdiff | tree |
2018-06-12 |
Nathan Cantelmo | doc: document the lack of support for symlinks under... |
commit | commitdiff | tree |
2018-06-12 |
Niek Sanders | encoding/base32: eliminate alphabet bounds check |
commit | commitdiff | tree |
2018-06-12 |
Matthew Broberg | regexp: add QuoteMeta example |
commit | commitdiff | tree |
2018-06-12 |
Ioannis Georgoulas | context: add docs to ExampleWithValue |
commit | commitdiff | tree |
2018-06-12 |
Richard Musiol | runtime/internal/sys: rename Wasm to WASM |
commit | commitdiff | tree |
2018-06-12 |
Austin Clements | cmd/link: separate virtual address layout from file... |
commit | commitdiff | tree |
2018-06-12 |
Russ Cox | cmd/go: use build cache for tests when GOCACHE is unset |
commit | commitdiff | tree |
2018-06-12 |
Cherry Zhang | cmd/compile: use a different register for updated value... |
commit | commitdiff | tree |
2018-06-12 |
Brad Fitzpatrick | test: add test to verify that string copies don't get... |
commit | commitdiff | tree |
2018-06-12 |
Robert Griesemer | cmd/compile: correct alias cycle detection |
commit | commitdiff | tree |
2018-06-12 |
Andrew Bonventre | doc/go1.11: first draft of release notes |
commit | commitdiff | tree |
2018-06-12 |
Elias Naur | runtime: use libc for signal functions on iOS |
commit | commitdiff | tree |
2018-06-12 |
Keith Randall | runtime: use libc's signal functions on Darwin |
commit | commitdiff | tree |
2018-06-12 |
Thomas Wanielista | go/doc: classify function returning slice or array... |
commit | commitdiff | tree |
2018-06-12 |
Elias Naur | runtime: convert a darwin/arm64 syscall to libc |
commit | commitdiff | tree |
2018-06-12 |
Suriyaa Sundararuban | doc: use HTTPS for man.openbsd.org link in go1.7.html |
commit | commitdiff | tree |
2018-06-12 |
Suriyaa Sundararuban | doc: use HTTPS for clang.llvm.org link in go1.6.html |
commit | commitdiff | tree |
2018-06-12 |
Brad Fitzpatrick | net/http, net/http/httptrace: make Transport support... |
commit | commitdiff | tree |
next |