]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2019-09-10 Agniva De Sarkercmd/compile: optimize const rotates for wasm architecture
2019-09-10 Romain Baugueencoding/json: don't indirect pointers when decoding...
2019-09-10 Robert Griesemercmd/compile/internal/scanner: report at most one lexica...
2019-09-09 Matthew Dempskycmd/compile: remove vestigial TDDDFIELD
2019-09-09 sergeilemencoding/asn1: handle ASN1's string type BMPString
2019-09-09 Eric Rutherfordpath: improve documentation to call out cases where...
2019-09-09 Matthew Dempskycmd/compile: report more precise errors about untyped...
2019-09-09 Ainar Garipovsrc: gofmt -s
2019-09-09 Eli Benderskyencoding/json: clarify Unmarshal behavior for map keys
2019-09-09 smasher164A+C: change email address for Akhil Indurti
2019-09-09 Martin MöhrmannRevert "compile: prefer an AND instead of SHR+SHL instr...
2019-09-09 Martin Möhrmanncompile: prefer an AND instead of SHR+SHL instructions
2019-09-09 Keisuke Kishimotosyscall: minor cleanup of duplicated code
2019-09-08 Ainar Garipovall: fix typos
2019-09-08 Elias Naursyscall: re-generate zsyscall_darwin_arm*.s
2019-09-07 Elias Naurnet,os: disable more sysctl tests on iOS
2019-09-07 smasher164net/http: make copyValues append instead of calling Add
2019-09-07 Elias Naurlog/syslog: skip unsupported tests on iOS
2019-09-07 Elias Naursyscall: disable sysctl on iOS
2019-09-07 Joel Singcmd/internal/obj: instructions and registers for RISC-V
2019-09-07 Joel Singcmd/asm/internal/arch: consolidate LinkArch handling
2019-09-07 Emmanuel T... net: handle >=2GiB files with sendfile on Windows
next