]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2020-02-25 Kevin Burkedoc/articles/race_detector: mention memory leak potential
2020-02-25 Cherry Zhangcmd/link: stop requiring the math package on ARM
2020-02-25 Xiangdong Jicmd/asm: add asimd instruction 'rev16' on arm64
2020-02-25 Joel Singmath/big: initial vector arithmetic in riscv64 assembly
2020-02-25 Joel Singmath: implement Sqrt in assembly for riscv64
2020-02-25 Carlos Amedeedoc: add Go 1.14 to release history
2020-02-25 Josh Bleecher... cmd/compile: use ellipses in RISCV64 rules
2020-02-25 Bryan C. MillsRevert "cmd/compile: don't allow NaNs in floating-point...
2020-02-25 Meng Zhuoruntime: fix file permission
2020-02-25 Bryan C. MillsRevert "Revert "cmd/go/internal/modload: record the...
2020-02-25 Corne van der... cmd/link: Revert -buildmode=pie to internal linking
2020-02-25 nu50218cmd/go: fix typo in comment
2020-02-25 Changkun Ousync: add new Map method LoadAndDelete
2020-02-25 Richard Wilkesruntime: allow float syscall return values on windows...
2020-02-25 Keith RandallRevert "reflect: when Converting between float32s,...
2020-02-25 Jean de Klerktime: add basic YYYY/MM/DD example to time docs
2020-02-25 Keith Randallreflect: when Converting between float32s, don't lose...
2020-02-25 Keith Randallcmd/compile: don't allow NaNs in floating-point constan...
2020-02-25 Cherry Zhangcmd/link: improve gap detection in TestPIESize
2020-02-25 Liam 'Auzzie... os/exec: use environment variables for user token when...
2020-02-25 Josh Bleecher... cmd/compile: delete stray file
2020-02-25 Josh Bleecher... cmd/compile: use ellipses in MIPS64 rules
2020-02-25 Josh Bleecher... cmd/compile: use ellipses in S390X rules
2020-02-25 Josh Bleecher... cmd/compile: use ellipses in PPC64 rules
2020-02-25 Josh Bleecher... cmd/compile: use ellipses in dec64 rules
2020-02-25 Josh Bleecher... cmd/compile: use ellipses in wasm rules
2020-02-24 Josh Bleecher... cmd/compile: use ellipses in MIPS rules
2020-02-24 Andrew BonventreRevert "cmd/go/internal/modload: record the replacement...
2020-02-24 Josh Bleecher... cmd/compile: use ellipses in ARM64 rules
2020-02-24 Josh Bleecher... cmd/compile: use ellipses in ARM rules
2020-02-24 Josh Bleecher... cmd/compile: use ellipses in 386 rules
2020-02-24 Keith Randallcmd/compile: use ADDQ instead of LEAQ when we can
2020-02-24 Keith Randallruntime/cgo: fix unsetenv wrapper
2020-02-24 Tobias Klauserdoc/go1.14: document that freebsd/arm64 requires FreeBS...
2020-02-24 Bryan C. Millsmisc/cgo/testshared: explicitly set GOBIN (instead...
2020-02-24 Keith Randallcmd/compile: avoid memmove -> SSA move rewrite when...
2020-02-24 Bryan C. Millscmd/go/internal/modload: record the replacement for...
2020-02-24 Alessandro... cmd/compile: assign correct declaration line to DIE...
2020-02-24 Keith Randallruntime: special case interface hashing for pointers
2020-02-24 Dmitri Shuralyovdoc/go1.14: remove draft notice
2020-02-24 Bryan C. Millscmd/go/internal/modfetch: delete unused isVendoredPacka...
2020-02-24 Robert Griesemergo/types: report correct argument types for make()...
2020-02-24 Ian Lance Taylorruntime: remove mcache field from m
2020-02-24 Milan Patelreflect: update Select to panic early on excessive...
2020-02-24 Dmitri Shuralyovtest: clean up run.go
2020-02-24 Tobias Klauserruntime: remove unused _F_SETFL const on linux
2020-02-24 Katie Hockmancrypto/cipher: require non-zero nonce size for AES-GCM
2020-02-24 Jordan Liggittencoding/json: limit max nesting depth
2020-02-24 Tamir Dubersteincmd/link: code cleanup in macho_combine_dwarf.go
2020-02-24 Daniel Martítext/template: make reflect.Value indirections more...
2020-02-24 Tobias Klausersyscall: use dup3 in forkAndExecInChild1 if available
2020-02-24 Tobias Klausermisc/cgo: correct GOOS in skip message
2020-02-24 Robert Griesemergo/types: report correct number of arguments for make...
2020-02-24 Alberto Donizettihash/maphash: add package-level example
2020-02-24 Changkun Outime: add Ticker.Reset
2020-02-24 Masahiro Furudatetesting: change benchmark example function
2020-02-23 Ian Lance Taylortime: don't get confused about day 31 when parsing 002
2020-02-23 Andrew BonventreRevert "time: add Ticker.Reset"
2020-02-23 Tobias Klausermisc/cgo: enable testso and testsovar on mips64x
2020-02-23 Changkun Outime: add Ticker.Reset
2020-02-23 Sam Chendoc: remove extra br tags
2020-02-22 Cuong Manh Lecmd/compile: consistently use OXXX for works relate...
2020-02-22 Jon Johnsonencoding/json: fix broken link to json.org
2020-02-22 Hajime Hoshisyscall: release a js.Func object in fsCall
2020-02-22 Josh Bleecher... cmd/compile: allow values with aux Sym to fault on...
2020-02-22 vovapihash/maphash: don't discard data on random seed init
2020-02-22 Ian Lance Taylorruntime: mark testCallersEqual as a test helper
2020-02-22 Ian Lance Taylortest: add test that gccgo fails to compile
2020-02-22 Ian Lance Taylortime: remove unnecessary trailing slash from "/etc/"
2020-02-22 Ian Lance Taylorruntime: really wait for goroutines in testSemaHandoff
2020-02-22 Cuong Manh Lecmd/compile: allow print/println(f()) where f() is...
2020-02-21 Johan Janssoncrypto/tls: update ExampleDial with a valid root
2020-02-21 Filippo Valsordacrypto/tls: clarify TLS 1.0/1.1 CertificateRequestInfo...
2020-02-21 Cherry Zhangcmd/dist: test cgo internal linking PIE
2020-02-21 Robert Griesemercmd/compile/internal/syntax: better error when an assig...
2020-02-21 Cherry Zhangcmd/link: also apply R_ADDR relocation statically when...
2020-02-21 Dmitri Shuralyovtest: close file in goFiles
2020-02-21 Cherry Zhangcmd/link: handle absolute address relocation in C objec...
2020-02-21 Josh Bleecher... cmd/compile: preserve shift boundedness information...
2020-02-21 Michael Prattcmd/link: generate relative relocs for PIE
2020-02-21 Bryan C. Millscmd/go: print a "found" line for each package found...
2020-02-21 Josh Bleecher... cmd/compile: use shift boundedness when lowering shifts...
2020-02-21 Dmitri ShuralyovCONTRIBUTORS: second round of updates for Go 1.14
2020-02-21 Bryan C. Millscmd/go: add a regression test for package import cycles...
2020-02-21 Katie Hockmancrypto/ecdsa: add SignASN1, VerifyASN1
2020-02-21 Hana (Hyang... net/http/pprof: set content type for /debug/pprof
2020-02-21 Daniel Theophanesdatabase/sql: add SetConnMaxIdleTime
2020-02-21 Davor Kapsaio: check n in testReadAtLeast
2020-02-21 vovapigo/constant: remove redundant octal & separator literal...
2020-02-21 Joe Kyocontainer/list: remove temporary variable `n`
2020-02-21 Daniel Martícmd/compile: add a script to measure ssa/gen's coverage
2020-02-21 Alexander Rakoczycrypto/x509: correct error message for trailing issuer...
2020-02-21 Daniel Martídoc/go1.14: document the change to json.Number decoding
2020-02-21 Timmy Douglasnet/mail: skip empty entries in parseAddressList
2020-02-21 Bryan C. Millstesting: testing: add (*T).Deadline method for test...
2020-02-21 Josh Bleecher... cmd/compile: clarify division bounds check optimization
2020-02-21 Josh Bleecher... cmd/compile: coalesce some 386 shift lowering rules
2020-02-21 Josh Bleecher... cmd/compile: preserve shift boundness during wasm rewri...
2020-02-21 Josh Bleecher... cmd/compile: add rule location to some rulegen logging
2020-02-21 Josh Bleecher... cmd/compile: remove chunking of rewrite rules
next