]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2019-09-25 Brad Fitzpatricknet/http: propagate Client.Timeout down into Request...
2019-09-25 Cuong Manh Lecmd/compile: add documentation for isfat
2019-09-24 Alan Donovanlog: mention names of flag constants in {Set,}Flags...
2019-09-24 Jeremy Fallercmd/compile: generate debug_lines in compiler
2019-09-24 Jeremy Fallercmd/link: add notion of multiple compilation units...
2019-09-24 Lynn Bogercrypto/cipher: improve xorBytesVSX asm for ppc64x
2019-09-24 Bryan C. Millscmd/go: suppress errors in package-to-module queries...
2019-09-24 Martin Möhrmanncompile: prefer an AND instead of SHR+SHL instructions
2019-09-24 Bryan C. Millscmd/go/internal/modfetch/codehost: work around an appar...
2019-09-24 Eli Benderskycmd/gofmt: fix computation of function header size
2019-09-24 Lynn Bogercrypto/aes,crypto/cipher: add asm implementation for...
2019-09-24 Michael Fraenkelnet/http: remove http2 connections when no longer cached
2019-09-24 Gregory Mancmd/go: allow -I= and -I$SYSROOT in cgo CFLAGS
2019-09-24 lukechampinecrypto/ed25519: outline NewKeyFromSeed and Sign
2019-09-24 Sean Chenruntime: update runtime2.go itab comments about sync...
2019-09-24 Joel Singcmd/internal/obj/riscv: implement RV64I integer computa...
2019-09-24 Joel Singcmd/internal/obj/riscv: add environment call/breakpoint...
2019-09-23 Daniel Martígo/printer: never print a newline before the returned...
2019-09-23 Matthew Dempskycmd/compile: clean up escape graph construction
2019-09-23 Cherry Zhangcmd/compile: fix register masks of ANDCC et al. on...
next