]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2018-10-15 Martin Möhrmanncmd/compile: avoid implicit bounds checks after explici...
2018-10-15 Martin Möhrmannruntime/internal/math: add multiplication with overflow...
2018-10-15 Keith Randallcmd/compile: check order temp has correct type
2018-10-15 Alberto Donizettitest/codegen: test ppc64 TrailingZeros, OnesCount codegen
2018-10-15 Josh Bleecher... cmd/compile: fuse before branchelim
2018-10-15 Keith Randallcmd/compile: provide types for all order-allocated...
2018-10-15 Keith Randallcmd/compile: fix gdb stepping test
2018-10-15 Ben Shitest/codegen: add tests of FMA for arm/arm64
2018-10-15 Akhil Indurtiinternal/cpu: expose ARM feature flags for FMA
2018-10-15 Martin Möhrmanncmd/compile: simplify as2 method of *Order
2018-10-15 avsharapovcmd/cgo: simplify switch statement to if statement
2018-10-15 Ivan Sharavuevpprof: replace bits = bits + "..." to bits += "......
2018-10-15 OlgaVlPetrovasrc/cmd/compile/internal/ssa: replace `s = s + x' ...
2018-10-15 Ben Shitest/codegen: add tests for multiplication-subtraction
2018-10-14 Keith Randallcmd/compile: reuse temporaries in order pass
2018-10-14 Keith Randallruntime,cmd/compile: pass strings and slices to convT2...
2018-10-14 Keith Randallcmd/compile: optimize loads from readonly globals into...
2018-10-13 Keith Randallcmd/compile: emit symbol for constant string before...
2018-10-13 OlgaVlPetrovadebug/plan9obj: simplify s[:] to s where
2018-10-13 avsharapovjpeg: simplify 'x = x op ...' to 'x op= ...'
2018-10-13 Ivan Sharavuevstrings: Replace s[:] to s where s is a slice.
2018-10-12 Matthew Dempskycmd/compile: remove ineffectual -i flag
2018-10-12 Mak Kolybabidoc: fix spelling of `comp[]hensive` to `comp[r]ehensive`
2018-10-12 Russ Coxregexp: add partial Deprecation comment to Copy
2018-10-12 Russ Coxregexp: add DeepEqual test
2018-10-12 Russ Coxregexp: evaluate context flags lazily
2018-10-12 Russ Coxregexp: use pools for NFA machines
2018-10-12 Russ Coxregexp: split one-pass execution out of machine struct
2018-10-12 Russ Coxregexp: split bit-state execution out of machine struct
2018-10-12 Russ Coxtesting: implement -benchtime=100x
2018-10-12 Robert Griesemergo/types: remove a test case and update comment
2018-10-12 Martin Möhrmanninternal/cpu: use 'off' for disabling cpu capabilities...
2018-10-12 Tobias Klauserinternal/poll: add FD.Fsync on aix
2018-10-12 Martin Möhrmanninternal/cpu: enable support for GODEBUGCPU in non...
2018-10-12 Brad Fitzpatricknet/http: flesh out Transport's HTTP/1 CONNECT+bidi...
2018-10-12 Yuval Pavel... syscall: correctly pad with NUL in FreeBSD convertFromD...
2018-10-12 Mihai Todorencoding/base64: fix typo in decodeQuantum docs
2018-10-12 Elias Nauros: make UserHomeDir return "/" on iOS
2018-10-11 Matthew Dempskycmd/compile/internal/gc: remove OCMPIFACE/OCMPSTR place...
2018-10-11 Matthew Dempskycmd/compile/internal/gc: remove OCMPIFACE and OCMPSTR
2018-10-11 Robert Griesemergo/scanner: don't return token.INVALID for ".." sequence
2018-10-11 Ian Daviscmd/vet: detect non-pointer arguments for unmarshal...
2018-10-11 Robert Griesemergo/types: use correct receiver types for embedded inter...
2018-10-11 Russ Coxregexp: fix BenchmarkMatch_onepass_regex
2018-10-11 Russ Coxregexp: simplify BenchmarkCompileOnepass
2018-10-11 Floriandoc: add link to the Go Discord forum
2018-10-11 Clément Chigotos: add AIX operating system
2018-10-11 David Chasecmd/compile: repair display of values & blocks in prog...
2018-10-11 Ben Shitest/codegen: add more arm64 test cases
2018-10-11 Clément Chigotpath/filepath: add AIX operating system
2018-10-11 Carlos Eduardo Seocmd/compile: intrinsify TrailingZeros16, OnesCount...
2018-10-11 LotusFennbytes: vary the input alignment to Compare argument...
2018-10-11 Rob Piketext/template: explain that integer constants can overflow
2018-10-11 Rob Pikeunsafe: document that Alignof, Offsetof, and Sizeof...
2018-10-11 Ben Shicmd/compile: optimize 386's ADDLconstmodifyidx4
2018-10-10 Matthew Dempskycmd/compile/internal/types: regen stringer file
2018-10-10 Rob Pikecmd/doc: add a -src flag to show original source
2018-10-10 Rob Pikego/doc: add new mode bit PreserveAST to control clearin...
2018-10-10 Josh Bleecher... cmd/compile: remove some inl budget hacks
2018-10-10 Tobias Klausersyscall: add marker comments to zsyscall_{aix,solaris...
2018-10-10 Clément Chigotnet: add AIX operating system
2018-10-10 Keith Randallcmd/compile: make []byte("...") more efficient
2018-10-10 Clément Chigotmime: add AIX operating system
2018-10-10 Clément Chigotcrypto: add AIX operating system
2018-10-10 Clément Chigottime: add AIX operating system
2018-10-10 Lynn Bogercmd/internal/obj/ppc64: generate float 0 more efficient...
2018-10-10 Clément Chigotsyscall: add AIX operating system
2018-10-10 Brad Fitzpatricknet/http/httputil: fix race/crash in previous ReversePr...
2018-10-10 Wil Selwoodtesting: try to Log through parent if test has completed
2018-10-10 Clément Chigotsyscall: change solaris files to libc files
2018-10-10 Muhammad Falak... runtime/cgo: annotate unused variable with __attribute_...
2018-10-09 Bryan C. Millscmd/go: remove extraneous 'file' from usage message...
2018-10-09 Bryan C. Millscmd/go: check that package paths are invariantly non...
2018-10-09 Matthew Dempskycmd/compile/internal/gc: major evconst cleanup
2018-10-09 Muhammad Falak... go/doc: skip examples with no body
2018-10-09 Austin Clementsruntime: rename gosweepdone to isSweepDone and document...
2018-10-09 Austin Clementsruntime: eliminate gosweepone
2018-10-09 Austin Clementsruntime: simplify free count calculation in (un)cacheSpan
2018-10-09 Austin Clementsruntime: avoid tracking spans with no objects with...
2018-10-09 Austin Clementsruntime: fix non-in-use span check
2018-10-09 Austin Clementsruntime: undo manual inlining of mbits.setMarked
2018-10-09 Austin Clementsruntime: tidy mheap.freeSpan
2018-10-09 Brad Fitzpatricknet/http/httputil: rewrite flushing code, disable on...
2018-10-09 Qais Patankarcmd/compile: fix Compiler Directives typo
2018-10-09 Marten Seemanncrypto/tls: fix ServerHello SCT test
2018-10-09 Ben Shicmd/compile: combine similar code in amd64's assembly...
2018-10-09 Ben Shicmd/compile: add indexed form for several 386 instructions
2018-10-08 Urvil Patelstrconv: add example for QuoteRuneToGraphic and QuoteTo...
2018-10-08 Richard Musiolmisc/wasm: fix fs operations in browser
2018-10-08 Robert Griesemerspec: distinguish between explicit and implicit convers...
2018-10-08 Alex Brainmannet: skip TestUnixConnLocalWindows on windows/arm
2018-10-08 Igor Zhilianinall: fix a bunch of misspellings
2018-10-07 ludweegnet: simplify bool expression
2018-10-06 Lehner Florianfmt: add example Sscanf
2018-10-06 Yasuhiro Matsumotoall: fix typos
2018-10-06 Keith Randallcmd/compile: allow VARDEF at top level
2018-10-06 Igor Zhilianinall: fix a bunch of misspellings
2018-10-06 Gabriel Aszalosencoding/json: use isSpace in stateEndTop
2018-10-06 Tim Cooperall: remove unneeded parentheses from package consts...
2018-10-06 Robertosync: fix typo in doc
next