]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2020-04-17 Josh Bleecher... test: add test for nil check / bounds check compiler...
2020-04-17 Matthew Dempskycmd/compile: fix misassumption about n.Left.Bounded()
2020-04-17 Ian Lance Taylorruntime: use mcache0 if no P in profilealloc
2020-04-16 Matthew Dempskycmd/compile: remove totype0 type-constructor helpers
2020-04-16 Russ Coxnet/url: add URL.RawFragment, URL.EscapedFragment
2020-04-16 empijeihtml/template,text/template: switch to Unicode escapes...
2020-04-16 Rebecca Stamblergo/types: add detail to missing method error messages
2020-04-16 Joel Singruntime: clean up now unused pushCallSupported
2020-04-16 Austin Clementsruntime: tidy Context allocation
2020-04-16 Quey-Liang Kaoruntime: add async preemption support on riscv64
2020-04-16 Josh Bleecher... cmd/compile: make AlgKind a stringer
2020-04-16 Michael Anthony... runtime: prevent preemption while releasing worldsema...
2020-04-15 Gregory Petrosyango/doc: fix detection of whole file examples
2020-04-15 Bryan C. Millsos/signal: special-case test settle time on the solaris...
2020-04-15 Brad Fitzpatrickcrypto/tls: help linker remove code when only Client...
2020-04-15 David Chasecmd/compile: split up the addressing mode on OpAMD64CMP...
2020-04-15 Alberto Donizettimath/big: remove Direct Sqrt computation
2020-04-15 Brad Fitzpatricktext/template: avoid a global map to help the linker...
2020-04-15 Lynn Bogercmd/internal/obj/ppc64: add support for PCALIGN 32
2020-04-15 Brad Fitzpatrickmath/big: add test that linker is able to remove unused...
2020-04-15 Hanjun Kimmath/big: fix typo in documentation for Int.Exp
2020-04-14 Ian Lance Tayloros/exec: create extra threads when starting a subprocess
2020-04-14 Brad Fitzpatrickmath/big: don't use Float in init to help linker discar...
2020-04-14 Ian Lance Taylortime/tzdata: new package
2020-04-14 Michael Mundaycmd/compile: error if register is reused when setting...
2020-04-14 Michael Mundaycmd/compile: fix deallocation of live value copies...
2020-04-14 Michael Mundaycmd/compile: fix incorrect block for s390x Select1 op
2020-04-14 Ian Lance Taylorcmd/cgo: use consistent tag for a particular struct
2020-04-14 Tobias Klausercmd/internal/obj/riscv: gofmt
2020-04-14 Josh Bleecher... cmd/compile: make type switch case positions consistent
2020-04-14 Josh Bleecher... cmd/compile: make ifaceData accept a position
2020-04-14 Hana (Hyang... std,cmd: update golang.org/x/crypto to v0.0.0-202004141...
2020-04-14 Gerrit Code... Merge "cmd: merge branch 'dev.link' into master"
2020-04-14 Josh Bleecher... cmd/compile: improve generated code for concrete cases...
2020-04-14 Cherry Zhangcmd: merge branch 'dev.link' into master
2020-04-14 Cherry Zhang[dev.link] cmd/oldlink: update with recent change
2020-04-14 Cuong Manh Lecmd/compile: mark static arrays when initialize map...
2020-04-14 Josh Bleecher... cmd/compile: mark static slice backing arrays as noalg
2020-04-14 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-04-14 Jeremy Faller[dev.link] cmd/link: remove some globals from symtab.go
2020-04-14 Cuong Manh Lecmd/compile: remove "special return in disguise" case
2020-04-14 Robert Griesemergo/types: use same local variable consistently (minor...
2020-04-14 Obeyda Djeffaltime: quote original value in errors returned by ParseD...
2020-04-13 Ian Lance TaylorRevert "time/tzdata: new package"
2020-04-13 Ericio: simplify Examples
2020-04-13 Cherry Zhangcmd/link: don't split container symbols when write...
2020-04-13 Cherry Zhangcmd/compile: debug rewrite
2020-04-13 Ian Lance Taylortime/tzdata: new package
2020-04-13 Katie Hockmancrypto/x509: fix test to prevent Gerrit keycheck errors
2020-04-13 Michael Prattruntime/pprof: clarify recursive inline heuristic
2020-04-13 Michael Prattruntime/pprof: try to use real stack in TestTryAdd
2020-04-13 Katie Hockmancrypto/x509: generate SubjectKeyId for CAs
2020-04-13 Jonathan Amsterdamerrors: add example for Is
2020-04-13 Tobias Klausercmd/cgo: fix parameter name in godoc comment for badPoi...
2020-04-13 Cherry Zhang[dev.link] cmd/link: remove symbol.FuncInfo
2020-04-13 Cherry Zhang[dev.link] cmd/link: stop populating lib/unit.Textp
2020-04-13 Katie Hockmancrypto/tls: failed tls.Conn.Write returns a permanent...
2020-04-13 Bryan C. MillsRevert "cmd/internal/obj/ppc64: add support for pcalign...
2020-04-13 Joel Singcmd/compile: update TestIntendedInlining for riscv64
2020-04-13 Hana (Hyang... cmd/trace: use the focustask mode for user task/region...
2020-04-13 Cherry Zhang[dev.link] cmd/link: stop loading FuncInfo in LoadFull
2020-04-13 Keith Randallcmd/compile: ensure ... rules have compatible aux and...
2020-04-13 Keith Randallcmd/compile: convert more AMD64.rules lines to typed...
2020-04-13 Than McIntosh[dev.link] cmd/link: fix funcfunctab crash with darwin...
2020-04-13 Tobias Klauserinternal/cpu: unify HWCap/HWCap2 comments
2020-04-13 Kevin Burkecmd/link: fix spelling error
2020-04-13 chainhelendoc/debugging_with_gdb: fix the link of delve
2020-04-13 Joel Singcmd/compile: run TestLogOpt for riscv64 on amd64
2020-04-13 Than McIntosh[dev.link] cmd/link/internal/loader: get rid of the...
2020-04-13 Than McIntosh[dev.link] cmd/link: convert inltree syms to anonymous...
2020-04-13 Than McIntosh[dev.link] cmd/link: convert findfunctab to loader...
2020-04-12 Keith Randallcmd/compile: rewrite some AMD64 rules to use typed...
2020-04-12 Keith Randallcmd/compile: move more generic rewrites to the typed...
2020-04-12 Joel Singcmd/compile: log large copies on riscv64
2020-04-12 Joel Singcmd/compile: enable Sqrt as a compiler intrinsic on...
2020-04-12 Keith Randallruntime/race: rebuild netbsd .syso
2020-04-12 Cherry Zhang[dev.link] cmd/link: don't split container symbols...
2020-04-12 Emmanuel T... doc/go1.15, net/url: document new method URL.Redacted
2020-04-11 Nigel Taostrconv: add comment re extFloat errorscale
2020-04-11 Josh Bleecher... cmd/compile: guard against invalid phis in shortcircuit
2020-04-11 Cuong Manh Lecmd/compile: correct comment for len check when make...
2020-04-11 Keith Randallcmd/compile: move some generic rules to strongly typed
2020-04-11 Keith Randallcmd/link: turn ASLR off for netbsd+race
2020-04-11 Alex BrainmanRevert "cmd/compile: make logopt test skip if cannot...
2020-04-11 David Chasecmd/compile: add explanations to escape-analysis JSON...
2020-04-10 David Chasecmd/compile: change gc logging to report inline failure...
2020-04-10 Keith Randallcmd/compile: prevent constant folding of +/- when resul...
2020-04-10 Cherry Zhang[dev.link] cmd/link: fix aux symbol handling in Funcdata
2020-04-10 Lynn Bogercmd/internal/obj/ppc64: add support for pcalign 32...
2020-04-10 Ian Lance Taylortest: add test case that gccgo failed to compile
2020-04-10 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-04-10 Cherry Zhang[dev.link] cmd/internal/goobj2: remove "2"
2020-04-10 Cherry Zhang[dev.link] cmd/link: use new-style Reloc accessors...
2020-04-10 Cherry Zhang[dev.link] cmd/link: use new-style Reloc accessors...
2020-04-10 Cherry Zhang[dev.link] cmd/link: use new-style Reloc accessors...
2020-04-10 Than McIntosh[dev.link] cmd/link: convert pcln linker phase to use...
2020-04-10 Keith Randallcmd/compile: use a Sym type instead of interface{}...
2020-04-10 Than McIntosh[dev.link] cmd/link: add IsWasm method for Target
2020-04-10 Than McIntosh[dev.link] cmd/link/internal/loader: add another symbol...
2020-04-10 Than McIntosh[dev.link] cmd/link/internal/loader: expand methods...
next