]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2017-11-13 Leigh McCullochdoc: add a link to the code of conduct
2017-11-13 griesemercmd/compile: record original and absolute file names...
2017-11-13 Russ Coxcmd/cover: modify source as text, not as AST
2017-11-13 Russ Coxcmd/go: more refined handling of cmd/compile magic...
2017-11-13 Russ Coxcmd/go: cache and replay command output during build
2017-11-13 Daniel Martícmd/compile: use stringer on types.EType
2017-11-12 Daniel Martícmd/compile: replace classnames with Class.String
2017-11-12 Adam Langleycrypto/x509: handle name constraints with cryptobyte
2017-11-11 Edan Bnet/http/httputil: make ReverseProxy close response...
2017-11-11 David du Colombiercmd/go: skip TestGoTestJSON on uniprocessor machines
2017-11-10 Alex Brainmannet: ignore duplicate interfaces in TestInterfaceHardwa...
2017-11-10 Hiroshi Iokacmd/objdump: pass the correct execution mode to x86asm...
2017-11-10 Russ Coxcmd/go: document test -json
2017-11-10 Russ Coxcmd/go: redefine -coverpkg to be a pattern list
2017-11-10 Russ Coxcmd/go: allow -coverprofile with multiple packages...
2017-11-10 Russ Coxcmd/test2json: document time.Time JSON format
2017-11-10 Aman Guptanet: mark condFatalf as a test helper
2017-11-10 Russ Coxcmd/go: add go test -json flag
2017-11-10 Russ Coxcmd/test2json: go tool test2json converts test output...
2017-11-10 Russ Coxcmd/go: guarantee all test output is on stdout
2017-11-10 Daniel Martícmd/compile: replace opnames with stringer
2017-11-10 Daniel Martícmd/vet: don't warn on escaped newlines in Println
2017-11-10 Sina Siadatnet/http: simplify ctx.Err() call in test
2017-11-10 Aman Guptanet: implement ReadMsg/WriteMsg on windows
2017-11-10 Wèi Cōngruìnet/textproto: ignore initial lines with leading whites...
2017-11-10 Ian Kentnet/http: fix copy-paste error in the ServeTLS docs
2017-11-10 Ariel Mashrakitext/template: remove unnecessary lexer field
2017-11-10 Bryan A Fordcrypto/subtle: simplify and speed up constant-time...
2017-11-10 Russ Coxcmd/vendor/.../pprof: do not run test that opens web...
2017-11-10 Alex Brainmancmd/go: close unintentionally left open file
2017-11-10 Joe Tsaiarchive/zip: use Time.UTC instead of Time.In(time.UTC)
2017-11-09 Than McIntoshcmd/go: avoid crashing on 'go test -n'
2017-11-09 Ariel Mashrakitext/template: remove unused lexer field
2017-11-09 Cherry Zhangcmd/compile: remove unnecessary tmpdir in ssa_test
2017-11-09 Jeff R. Allencmd/compile: do not write slices/strings > 2g
2017-11-09 Alberto Donizetticmd/vendor/github.com/google/pprof: fix iOS builders
2017-11-09 Russ Coxcmd/go: always update mtime during go install / go...
2017-11-09 Russ Coxcmd/go: treat cached test results as satisfying any...
2017-11-09 Russ Coxcmd/go: implement per-package asmflags, gcflags, ldflag...
2017-11-09 Russ Coxcmd/go: move cfg.ExternalLinkingForced to internal...
2017-11-08 filewalkwithmecrypto/tls: limit number of consecutive warning alerts
2017-11-08 David Chasecmd/compile: adjust Pos setting for "empty" blocks
2017-11-08 Filippo Valsordacrypto/tls: advertise support for SHA-512 signatures...
2017-11-08 Agniva De Sarkerstrings: optimize ToLower
2017-11-08 Matthew Dempskycmd/compile: optimize noding of long summation expressions
2017-11-08 Ian Lance Taylorencoding/json: permit encoding uintptr as a string
2017-11-08 Leigh McCullochencoding/xml: add Marshal doc about name conflicts
2017-11-08 Adam Langleyvendor: add golang.org/x/crypto/cryptobyte
2017-11-07 Ian Lance Taylorcmd/go: don't run TestUserOverrideFlags in parallel
2017-11-07 Adam Langleycrypto/x509: enforce EKU nesting at chain-construction...
2017-11-07 Ian Lance Taylorcmd/compile: don't put Noalg types in typelinks
2017-11-07 Ian Lance Taylorcmd/dist: correct default C++ compiler when using gcc
2017-11-07 Ian Lance Taylorcmd/vet: change docs to prefer "go vet" over "go tool...
2017-11-07 Alex Brainmansyscall: change SysProcAttr.Token type to Token
2017-11-07 Alex Brainmannet: use WSASocket instead of socket call
2017-11-07 Adam Langleycrypto/x509: enforce all name constraints and support...
2017-11-07 Stanislav Afanasevarchive/tar: a cosmetic fix after checking by golint
2017-11-07 Agniva De Sarkerstrings: optimize ToUpper
2017-11-07 Austin Clementsruntime: flush assist credit on goroutine exit
2017-11-07 Ian Lance Taylorruntime: only call netpoll if netpollinited returns...
2017-11-07 Michael Mundaycmd/compile: fix SSA immediate sign extension on s390x
2017-11-07 Than McIntoshruntime/pprof: harden CPU profile test against smart...
2017-11-07 Russ Coxcmd/go: accept relative -pkgdir argument
2017-11-07 Russ Coxcmd/go: include package source dir in build action...
2017-11-06 griesemercmd/compile/internal/syntax: better syntax errors for...
2017-11-06 Carlos Eduardo Seoruntime: improve IndexByte for ppc64x
2017-11-06 Joe Tsaiarchive/zip: add FileHeader.NonUTF8 field
2017-11-06 Emmanuel Odekecmd/compile: lock in test for column numbers in unused...
2017-11-06 Austin Clementscmd/compile: []T where T is go:notinheap does not need...
2017-11-06 Cherry Zhangcmd/dist: include "cmd/buildid" in toolchain in debug...
2017-11-06 Russ Coxcmd/dist: do not reinstall runtime/cgo with -tags lldb...
2017-11-06 Russ Coxcmd/dist, cmd/go: make GODEBUG=godebughash=1 ./make...
2017-11-06 Russ Coxcmd/dist, cmd/cgo, cmd/go: allow per-goos/goarch default CC
2017-11-06 Russ Coxcmd/go: ignore stderr from tool version checks
2017-11-06 Russ Coxcmd/go: do not use cache when -a is specified
2017-11-06 Russ Coxcmd/go: drop runtime, runtime/internal/sys, runtime...
2017-11-06 Cherry Zhangcmd/compile: enable ssacheck for tests in ssa_test.go
2017-11-06 Joe Tsaiarchive/zip: add FileHeader.Modified field
2017-11-06 Caleb Sparestrings: add Builder
2017-11-06 Radek Sohlichtime: example in doc for time.AppendFormat func
2017-11-06 Tim Wrightsyscall: fix NaCl Link syscall error handling
2017-11-06 Filippo Valsordamath/big: add security warning to (*Int).Rand
2017-11-06 Russ Coxcmd/go: fix corner case missed rebuild of binary
2017-11-06 Russ Coxcmd/dist: read dependencies from source files
2017-11-06 Russ Coxcmd/go: do not print entire help text for unrecognized...
2017-11-06 Emmanuel Odekecmd/compile: test for omitted ICE diagnostics after...
2017-11-06 Michael Mundaycrypto/aes: use s390x KMA instruction for AES-GCM if...
2017-11-06 David du Colombieros: fix RemoveAll on large directories on Plan 9 and...
2017-11-06 Anmol Sethicrypto/x509/pkix: consider now==NextUpdate to be expired.
2017-11-06 Paul Quernasyscall: add Token to Windows SysProcAttr
2017-11-05 Keith Randallcmd/compile: fix test to use correct go binary
2017-11-05 Daniel Martícmd/go: skip "exclude all Go files" error in fmt
2017-11-05 David Chasecmd/compile: adjust locationlist lifetimes
2017-11-05 David Chasecmd/compile: repair name propagation into aggregate...
2017-11-05 Hugues Bruantcmd/compile: inline closures with captures
2017-11-04 Keith Randallbytes: reduce work in IndexNearPageBoundary test
2017-11-04 Alberto Donizetticmd/compile: add mul by ±2ⁿ code-generation tests for...
2017-11-04 Alex Brainmaninternal/testenv: mark SkipFlaky and SkipFlakyNet as...
2017-11-04 Leigh McCullochall: change github.com issue links to golang.org
2017-11-04 Tim Cooperhash: add marshaling, unmarshaling example
next