]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2019-09-15 Ben Shigo/parser: fix ignored errors in ParseExprFrom
2019-09-14 Nigel Taocompress/lzw: clarify code invariants
2019-09-13 Tim Cooperlog: add Lmsgprefix flag
2019-09-13 Jay Conrodcmd/go: fix link error for -coverpkg in GOPATH mode
2019-09-13 Joel Singcmd/link: simplify determineLinkMode
2019-09-13 Ruixin Baocmd/compile: add math/bits.Mul64 intrinsic on s390x
2019-09-12 Cherry ZhangRevert "cmd/link: prefix syms with "_" on external...
2019-09-12 Joel Singcmd/asm,cmd/internal/obj: initial support for riscv64...
2019-09-12 Jay Conrodcmd/go: document <module>/@latest endpoint in 'go help...
2019-09-12 Jeremy Fallercmd/link: prefix syms with "_" on external darwin links
2019-09-12 Bryan C. Millscmd/go/internal/work: include detail in errors from...
2019-09-12 Cuong Manh Lecmd/compile: do not mark export for send only chan
2019-09-12 Bryan C. Millsdoc/go1.14: start doc; note end of NaCl platform support
2019-09-12 Alberto Donizettidoc/gccgo: update gcc status, remove double spaces
2019-09-12 Tom Thorogoodcmd/go/internal/renameio,runtime: avoid leaking temp...
2019-09-12 Ruixin Baocmd/internal/obj/s390x: use 12 bit load and store instr...
2019-09-12 Bryan C. Millscmd/go/internal/modload: add an Unwrap method on Import...
2019-09-12 Bryan C. Millscmd/go/internal/web: include snippets of plain-text...
2019-09-12 Bryan C. Millscmd/go/internal/modfetch: reduce path redundancy in...
2019-09-12 Bryan C. Millscmd/go/internal/module: in VersionError, do not wrap...
2019-09-12 Daniel Martícmd/compile: stop using go/types in rulegen
2019-09-12 Nigel Taocompress/lzw: fix comment re high-code invariant
2019-09-12 Cuong Manh Lecmd/compile: generalize isfat to handle 1-field structs...
2019-09-12 Cuong Manh Lecmd/compile: allow iota inside function in a ConstSpec
2019-09-12 Cuong Manh Lego/types: fix iota undefined after ConstDecl inside...
2019-09-11 Matthew Dempskycmd/compile: move duplicate type-case checking into...
2019-09-11 Matthew Dempskycmd/compile: separate type and expression switch typech...
2019-09-11 Bryan C. MillsRevert "cmd/go/internal/modconv: use modules to examine...
2019-09-11 Dominik Honnefcmd/gofmt: don't turn nil slices into empty slices...
2019-09-11 Jay Conrodcmd/go: strip trailing slash from versioned arguments
2019-09-11 Aofei Shengcmd/go/internal/modconv: use modules to examine instead...
2019-09-11 William Poussierencoding/json: encode nil encoding.TextMarshaler instan...
2019-09-11 Joel Singcmd/internal/obj/riscv: fix up instruction groupings
2019-09-11 Bryan C. Millscmd/go/internal/modload: propagate errors from Query...
2019-09-11 Bryan C. Millscmd/go/internal/get: propagate server errors if no...
2019-09-11 Bryan C. Millscmd/go/internal/get: propagate parse errors in parseMet...
2019-09-11 Bryan C. Millscmd/go/internal/get: make the implementation of charset...
2019-09-11 Bryan C. Millscmd/go/internal/web: log complete URLs
2019-09-11 fanzha02cmd/go/internal/work: use pie link mode when using...
2019-09-11 Bryan C. Millscmd/go/internal/modfetch/codehost: treat nonexistent...
2019-09-11 Lucas Bremgartnerencoding/json: fix and optimize marshal for quoted...
2019-09-11 Ruixin(Peter... cmd/compile/internal/s390x: replace 4-byte NOP with...
2019-09-11 Howard Zhangsyscall: implement rawVforkSyscall for linux/arm64
2019-09-11 Yuichi Nishiwakiruntime: fix crash during VDSO calls on arm
2019-09-11 Sven Tauteencoding/base32: increase performance and code reuse
2019-09-11 Huan Dureflect: fix panic in DeepEqual when checking a cycle
2019-09-11 Marko Kunglareflect: enhance docs for IsZero and IsValid
2019-09-10 Matthew Dempskycmd/compile: better integrate parameter tagging with...
2019-09-10 Pantelis Sampaziotisregexp: add example for NumSubexp
2019-09-10 Than McIntoshgo/internal/gccgoimporter: remove guard on some assertions
2019-09-10 Bryan C. Millscmd/go/internal/modfetch: report the module path for...
2019-09-10 Bryan C. Millscmd/go/internal/module: document Version usage for...
2019-09-10 Ian Lance Taylorgo/internal/gccgoimporter: support embedded field in...
2019-09-10 Matthew Dempskycmd/compile: refactor escape analysis parameter tagging
2019-09-10 andigencoding/json: don't reset before returning buffer...
2019-09-10 Ian Lance Taylorcmd/go: for gccgo, look for tool build ID before hashin...
2019-09-10 Michael Mundaycmd/compile: improve s390x sign/zero extension removal
next