]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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...
2019-09-17 Jeremy Fallercmd/link: prefix syms with "_" on darwin links
2019-09-17 Than McIntoshdebug/elf: apply more relocations when reading DWARF...
2019-09-17 Daniel Martícmd/compile: reduce the regexp work in rulegen
2019-09-17 LE Manh Cuongcmd/compile: support more length types for slice extens...
2019-09-17 Keith Randallruntime: remove unneeded noinline directives
2019-09-17 Tamir Dubersteinnet: avoid transiting durations through floats
2019-09-17 Joel Singcmd/asm,cmd/internal/obj/riscv: implement integer compu...
2019-09-17 Robert Griesemergo/types: remove unused pathString and rename objPathSt...
2019-09-16 Matthew Dempskycmd/compile: major refactoring of switch walking
2019-09-16 Matthew Dempskytest: add test coverage for type-switch hash collisions
2019-09-16 Lucas Bremgartnerencoding/json: validate strings when decoding into...
2019-09-16 Daniel Martícmd/compiler: skip some go/printer work in rulegen
2019-09-16 Daniel Martícmd/compile: parallelize another big chunk of rulegen
2019-09-16 Jay Conrodcmd/go: don't split internal test main packages twice
2019-09-16 Matthew Dempskycmd/compile: require -lang=go1.14 for overlapping inter...
2019-09-16 Alberto DonizettiRevert "test/codegen: document -all_codegen option...
2019-09-16 Jay Conrodcmd/go: don't include package dir in cache key when...
2019-09-16 Matthew Dempskycmd/compile: trim function name prefix from escape...
2019-09-16 Ian Lance Tayloros/signal: split up sleeps waiting for signal
2019-09-16 Maya Rashishsyscall: avoid zeroing unused syscall arguments
2019-09-16 Lynn Bogerdoc: update ppc64 section for asm.html
2019-09-16 Lucas Bremgartnerencoding/json: make Number with the ,string option...
2019-09-16 Cherry Zhangtest/codegen: document -all_codegen option in README
2019-09-16 Cuong Manh Lecmd/compile: consistently use strlit to access constant...
2019-09-15 Austin Clementsmisc/wasm: fix argv/envp layout
next