]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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...
2019-09-23 Jeremy Fallercmd/compile: add new symbol for debug line numbers
2019-09-23 Lynn Bogerruntime: fix regression on ppc64x from CL 192937
2019-09-23 Jeremy Fallercmd/link: make PCIter available to compiler
2019-09-23 Andrei Tudor... net: use case-insensitive host string comparison in...
2019-09-23 Keith Randallruntime: allow the Go runtime to return multiple stack...
2019-09-23 Daniel Martícmd/compile: reduce rulegen's output by 200 KiB
2019-09-23 Bryan C. MillsRevert "compile: prefer an AND instead of SHR+SHL instr...
2019-09-23 Andrew Medvedevcrypto/x509: give type hint in error message in marshal...
2019-09-23 Andrei Tudor... net: close correct file descriptor when netpoll registr...
2019-09-22 Robert Griesemergo/types: don't clone interface methods when embedding...
2019-09-21 Andrew Medvedevstrings, bytes: clarify usage of EqualFolds
2019-09-21 tworuntime/type: change fieldalign to use mixedCaps
2019-09-21 Martin Möhrmanncompile: prefer an AND instead of SHR+SHL instructions
2019-09-21 Agniva De Sarkertest/codegen: fix wasm codegen breakage
2019-09-21 Agniva De Sarkercmd/compile: optimize ssa if blocks for wasm architecture
2019-09-20 Hana Kimruntime/debug: correct BuildInfo.Main documentation
2019-09-20 Joel Singcmd/internal/obj/riscv: add load, store and multiplicat...
2019-09-20 Davor Kapsaos/user: clean error message formatting
2019-09-20 Emmanuel T... debug/dwarf: optimize buf.string
2019-09-20 Rob Pikedoc: reword to avoid the confusing term 'anew'
2019-09-20 Ian Lance Taylorruntime: avoid overflow in markrootBlock
2019-09-19 Jay Conrodcmd/go: don't construct module version info if there...
2019-09-19 Richard Musiolcmd/compile: add 32 bit float registers/variables on...
2019-09-19 Bryan C. Millscmd/go/internal/modload: use a structured error for...
2019-09-19 Bryan C. Millscmd/go: change the gccgo 'package m' regression test...
2019-09-19 Robert Griesemergo/types: move Identical* predicates into api.go file...
2019-09-19 Than McIntoshcmd/link: enhance linker's dwarf test
2019-09-19 ZYunHnet/url: add upperhex const instead of using string...
2019-09-19 Bryan C. Millscmd/go/internal/mvs: recompute build list in Reqs befor...
2019-09-19 Tobias Klausersyscall: extend skip criteria for TestAmbientCapsUserns
2019-09-19 Jason A. Donenfeldsyscall: avoid memory corruption in mksyscall_windows...
2019-09-19 Gert Cuykenscmd/doc: add option to output a clean one-line symbol...
2019-09-19 Andrewdoc/go1.13: add id tag to note about removal of NaCl...
next