]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2018-10-22 Keith Randallcmd/compile: in append(f()), type convert appended...
2018-10-22 fanzha02cmd/internal/obj/arm64: reclassify 32-bit/64-bit constants
2018-10-22 Carlos Eduardo Seocmd/compile: intrinsify math/big.mulWW on ppc64x
2018-10-22 Rob Pikeencoding/gob: increase "tooBig" from 1GB to 8GB on...
2018-10-22 Rob Pikedoc: tweak example in Effective Go
2018-10-21 Tobias Klausercmd/internal/xcoff: don't use io.SeekCurrent for go1...
2018-10-20 Andrew Bonventredoc: update docs.html with new tour import path
2018-10-20 Nick Craig... misc/wasm: fix panic on os.Stdout.Sync() in the browser
2018-10-19 Robert Griesemergo/types: temporarily disable a verification in Stdlib...
2018-10-19 Josh Bleecher... cmd/compile: move argument stack construction to SSA...
2018-10-19 Denys Smirnovcmd/compile: in wasm, allocate approximately right...
2018-10-19 Robert Griesemergo/types: accept recv base type that is alias to a...
2018-10-19 Robert Griesemergo/types: collect type info for type ...T in variadic...
2018-10-19 Matthew Dempskycmd/compile: remove compiling_wrappers
2018-10-19 Robert Griesemergo/types: fix unsymmetric test when typechecking compar...
2018-10-19 Clément Chigotruntime: port assembly files for aix/ppc64
2018-10-19 Clément Chigotcmd/internal/xcoff: add new debug package for cmd
2018-10-19 Filippo Valsordacrypto/tls: replace net.Pipe in tests with real TCP...
2018-10-19 Seebstext/template: drop unused sortKeys function
2018-10-19 Rob Pikeflag: return a consistent parse error if the flag value...
2018-10-19 Ben Shicmd/compile: optimize store combination on 386/amd64
2018-10-18 Matthew Dempskycmd/compile: extract gc.eqtype as types.Identical
2018-10-18 Rob Pikefmt: print maps in key-sorted order
2018-10-18 Keith Randallcmd/compile: fix gdb stepping test, take 2
2018-10-18 Robert Griesemercmd/doc: minor code simplification
2018-10-18 David Chasecmd/compile: attach slots to incoming params for better...
2018-10-18 Ian Lance Taylortest: update issue5089.go for recent gccgo changes
2018-10-18 Richard Musiolsyscall/js: make zero js.Value represent "undefined"
2018-10-18 Ian Lance Taylortest: add fixedbugs/bug506 for gccgo
2018-10-18 Rob Pikecmd/doc: make comments inside functions appear with...
2018-10-18 Ben Shitest/codegen: add more combined load/store test cases
2018-10-18 Ian Lance Tayloros: ignore SIGTTIN during TestTTYClose
2018-10-17 Umang Parmardatabase/sql: remove commented debug prints
2018-10-17 Alan Donovancmd/go: make go vet query cmd/vet for its flags
2018-10-17 Robert Griesemergo/internal/gccgoimporter: backport from x/tools to...
2018-10-17 Robert Griesemerspec: clarify rules for receiver base types
2018-10-17 Ian Lance Tayloros/signal: wait for goroutine in TestTerminalSignal
2018-10-17 Ian Lance Taylorcmd/cgo: write a string rather than building an AST
2018-10-17 Ian Lance Taylorcmd/cgo: split name rewriting out of rewriteRef
2018-10-17 Ian Lance Taylorcmd/cgo: mangle names before rewriting calls
2018-10-17 Jordan Rheeos: change UserHomeDir to use USERPROFILE on windows
2018-10-17 Matthew Dempskycmd/compile: remove obsolete "safe" mode
2018-10-17 Josh Bleecher... test: limit runoutput concurrency with -v
2018-10-17 Michael Anthony... runtime: use only treaps for tracking spans
2018-10-17 Michael Anthony... runtime: de-duplicate span scavenging
2018-10-17 Yury Smolskycmd/compile: make tabs narrow in src column of ssa...
2018-10-17 Rob Pikecmd/doc: fix repeated header bug added in previous CL
2018-10-17 Rob Pikecmd/doc: add -all flag to print all documentation for...
2018-10-17 Filippo Valsordacrypto/tls,crypto/x509: normalize RFC references
2018-10-17 Rijnard van... crypto/aes: remove redundant nil check around loop
2018-10-16 Robert Griesemercmd/compile: simplified test case (cleanup)
2018-10-16 Emmanuel T... cmd/compile: fix label redefinition error column numbers
2018-10-16 Ilya Tocarcmd/compile/internal/gc: inline autogenerated (*T)...
2018-10-16 Filippo ValsordaRevert "fmt: fix incorrect format of whole-number float...
2018-10-16 Matthew Dempskycmd/compile: remove -dolinkobj flag
2018-10-16 Matthew Dempskycmd/compile/internal/gc: simplify typechecking definitions
2018-10-16 Lynn Bogertest/codegen: enable more tests for ppc64/ppc64le
2018-10-16 Daniel Martíencoding/json: always verify we can get a field's value
2018-10-16 Daniel Martíencoding/json: fix "data changed underfoot?" panic
2018-10-16 Ben Shicmd/compile: optimize 386's load/store combination
2018-10-16 Ben Shitest/codegen: fix confusing test cases
2018-10-15 Daniel Martícmd/compile: don't panic on invalid map key declarations
2018-10-15 Martin Möhrmanninternal/cpu: add invalid option warnings and support...
2018-10-15 Martin Möhrmannstrconv: add comment explaining bounded shift in formatBits
2018-10-15 Martin Möhrmanncmd/compile: avoid string allocations when map key...
2018-10-15 Martin Möhrmanncmd/compile: add intrinsics for runtime/internal/math...
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...
next