]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2020-01-31 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-01-31 Cherry Zhang[dev.link] cmd/internal/obj: emit only '/' in DWARF...
2020-01-31 Cherry Zhang[dev.link] cmd/link: fix payload pointer liveness
2020-01-31 Cherry Zhang[dev.link] cmd/link: correct overwrite logic
2020-01-31 Jean de Klerkdoc/go1.14: fix id attribute of Testing heading
2020-01-31 Ian Lance Taylordoc/go1.14: mention new method strconv.NumError.Unwrap
2020-01-31 Ian Lance Taylordoc/go1.14: mention new field go/build.Context.Dir
2020-01-31 Robert Griesemergo/types: unexport Checker.LookupFieldOrMethod
2020-01-31 Ian Lance Taylordoc/go1.14: mention new log.Lmsgprefix flag
2020-01-31 Ian Lance Taylordoc/go1.14: mime: .js files now text/javascript
2020-01-31 Ian Lance Taylordoc/go1.14: mention new math/bits functions Rem, Rem32...
2020-01-31 Ian Lance Taylordoc/go1.14: mention new method mime/multipart.(*Reader...
2020-01-31 Ian Lance Taylordoc/go1.14: mention update to Unicode 12
2020-01-31 Ian Lance Taylordoc/go1.14: mention new field Transport.DialTLSContext
2020-01-31 Ian Lance Taylordoc/go1.14: mention net/http.Header.Values, net/textpro...
2020-01-31 Ian Lance Taylordoc/go1.14: mention new field net/http/httptest/Server...
2020-01-31 Ian Lance Taylordoc/go1.14: mention go/doc.NewFromFiles and associated...
2020-01-31 Keith Randalldoc: document new hash/maphash package
2020-01-30 Filippo Valsordacmd/go.mod: sync x/crypto with std
2020-01-30 Robert Griesemermath/big: update comment on Int.GCD
2020-01-30 Robert Griesemerdoc/go1.14: fix minor typo (update release notes)
2020-01-30 Robert Griesemerdoc/go1.14: document overlapping interfaces change...
2020-01-30 Jay Conroddoc/go1.14: edit "Go command" section, move zone CPU...
2020-01-30 Hana Kimdoc/go1.14.html: describe the runtime/pprof change
2020-01-29 Jean de Klerkdoc/go1.14: edit "Go command" section, adding note...
2020-01-29 Bryan C. Millsgo/build: update TestImportDirNotExist to accept more...
2020-01-29 Joel Singcmd/internal/obj/riscv,cmd/link: shorten the riscv64...
2020-01-29 Joel Singcmd/compile,cmd/link: fix and re-enable open-coded...
2020-01-29 Daniel Martídoc: add the change to json.Compact in the 1.14 changelog
2020-01-29 Brad Fitzpatrickdoc/go1.14: document RISC-V support
2020-01-29 Ian Lance Taylornet/http: don't treat an alternate protocol as a known...
2020-01-29 Brad Fitzpatrickcmd/dist: remove riscv64 from set of incomplete ports
2020-01-29 Joel Singtest: disable the live test on riscv64
2020-01-28 Michael Anthony... runtime: ensure that searchAddr always refers to inUse...
2020-01-28 Dmitri Shuralyovsrc/go.mod: import x/crypto/cryptobyte security fix...
2020-01-28 Jeremy Faller[dev.link] cmd/link: port xcoff to new loader syntax
2020-01-28 Jeremy Faller[dev.link] cmd/link: remove flag FlagNewLdElf
2020-01-28 Jeremy Faller[dev.link] cmd/link: use new sym builders in macho...
2020-01-28 Joel Singcmd/compile: disable open-coded defers on riscv64
2020-01-28 Joel Singcmd/internal/obj/riscv: use signed immediates for U...
2020-01-28 Joel Singcmd/compile/internal/ssa/gen: avoid importing internal...
2020-01-27 Jay Conroddoc/go1.14: remove TODO from Tools section of release...
2020-01-27 Jay Conroddoc/go1.14: go command behavior with GO111MODULE=on...
2020-01-27 Cherry Zhangcmd/compile: on PPC64, fold offset into some loads...
2020-01-27 Bryan C. Millsdoc/go1.14: note that module support is ready for produ...
2020-01-27 Bryan C. Millsdoc/go1.14: document the new GOINSECURE variable
2020-01-26 Ian Lance Taylorstrconv: stop describing Unicode graphic characters...
2020-01-25 Joel Singcmd/vendor: provide riscv64 support in tools/go/analysi...
2020-01-25 Joel Singvendor: provide golang.org/x/sys/cpu/cpu_riscv64.go
2020-01-25 Joel Singtest: adjust tests for riscv64
2020-01-25 Joel Singcmd/go: disable link syso test on linux/riscv64
2020-01-25 Joel Singcmd/objdump: disable unsupported tests on riscv64
2020-01-25 Joel Singcmd/vendor: cherry pick asm_linux_riscv64.s for x/sys...
2020-01-25 Brian Kesslerdoc/go1.14: mention math/big.GCD argument change
2020-01-24 Michael KnyszekRevert "runtime: don't hold worldsema across mark phase"
2020-01-24 Michael KnyszekRevert "runtime: release worldsema before Gosched in...
2020-01-24 Carlos Amedeecmd/link: ensure cgo cflags do not leak into dwarf...
2020-01-24 Dravenruntime: update deltimer comments
2020-01-24 Alexander RakoczyRevert "runtime: speed up receive on empty closed channel"
2020-01-24 Jay Conrodcmd/go: fix cgo test when min macOS version is set
2020-01-23 Ariel Mashrakitext/template/parse: remove redundant return
2020-01-23 Filippo Valsordacrypto/x509: mitigate CVE-2020-0601 verification bypass...
2020-01-23 Carlos Amedeecmd/link: ensure cgo cflags do not leak into tvOS test
2020-01-23 Kirill Tatchihintime: document how Parse handles two-digit years
2020-01-23 Bryan C. Millscmd/go: add a control case to the mod_vendor_trimpath...
2020-01-23 Daniel Martícmd/go: make Script/test_regexps less flaky under load
2020-01-23 Jay Conrodcmd/go: unify trimpath logic for -mod=vendor, -mod=mod
2020-01-23 Joel Singruntime: add missing code for linux/riscv64
2020-01-23 Joel Singcmd/internal/obj/riscv: restore the ADDI instruction...
2020-01-23 Joel Singcmd/internal/obj/riscv: add missing instructions to...
2020-01-23 Jay Conrodcmd/dist: print error if GOROOT is inside a module
2020-01-22 Filippo ValsordaRevert "net/http: support gzip, x-gzip Transfer-Encodings"
2020-01-22 Austin Clementsruntime: document special memmove requirements
2020-01-22 Ian Lance Taylorruntime: don't skip checkTimers if we would clear delet...
2020-01-22 Joel Singcmd/dist: mark cgo as disabled on linux/riscv64
2020-01-22 Joel Singcmd/dist: detect gohostarch on riscv64 hosts
2020-01-22 Joel Singcmd/internal/obj/riscv: implement prologue and epilogue
2020-01-22 Jay Conrodcmd/go: add -d flag to mod_get_test
2020-01-21 Joel Singcmd/internal/obj/riscv: populate DWARF register mapping...
2020-01-21 Joel Singcmd/internal/obj/riscv: correctly split immediates...
2020-01-21 Kévin Dunglasnet/http/httputil: add docs about X-Forwarded-For in...
2020-01-20 Carlos Eduardo Seoruntime: fix wrong offset when calling ppc64x nanotime...
2020-01-19 Tobias Klausertest: disable test for #36516 when cgo is not enabled
2020-01-19 Joel Singreflect: correct riscv64 assembly
2020-01-19 Joel Singruntime: add support for linux/riscv64
2020-01-19 Yasser Abdolmalekinet: document *OpError.Err must not be nil
2020-01-18 Joel Singcmd/compile: implement compiler for riscv64
2020-01-18 Joel Singreflect: add support for riscv64
2020-01-18 Roger Peppetesting: clarify that Cleanup is run after subtests...
2020-01-17 David Chasecmd/compile: change the "bogus line" to be 1
2020-01-17 Keith Randallcmd/compile: mark ... argument to checkptrArithmetic...
2020-01-16 Jay Conrodcmd/go: trim paths from vendored packages with -trimpath
2020-01-16 Ian Lance Taylortesting: don't run Cleanup functions until parallel...
2020-01-16 Ian Lance Taylorruntime: ignore power notification error seen on Window...
2020-01-15 Josh Bleecher... cmd/compile: use a sync.Pool and string interning when...
2020-01-15 Brad Fitzpatrickcrypto/tls: stop a timeout timer
2020-01-15 Joel Singmath, math/big: add support for riscv64
2020-01-15 Tobias Klauserruntime: re-enable TestArenaCollision on darwin in...
2020-01-15 yah01spec: add missing space in EBNF
2020-01-15 Thomas Symborskistrings: update Join parameter name for clarity
next