]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2018-05-18 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-05-17 HAMANO Tsukasaencoding/asn1: allow Marshaling and Unmarshaling privat...
2018-05-17 isharipocmd/link/internal/ld: don't call fieldtrack if it's...
2018-05-17 isharipocmd/internal/obj/x86: fix VPERMQ and VPERMPD ytab
2018-05-17 Elias Naurnet: skip external net tests on iOS
2018-05-17 Zhou Pengcmd/asm/internal/asm/testdata: convert CRLF to LF line...
2018-05-17 Elias NaurRevert "net: skip socket hungry test on iOS"
2018-05-17 Hana (Hyang... cmd/vendor/.../pprof: delete pprof.go file
2018-05-16 Gustav Westlingencoding/base32: handle NoPadding in NewDecoder
2018-05-16 Brad Fitzpatrickcmd/dist: add support for disabling test -short mode
2018-05-16 Tobias Klausercmd/internal/objfile, debug/macho: support disassemblin...
2018-05-16 Zhou Pengruntime: use debugSelect flag to toggle debug code
2018-05-16 Tobias Klauserdoc/contribute.html: remove superfluous article
2018-05-16 Alberto Donizettiruntime/cgo: use size_t in sizeof result comparison
2018-05-15 Rob Pikedoc/contribute.html: English cleanups
2018-05-15 Michael Mundaycmd/compile: improve error message emitted by debug...
2018-05-15 Michael Mundayvendor/golang_org/x/crypto: revendor
2018-05-15 isharipomime: do a pre-allocation in encodeWord
2018-05-15 Richard Musiolmisc/wasm: fix passing large negative integers from...
2018-05-15 Richard Musiolmisc/wasm: pollute global JS namespace less
2018-05-14 Elias Naurnet: skip socket hungry test on iOS
2018-05-14 David du Colombiercmd/compile: skip TestStmtLines on Plan 9
2018-05-14 David Chasecmd/compile: remove now-irrelevant test
2018-05-14 Diogo Pinelatesting: allow marking subtest and subbenchmark functio...
2018-05-14 Alberto Donizettitesting: only compute b.N once when passed -count > 1
2018-05-14 Giovanni Bajocmd/compile: reduce allocations in prove by reusing...
2018-05-14 Giovanni Bajocmd/compile: improve undo of poset
2018-05-14 David Chasecmd/compile: plumb prologueEnd into DWARF
2018-05-14 David Chasecmd/compile: assign and preserve statement boundaries.
2018-05-14 Yury Smolskycmd/go: fix TestBuildIDContainsArchModeEnv
2018-05-14 Michael Mundaysync: deflake TestWaitGroupMisuse2
2018-05-14 Dmitri Shuralyovpath/filepath: make Abs("") return working directory...
2018-05-14 Rob Pikedoc/contribute.html: clean up HTML and formatting
2018-05-14 Ben Shicmd/internal/obj/arm: fix wrong encoding of MUL
2018-05-14 Austin Clementsruntime: unify fetching of locals and arguments maps
2018-05-13 David du Colombiernet: implement cancellable lookup on Plan 9
2018-05-13 Alessandro... cmd/link: writelines should keep is_stmt in sync with...
2018-05-13 Martin Möhrmanncmd/compile: ensure init of memclr happens after growsl...
2018-05-12 Pierre Prinettinet/http/httptest: table-test using named subtests
2018-05-12 Alex Brainmannet: stop multiple sends into single capacity channel...
2018-05-12 Agniva De Sarkermath/rand: clarify documentation for Seed example
2018-05-11 Bryan C. Millsruntime: skip GDB tests on Windows
2018-05-11 Daniel Theophanesdatabase/sql: add note to Scanner that the database...
2018-05-11 Elias Naurmisc/ios: forward SIGQUIT to the iOS program
2018-05-11 Daniel Theophanesdatabase/sql: add additional Stats to DBStats
2018-05-11 quasilytecmd/internal/obj/x86: use named consts for movtab Z...
2018-05-10 Robert Griesemerreflect: use 'defined' rather than 'named', use 'embedd...
2018-05-10 Robert Griesemergo/types: adopt spec terminology, use 'embedded' rather...
2018-05-10 Daniel Theophanesdatabase/sql: check for nil connRequest.conn before use
2018-05-10 Robert Griesemercmd/compile: use 'not defined' rather than 'unnamed...
2018-05-10 Russ Coxcmd/go/internal/work: cache cgo invocations for vet...
2018-05-10 Russ Coxcmd/go: add support for 'go run pkg' or 'go run .'
2018-05-10 Russ Coxcmd/go: remove import path debugging hooks
2018-05-10 Ingo Oesernet/http/pprof: fix typo on new index page
2018-05-10 Elias Naurmisc/ios: update documentation for running iOS programs...
2018-05-10 Keith Randallcmd/compile: fix zero extend after float->int conversion
2018-05-10 Agniva De Sarkernet/http/pprof: update the /debug/pprof endpoint
2018-05-10 Lynn Bogercmd/compile/internal/ssa: initialize t.UInt in SetTypPtrs()
2018-05-10 Ben Shimisc/android: add more information to README
2018-05-10 Richard Musiolcmd/internal/obj/wasm: avoid invalid offsets for Load...
2018-05-09 Gustav Westlingencoding/base32: handle NoPadding when using buffered...
2018-05-09 Gustav Westlingencoding/base32: handle surplus padding consistently
2018-05-09 Yury Smolskycmd/go: fix the rebuilding stale packages test
2018-05-09 Bryan C. Millsspec: clarify “Constant expressions” for untyped operands
2018-05-09 Artyom Pervukhinencoding/xml: fix valid character range
2018-05-09 Hana (Hyang... cmd/vendor/.../pprof: update to 520140b6bf47519c766e838...
2018-05-09 Ian Lance Taylorgo/build, cmd/go: don't expect gccgo to have GOROOT...
2018-05-09 Ian Lance Taylorcmd/go: force untranslated output when running GCC...
2018-05-09 Ian Lance Taylorcmd/go: fix testsuite for gccgo
2018-05-09 Ian Lance Taylorcmd/go: for gccgo, don't edit cgo header when using -o
2018-05-09 Michael Mundaycmd/compile: convert memmove call into Move when argume...
2018-05-09 Elias Naurmisc/ios: inject the -u device_id option before any...
2018-05-09 Martin Möhrmanncmd/compile: simplify extendslice and isAppendOfMake
2018-05-09 Daniel Martícmd/vet: assume that no builtin funcs are pure
2018-05-09 Daniel Martíhtml/template: always write untyped nil as JS null
2018-05-09 Hana Kimruntime/trace: delete functions replaced by cl/108296
2018-05-08 Matt Jurantest: fast GC+concurrency+types verification
2018-05-08 Martin Möhrmanncmd/compile: optimize map-clearing range idiom
2018-05-08 Rob Pikedoc/faq: tidy up a couple of nits
2018-05-08 Hana (Hyang... cmd/trace: handle invalid goid para in /trace
2018-05-08 Hana (Hyang... cmd/trace: skip links for buckets with 0 count
2018-05-08 jimmyfraschedoc: make front page video respond to layout changes...
2018-05-08 Keith Randallcmd/compile: rename memory-using operations
2018-05-08 Keith Randallcmd/compile: remove unnecessary convert ops on 32-bit...
2018-05-08 Keith Randallcmd/compile: mark modify ops as both read and write
2018-05-08 Paul Jollycmd/go: fix go list -test where C is a dependency.
2018-05-08 Chotepud Teocmd/go: added missing space to pkg-config errors
2018-05-08 Brian Kesslermath/big: implement Lehmer's extended GCD algorithm
2018-05-08 Ian Lance Taylorcmd/go: add -test to go list usage line
2018-05-08 Zhou Pengplugin: make stub lookup signature match dlopen version
2018-05-08 Michael Mundaycmd/compile: fix Zero-to-Load forwarding rules
2018-05-08 Michael Mundaycmd/compile: simplify shift lowering on s390x
2018-05-08 Elias Naurmisc/ios: retry iOS launch even if no device app path...
2018-05-08 Richard Millersyscall: eliminate aliasing of syscall error strings...
2018-05-08 Tobias Klauserdebug/elf: add machine and OSABI constants
2018-05-08 Joe Kyoencoding/binary: returns length of bool slice in intDat...
2018-05-08 Tobias Klausercmd/compile: use nodl in zeroResults
2018-05-08 Richard Musiolmath, math/big: add wasm architecture
2018-05-08 Richard Musiolinternal/bytealg: add wasm architecture
2018-05-08 Lynn Bogercmd/compile,test: combine byte loads and stores on...
next