]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2020-01-10 Ian Lance Taylordoc/go1.14: preannounce dropping macOS 10.11 support
2020-01-09 Matthew Dempskyruntime: change checkptr to use throw instead of panic
2020-01-09 Jay Conrodcmd/go: remove references to 1.13 in 'go help modules'
2020-01-09 Austin Clementsdoc/go1.14: -d=checkptr is not yet recommended on Windows
2020-01-09 Dmitri ShuralyovCONTRIBUTORS: first round of updates for Go 1.14
2020-01-09 Michael Anthony... runtime: add scavtrace debug flag and remove scavenge...
2020-01-09 Bryan C. Millscmd/go: explicitly reject 'list -u' and 'list -versions...
2020-01-09 Bryan C. Millscmd/go/internal/modload: do not disable Query for ...
2020-01-09 Austin Clementsruntime: protect against external code calling ExitProcess
2020-01-09 Bryan C. Millscmd/go: make "finding" logging deterministic
2020-01-09 Cherry Zhangruntime: overwrite asyncPreempt PC when injecting sigpa...
2020-01-08 Bryan C. Millscmd/go: adjust heuristics for skipping +incompatible...
2020-01-08 Keith Randallcmd/compile: give every really deep type a unique name
2020-01-08 Luka Zitniknet/http: document that ParseForm consumes Request...
2020-01-08 Joel Singruntime: use FP offsets for pipe/pipe2 on freebsd/arm64...
2020-01-07 Michael Matloobcmd/go: fix TestScript/test_main_twice
2020-01-07 Michael Matloobcmd/go: fix test broken by incorrect comments
2020-01-07 Michael Matloobcmd/go: convert import comment tests to script framework
2020-01-07 Michael Matloobcmd/go: convert TestImportCycle to the script framework
2020-01-07 Michael Matloobcmd/go: convert tests using testdata/src/testrace to...
2020-01-07 Bryan C. Millsnet/http: avoid writing to Transport.ProxyConnectHeader
2020-01-07 Michael Matloobcmd/go: convert TestTestRegexps to the script framework
2020-01-07 Michael Matloobcmd/go: convert TestCoverageImportMainLoop and TestGoTe...
2020-01-07 Michael Matloobcmd/go: remove tests using testdata/flag_test.go
2020-01-07 Joel Singruntime: correct assembly for openbsd/arm64
2020-01-07 Julian Tibbleruntime: fix typo in comment
2020-01-07 Joel Singruntime: correct setNonblock on linux/arm64
2020-01-07 Dan Scalesruntime: avoid potential deadlock when tracing memory...
2020-01-06 Brad Fitzpatrickos: document that File.Seek works on directories, but...
2020-01-06 Cherry Zhangruntime: test memmove writes pointers atomically
2020-01-06 Michael Matloobcmd/go: convert some cgo-related testcases to script...
2020-01-06 Michael Matloobcmd/go: convert TestGoTestWithoutTests to the script...
2020-01-06 Michael Matloobcmd/go/testdata/script: delete trailing space in test
2020-01-06 Michael Matloobcmd/go: convert TestIssue17119 to the script test framework
2020-01-06 Michael Matloobcmd/go: convert some testcases to the script framework
2020-01-06 Michael Matloobcmd/go: parallellize more test cases
2020-01-06 Sean Liao.github: add link to questions in ISSUE_TEMPLATE
next