]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2017-05-17 Austin Clementsruntime/pprof: don't produce 0 location in count profiles
2017-05-17 Carl Henrik... runtime/pprof: deflake TestGoroutineCounts
2017-05-17 Josh Bleecher... cmd/compile: fuse from end to beginning
2017-05-17 Josh Bleecher... cmd/compile: seed rand with time when race enabled
2017-05-17 Hiroshi Iokacmd/cgo: support large unsigned macros
2017-05-17 Ian Lance Taylorcmd/go: don't fail on missing runtime/internal/sys...
2017-05-17 Ian Lance Taylorcmd/go: fix TestExecutableGOROOT if GOROOT is a symlink
2017-05-17 Ian Lance Tayloros: fix handling of ErrShortWrite in (*File).Write
2017-05-16 Sean Chittendenruntime: mmap(2) on Solaris & Illumos can return EAGAIN.
2017-05-16 Cherry Zhangruntime, syscall: in Plan 9 ARM asm, replace "SWI 0...
2017-05-16 Adam Langleycrypto/tls: pass argument to serverInit rather than...
2017-05-16 Cherry Zhangcmd/internal/obj/mips: add support of LLV, SCV, NOOP...
2017-05-16 Mark Harrisonpath: add examples
2017-05-16 Josh Bleecher... cmd/compile: eliminate some bounds checks from generate...
2017-05-16 Josh Bleecher... cmd/compile: lay out exit blocks last
2017-05-16 Wei Xiaocmd/internal/objabi: fix the bug of shrinking SymType...
2017-05-15 Robert Griesemergo/types: fewer spurious "declared but not used" follow...
2017-05-15 David Chasecmd/compile: don't attach lines to SB, SP, similar...
2017-05-15 Keith Randallcmd/compile: better check for single live memory
2017-05-15 Josh Bleecher... test: add test of deferred delete
2017-05-15 Dmitri Shuralyovgo/build: return partial information on Import error...
2017-05-15 Austin Clementsruntime/pprof: expand inlined frames in symbolized...
2017-05-15 Austin Clementsruntime/pprof: clean up call/return PCs in memory profiles
2017-05-15 Alex Brainmancmd/link: actually generate .debug_gdb_scripts section...
2017-05-14 Robert Griesemertext/scanner: clarify documentation on Pos and Position
2017-05-14 Josh Bleecher... cmd/compile: tweak ssa.html colors
2017-05-14 Josh Bleecher... cmd/compile: don't update outer variables after capture...
2017-05-13 wuyunzhoucontainer/heap: avoid up() invoke if down() success...
2017-05-13 Brad Fitzpatrickbuiltin: fix signature of the builtin function make
2017-05-13 Lars Jeppesenarchive/tar: remove file type bits from mode field
2017-05-12 Robert Griesemertext/scanner: use correct token position in example
2017-05-12 Matt Hardennet: allow Resolver to use a custom dialer
2017-05-12 Austin Clementsruntime: doubly fix "double wakeup" panic
2017-05-12 Austin Clementsruntime: print debug info on "base out of range"
2017-05-12 Ian Lance Taylorcmd/go: fix TestExecutableGOROOT on Windows
2017-05-12 Hiroshi Iokacmd/go: use filepath.Base for getting $CC name in TestC...
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...
next