]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2018-04-18 Josh Bleecher... cmd/compile: alphabetize sysfunc lists
2018-04-18 Josh Bleecher... cmd/compile: fix race in SSA construction
2018-04-18 Yuval Pavel... runtime/internal/atomic: don't use Cas in atomic.Load...
2018-04-18 Tobias Klauserdebug/elf: add riscv64 relocations
2018-04-18 Tobias Klauserreflect: define MyBuffer more locally in TestImplicitMa...
2018-04-18 Alex Brainmansyscall: introduce Pointer type and use it instead...
2018-04-18 Cherry Zhangcmd/compile: in escape analysis, use element type for...
2018-04-17 Matthew Dempskycmd/compile: cleanup import logic slightly
2018-04-17 Ashish Gandhifmt: make %v doc for compound objects consistent
2018-04-17 Matthew Dempskycmd/compile: use empty package name for runtime/{race...
2018-04-17 Matthew Dempskycmd/compile: remove duplicate build ID from export...
2018-04-17 Matthew Dempskygo/internal/gcimporter: extract ChanDir and fake FileSe...
2018-04-17 Matthew Dempskygo/internal/gcimporter: add unit tests for blank parame...
2018-04-17 Michael Fraenkelencoding/json: simplify dominantField
2018-04-17 Ilya Tocarcompress/flate: optimize huffSym
2018-04-17 Tim Cooperencoding/hex: fix Dumper not always closing on Close...
2018-04-17 Cherry Zhangcmd/internal/obj/arm, runtime: delete old ARM softfloat...
2018-04-17 quasilytecmd/internal/obj/x86: better error msg for offset overf...
2018-04-17 Tobias Klauserdebug/elf: enable TestNoSectionOverlaps on *bsd and...
2018-04-17 Elias NaurRevert "cmd/doc: skip directories like other go tools"
2018-04-17 Alberto Donizettifmt: document that Scan etc. accept 'p' format floats
2018-04-17 Tim Cooperos/exec: remove "binary" when talking about executables
2018-04-17 fraenkeltesting: failfast fails fast when Fatal called
2018-04-17 erifan01math: add a testcase for Mod and Remainder respectively
2018-04-16 weeellzmath/rand: refactor rng.go
2018-04-16 Rob Pikedoc/contribute.html: adjust wording from previous CL
2018-04-16 Brad Fitzpatrickos/user: fix osusergo build on Solaris
2018-04-16 tengufromskytime: increase test coverage for Time.Sub
2018-04-16 Mikio Haranet: add missing deadline test for RawConn
2018-04-16 Michael Mundaycmd/compile: generate constants for NeqPtr, EqPtr and...
2018-04-16 Felix Kollmanndoc: clarify package uninstall/clean command
2018-04-16 Brad Fitzpatrickcmd/dist, os/user: test os/user in osusergo mode as...
2018-04-16 Kir Kolyshkinos/user: fix build on darwin with "osusergo" build tag
2018-04-16 David Urlnet/http: omit forbidden Trailer headers from response
2018-04-16 Alberto Donizettidoc: use past releases in Release Policy explanation
2018-04-16 Kunpei Sakaitime: go fmt
2018-04-16 Alberto Donizetticmd/compile: move Issue 16214 test, delete asm_test...
2018-04-16 mbj36doc: improve commit messages
2018-04-16 bontequerocmd/internal/obj/x86: fix doc-comment and clarify outpu...
2018-04-16 quasilyteC: add Iskander Sharipov's individual CLA mail
2018-04-16 Ben Shicmd/compile/internal/ssa: optimize 386's subtraction
2018-04-16 Daniel Martícmd/compile/internal/gc: add some Node methods
2018-04-16 Mike Samuelnet/http: remove some stderr log spam
2018-04-15 David Symondscmd/vet: fix panic in dead code checker on ill-formed...
2018-04-15 Keegan Carruthers... context: avoid defer in the cancelCtx.Err method
2018-04-15 Giovanni Bajotest: add missing copyright header
2018-04-15 Giovanni Bajotest: small cleanup of code and comments in run.go
2018-04-15 Giovanni Bajocmd/compile: remove asmtest infrastructure
2018-04-15 Tobias Klauserruntime: use internal/cpu.X86.HasAVX2 instead of suppor...
2018-04-15 Giovanni Bajotest: run codegen tests on all supported architecture...
2018-04-15 Giovanni Bajotest: migrate plan9 tests to codegen
2018-04-15 Ingo Oesercmd/compile: fix double go prefix trim
2018-04-15 tengufromskyencoding/xml: remove unnecessary if conditions
2018-04-14 Daniel Martícmd/doc: skip directories like other go tools
2018-04-14 Emil HessmanA+C: update email address
2018-04-14 Josh Bleecher... text/tabwriter: reduce allocations from tracking cells
2018-04-14 Josh Bleecher... net: use retry in TestLookupGmailNS
2018-04-14 Aman Guptanet: implement (*syscall.RawConn).Read/Write on Windows
2018-04-14 Alex Brainmancmd/internal/obj/arm64: do not clear environment in...
2018-04-14 Alex Brainmansyscall: remove WSAEMSGSIZE
2018-04-13 Josh Bleecher... cmd/internal/objfile: reuse tabwriter across symbols...
2018-04-13 Ilya Tocarcmd/compile/internal/ssa: prefer non-indexed stores...
2018-04-13 Ilya Tocarruntime: avoid division in growslice
2018-04-13 Richard Musioltime: add wasm architecture
2018-04-13 Eric Danielsruntime/traceback: support tracking goroutine ancestor...
2018-04-13 Richard Musiolmime: add wasm architecture
2018-04-13 Josh Bleecher... debug/gosym: intern LineTable strings
2018-04-13 Jeremy Jackinsencoding/json: make use of encodeStatePool in Marshal
2018-04-13 Sebastien Binetos/user: fix build with "osusergo" build tag
2018-04-13 Cherry Zhangall: use new softfloat on GOARM=5
2018-04-13 Hana Kimcmd/trace: change span id computation for trace view use
2018-04-13 fanzha02cmd/internal/obj/arm64: fix the bug of incorrect handli...
2018-04-13 Cherry Zhangcmd/compile: in escape analysis, propagate loop depth...
2018-04-13 Ian Lance Taylorruntime: document that LockOSThread in init locks to...
2018-04-13 Ian Lance Taylorcrypto/x509: don't return nil, nil from SystemCertPool
2018-04-13 Ian Lance Taylortime: document that going to sleep may stop the monoton...
2018-04-12 Josh Bleecher... os: allocate buffer lazily in Expand
2018-04-12 Josh Bleecher... os: add Expand benchmarks
2018-04-12 Josh Bleecher... cmd/internal/objfile: clean up some comments
2018-04-12 adrienpetelnet: mark tests with retry as parallel
2018-04-12 Tom Limoncelliio/ioutil: change TempFile prefix to a pattern
2018-04-12 Ben Shicmd/internal/obj/arm64: optimize constant pool
2018-04-12 Josh Bleecher... cmd/compile: fix evaluation of "" < s
2018-04-12 Elias Naurmisc/ios: speed up the iOS exec wrapper
2018-04-12 dchenkdatabase/sql: remove a couple redundancies
2018-04-12 Brad Fitzpatricknet/url: update docs to match renamed receiver
2018-04-12 Brad Fitzpatricknet/http: don't crash if Server.Server is called with...
2018-04-12 Benny Siegertnet/http: address comments from previous review
2018-04-12 Michael Hudson... cmd/link: do not pass -no-pie to host linker when ...
2018-04-12 fraenkeltime: don't panic when stringifying Weekday
2018-04-11 Josh Bleecher... cmd/compile: loop to ensure all autogenerated functions...
2018-04-11 Matthew Dempskycmd/compile, cmd/link: encode cgo directives using...
2018-04-11 Brad Fitzpatrickos: document that Chown with -1 means to leave values...
2018-04-11 Elias Naurmisc/ios: don't wait for response to lldb run in the...
2018-04-11 Robert Griesemergo/printer, gofmt: handle raw string literals containin...
2018-04-11 Robert Griesemergo/types: update internal (now incorrect) comment on...
2018-04-11 Ian Lance Taylorcmd/internal/obj/arm64: don't crash on trailing NOP
2018-04-11 bontequerocontainer/heap: fix comments style
2018-04-11 Yann Hodiquecmd/go: fix typo in test inputs descriptor
2018-04-11 Eric Rykwalderdatabase/sql: return context errors from Rows.Scan
next