]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2016-08-25 Dave Cheneycmd/link/internal, cmd/internal/obj: introduce ctxt...
2016-08-25 Dave Cheneycmd/link/internal/ld: move ld.Cpos to coutbuf.Offset
2016-08-25 Michael Mundayruntime: use clock_gettime for time.now() on s390x
2016-08-25 Dave Cheneycmd/internal/*: only call ctx.Bso.Flush when something...
2016-08-25 Matthew Dempskycmd/go: refactor cgo logic
2016-08-24 Josh Bleecher... cmd/asm, go/build: invoke cmd/asm only once per package
2016-08-24 Josh Bleecher... cmd/compile: handle OCONV[NOP] in samesafeexpr
2016-08-24 Robert Griesemerspec: complete list of special comma-ok forms
2016-08-24 Robert Griesemercmd/compile: remove unused importimport function
2016-08-24 Keith Randallcmd/objdump: implement objdump of .o files
2016-08-24 Ian Lance Taylornet: use runtime.Keepalive for *netFD values
2016-08-24 Ian Lance Tayloros: use runtime.Keepalive for *Process values
2016-08-24 Hiroshi Iokainternal/testenv: make MustHaveSymlink message friendly
2016-08-24 Josh Bleecher... cmd/compile: minor cleanup in mapinit
2016-08-24 Josh Bleecher... cmd/compile: convert getdyn int arg to bool
2016-08-24 Josh Bleecher... cmd/compile: convert Dodata to a bool, rename to IsStatic
2016-08-24 Josh Bleecher... cmd/compile: simplify isglobal
2016-08-24 Alex Brainmansyscall, internal/syscall/windows, internal/syscall...
2016-08-24 Mikio Haravendor: update vendored route
2016-08-23 Jess Frazellecmd/go: updates go get to return exit status 0 for...
2016-08-23 Keith Randallcmd/compile: clean up ctz ops
2016-08-23 Robert Griesemercmd/compile: export package for _ (blank) struct fields
2016-08-23 Robert Griesemercmd/compile: simplify field/method export (internal...
2016-08-23 Ross Lightreflect: document equality guarantee for Type
2016-08-23 Ian Lance Taylorflag: improve comment for calling String with zero...
2016-08-23 Than McIntoshtest: add test for gccgo issue #15722
2016-08-23 Josh Bleecher... cmd/compile: clean up one Node.Etype usage
2016-08-23 Robert Griesemercmd/compile: add comment
2016-08-23 Martin Möhrmanncmd/compile: fix binary import of unsafe.Pointer literals
2016-08-23 Robert Griesemercmd/compile: don't Fatal when printing -m debug information
2016-08-23 Kevin Burkecmd/compile: precompute constant square roots
2016-08-23 Ian Lance Taylorruntime: add msan calls before calling traceback functions
2016-08-23 Michael Matloobcmd/link/internal/ld: camelCase a buch of snake_case...
2016-08-23 Ian Lance Taylorflag: document that Value.String must work on the zero...
2016-08-23 Gabriel Russelltime: fix optional fractional seconds range err
2016-08-23 Hiroshi Iokapath/filepath: use testenv.MustHaveSymlink to simplify...
2016-08-23 Hiroshi Iokaos: use testenv.MustHaveSymlink to simplify symlink...
2016-08-23 Ian Lance Taylortest: add test case that gccgo miscompiled
2016-08-23 Mikio Haranet: document unimplemented methods and functions
2016-08-23 Mikio Haranet: fix typo in error message of TCPConn.ReadFrom
2016-08-23 Ian Lance Taylorruntime: remove unused function in test
2016-08-23 Ian Lance Taylorruntime/cgo: add tsan acquire/release around setenv...
2016-08-23 Michael Matloobdebug/macho: fix comment on Section64
2016-08-23 Josh Bleecher... cmd/compile: use two tables for table-driven map inserts
2016-08-23 Ian Lance Taylordoc: add note about CL 24180 to go1.8.txt
2016-08-23 Ian Lance Taylorcmd/go, cmd/link: build c-archive as position independe...
2016-08-23 Ian Lance Taylorruntime: add missing race and msan checks to reflect...
2016-08-23 Ian Lance Taylorcmd/link: don't record interpreter in flagInterpreter
2016-08-23 Mikio Haranet: fix a typo
2016-08-23 Elias Naurtime: load time zones from the system tzdata file on...
2016-08-23 Carlos Eduardo Seoruntime: Use clock_gettime to get current time on ppc64x
2016-08-23 Hiroshi Iokainternal/testenv: add HasSymlink/MustHaveSymlink
2016-08-23 Ian Lance Taylornet/http: if context is canceled, return its error
2016-08-23 Josh Bleecher... cmd/compile: tidy up switch case expansion
2016-08-23 Josh Bleecher... cmd/compile: simplify constant switch case sorting
2016-08-23 Josh Bleecher... cmd/compile: use a map to track const switch cases
2016-08-23 Josh Bleecher... cmd/compile: split genCaseClauses by switch type
2016-08-23 Josh Bleecher... cmd/compile: eliminate switch case kinds
2016-08-23 Josh Bleecher... cmd/compile: fix printing of OCASE nodes
2016-08-23 Josh Bleecher... cmd/compile: use a map to detect duplicate type switch...
2016-08-23 Josh Bleecher... test: expand switch dead code test to include a range
2016-08-23 Dhaivat Panditnet/http/httptest: updated example to use Result()
2016-08-23 Ian Lance Taylorcmd/link: fix handling of cgo_dynamic_interpreter
2016-08-22 Michael Matloobcmd/link/internal/mips64: fix use of -s flags
2016-08-22 Robert Griesemercmd/compile: clean up encoding of export version info
2016-08-22 Brad Fitzpatrickio: fix comment in test
2016-08-22 Lynn Bogercmd/compile: PPC64.rules for load/store address folding
2016-08-22 Josh Bleecher... cmd/compile: explicitly manage default and nil switch...
2016-08-22 Josh Bleecher... cmd/compile: set correct line number for multiple defau...
2016-08-22 Josh Bleecher... syscall: delete unreachable code
2016-08-22 Josh Bleecher... crypto/*, runtime: nacl asm fixes
2016-08-22 Josh Bleecher... runtime: use correct MOV for plan9 brk_ ret value
2016-08-22 Josh Bleecher... runtime: ignore closeonexec ret val on openbsd/arm
2016-08-22 Brad Fitzpatricknet/http: make Transport.CancelRequest doc recommend...
2016-08-22 Billy Lynchnet/http/httptrace: add simple example and fix copyrigh...
2016-08-22 Eric Lagergrenencoding/xml: do not ignore error return from copyValue
2016-08-22 Dmitry Vyukovruntime: speed up StartTrace with lots of blocked gorou...
2016-08-22 Josh Bleecher... runtime: cull dead code
2016-08-22 Cherry Zhangcmd/compile: start MIPS64 port of SSA backend
2016-08-22 Josh Bleecher... cmd/compile: add inline explainer
2016-08-22 Josh Bleecher... cmd/vet: handle multiple arches in asm build directives
2016-08-22 Josh Bleecher... cmd/vet: fix mips64le arch name in asmdecl check
2016-08-22 Josh Bleecher... cmd/vet: improve error message for cross-package assembly
2016-08-22 Josh Bleecher... cmd/vet: clean up printing errors with no position
2016-08-22 Josh Bleecher... cmd/vet: improve asmdecl parameter handling
2016-08-22 Josh Bleecher... runtime: minor string/rune optimizations
2016-08-22 Michael Matloobcmd/link: turn some globals into flag pointer variables
2016-08-22 Brad Fitzpatricknet/http: fix unwanted HTTP/2 conn Transport crash...
2016-08-22 Michael Hudson... cmd/link: make listsort less generic
2016-08-22 Brad Fitzpatricknet/http: update bundled http2 for Transport double...
2016-08-21 Josh Bleecher... cmd/compile: remove inl escape analysis hack
2016-08-21 Josh Bleecher... cmd/compile: refactor out method-called-as-function...
2016-08-21 Josh Bleecher... cmd/compile: don’t consider recursive calls for inlining
2016-08-21 Josh Bleecher... cmd/compile: don’t generate pointless gotos during...
2016-08-21 Michael Matloobcmd/link/internal/ld: rename pobj.go to main.go
2016-08-21 Michael Matloobcmd/link: use standard library flag package where possible
2016-08-21 Josh Bleecher... cmd/vet: re-quote struct tags when printing errors
2016-08-21 Josh Bleecher... cmd/vet: don't treat trailing % as possible formatting...
2016-08-21 Michael Hudson... cmd/link: remove references to LSym (now Symbol)
2016-08-21 Michael Hudson... cmd/link: remove Symbol.Next
next