]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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...
2019-09-18 Bryan C. Millscmd/go/internal/modload: do not prune the module root...
2019-09-18 Ariel Mashrakicmd/go/internal/semver: remove duplicate words in Compa...
2019-09-18 fanzha02runtime: check for nil g in msancall() on arm64
2019-09-18 Ian Lance Taylorinternal/goroot: for -compiler=gccgo, only look for...
2019-09-18 Liz Riceregexp: add more examples for Regexp methods
2019-09-18 Jean de Klerkreflect: give type hints in error messages
2019-09-18 Daniel Martícmd/compile: parallelize one more bit of rulegen
2019-09-18 Egon Elbrecontext: mention asynchronous cancellation propagation
2019-09-18 Austin Clementsdebug/dwarf: expose file name table from line table...
2019-09-18 Austin Clementsdebug/dwarf: expose CU byte order
2019-09-18 Tom Thorogoodnet/http: fix HTTP/2 idle pool tracing
2019-09-18 Than McIntoshcmd/go: fix buglet in alternate gccgo debug_modinfo...
2019-09-18 Daniel Martíall: remove trailing whitespace from HTML files
2019-09-18 Jeremy Fallercmd/link: prefix Go syms with _ on darwin
2019-09-18 Than McIntoshcmd/go: use alternate debug_modinfo recipe for gccgo
2019-09-18 Lynn Bogercmd/asm,cmd/compile: clean up isel codegen on ppc64x
2019-09-18 Bryan C. Millscmd/go: support -trimpath with gccgo
2019-09-18 Tobias Klausersyscall: skip TestAmbientCapsUserns if user namespaces...
2019-09-18 Matthew Dempskycmd/compile: optimize switch on strings
2019-09-18 Robert Griesemermath/big: avoid MinExp exponent wrap-around in 'x'...
2019-09-18 Robert Griesemergo/parser: return partial result from ParseExpr in...
2019-09-18 Matthew Dempskycmd/compile: remove toolstash bandage
2019-09-18 Matthew Dempskycmd/compile: remove OCASE and rename OXCASE to OCASE
2019-09-18 Matthew Dempskycmd/compile: tweak OIF construction for binarySearch
2019-09-17 Robert Griesemergo/types: make sure interfaces are complete before...
2019-09-17 Javiermath: Add examples for Copysign, Dim, Exp* and Trunc
2019-09-17 Jeremy FallerRevert "cmd/link: prefix syms with "_" on darwin links"
2019-09-17 Pantelis Sampaziotistime: add examples for microseconds and milliseconds...
next