]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2018-02-28 erifan01cmd/asm: enable several arm64 load & store instructions
2018-02-28 Ben Shicmd/compile: optimize ARM64 code with EON/ORN
2018-02-28 Balaram Makamcmd/compile: improve fractional word zeroing
2018-02-28 Hana Kimcmd/trace: skip tests if parsing fails with timestamp...
2018-02-28 Matthew Dempskycmd/compile: fix unexpected type alias crash
2018-02-28 Daniel Martícmd/compile: improved error message when calling a...
2018-02-28 Adam Langleycrypto/x509: parse invalid DNS names and email addresses.
2018-02-28 Robert Griesemergo/types: fix empty interface optimization (minor perfo...
2018-02-28 Robert Griesemergo/types: fix incorrect context when type-checking...
2018-02-28 Josh Bleecher... cmd/compile: prevent memmove in copy when dst == src
2018-02-28 Richard Millersyscall: reduce redundant getwd tracking in Plan 9
2018-02-28 Richard Millerruntime: don't try to shrink address space with brk...
2018-02-28 Rob Pikedoc/faq: add a Q&A about virus scanners
2018-02-28 Robert Griesemercmd/compile, cmd/compile/internal/syntax: print relativ...
2018-02-28 Hana Kimcmd/trace: fix overlappingDuration
2018-02-28 Heschi Kreinickcmd/link: revert CL 89535: "fix up location lists for...
2018-02-28 Kunpei Sakaicmd/compile: remove duplicates by using finishcompare
2018-02-27 Michael Fraenkelcmd/compile: convert untyped bool during walkCases
2018-02-27 Keith Randallcmd/compile: mark the first word of an interface as...
2018-02-27 isharipocmd/internal/obj/x86: add missing legacy insts
2018-02-27 Daniel Martícmd/vet: type conversions never have side effects
2018-02-27 Ilya Tocarcmd/compile/internal/ssa: refactor zeroUpper32Bits
2018-02-27 Darshan Parajulifmt: change some unexported method names to camel case
2018-02-27 Josh Bleecher... cmd/compile: clean up comments
2018-02-27 ChrisALilescmd/compile: move the SSA local type definitions to...
2018-02-27 Ilya Tocarcmd/compile/internal/ssa: combine byte stores on amd64
2018-02-27 Matthew Dempskycmd/compile: fix inlining of constant if statements
2018-02-27 Heschi Kreinickcmd/link: fix up location lists for dsymutil
2018-02-27 Tobias Klauserruntime: simplify walltime/nanotime on linux/{386,amd64}
2018-02-27 Tobias Klauseros, syscall: use pipe2 instead of pipe syscall on OpenBSD
2018-02-27 Philip Hofercmd/compile/internal/ssa: clear branch likeliness in...
2018-02-27 Josh Bleecher... runtime: improve 386/amd64 systemstack
2018-02-27 Joe Tsaigo/doc: replace unexported values with underscore if...
2018-02-27 erifan01math: optimize sinh and cosh
2018-02-27 Josh Bleecher... runtime: short-circuit typedmemmove when dst==src
2018-02-27 Giovanni Bajocmd/compile: fix bit-test rules for highest bit
2018-02-27 Giovanni Bajocmd/compile: fold bit masking on bits that have been...
2018-02-27 Chad Rosiercmd/compile/internal/ssa: combine zero stores into...
2018-02-27 Josh Bleecher... cmd/compile: tighten after lowering
2018-02-26 Keith Randallcmd/compile: implement comparisons directly with memory
2018-02-26 Kunpei Sakaicmd/compile: fix typechecking in finishcompare
2018-02-26 Kunpei Sakaicmd: avoid unnecessary type conversions
2018-02-26 Ilya Tocarcmd/compile/internal/amd64: use appropriate NEG for div
2018-02-26 Yury Smolskyarchive/zip: improve Writer.Create documentation on...
2018-02-26 motemencmd/go: fix formatting of file paths under cwd
2018-02-26 Hana Kimcmd/trace: trace error check and more logging in annota...
2018-02-26 Robert Griesemergo/types: type-check embedded methods in correct scope...
2018-02-26 Ian Lance Taylorunsafe: fix reference to string header
2018-02-26 Rens Rikkerinkcmd/cgo: clarify implicit "cgo" build constraint
2018-02-26 Robert Griesemercmd/compile: track line directives w/ column information
2018-02-26 Robert Griesemercmd/compile/internal/syntax: implement //line :line...
2018-02-26 Robert Griesemercmd/compile/internal/syntax: remove dependency on cmd...
2018-02-26 Brad Fitzpatrickstrings: add Builder benchmarks comparing bytes.Buffer...
2018-02-26 Tobias Klausersyscall: remove/update outdated TODO comments
2018-02-26 Tobias Klauseros: unify supportsCloseOnExec definition
2018-02-26 Alex Brainmanos: do not forget to set ModeDevice when using ModeChar...
2018-02-26 Tobias Klausernet, internal/poll, net/internal/socktest: use SOCK_...
2018-02-26 Kevin Burkeos/user: clean up grammar in comments
2018-02-26 Kunpei Sakaitime: avoid unnecessary type conversions
2018-02-26 Giovanni Bajobuild: small cleanup in error message in make.bat
2018-02-26 unknownnet/http,doc: use HTTP status code constants where...
2018-02-25 Agniva De Sarkerarchive/tar: remove loop label from reader
2018-02-24 Lubomir I.... os/user: obtain a user home path on Windows
2018-02-24 Daniel Martícmd/compile/internal/syntax: use stringer for operators...
2018-02-24 Ilya Tocarmath/big: speed-up addMulVVW on amd64
2018-02-23 Joe Tsaiarchive/zip: fix handling of Info-ZIP Unix extended...
2018-02-23 Ian Lance Taylorruntime: don't check for String/Error methods in printany
2018-02-23 Yuval Pavel... os: respect umask in Mkdir and OpenFile on BSD systems...
2018-02-23 Austin Clementsruntime: reduce arena size to 4MB on 64-bit Windows
2018-02-23 Austin Clementsruntime: support a two-level arena map
2018-02-23 Austin Clementscmd/compile: teach front-end deadcode about && and ||
2018-02-23 Austin Clementsruntime: rename "arena index" to "arena map"
2018-02-23 Austin Clementsruntime: don't assume arena is in address order
2018-02-23 Ian Lance Taylorpath: use OS-specific function in MkdirAll, don't alway...
2018-02-23 Daniel Martícmd/vet: use type info to detect the atomic funcs
2018-02-23 Adam Langleycrypto/x509: tighten EKU checking for requested EKUs.
2018-02-23 Oleg Bulatovregexp: Regexp shouldn't keep references to inputs
2018-02-23 Alberto Donizetticmd/compile: add code generation tests for sqrt intrinsics
2018-02-23 mingrammerruntime: rename the TestGcHashmapIndirection to TestGcM...
2018-02-23 Alberto Donizetticmd/compile: intrinsify math.Sqrt on 386
2018-02-23 Alberto Donizetticmd/compile: use | in the last repetitive generic rules
2018-02-23 Jerrin Shaji... runtime: fix a few typos in comments
2018-02-22 Robert Griesemergo/types: add -panic flag to gotype command for debugging
2018-02-22 Tobias Klausersyscall: remove list of unimplemented syscalls
2018-02-22 Robert Griesemergo/types: fix regression with short variable declarations
2018-02-22 Ben Shicmd/compile: fix FP accuracy issue introduced by FMA...
2018-02-22 Alexey Palazhchenkodatabase/sql: add String method to IsolationLevel
2018-02-22 Alberto Donizetticmd/compile: use | in the most repetitive s390x rules
2018-02-22 Martin Möhrmannreflect: avoid calling common if type is known to be...
2018-02-22 Ben Shicmd/compile: improve FP performance on ARM64
2018-02-22 erifan01cmd/asm: add arm64 instructions for math optimization
2018-02-22 David Chasecmd/compile: decouple emitted block order from regalloc...
2018-02-21 Hana Kimcmd/trace: add memory usage reporting
2018-02-21 Robert Griesemercmd/compile/internal/syntax: simpler position base...
2018-02-21 OneOfOnenet/http: support multipart/mixed in Request.MultipartR...
2018-02-21 Yury Smolskytext/template: fix the documentation of the block action
2018-02-21 Austin Clementsruntime: clarify address space limit constants and...
2018-02-21 Austin Clementsruntime: offset the heap arena index by 2^47 on amd64
2018-02-21 Austin Clementsruntime: abstract indexing of arena index
2018-02-21 Austin Clementsruntime: simplify bulkBarrierPreWrite
next