]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2017-05-12 Hiroshi Iokacmd/go: fix TestCgoContainsSpace
2017-05-11 Keith Randallcmd/compile: fix store chain in schedule pass
2017-05-11 Josh Bleecher... cmd/compile: restore panic deduplication
2017-05-11 Josh Bleecher... cmd/compile: don't use statictmps for SSA-able composit...
2017-05-11 Josh Bleecher... cmd/compile: avoid checkwidth of [...] arrays
2017-05-11 Tom Bergannet/http: for http2, use the priority write scheduler...
2017-05-11 Ben Shicmd/internal/obj: continue to optimize ARM's constant...
2017-05-11 Daniel Martíreflect: remove dead v.typ assignment
2017-05-10 Ian Lance Tayloros: remove extraneous 's' from TestStdPipe error message
2017-05-10 David Chasecmd/compile: repair copy-pasted method comment
2017-05-10 Martin Möhrmannruntime: remove unused cpuid_X variables
2017-05-10 Josh Bleecher... cmd/link: set Fieldtrack symbol type to SDATA
2017-05-10 David Chasecmd/compile: reduce debugger-worsening line number...
2017-05-10 Hiroshi Iokago/build: accept spaces in cgo directives
2017-05-10 Martin Möhrmanninternal/cpu: new package to detect cpu features
2017-05-10 Michael Mundaycmd/compile: add generic rules to eliminate some unnece...
2017-05-10 Michael Mundaycmd/compile/internal/ssa: fix generation of ppc64x...
2017-05-10 David Chasecmd/link: include DW_AT_producer in .debug_info
2017-05-10 Daniel Martíreflect: don't panic in ArrayOf if elem size is 0
2017-05-10 Lynn Bogercmd/compile: ppc64x intrinsics for math/bits
2017-05-10 Daniel Martíreflect: fix String of new array types
2017-05-10 Marvin Stengercmd/compile/internal/gc: rename signatlist to signatset
2017-05-10 Josh Bleecher... cmd/compile: use a buffered channel for the function...
2017-05-09 Josh Bleecher... cmd/compile: allow OpVarXXX calls to be duplicated...
2017-05-09 Ian Lance Taylorcmd/internal/obj, cmd/link: fix st_other field on PPC64
2017-05-09 Todd Nealcmd/compile: ignore types when considering tuple select...
2017-05-09 Josh Bleecher... cmd/compile: change ssa.Type into *types.Type
2017-05-09 Josh Bleecher... cmd/compile: add boolean simplification rules
2017-05-09 Marvin Stengercmd/compile/internal/ssa: mark boolean instructions...
2017-05-09 Josh Bleecher... cmd/compile: make builds reproducible in presence of...
2017-05-09 Josh Bleecher... cmd/compile: make "imported and not used" errors determ...
2017-05-09 Cherry Zhangcmd/internal/obj/arm64, cmd/compile: improve offset...
2017-05-09 Josh Bleecher... cmd/go: enable concurrent backend compilation by default
2017-05-09 Josh Bleecher... cmd/go: add support for concurrent backend compilation
2017-05-09 Robert Griesemerspec: clarify unsafe.Pointer conversions
2017-05-09 Ibrahim AshShohailgo/token: remove excess parenthesis in NoPos.IsValid...
2017-05-09 Austin Clementsruntime/pprof: deflake TestGoroutineCounts
2017-05-09 Ian Lance Taylorcmd/go: put user flags after code generation flag
2017-05-09 Rob Phoenixnet: fix ExampleParseCIDR IPv4 prefix length
2017-05-09 Alex Brainmancmd/go: run tests that require symlinks
2017-05-09 Alex Brainmanos: avoid calulating fileStat.path until it is needed
2017-05-09 ltnwglcontainer/heap: optimization when selecting smaller...
2017-05-09 Rob Phoenixnet: add examples for IPv4, ParseCIDR & IPv4Mask
2017-05-08 Robert Griesemercmd/compile: better errors for float constants with...
2017-05-08 Bill O'Farrellmath: use SIMD to accelerate additional scalar math...
2017-05-08 Marvin Stengerbytes: skip inline test by default
2017-05-08 Alex Brainmaninternal/poll: remove allocation in windows FD.Writev
2017-05-07 Elias Naurcmd/link/internal/ld: don't link with -no_pie on darwin...
2017-05-07 Kevin Burkeos, cmd/link: fix typos
2017-05-07 Marvin Stengerbytes: optimize Buffer's Write, WriteString, WriteByte...
2017-05-07 Damien Lespiaucmd/asm: enable MOVSD in the encoding end-to-end test
2017-05-07 Alex Brainmanos: reimplement windows os.Stat
2017-05-06 Egon Elbrecmd/link/internal/ld: fix external linking on windows
2017-05-06 Ben Shicmd/asm: fix operand order of ARM's MULA instruction
2017-05-06 Nigel Taoimage/gif: don't panic on large or nil-containing color...
2017-05-05 Robert Griesemergo/types: remove invalid documentation and assertion...
2017-05-05 Robert Griesemergo/importer: report import path if package is not found
2017-05-05 Josh Bleecher... cmd/compile: add Func.SetNilCheckDisabled
2017-05-05 Carlos Eduardo Seocmd/internal/obj/ppc64, cmd/link/internal/ppc64: Change...
2017-05-05 Samuel Tanhtml/template: allow safe usage of predefined escapers...
2017-05-05 Dieter Plaetincktemplate: warn about interleaved nature of writes
2017-05-05 David Crawshawcmd/link: stop passing unused read_only_relocs
2017-05-05 Alex Brainmancmd/link: do not read .bss sections in ldpe
2017-05-04 Josh Bleecher... go/constant: avoid generating rats for large negative...
2017-05-04 Josh Bleecher... cmd/compile: suppress duplicate type errors
2017-05-04 Ian Lance Taylorcmd/link: set ELF CPIC bit in mips64 objects
2017-05-04 David Crawshawcmd/go, cmd/compile: match tool versions
2017-05-04 Adam Benderdoc: fix minor formatting issues in contribute.html
2017-05-04 Brad Fitzpatrickall: use time.Time.Equal instead of == in some tests
2017-05-04 David Crawshawcmd/go: use os.Executable to find GOROOT
2017-05-04 Brad Fitzpatrickcrypto: revise wording about cryptographically broken...
2017-05-04 Brad Fitzpatrickspec: remove an unnecessary semicolon from code example
2017-05-04 Josh Bleecher... cmd/compile: prevent panic while formatting func(....
2017-05-03 Andreas Auernhammercrypto: document insecure algorithms
2017-05-03 Brad Fitzpatricknet/http: update bundled http2
2017-05-03 Steven Hartlandcrypto/x509: load certs from env vars + extra locations
2017-05-03 Shenghou Macmd/link/internal/ld: always show output from external...
2017-05-03 Josh Bleecher... cmd/compile: avoid panic when printing *<N>
2017-05-03 Martin Möhrmannvendor/golang_org/x/crypto/chacha20poly1305: revendor
2017-05-03 feilengcui008runtime: clean redundant call of environ function
2017-05-03 Filip Gruszczyńskiencoding/gob: use MakeMapWithSize when decoding map
2017-05-02 Filip Gruszczynskiruntime: don't panic for bad size hint in hashmap
2017-05-02 Alberto Donizettidoc/contribute: directly link to the Agreements page
2017-05-02 Brad Fitzpatrickapi: update next.txt
2017-05-02 Michael Mundaycmd/{asm,compile}: avoid zeroAuto clobbering flags...
2017-05-02 Bryan C. Millsexpvar: reduce sync.Map overhead for (*Map).Set
2017-05-02 Chris Manghanenet/http: bgErr is unused; remove it
2017-05-02 Josh Bleecher... cmd/dist: spin up fewer test dir runners
2017-05-02 Josh Bleecher... cmd/internal/obj: fix LSym.Type during compilation...
2017-05-01 Elias Naurmisc/android: don't let the Android exec wrapper hang...
2017-05-01 Martin Möhrmanncmd/compile: use MOVL instead of MOVQ for small constan...
2017-05-01 Martin Möhrmannruntime: refactor cpu feature detection for 386 & amd64
2017-05-01 Michael Hudson... cmd/internal/obj/x86: use LEAx rather than ADDx when...
2017-05-01 Damien Lespiaucmd/internal/obj/x86: fix ANDPS encoding
2017-05-01 Josh Bleecher... cmd/compile: avoid giant init functions due to many...
2017-05-01 Josh Bleecher... runtime: use 64 bit calculation in overLoadFactor
2017-05-01 Josh Bleecher... cmd/compile: add minor bit twiddling optimizations
2017-05-01 Josh Bleecher... cmd/compile: add comments to trackAllTypes
2017-05-01 Damien Lespiaucmd/asm: enable CMPPS, CMPPD, CMPSS and CMPSD encoding...
2017-05-01 Michael Hudson... Revert "cmd/link: replace SHIDDEN bit in SymKind with...
next