]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2020-04-20 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-04-20 Josh Bleecher... runtime/pprof: speed up CPU profiling shutdown
2020-04-20 Josh Bleecher... cmd/compile: delete gdata
2020-04-20 Josh Bleecher... cmd/compile: simplify slicebytes
2020-04-20 Cherry Zhang[dev.link] cmd/link: use function address directly...
2020-04-20 Jeremy Faller[dev.link] cmd/link: remove buffered file I/O from...
2020-04-20 Cuong Manh Lecmd/compile: remove useless nil check in symfmt
2020-04-20 Cuong Manh Lecmd/compile: remove nil check for p in isReflectPkg
2020-04-20 Cherry Zhangall.rc: pass arguments to make.rc
2020-04-20 Cuong Manh Lecmd/compile: refactor detecting package reflect logic
2020-04-20 Josh Bleecher... cmd/compile: speed up compiling with -S
2020-04-19 Than McIntoshdebug/pe: improve testpoint error message
2020-04-19 Cuong Manh Lecmd/compile: rewrite integer range rules to use typed...
2020-04-19 alex-semenyuktest: remove duplicate code from makechan/makemap
2020-04-19 Alberto Donizetticmd/compile: switch to typed aux for 386 lowering rules
2020-04-19 Cherry Zhangcmd/link: check for reflect.Value.MethodByName explicitly
2020-04-19 Cherry Zhangcmd/compile: when marking REFLECTMETHOD, check for...
2020-04-18 Cherry Zhangcmd/link: add a test that reflect.Value.Call does not...
2020-04-18 Daniel Martícmd/compile: use exported field names in rulegen
2020-04-18 Ian Lance Tayloros/exec: build TestExtraFiles subprocess without cgo
2020-04-18 Cherry Zhangcmd/link: update comment for deadcode
2020-04-18 Cherry Zhangcmd/link: stop checking reflect.Value.Call in deadcode...
2020-04-17 Russ Coxregexp/syntax: fix comment on p.literal and simplify
2020-04-17 Rob Pikecmd/doc: don't print package clauses on error
2020-04-17 Michael Matloobcmd/go: convert TestCaseCollisions to the script framework
2020-04-17 Michael Prattruntime: explictly state lock ordering direction
2020-04-17 Hana Kimnet/http/pprof: support the "seconds" param for block...
2020-04-17 Katie Hockmancrypto/x509: clarify MarshalPKIXPublicKey and ParsePKIX...
2020-04-17 Josh Bleecher... cmd/compile: remove superfluous SetBounded call
2020-04-17 Michael Mundaycmd/compile: make some s390x rules use strongly typed...
2020-04-17 Jeremy FallerRevert "[dev.link] cmd/link: remove buffered file I...
2020-04-17 Russ Coxtest: add copyright notice to typecheck.go
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 Jeremy Faller[dev.link] cmd/link: remove buffered file I/O from...
2020-04-16 Jeremy Faller[dev.link] cmd/link: allow OutBufs to work outside...
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 Than McIntosh[dev.link] cmd/link: set direct fn address in dwarf...
2020-04-16 Joel Singruntime: clean up now unused pushCallSupported
2020-04-16 Cherry Zhang[dev.link] cmd/link: add a test for trampoline insertion
2020-04-16 Cherry Zhang[dev.link] cmd/link: clear lib.Textp2 after use
2020-04-16 Cherry Zhang[dev.link] cmd/internal/goobj2: regenerate builtin...
2020-04-16 Cherry Zhang[dev.link] cmd/link: fix trampoline generation on AIX
2020-04-16 Cherry Zhang[dev.link] cmd/link: fix buglet in dodata
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 Than McIntosh[dev.link] cmd/link/internal/loader: remove some unused...
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 Than McIntosh[dev.link] cmd/link: begin splitting up dodata()
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 Than McIntosh[dev.link] cmd/link: hoist dwarfGenerateDebugSyms out...
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...
next