]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2022-08-04 Matthew Dempskyall: REVERSE MERGE dev.unified (d558507) into master
2022-08-04 Matthew Dempsky[dev.unified] all: merge master (85d87b9) into dev...
2022-08-04 Dmitri Shuralyovall: update vendored golang.org/x dependencies for...
2022-08-04 Russ Coxall: remove pre-Go 1.17 workarounds
2022-08-04 Austin Clementsruntime: clean up panic and deadlock lock ranks
2022-08-04 Austin Clementsruntime: make the lock rank DAG make more sense
2022-08-04 Austin Clementsruntime: add mayAcquire annotation for finlock
2022-08-04 Austin Clementsruntime: add missing trace lock edges
2022-08-04 Austin Clementsruntime: generate the lock ranking from a DAG description
2022-08-04 Austin Clementsruntime: delete unused lock ranks
2022-08-04 Austin Clementsinternal/dag: add a Graph type and make node order...
2022-08-04 Austin Clementsgo/build, internal/dag: lift DAG parser into an interna...
2022-08-04 Russ Coxcmd/dist: require Go 1.17 for building Go
2022-08-04 Dmitry Vyukovruntime: support riscv64 SV57 mode
2022-08-03 Russ Coxmake.bat, make.rc: show bootstrap toolchain version
2022-08-03 Than McIntoshcmd/asm: update package doc to describe "-p" option
2022-08-03 Matthew Dempsky[dev.unified] cmd/compile: start using runtime dictionaries
2022-08-03 Russ Coxnet: disable TestIPv6WriteMsgUDPAddrPortTargetAddrIPVer...
2022-08-02 Michael Prattruntime: trivial replacements of g in remaining files
2022-08-02 Michael Prattruntime: trivial replacements of g in signal_unix.go
2022-08-02 Michael Prattruntime: tricky replacements of g in traceback.go
2022-08-02 Michael Prattruntime: tricky replacements of g in proc.go
2022-08-02 Michael Prattruntime: trivial replacements of _g_ in remaining files
2022-08-02 Michael Prattruntime: trivial replacements of _g_ in os files
2022-08-02 Michael Prattruntime: trivial replacements of _g_ in GC files
2022-08-02 Michael Prattruntime: trivial replacements of _g_ in proc.go
2022-08-02 Michael Prattruntime: tricky replacements of _g_ in os3_solaris.go
2022-08-02 Michael Prattruntime: tricky replacements of _g_ in os3_plan9.go
2022-08-02 Michael Prattruntime: tricky replacements of _g_ in signal_windows.go
2022-08-02 Michael Prattruntime: tricky replacements of _g_ in signal_unix.go
2022-08-02 Michael Prattruntime: tricky replacements of _g_ in trace.go
2022-08-02 Michael Prattruntime: tricky replacements of _g_ in mgc.go
2022-08-02 Michael Prattruntime: tricky replacements of _g_ in proc.go
2022-08-02 Michael Prattruntime: rename _p_ to pp
2022-08-02 Michael Prattruntime: clean up dopanic_m
2022-08-02 Michael Prattruntime: clean up canpanic
2022-08-02 Michael Prattruntime: fix outdated g.m comment in traceback.go
2022-08-02 Dmitri Shuralyovinternal/goversion: update Version to 1.20
2022-08-02 Russ Coxall: disable tests that fail on Alpine
2022-08-01 Matthew Dempskytest: improve generic type assertion test
2022-08-01 Wayne Zuocmd/compile: fix wrong dict pass condition for type...
2022-08-01 Dmitri Shuralyovdoc: move Go 1.19 release notes to x/website
2022-08-01 Matthew Dempskydoc: mention removal of cmd/compile's -importmap and...
2022-08-01 WANG Xueruidoc/go1.19: fix typo: EM_LONGARCH -> EM_LOONGARCH
2022-08-01 Brad Fitzpatrickdoc/go1.19: fix a few links that were missing trailing...
2022-07-30 hopehookruntime: fix typos
2022-07-30 David Chase[dev.unified] go/internal: set underlying types in...
2022-07-29 Ian Lance Taylorcmd/dist: always pass -short=true with -quick
2022-07-28 Russ Coxdoc/go1.19: minor adjustments and links
2022-07-28 WANG Xueruidoc/go1.19: improve the loong64 release notes
2022-07-28 Russ Coxos/exec: add GODEBUG setting to opt out of ErrDot changes
2022-07-28 Matthew Dempsky[dev.unified] all: merge master (462b78f) into dev...
2022-07-28 Matthew Dempsky[dev.unified] go/internal/gcimporter: flatten imports
2022-07-28 Matthew Dempsky[dev.unified] cmd/compile: move "has init" to private...
2022-07-28 Matthew Dempsky[dev.unified] cmd/compile: implement simple inline...
2022-07-28 Matthew Dempsky[dev.unified] cmd/compile: allow inlining to fail grace...
2022-07-28 Matthew Dempsky[dev.unified] cmd/compile: extract nil handling from...
2022-07-28 Matthew Dempsky[dev.unified] cmd/compile: write iface conversion RTTI...
2022-07-28 Matthew Dempsky[dev.unified] cmd/compile: write RTTI into unified...
2022-07-27 Cherry Muimisc/cgo/test: use fewer threads in TestSetgidStress...
2022-07-27 Roland Shoemakermath/big: check buffer lengths in GobDecode
2022-07-27 Brad Fitzpatricknet: document UDPConn.ReadFromUDPAddrPort's AddrPort...
2022-07-26 database64128net: fix WriteMsgUDPAddrPort addr handling
2022-07-26 Ian Lance Taylordoc/go1.19: note that updated race syso files require...
2022-07-26 Muhammed Can... bytes: document that Reader.Reset affects the result...
2022-07-26 Cherry Muiruntime/cgo: use frame address to set g0 stack bound
2022-07-25 Keith Randallcmd/compile: fix blank label code
2022-07-25 qmuntalruntime: fix runtime.Breakpoint() on windows/arm64
2022-07-25 Matthew Dempsky[dev.unified] cmd/compile: add method expressions to...
2022-07-25 Matthew Dempsky[dev.unified] cmd/compile: remove obsolete RTTI wiring
2022-07-25 Justin Tragliacmd/go: add space after comma in 'go help test'
2022-07-25 Tobias Klauserdoc/go1.19: minor fixes
2022-07-25 Marcus Watkinstime: clarify documentation for allowed formats and...
2022-07-25 Abirdcflyinternal/fuzz: fix typo in function comments
2022-07-25 Filippo Valsordadoc/go1.19: expand crypto release notes
2022-07-24 Abirdcflyruntime: fix typo in function comments
2022-07-24 jacobishaocmd/compile/internal/noder: correct spelling errors...
2022-07-22 Cherry Muicmd/compile: make jump table symbol local
2022-07-22 Cuong Manh Le[dev.unified] cmd/compile: make Unified IR always write...
2022-07-22 Russ CoxA+C: delete AUTHORS and CONTRIBUTORS
2022-07-21 Ian Lance Taylorunsafe: document when Sizeof/Offsetof/Alignof are not...
2022-07-21 Dmitri Shuralyovnet/http: remove accidental heading in Head documentation
2022-07-21 Cherry Muicmd/dist: enable race detector test on S390X
2022-07-20 Keith Randallcmd/cgo: allow cgo to pass strings or []bytes bigger...
2022-07-20 Keith Randalltest: use go tool from tree, not path
2022-07-20 Keith Randallcmd/compile: improve GOAMD64=v1 violation test
2022-07-20 Gerrit Code... Merge "[dev.unified] all: merge master (8e1e64c) into...
2022-07-19 Matthew Dempsky[dev.unified] cmd/compile/internal/reflectdata: remove...
2022-07-19 Matthew Dempsky[dev.unified] cmd/compile/internal/noder: simplify...
2022-07-19 Matthew Dempsky[dev.unified] cmd/compile/internal/noder: better switch...
2022-07-19 Matthew Dempsky[dev.unified] cmd/compile/internal/noder: explicit...
2022-07-19 Matthew Dempsky[dev.unified] test: add switch test case for tricky...
2022-07-19 Matthew Dempsky[dev.unified] cmd/compile/internal/noder: preserve...
2022-07-19 Matthew Dempsky[dev.unified] cmd/compile/internal/noder: wire RTTI...
2022-07-19 Matthew Dempsky[dev.unified] cmd/compile/internal/noder: implicit...
2022-07-19 Matthew Dempsky[dev.unified] test: relax panic message expectations
2022-07-19 Matthew Dempsky[dev.unified] cmd/compile/internal/noder: prefer *At...
2022-07-19 David Chase[dev.unified] all: merge master (8e1e64c) into dev...
2022-07-19 Dan Kortschakcrypto/internal/nistec,debug/gosym: fix typos
2022-07-19 Keith Randallcmd/compile: fix mknode script
next