]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2020-01-06 Michael Matloobcmd/go: convert TestGoGenerateBadImports to script...
2020-01-06 Michael Matloobcmd/go: convert TestRunPkg to the script framework
2020-01-06 Brad Fitzpatricknet: update renamed test name in comment
2020-01-06 Austin ClementsRevert "cmd/link: skip symbol references when looking...
2020-01-06 Michael Matloobcmd/go: convert TestIssue7108 to the script framework
2020-01-06 Michael Matloobcmd/go/testdata: remove directory badmod
2020-01-06 Joel Singsyscall: resync various riscv64 structs with x/sys...
2020-01-06 Joel Singsyscall: provide Renameat as a wrapper around renameat2...
2020-01-06 Joel Singsyscall: fix riscv64 syscall assembly
2020-01-06 Tim Cooperall: fix typo in RuneSelf, runeSelf comments
2020-01-04 Joel Singcmd/link: skip symbol references when looking for missi...
2020-01-04 Joel Singcmd/internal/obj/riscv: correct CALL reloc symbol handling
2020-01-04 Joel Singcmd/internal/obj/riscv: handle MOV rewrites in separate...
2020-01-04 Cherry Zhangruntime: don't use R11 in nanotime1/walltime1 on ARM
2020-01-03 Daniel Martídoc: document atexit_sleep_ms flag in race_detector
2020-01-03 Jay Conrodcmd/go: clarify stderr behavior for 'go help mod download'
2020-01-03 Michael Matloobcmd/go: convert TestGoTestImportErrorStack to the scrip...
2020-01-03 Michael Matloobcmd/go: convert TestGoBuildNotMain to script framework
2020-01-03 Michael Matloobcmd/go: convert TestRunInternal to the script test...
2020-01-03 Michael Matloobcmd/go: convert TestCoveragePattern to the script framework
2020-01-03 Michael Matloobcmd/go: remove TestGoTestDetectsTestOnlyImportCycles
2020-01-03 Michael Matloobcmd/go: convert TestPluginNonMain to script framework
2020-01-03 Michael Matloobcmd/go: convert tests using testdata/src/syntaxerror...
2020-01-03 Dmitri Shuralyovdoc: remove root.html and conduct.html (moved to x...
2020-01-03 Emmanuel T... all: fix invalid invocations of Fatalf in goroutines
2020-01-02 Katie Hockmandoc: add section for checksum database to module refere...
2020-01-02 Austin Clementsdoc/go1.14: mention sync.Mutex changes
2020-01-02 Cherry Zhangruntime: ensure memmove write pointer atomically on...
2020-01-02 Rhys Hiltnerruntime: emit trace event in direct semaphore handoff
2020-01-02 Dmitri Shuralyovdoc: 2020 is the Year of the Gopher
2019-12-31 Tobias Klauserinternal/poll: use correct fcntl implementations
2019-12-30 Tobias Klauserinternal/syscall/unix: use libc based fcntl for IsNonbl...
2019-12-30 Josh Bleecher... cmd/compile: fix typo in comment
2019-12-30 Tobias Klausersyscall: use fcntl64 on 32-bit GNU/Linux systems
2019-12-27 Michael Anthony... runtime: check whether scavAddr is in inUse on scavenge...
2019-12-27 Ian Lance Taylorio: show ErrUnexpectedEOF in ExampleReadAtLeast
2019-12-27 Ian Lance Taylordoc/go1.14: mention increased number of EINTR errors
next