]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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 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
2020-01-14 Rob Pikedoc: fix up some HTML issues in go_spec.html
2020-01-14 Ian Lance Taylorruntime: keep P's first timer when in new atomically...
2020-01-14 Michael Anthony... runtime: better approximate total cost of scavenging
2020-01-14 Koya IWAMURAC: add missing name
2020-01-13 Ian Lance TaylorRevert "os: handle long path in RemoveAll for windows"
2020-01-13 Rob Piketime: add a sentence about distant times to time.Time...
2020-01-13 Robert Griesemerspec: uniformly format empty interfaces as "interface{}"
2020-01-13 Constantin... os: handle long path in RemoveAll for windows
2020-01-13 Keith Randallcmd/compile: print recursive types correctly
2020-01-13 fujimoto kyosukehtml: update URL in comment
2020-01-10 Ian Lance Taylorruntime: don't let P's timer heap get clogged with...
2020-01-10 Bryan C. Millscmd/go/internal/modload: fix an erroneous comment about...
2020-01-10 Matthew Dempskyruntime: add tests for checkptr
2020-01-10 Jeremy Fallercmd/compile: emit only '/' in DWARF file names
2020-01-10 Jay Conrodcmd: update golang.org/x/mod to v0.2.0 (latest)
2020-01-10 Ian Lance Taylorruntime: don't skip timer when adjustTimers sees a...
2020-01-10 Filippo Valsordasrc/go.mod: update x/crypto to drop broken poly1305...
2020-01-10 bxq2011hustcrypto/x509: this change modifies C.CopyPEMRoots to...
2020-01-10 Tobias Klausermisc/cgo/test: re-enable darwin cgo tests in race mode
next