]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2019-09-06 Matthew Dempskycmd/compile: rewrite untyped constant conversion logic
2019-09-06 Matthew Dempskycmd/compile: use CTNIL for pointer-typed OLITERALs
2019-09-06 Matthew DempskyRevert "cmd/compile: improve errors for invalid convers...
2019-09-06 Mihai Boroboceatext/template: refer to sorted map keys as "ordered...
2019-09-06 Matthew Dempskycmd/compile: rename Etype to ctxType
2019-09-06 K. "pestophagous... cmd/compile: improve errors for invalid conversions...
2019-09-06 Joel Singcmd/internal/sys: provide architecture definition for...
2019-09-06 Yuval Pavel... cmd/link: use gold when dynamic linking on arm,arm64...
2019-09-06 Ian Lance Taylormisc/cgo/test: use __atomic intrinsics instead of __sync
2019-09-06 Sjoerd Siebingacmd/go: add a test for -sectcreate in LDFLAGS
2019-09-06 Cuong Manh Lecmd/compile: remove tempname usages
2019-09-06 Than McIntoshcmd/link: memoize/cache whether plugin.Open symbol...
2019-09-06 Than McIntoshtest: tweak test to avoid unpreemptible loop with gccgo
2019-09-06 Than McIntoshtest: add test that failed with gccgo
2019-09-06 Matthew Dempskycmd/compile: restore lineno before returning in default...
2019-09-06 Ian Lance Taylorcmd/dist: default to clang on OpenBSD
2019-09-06 Cuong Manh Lecmd/compile: preserve loop depth when evaluating block
2019-09-06 Ian Lance Taylorerrors: clarify docs for when As returns false
2019-09-05 psampazregexp: add example for ReplaceAll
2019-09-05 Richard Musiolcmd/internal/obj/wasm: refactor handling of wasm variables
2019-09-04 Michael Knyszekruntime: use hard heap goal if we've done more scan...
2019-09-04 Bryan C. Millscmd/go/internal/test: prepend -test.timeout rather...
2019-09-04 Austin Clementsruntime: platform-independent faketime support
2019-09-04 Austin Clementssyscall: redirect writes to runtime.write in faketime...
2019-09-04 Austin Clementsruntime: wrap nanotime, walltime, and write
2019-09-04 Bryan C. Millscmd/go/internal/get: avoid panic in metaImportsForPrefi...
2019-09-04 Jonathan Amsterdamerrors: fix wrong code in package doc
2019-09-04 Robert Griesemerspec: clarify that shift count must be non-negative
next