]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2017-10-20 Ian Lance Taylorruntime: for kqueue treat EVFILT_READ with EV_EOF as...
2017-10-20 Matthew Dempskycmd/compile: prevent inlining go:yeswritebarrierrec...
2017-10-20 Cherry Zhangcmd/compile: skip runtime.nextFreeFast inlining test...
2017-10-20 Russ Coxcmd/go: delete ETXTBSY hack that is no longer needed
2017-10-20 Russ Coxcmd/go/internal/work: factor build.go into multiple...
2017-10-20 Russ Coxcmd/go: move internal/load.PluginPath to internal/work
2017-10-20 Ian Lance Taylorcmd/go: look for "unknown" when checking supported...
2017-10-20 Hana Kimcmd/trace: fix a javascript bug in handling import...
2017-10-20 Michael Mundaycmd/go: skip gold-specific part of TestNoteReading...
2017-10-19 Ben Burkertnet/http: ignore response body when forbidden by status...
2017-10-19 griesemergo/types: add test verifying corner-case behavior of...
2017-10-19 griesemerspec: remove vestiges referring to iotas being incremented
2017-10-19 Matthew Dempskycmd/compile: refactor generic AST walking code
2017-10-19 Artyom Pervukhintesting/iotest: fix NewReadLogger documentation typo
2017-10-19 Russ Coxcmd/go: skip updateBuildID on binaries we will run
2017-10-19 griesemerspec: clarify that each block has its own version of...
2017-10-19 Jed Denleaimage/gif: make blockReader a ByteReader, harden tests
2017-10-19 Austin Clementscmd/compile: allow duplicate DWARF producer symbols
2017-10-19 Alex Brainmancmd/link: add TODO missing from CL 70310
2017-10-19 griesemerspec: simplify paragraph on certain range expressions...
2017-10-19 Ian Lance Taylorinternal/poll: always decref if setting deadline fails
2017-10-18 Heschi Kreinickdebug/dwarf: clarify StructField.ByteSize doc
2017-10-18 Wei Congruicmd/vet: fix copylocks false positive on unsafe.Sizeof...
2017-10-18 Austin Clementscmd/compile, cmd/link: record compiler flags in DW_AT_p...
2017-10-18 Austin Clementsruntime: separate error result for mmap
2017-10-18 Heschi Kreinickcmd/compile: distinguish args and return values in...
2017-10-18 Tom Bergannet/http: update bundled http2
2017-10-18 Ian Lance Taylorruntime: align stack in 386 lib startup before calling...
2017-10-18 Dhananjay Nakranicmd/compile: fix segfault in race instrumentation
2017-10-18 Tim Cooperdatabase/sql: fix example usage of Out
2017-10-18 Russ Coxcmd/go: clean up x.exe properly in TestImportMain
2017-10-17 griesemerspec: explicitly state the import path for package...
2017-10-17 Tim Cooperos: add period at end of O_EXCL comment
2017-10-17 Daniel TheophanesRevert "database/sql: prevent race in driver by locking...
2017-10-17 Jay Conrodcmd/cover: don't try to attach directives to synthetic...
2017-10-17 Gabriel Aszalosflag: simplify switch-case in isZeroValue
2017-10-17 griesemercmd/compile/internal/parser: removed TODO (cleanup)
2017-10-17 griesemercmd/compile/internal/parser: use same logic for stmtLis...
2017-10-17 Ben Shicmd/internal/obj/arm: better solution of .S/.P/.U/...
2017-10-17 David du Colombierruntime: don't terminate locked OS threads on Plan 9
2017-10-17 David du Colombierruntime: disable use of template thread on Plan 9
2017-10-17 Wei Xiaoreflect: optimize CALLFN wrapper for arm64
2017-10-17 Ian Lance Taylorruntime: unify 386 entry point code
2017-10-17 Ian Lance Taylordebug/dwarf: support 64-bit DWARF in byte order check
2017-10-17 griesemercmd/compile/internal/parser: removed TODO (cleanup)
2017-10-17 Tim Coopertext/template: add break, continue actions in ranges
2017-10-17 griesemercmd/compile/internal/syntax: better recovery after...
2017-10-16 Jay Conrodcmd/cover: preserve compiler directives in floating...
2017-10-16 Filippo Valsordamath/big: fix ModSqrt optimized path for x = z
2017-10-16 Alessandro... runtime/cgo: declare crosscall2 frame using TEXT for...
2017-10-16 Ian Lance Taylorruntime: remove commented out code from ARM Linux boot
2017-10-16 Daniel Martícmd/compile: make more use of value switches
2017-10-16 Cherry Zhangcmd/compile: remove needwritebarrier from the frontend
2017-10-16 Cherry Zhangcmd/asm: reject STREX with same source and destination...
2017-10-16 Matthew Dempskycmd/compile: remove unnecessary Xoffset assignment
2017-10-16 Tom Bergannet/http: preserve Host header following a relative...
2017-10-16 griesemercmd/compile/internal/syntax: factor out list parsing
2017-10-16 griesemercmd/compile/internal/syntax: match argument and paramet...
2017-10-16 griesemercmd/compile/internal/syntax: cleanups around parser...
2017-10-16 Ian Lance Taylorruntime: fix use of STREX in various exitThread impleme...
2017-10-16 Kunpei Sakainet/http/httputil: extract duplicate code as removeConn...
2017-10-16 soluchoknet/http: fix panic when status without description...
2017-10-16 Michael Hudson... cmd/link: replace SCONTAINER with an attribute bit
2017-10-16 Michael Hudson... cmd/link: replace SHIDDEN bit in SymKind with a bit...
2017-10-16 Javier Segurabytes: add examples of Equal and IndexByte
2017-10-15 Daniel Martícmd/compile: simplify some declarations
2017-10-15 Rob Pikefmt: clarify wording of * flag
2017-10-15 Andreas Auernhammercrypto/elliptic: don't unmarshal invalid encoded points
2017-10-14 Jed Denleaimage/gif: write fewer, bigger blocks
2017-10-14 Matthew Dempskycmd/compile: omit ICE diagnostics after normal error...
2017-10-14 Cherry Zhangcmd/compile: mark LoweredGetCallerPC rematerializeable
2017-10-13 Peter Wucrypto/tls: replace signatureAndHash by SignatureScheme.
2017-10-13 David Crawshawcmd/link: use the correct module data on ppc64le
2017-10-13 Austin Clementsruntime: schedule fractional workers on all Ps
2017-10-13 Austin Clementsruntime: preempt fractional worker after reaching utili...
2017-10-13 Austin Clementsruntime: simplify fractional mark worker scheduler
2017-10-13 Austin Clementsruntime: use only dedicated mark workers at reasonable...
2017-10-13 Austin Clementsruntime: separate GC background utilization from goal...
2017-10-13 Adam Langleycrypto/x509: reformat test struct.
2017-10-13 Ben Schwartznet/http: HTTPS proxies support
2017-10-13 Daniel Theophanesdatabase/sql: prevent race in driver by locking dc...
2017-10-13 David Crawshawcmd/link: zero symtab fields correctly
2017-10-13 Daniel Martínet: fix data race in TestClosingListener
2017-10-13 Martin Möhrmanncmd/compile: simplify slice/array range loops for some...
2017-10-13 Frank Somersruntime: use vDSO on linux/386 to improve time.Now...
2017-10-13 Tobias Klausersyscall: correct type for timeout argument to Select...
2017-10-13 Wei Xiaocmd/asm: refine Go assembly for ARM64
2017-10-13 Jed Denleaimage/gif: try harder to use global color table
2017-10-13 David Chasecmd/compile: attempt to deflake debug_test.go
2017-10-13 Tim Cooperreflect: allow Copy to a byte array or byte slice from...
2017-10-13 Frank Somersruntime: factor amd64 specifics from vdso_linux.go
2017-10-13 David Crawshawcmd/link, runtime: put hasmain bit in moduledata
2017-10-12 David Crawshawcmd/link: split PE loader into its own package
2017-10-12 Tobias Klausercmd/compile: add two error position tests for the typec...
2017-10-12 Matthew Dempskycmd/compile: intrinsify runtime/internal/sys.Ctz{32...
2017-10-12 Ian Lance Taylortest: add test case that gccgo miscompiled
2017-10-12 Austin Clementscmd/link: generate PC ranges for compilation unit DIEs
2017-10-12 Austin Clementscmd/link: one DWARF compilation unit per package
2017-10-12 Austin Clementscmd/link: remove silly sym.R[:0] truncation
2017-10-12 Austin Clementscmd/link: eliminate .debug_aranges
next