]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2019-03-12 Josh Bleecher... cmd/compile: make rulegen magic variable prediction...
2019-03-12 Bryan C. Millscmd/go/internal/modload: treat a 'std' module outside...
2019-03-12 Bryan C. Millscmd/go/internal/cfg: remove unused Gopath variable
2019-03-12 Shubham Sharmacmd/go: document GOGCCFLAGS
2019-03-12 Bryan C. Millscmd: ensure that GOPATH is always valid in subprocesses...
2019-03-12 Bryan C. Millscmd/internal/obj/x86: avoid os.Chdir in issue19518_test.go
2019-03-12 Robert Griesemerspec: document new Go2 number literals
2019-03-12 Ben Hoytbytes, strings: speed up TrimSpace 4-5x for common...
2019-03-12 Elias Naurmisc/android: fix detection of GOROOT tests
2019-03-12 Bryan C. Millscmd/go: search the target for patterns when -mod=vendor...
2019-03-12 Bryan C. Millscmd/dist: write and use a go.mod file in the bootstrap...
2019-03-12 Bryan C. Millscmd/dist: revert mod=vendor change accidentally include...
2019-03-12 fanzha02cmd/compile: add handling for new floating-point compar...
2019-03-12 Brian Kesslermath/big: implement Int.TrailingZeroBits
2019-03-12 Tobias Klauserinternal/bytealg: share code for equal functions on arm
2019-03-12 Tobias Klauseros: drop special case for FreeBSD 10.4 in newFile
2019-03-12 Bryan C. Millsgo/build: bypass importGo if srcDir is in GOROOT/src
2019-03-12 Bryan C. MillsRevert "cmd/go: change the default value of GO111MODULE...
2019-03-12 Michael Stapelbergsyscall: correctly set up uid/gid mappings in user...
2019-03-12 Than McIntoshtest: add new test for gccgo compilation problem
2019-03-11 Leon Klingelenet/http: add missing error checks in tests
2019-03-11 Josh Bleecher... cmd/compile: make deadcode pass cheaper
2019-03-11 Elias Naurmisc/android: copy less from GOROOT to the device
2019-03-11 Bryan C. Millscmd/go: change the default value of GO111MODULE to...
2019-03-11 Bryan C. Millsall: move internal/x to vendor/golang.org/x and revendo...
2019-03-11 Bryan C. Millscmd,std: add go.mod files
2019-03-11 Bryan C. Millscmd: refresh cmd/vendor to match 'go mod vendor'
2019-03-11 Keith Randalltest: fix memcombine tests
2019-03-11 Emmanuel T... testing: enable examples on js/wasm with non os.Pipe...
2019-03-11 Josh Bleecher... cmd/compile: teach rulegen to |-expand multiple |s...
2019-03-11 Josh Bleecher... cmd/compile: add scale field to SSA Ops
2019-03-11 Josh Bleecher... cmd/compile: normalize more whitespace in rewrite rules
2019-03-11 Bryan C. Millscmd/go: set GO111MODULE=off explicitly in TestScript...
2019-03-11 Bryan C. Millscmd/go: resolve non-standard imports from within GOROOT...
2019-03-10 Alberto Donizettisyscall: skip non-root user namespace test if kernel...
2019-03-10 Tobias Klauserstrings: remove unnecessary strings.s
2019-03-10 Jason A. Donenfeldruntime: safely load DLLs
2019-03-09 Josh Bleecher... cmd/compile: add pure Go math/big functions to TestInte...
2019-03-09 Josh Bleecher... math/big: add fast path for amd64 addVW for large z
2019-03-09 Josh Bleecher... math/big: add fast path for pure Go addVW for large z
2019-03-09 Josh Bleecher... math/big: remove bounds checks in pure Go implementations
2019-03-09 Daniel Martíreflect: make all flag.mustBe* methods inlinable
2019-03-09 Daniel Martícmd/compile: update TestIntendedInlining
2019-03-09 Carlo Alberto... sync: allow inlining the RWMutex.RUnlock fast path
2019-03-09 Tobias Klauserbytes: return early in Repeat if count is 0
2019-03-09 Carlo Alberto... sync: allow inlining the Once.Do fast path
2019-03-09 Carlo Alberto... sync: allow inlining the Mutex.Lock fast path
2019-03-09 Keith Randallcmd/compile: reverse order of slice bounds checks
2019-03-09 Clément Chigotcmd/link: enable DWARF with external linker on aix...
2019-03-09 LE Manh Cuongdebug/gosym: simplify parsing symbol name rule
2019-03-08 Jay Conrodcmd/go: improve wording of 'go mod init' error
2019-03-08 Bryan C. Millsinternal/testenv: remove SetModVendor
2019-03-08 Elias Naurmisc/android: enable many more tests on GOOS=android
2019-03-08 karthik nayakgosym/pclntab: mark LineTable.LineToPC and LineTable...
2019-03-08 Iskander Sharipovcrypto/cipher: fix duplicated arguments to bytes.Equal...
2019-03-08 Clément Chigotcmd/link: on AIX generate export file for host linker
2019-03-08 Andrei Vaginsyscall: add all ambient capabilities into permitted...
2019-03-08 Jay Conrodcmd/go: make go list error behavior consistent in tests
2019-03-08 Bryan C. Millscmd/go/internal/modfetch: handle codeRoot == path for...
2019-03-08 Bryan C. Millsgo/build: change the search order for "vendor/" paths...
2019-03-08 Jay Conrodcmd/go: avoid link errors when -coverpkg covers main...
2019-03-08 Bryan C. Millscmd/api: use 'go list' to locate transitive dependencie...
2019-03-08 Daniel Martíall: simplify multiple for loops
2019-03-08 Tobias Klauserbytes: use Rabin-Karp algorithm for LastIndex
2019-03-08 Tobias Klauserbytes: add benchmark for LastIndex
2019-03-08 Marat Khabibullingo/cmd, crypto/x509, net/textproto, html/template:...
2019-03-08 Bryan C. Millscmd/go: convert TestACL to a script test
2019-03-08 Tobias Klausercmd/cgo: adjust comment about ignored pragma warnings
2019-03-08 Agniva De Sarkercmd/doc: add a line gap after a method with no comment
2019-03-08 Rob Pikeencoding/gob: update documentation in doc.go for wireType
2019-03-08 Cezar Sa Espinolanet: use network and host as singleflight key during...
2019-03-08 Russ Coxtime: add support for day-of-year in Format and Parse
2019-03-08 Philipp Stephanicmd/cgo: add missing parameter list for function _cgo_w...
2019-03-07 Cherry Zhangcmd/link: fix suspicious code in emitPcln
2019-03-07 Peter Wallercmd/compile/internal/ssa: set OFOR bBody.Pos to AST Pos
2019-03-07 fanzha02cmd/compile: optimize arm64 comparison of x and 0.0...
2019-03-07 fanzha02cmd/compile: change the condition flags of floating...
2019-03-07 Robert Griesemercmd/compile: remove work-arounds for 0o/0O octals
2019-03-07 Robert Griesemermath/big: support new octal prefixes 0o and 0O
2019-03-07 Raul Silveratest: improve test coverage for heap sampling
2019-03-07 Chris Marchesinet/http: let Transport request body writes use sendfile
2019-03-07 Komu Wairaguruntime/pprof: document labels bug
2019-03-07 royeolog: make the name of error clearer
2019-03-07 erifan01cmd/compile: eliminate unnecessary type conversions...
2019-03-07 erifan01cmd/compile: add an optimization rule for math/bits...
2019-03-07 Chris Marchesinet/http: unfurl persistConnWriter's underlying writer
2019-03-07 alkesh26misc: fix typos in various docs
2019-03-07 Martin Möhrmannruntime: remove CPU capability workarounds for unsuppor...
2019-03-07 Andrei Mateidatabase/sql: fix comment grammar
2019-03-07 Rob Pikedoc: add missing paragraph break in Effective Go
2019-03-07 Russ Coxcmd/go: add notary simulation and GONOVERIFY support
2019-03-07 Ian Lance Taylorcmd/cgo: use explicit type for arg with bad pointer...
2019-03-07 Keith Randallreflect: fix more issues with StructOf GC programs
2019-03-06 Rebecca Stamblergo/constant: add Val accessor and Make constructor...
2019-03-06 Alessandro... cmd/link: fix contents of debug_pubnames/debug_pubtypes
2019-03-06 Dmitri Shuralyovcmd/go: document GoVersion field in Module struct
2019-03-06 Ian Lance Taylorruntime: align first persistentalloc chunk as requested
2019-03-06 Rémy Oudomphengcmd/cgo: simplify and fix handling of untyped constants
2019-03-06 Bryan C. Millscmd/go: run the 'go build' command in TestACL in the...
2019-03-06 Than McIntoshgo/internal/gccgoimporter: test case for issue 30628
next