]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2019-10-02 Michael Hendricksnet: avoid an infinite loop in LookupAddr
2019-10-02 Egon Elbrecmd/cgo: optimize cgoCheckPointer call
2019-10-02 W. Trevor Kingcrypto/x509: add Detail to Expired errors
2019-10-02 Dan Scalescmd/compile: add an explicit test for compile of arch...
2019-10-02 Brad Fitzpatricknet/http: document that Request.Host includes HTTP...
2019-10-02 Ruixin(Peter... cmd/compile/internal/gc: intrinsify mulWW on s390x
2019-10-02 Michael Mundaycmd/compile: allow multiple SSA block control values
2019-10-02 Jason A. Donenfeldcmd/link: implement Msync for Windows using FlushViewOfFile
2019-10-02 Kyohei Kadotanet/http/cgi: skip tests if not functional perl
2019-10-02 Emmanuel T... os/signal: lazily start signal watch loop only on Notify
2019-10-01 Bryan C. Millsinternal/goversion: update to 1.14
2019-10-01 Ariel Mashrakitext/template/parse: remove duplication in peekNonSpace
2019-10-01 Ariel Mashrakitext/template/parse: use strings.Builder in Chain and...
2019-10-01 Clément Chigotcmd/internal/obj/ppc64: Fix ADUFFxxxx generation on...
2019-10-01 Nuno Crucesnet/http: avoid sending unspecified time for directories
2019-10-01 Andrew BonventreRevert "cmd/link: load symbols from .syso in external...
2019-10-01 Alex Brainmancmd/link: MapViewOfFile output file
2019-10-01 Ariel Mashrakitext/template/parse: use strings.Builder in String...
2019-10-01 Shenghou Maruntime: fix darwin syscall performance regression
2019-10-01 Andrew Bonventrecmd/go/internal/modfetch: update TestCodeRepo for gopkg...
2019-10-01 John Papandriopouloscmd/link: load symbols from .syso in external link...
2019-10-01 Rob Piketext/template: further simplify building the vars list
2019-09-30 Matthew Dempskycmd/compile: remove pointer temporaries in walkcompare
2019-09-30 Matthew Dempskycmd/compile: remove redundant anylit calls in walkcompare
2019-09-30 Pantelis Sampaziotistext/template/parse: specify slice capacity in Pipenode...
2019-09-30 An Xiaonet: update quotation marks in comment
2019-09-30 chauncyccrypto/x509: add IPAddresses to list of template fields...
2019-09-30 Pantelis Sampaziotisstrconv: add Unwrap to custom error types
2019-09-30 Tobias Klausersyscall: fix TestGroupCleanupUserNamespace on CentOS
2019-09-30 Carlo Alberto... math/rand: devirtualize interface call in Read
2019-09-30 Richard Musiolsyscall/js: add Value.Delete for deleting JavaScript...
2019-09-30 Julien Schmidtdatabase/sql: preallocate list slice in Drivers()
2019-09-29 Carlo Alberto... math/rand: devirtualize interface in lockedSource
2019-09-29 Richard Musiolcmd/link: add producer section to wasm binaries
2019-09-29 Alberto Donizettidoc: remove double mention of custom workspace
2019-09-28 Alberto Donizetticmd/compile: use %v for Node formatting
2019-09-28 Mohit Vermacmd/compile: use Node.Right for OAS2* nodes (cleanup)
2019-09-28 Pantelis Sampaziotisregexp: add examples for FindSubmatchIndex and Longest
2019-09-28 David Crawshawreflect: let StructOf define unexported fields
2019-09-27 Hasit Bhattcmd: update x/tools version to enforce only one %w
2019-09-27 Daniel Martícmd/compile: minor simplifications in rulegen
2019-09-27 Matthew Dempskycmd/compile: add column details to export data
2019-09-27 Justin Nußhtml/template: document handling of namespaced and...
2019-09-27 Bryan C. Millscmd/go: do not reject internal double-dots in path...
2019-09-27 Emmanuel T... net/http: remove TestTimeoutHandlerAndFlusher due to...
2019-09-27 Than McIntoshcmd/link: remove reading/processing of function Autom...
2019-09-27 Than McIntoshcmd/compile: don't emit autom's into object file
2019-09-27 Than McIntoshcmd/link: create DWARF types for autos based R_USETYPE...
2019-09-27 Than McIntoshcmd/compile: add R_USETYPE relocs to func syms for...
2019-09-26 Matthew Dempskycmd/compile: apply constant folding to ORUNESTR
2019-09-26 Giovanni Bajocmd/compile: in poset, simplify usage of CheckIntegrity
2019-09-26 Giovanni Bajocmd/compile: in poset, move all constants to the first DAG
2019-09-26 Emmanuel T... net/http, doc/go1.13.html: revert TimeoutHandler.Flush
2019-09-26 Matthew Dempskycmd/compile: remove DDD array types
2019-09-26 Brad Fitzpatrickcmd/dist: fix bootstrap failure when GOHOSTARCH is set
2019-09-26 Matthew Dempskycmd/compile: extract typecheckarraylit function
2019-09-26 Giovanni Bajocmd/compile: adjust top-level documentation of poset
2019-09-26 Giovanni Bajocmd/compile: detect indvars that are bound by other...
2019-09-26 Giovanni Bajocmd/compile: refactor some code in loopbce.go
2019-09-26 Matthew Dempskycmd/compile: stop exporting OPTRLIT
2019-09-26 Matthew Dempskycmd/compile: simplify OPTRLIT handling
2019-09-26 Giovanni Bajocmd/compile: in prove, learn facts from OpSliceMake
2019-09-26 Joel Singcmd/internal/obj/riscv: require memory targets for...
2019-09-26 Brad Fitzpatricktest: make -all_codegen default to true on linux-amd64...
2019-09-26 Joel Singcmd/internal/obj/riscv: implement control transfer...
2019-09-26 Joel Singcmd/internal/obj/riscv: implement AUIPC and LUI instruc...
2019-09-26 Filippo Valsordadoc: document Go 1.13.1 and Go 1.12.10
2019-09-26 Filippo Valsordanet/textproto: don't normalize headers with spaces...
2019-09-26 Russ Coxcontext: use fewer goroutines in WithCancel/WithTimeout
2019-09-26 Brad FitzpatrickRevert "internal/bytealg: add assembly implementation...
2019-09-26 Michael Anthony... runtime: fix lock acquire cycles related to scavenge...
2019-09-26 Davor KapsaSECURITY.md: update go versions
2019-09-26 Bryan C. Millscmd/go/internal/robustio: extend filesystem workarounds...
2019-09-26 Jeremy Fallercmd/compile: remove isStmt symbol from FuncInfo
2019-09-26 Michael Mundaycmd/compile: use numeric condition code masks on s390x
2019-09-26 Jeremy Fallercmd/link: switch linker over to new debug lines from...
2019-09-26 Tobias Klausercmd/compile: use yyerrorl in some typechecking functions
2019-09-26 Emmanuel T... internal/poll: make SendFile work with large files...
2019-09-26 Tardis Xuruntime: detail the method comment
2019-09-25 Dan Scalesmisc, runtime, test: extra tests and benchmarks for...
2019-09-25 Michael Mundaycmd/asm: add masked branch and conditional load instruc...
2019-09-25 Michael Anthony... runtime: scavenge on growth instead of inline with...
2019-09-25 Austin Clementsruntime: grow the heap incrementally
2019-09-25 Michael Anthony... runtime: redefine scavenge goal in terms of heap_inuse
2019-09-25 Meng Zhuointernal/bytealg: add assembly implementation of Compar...
2019-09-25 Keith Randallruntime: fix ppc64le race code
2019-09-25 Marwan Sulaimancmd/go: consistent output for -json failures
2019-09-25 Matthew Dempskycmd/compile: optimize escape graph construction and...
2019-09-25 Matthew Dempskycmd/compile: use proper work queue for escape graph...
2019-09-25 Than McIntoshtest: add testcase for gccgo compiler buglet
2019-09-25 Cuong Manh Lecmd/compile: remove n.SetLikely(false) usage
2019-09-25 Jeremy Fallercmd/compile: update object file format for DWARF file...
2019-09-25 Matthew Dempskycmd/compile: use underlying OCOMPLIT's position for...
2019-09-25 Matthew Dempskycmd/compile: remove -s flag
2019-09-25 Matthew Dempskytest: add regress test for #27557
2019-09-25 Bryan C. Millscmd/go/internal/modload: annotate replacements in Packa...
2019-09-25 Daniel Martítext/template: don't evaluate '.' as a float64
2019-09-25 Ariel Mashrakitext/template: support all comparable types in eq
2019-09-25 Joel Singcmd/internal/obj/riscv: implement floating point instru...
2019-09-25 Tobias Klauserruntime: gofmt after CL 192937
next