2020-02-05 |
Filippo Valsorda | [release-branch.go1.14] math/big: reintroduce pre-Go... |
commit | commitdiff | tree |
2020-02-05 |
Katie Hockman | [release-branch.go1.14] crypto/x509: fix godoc for... |
commit | commitdiff | tree |
2020-02-05 |
Carlos Amedee | [release-branch.go1.14] go1.14rc1 go1.14rc1 |
commit | commitdiff | tree |
2020-02-05 |
Carlos Amedee | [release-branch.go1.14] all: merge master into release... |
commit | commitdiff | tree |
2020-02-05 |
Dmitri Shuralyov | doc: rename HTML element IDs to avoid duplicates |
commit | commitdiff | tree |
2020-02-05 |
Dmitri Shuralyov | net: don't check LookupHost error in TestLookupNullByte |
commit | commitdiff | tree |
2020-02-05 |
Ian Lance Taylor | runtime: don't treat SIGURG as a bad signal |
commit | commitdiff | tree |
2020-02-04 |
Josh Bleecher... | internal/bytealg: fix riscv64 offset names |
commit | commitdiff | tree |
2020-02-04 |
Katie Hockman | doc: remove paragraph break for upgrading to modules |
commit | commitdiff | tree |
2020-02-04 |
Dmitri Shuralyov | syscall: Revert "release a js.Func object in fsCall" |
commit | commitdiff | tree |
2020-02-04 |
Dmitri Shuralyov | doc/go1.14: note that all changes to the standard libra... |
commit | commitdiff | tree |
2020-02-04 |
Toshihiro Shiino | doc/go1.14: fix broken links |
commit | commitdiff | tree |
2020-02-04 |
Dmitri Shuralyov | doc/go1.14: remove TODO about Solaris port |
commit | commitdiff | tree |
2020-02-04 |
Dmitri Shuralyov | doc/go1.14: remove TODO about Illumos port |
commit | commitdiff | tree |
2020-02-04 |
Dmitri Shuralyov | doc/go1.14: document encoding/asn1 support for BMPString |
commit | commitdiff | tree |
2020-02-04 |
Tobias Klauser | doc/go1.14: remove TODO about Dragonfly passing |
commit | commitdiff | tree |
2020-02-04 |
Toshihiro Shiino | doc/go1.14: add missing slashes |
commit | commitdiff | tree |
2020-02-04 |
Ian Lance Taylor | doc/go1.14: mention changes to debug/dwarf |
commit | commitdiff | tree |
2020-02-02 |
Hajime Hoshi | syscall: release a js.Func object in fsCall |
commit | commitdiff | tree |
2020-02-01 |
Filippo Valsorda | std,cmd: sync go.mod with new release branches |
commit | commitdiff | tree |
2020-01-31 |
Filippo Valsorda | math/big: simplify GCD docs |
commit | commitdiff | tree |
2020-01-31 |
Filippo Valsorda | doc/go1.14: fix math/big.(*Int).GCD notes |
commit | commitdiff | tree |
2020-01-31 |
Brad Fitzpatrick | net/http/cgi: rename a test file to be less cute |
commit | commitdiff | tree |
2020-01-31 |
Ian Lance Taylor | doc/go1.14: mention new method encoding/json.Decoder... |
commit | commitdiff | tree |
2020-01-31 |
Filippo Valsorda | doc/go1.14: add crypto/tls release notes |
commit | commitdiff | tree |
2020-01-31 |
Dmitri Shuralyov | doc/go1.14: move "Minor changes to the library" heading up |
commit | commitdiff | tree |
2020-01-31 |
Jean de Klerk | doc/go1.14: fix id attribute of Testing heading |
commit | commitdiff | tree |
2020-01-31 |
Ian Lance Taylor | doc/go1.14: mention new method strconv.NumError.Unwrap |
commit | commitdiff | tree |
2020-01-31 |
Ian Lance Taylor | doc/go1.14: mention new field go/build.Context.Dir |
commit | commitdiff | tree |
2020-01-31 |
Robert Griesemer | go/types: unexport Checker.LookupFieldOrMethod |
commit | commitdiff | tree |
2020-01-31 |
Ian Lance Taylor | doc/go1.14: mention new log.Lmsgprefix flag |
commit | commitdiff | tree |
2020-01-31 |
Ian Lance Taylor | doc/go1.14: mime: .js files now text/javascript |
commit | commitdiff | tree |
2020-01-31 |
Ian Lance Taylor | doc/go1.14: mention new math/bits functions Rem, Rem32... |
commit | commitdiff | tree |
2020-01-31 |
Ian Lance Taylor | doc/go1.14: mention new method mime/multipart.(*Reader... |
commit | commitdiff | tree |
2020-01-31 |
Ian Lance Taylor | doc/go1.14: mention update to Unicode 12 |
commit | commitdiff | tree |
2020-01-31 |
Ian Lance Taylor | doc/go1.14: mention new field Transport.DialTLSContext |
commit | commitdiff | tree |
2020-01-31 |
Ian Lance Taylor | doc/go1.14: mention net/http.Header.Values, net/textpro... |
commit | commitdiff | tree |
2020-01-31 |
Ian Lance Taylor | doc/go1.14: mention new field net/http/httptest/Server... |
commit | commitdiff | tree |
2020-01-31 |
Ian Lance Taylor | doc/go1.14: mention go/doc.NewFromFiles and associated... |
commit | commitdiff | tree |
2020-01-31 |
Keith Randall | doc: document new hash/maphash package |
commit | commitdiff | tree |
2020-01-30 |
Filippo Valsorda | cmd/go.mod: sync x/crypto with std |
commit | commitdiff | tree |
2020-01-30 |
Robert Griesemer | math/big: update comment on Int.GCD |
commit | commitdiff | tree |
2020-01-30 |
Robert Griesemer | doc/go1.14: fix minor typo (update release notes) |
commit | commitdiff | tree |
2020-01-30 |
Robert Griesemer | doc/go1.14: document overlapping interfaces change... |
commit | commitdiff | tree |
2020-01-30 |
Jay Conrod | doc/go1.14: edit "Go command" section, move zone CPU... |
commit | commitdiff | tree |
2020-01-30 |
Hana Kim | doc/go1.14.html: describe the runtime/pprof change |
commit | commitdiff | tree |
2020-01-29 |
Jean de Klerk | doc/go1.14: edit "Go command" section, adding note... |
commit | commitdiff | tree |
2020-01-29 |
Bryan C. Mills | go/build: update TestImportDirNotExist to accept more... |
commit | commitdiff | tree |
2020-01-29 |
Joel Sing | cmd/internal/obj/riscv,cmd/link: shorten the riscv64... |
commit | commitdiff | tree |
2020-01-29 |
Joel Sing | cmd/compile,cmd/link: fix and re-enable open-coded... |
commit | commitdiff | tree |
2020-01-29 |
Daniel Martí | doc: add the change to json.Compact in the 1.14 changelog |
commit | commitdiff | tree |
2020-01-29 |
Brad Fitzpatrick | doc/go1.14: document RISC-V support |
commit | commitdiff | tree |
2020-01-29 |
Ian Lance Taylor | net/http: don't treat an alternate protocol as a known... |
commit | commitdiff | tree |
2020-01-29 |
Brad Fitzpatrick | cmd/dist: remove riscv64 from set of incomplete ports |
commit | commitdiff | tree |
2020-01-29 |
Joel Sing | test: disable the live test on riscv64 |
commit | commitdiff | tree |
2020-01-28 |
Michael Anthony... | runtime: ensure that searchAddr always refers to inUse... |
commit | commitdiff | tree |
2020-01-28 |
Dmitri Shuralyov | src/go.mod: import x/crypto/cryptobyte security fix... |
commit | commitdiff | tree |
2020-01-28 |
Joel Sing | cmd/compile: disable open-coded defers on riscv64 |
commit | commitdiff | tree |
2020-01-28 |
Joel Sing | cmd/internal/obj/riscv: use signed immediates for U... |
commit | commitdiff | tree |
2020-01-28 |
Joel Sing | cmd/compile/internal/ssa/gen: avoid importing internal... |
commit | commitdiff | tree |
2020-01-27 |
Jay Conrod | doc/go1.14: remove TODO from Tools section of release... |
commit | commitdiff | tree |
2020-01-27 |
Jay Conrod | doc/go1.14: go command behavior with GO111MODULE=on... |
commit | commitdiff | tree |
2020-01-27 |
Cherry Zhang | cmd/compile: on PPC64, fold offset into some loads... |
commit | commitdiff | tree |
2020-01-27 |
Bryan C. Mills | doc/go1.14: note that module support is ready for produ... |
commit | commitdiff | tree |
2020-01-27 |
Bryan C. Mills | doc/go1.14: document the new GOINSECURE variable |
commit | commitdiff | tree |
2020-01-26 |
Ian Lance Taylor | strconv: stop describing Unicode graphic characters... |
commit | commitdiff | tree |
2020-01-25 |
Joel Sing | cmd/vendor: provide riscv64 support in tools/go/analysi... |
commit | commitdiff | tree |
2020-01-25 |
Joel Sing | vendor: provide golang.org/x/sys/cpu/cpu_riscv64.go |
commit | commitdiff | tree |
2020-01-25 |
Joel Sing | test: adjust tests for riscv64 |
commit | commitdiff | tree |
2020-01-25 |
Joel Sing | cmd/go: disable link syso test on linux/riscv64 |
commit | commitdiff | tree |
2020-01-25 |
Joel Sing | cmd/objdump: disable unsupported tests on riscv64 |
commit | commitdiff | tree |
2020-01-25 |
Joel Sing | cmd/vendor: cherry pick asm_linux_riscv64.s for x/sys... |
commit | commitdiff | tree |
2020-01-25 |
Brian Kessler | doc/go1.14: mention math/big.GCD argument change |
commit | commitdiff | tree |
2020-01-24 |
Michael Knyszek | Revert "runtime: don't hold worldsema across mark phase" |
commit | commitdiff | tree |
2020-01-24 |
Michael Knyszek | Revert "runtime: release worldsema before Gosched in... |
commit | commitdiff | tree |
2020-01-24 |
Carlos Amedee | cmd/link: ensure cgo cflags do not leak into dwarf... |
commit | commitdiff | tree |
2020-01-24 |
Draven | runtime: update deltimer comments |
commit | commitdiff | tree |
2020-01-24 |
Alexander Rakoczy | Revert "runtime: speed up receive on empty closed channel" |
commit | commitdiff | tree |
2020-01-24 |
Jay Conrod | cmd/go: fix cgo test when min macOS version is set |
commit | commitdiff | tree |
2020-01-23 |
Ariel Mashraki | text/template/parse: remove redundant return |
commit | commitdiff | tree |
2020-01-23 |
Filippo Valsorda | crypto/x509: mitigate CVE-2020-0601 verification bypass... |
commit | commitdiff | tree |
2020-01-23 |
Carlos Amedee | cmd/link: ensure cgo cflags do not leak into tvOS test |
commit | commitdiff | tree |
2020-01-23 |
Kirill Tatchihin | time: document how Parse handles two-digit years |
commit | commitdiff | tree |
2020-01-23 |
Bryan C. Mills | cmd/go: add a control case to the mod_vendor_trimpath... |
commit | commitdiff | tree |
2020-01-23 |
Daniel Martí | cmd/go: make Script/test_regexps less flaky under load |
commit | commitdiff | tree |
2020-01-23 |
Jay Conrod | cmd/go: unify trimpath logic for -mod=vendor, -mod=mod |
commit | commitdiff | tree |
2020-01-23 |
Joel Sing | runtime: add missing code for linux/riscv64 |
commit | commitdiff | tree |
2020-01-23 |
Joel Sing | cmd/internal/obj/riscv: restore the ADDI instruction... |
commit | commitdiff | tree |
2020-01-23 |
Joel Sing | cmd/internal/obj/riscv: add missing instructions to... |
commit | commitdiff | tree |
2020-01-23 |
Jay Conrod | cmd/dist: print error if GOROOT is inside a module |
commit | commitdiff | tree |
2020-01-22 |
Filippo Valsorda | Revert "net/http: support gzip, x-gzip Transfer-Encodings" |
commit | commitdiff | tree |
2020-01-22 |
Austin Clements | runtime: document special memmove requirements |
commit | commitdiff | tree |
2020-01-22 |
Ian Lance Taylor | runtime: don't skip checkTimers if we would clear delet... |
commit | commitdiff | tree |
2020-01-22 |
Joel Sing | cmd/dist: mark cgo as disabled on linux/riscv64 |
commit | commitdiff | tree |
2020-01-22 |
Joel Sing | cmd/dist: detect gohostarch on riscv64 hosts |
commit | commitdiff | tree |
2020-01-22 |
Joel Sing | cmd/internal/obj/riscv: implement prologue and epilogue |
commit | commitdiff | tree |
2020-01-22 |
Jay Conrod | cmd/go: add -d flag to mod_get_test |
commit | commitdiff | tree |
2020-01-21 |
Joel Sing | cmd/internal/obj/riscv: populate DWARF register mapping... |
commit | commitdiff | tree |
2020-01-21 |
Joel Sing | cmd/internal/obj/riscv: correctly split immediates... |
commit | commitdiff | tree |
2020-01-21 |
Kévin Dunglas | net/http/httputil: add docs about X-Forwarded-For in... |
commit | commitdiff | tree |
next |