]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2019-10-09 Jay Conrodcmd/go: eliminate redundancy in import error messages
2019-10-09 Bryan C. MillsRevert "cmd/go: fail if a test binary exits with no...
2019-10-09 Jason A. Donenfeldcmd/go/internal/modfile: remove preceding empty lines...
2019-10-09 Emmanuel T... net/http: update bundled x/net/http2
2019-10-09 Emmanuel T... net/http: do not sniff response if Content-Encoding...
2019-10-09 Bryan C. Millscmd/go/internal/list: disallow 'list -m' with '-mod...
2019-10-09 Bryan C. Millscmd/go: automatically check and use vendored packages
2019-10-09 Jay Conrodcmd/go: document multiple conditions in TestScript
2019-10-09 Than McIntoshtest: new testcase for gccgo compiler problem
2019-10-09 Daniel Martícmd/go: fail if a test binary exits with no output
2019-10-09 Michael Mundaycmd/asm: add s390x branch-on-count instructions
2019-10-09 Michael Mundaycmd/asm: fix element size encoding for VSUMQ instructio...
2019-10-09 Bryan C. Millscmd/go: suppress more errors in package-to-module loading
2019-10-09 Elias Naurgo/build: allow ~ and ^ in #cgo directives for sr.ht...
2019-10-09 Brad Fitzpatrickall: remove the nacl port (part 1)
2019-10-08 Matthew Dempskycmd/compile: split n.Noescape() into separate uses
2019-10-08 Robert Griesemergo/types: don't skip defined types when reporting cycles
2019-10-08 Katie Hockmannet/textproto: do not allow multi-line header field...
2019-10-08 Dan Petersoncmd/go: respect -mod flag in fmt
2019-10-08 Davor Kapsanet/http: use err as error var in server.Serve
2019-10-08 Robert Griesemergo/types: remove objSet type in favor of explicit map...
2019-10-08 Robert Griesemergo/types: simplify some code and remove TODOs (cleanup)
2019-10-08 Robert Griesemergo/types: fix cycle detection
2019-10-08 Lynn Bogercmd/compile: use vsx loads and stores for LoweredMove...
2019-10-08 diaxu01cmd/internal/obj/arm64: add error checking for system...
2019-10-08 Tobias Klausercmd/compile: regenerate known formats in fmtmap_test.go
2019-10-08 Tobias Klausersyscall: don't use deprecated syscalls on linux/arm64
2019-10-08 Michael Mundaycmd/compile: add SSA rules for s390x compare-and-branch...
2019-10-08 Cuong Manh Lecmd/compile: don't use statictmps for small object...
2019-10-08 Richard Musiolsyscall: on wasm, do not panic if "process" global...
2019-10-07 David Chasecmd/compile: suppress statement marks on interior of...
2019-10-07 Matthew Dempskycmd/compile: remove useless block-indirection in type...
2019-10-07 Ben Schwartzruntime: speed up receive on empty closed channel
2019-10-07 Matthew Dempskycmd/compile: reimplement parameter leak encoding
2019-10-07 Matthew Dempskycmd/compile: introduce EscLeaks abstraction
2019-10-07 Richard Musiolruntime: do not omit stack trace of goroutine that...
2019-10-07 Richard Musiolcmd/link: produce valid binaries with large data sectio...
2019-10-07 Keith Randallcmd/compile: improve write barrier removal
2019-10-07 Cuong Manh Leinternal/reflectlite: add missing copyright header
2019-10-07 Keith Randallcmd/compile: reuse dead register before reusing registe...
2019-10-07 Meng Zhuobytes: add endian base compare test
2019-10-07 Cuong Manh Leinternal/reflectlite: add type mirror with reflect...
2019-10-07 Michael Mundaycmd/compile: reduce amount of code generated for block...
2019-10-06 Shenghou Maos: re-enable TestPipeThreads on darwin
2019-10-06 Serhat Giydirenunicode/utf8: add link to formal UTF-8 description.
2019-10-05 Cuong Manh Leinternal/reflectlite: updates reflectlite to match...
2019-10-05 Cuong Manh Leruntime: add doc to remind adopting changes to reflectlite
2019-10-05 Daniel Martícmd/go: avoid ssh known_hosts prompts on test
2019-10-05 Tobias Klausersyscall: add support for freebsd/arm64
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
next