]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2019-10-05 Tobias Klausercmd/link/internal/arm64: add support for freebsd/arm64
2019-10-05 Alex Brainmansyscall, internal/syscall/windows, internal/syscall...
2019-10-05 Taicmd/cgo: build unique C type cache keys from parent...
2019-10-04 Alex Gaynorbufio: simplify bufio.Reader.ReadBytes to avoid an...
2019-10-04 David Chasecmd/compile: modify line number printing for nodes
2019-10-04 David Chasecmd/compile: adjust line numbering for type switch
2019-10-04 David Chasecmd/compile: remove statement marks from secondary...
2019-10-04 David Chasecmd/compile: attempt to preserve statements when prove...
2019-10-04 Jason A. Donenfeldsyscall: replace mksyscall_windows.go with wrapper...
2019-10-04 Dmitri Shuralyovdoc: remove docs.html
2019-10-04 David Chasecmd/compile: preserve statement marks in branch elimination
2019-10-04 Jay Conrodcmd/go/internal/modfile: report error for extra text...
2019-10-04 Jean de Klerkdoc: remove code.html
2019-10-04 Bryan C. MillsRevert "cmd/go: add a Latest field to the output of...
2019-10-04 Cuong Manh Lecmd/compile: lookup methods of base type for named...
2019-10-04 Brad Fitzpatrickcrypto/tls: remove NPN support
2019-10-04 David Chasecmd/compile: attempt to preserve statement marks when...
2019-10-04 Jordi Martincmd/go: set expected filename when building a local...
2019-10-04 Cuong Manh Lecmd/compile: update comment in order.go to refer new...
2019-10-04 David Chasecmd/compile: preserve statement mark in rematerialized...
2019-10-04 David Chasecmd/compile: don't attach statement marks to OpPhi
2019-10-04 Vojtech Bocekcrypto/x509: truncate signed hash before DSA signature...
2019-10-04 Bryan C. Millscmd/go: remove the -mod flag from 'go get'
2019-10-04 Alberto Donizettitest: add testcase for Issue 34520
2019-10-04 Duco van Amstelcmd/go: fix listing of ambiguous paths
2019-10-04 Josh Bleecher... os/exec: simplify doc wording for cmd.StdoutPipe and...
2019-10-03 David Chasecmd/compile: run deadcode before nilcheck for better...
2019-10-03 David Chasecmd/compile: make nilcheck more careful about statement...
2019-10-03 David Chasecmd/compile: classify more nodes as "poor choices"...
2019-10-03 David Chasecmd/compile: pick position of implicit break statements...
2019-10-03 David Chasecmd/compile: refine statement marking in numberlines
2019-10-03 Matthew Dempskycmd/compile: change size diagnostic to use benchmark...
2019-10-03 Meng Zhuointernal/bytealg: (re)adding mips64x compare implementation
2019-10-03 Meng Zhuocmd/asm: add VLD[1-4]R vector instructions on arm64
2019-10-03 Bryan C. MillsRevert "cmd/compile: walk the progs to generate debug_l...
2019-10-03 Matthew Dempskycmd/compile: don't statically copy string-typed variables
2019-10-03 Jason A. Donenfeldruntime: iterate ms via allm linked list to avoid race
2019-10-03 Jeremy Fallercmd/compile: walk the progs to generate debug_lines
2019-10-03 Tobias Klausercmd/go/internal/modfetch: update TestCodeRepo for gopkg...
2019-10-03 Utkarsh DixitC: update email address for utkarsh-extc
2019-10-03 Robert Griesemercmd/compile: better error message for language version...
2019-10-03 Matthew Dempskyruntime: use efaceOf where applicable
2019-10-03 Ariel Mashrakitext/template/parse: speed up nodes printing
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
next