]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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...
2018-05-08 Michael Mundaycmd/compile: add some generic composite type optimizations
2018-05-08 Ben Shicmd/compile: emit more compact 386 instructions
2018-05-08 Shengyu Zhangtext/scanner: return RawString token rather than String...
2018-05-08 Richard Musiolruntime: add js/wasm architecture
2018-05-08 Cherry Zhangcmd/compile: fix Wasm rule file name
2018-05-07 Richard Musiolcmd/link: add wasm architecture
2018-05-07 Ilya Tocarnet: make IPString benchmarks more representative.
2018-05-07 Josh Bleecher... cmd/compile: add some LEAL{1,2,4,8} rewrite rules for...
2018-05-07 Austin Clementsruntime: replace system goroutine whitelist with symbol...
2018-05-07 Keith Randallcmd/compile: mention the AuxInt field for bounded shifts
2018-05-07 Sabin Mihai... strconv: update Unquote example to be more concise
2018-05-07 Brad Fitzpatrickvendor, net/http: update x/net for httplex to httpguts...
2018-05-07 Elias Naurmisc/ios: uninstall app before installing it
2018-05-07 Josh Bleecher... text/tabwriter: don't mimic previous lines on flush
2018-05-07 Daniel Martícmd/vet: recognise func type conversions
2018-05-07 Russ Coxcompress/flate: do not rename math/bits import
2018-05-07 fanzha02cmd/internal/obj/arm64: fix illegal 4-operand instructi...
2018-05-07 Zhou Pengruntime: fix a typo mistake in comments
2018-05-06 Author Nameio: calculate buffer size only when needed
2018-05-06 Josh Bleecher... cmd/compile: use slice extension idiom in LSym.Grow
2018-05-06 Kunpei Sakainet/http: update bundled http2
2018-05-06 Martin Möhrmannruntime: remove hmap field from maptypes
2018-05-06 Martin Möhrmanncmd/compile: optimize len([]rune(string))
2018-05-06 Martin Möhrmanncmd/compile: optimize append(x, make([]T, y)...) slice...
2018-05-06 Josh Bleecher... text/tabwriter: fix BenchmarkPyramid and BenchmarkRagged
2018-05-05 Daniel Theophanesdatabase/sql: make error prefixes consistent
2018-05-05 Ian Lance Taylorcmd/go: don't give an error for an attempt to recreate...
2018-05-05 Ian Lance Taylorcmd/go: quote parentheses when outputting command
2018-05-04 Daniel Martícmd/vet: %T is a formatting directive too
2018-05-04 Alberto Donizettiruntime: ignore sigaction error on Linux if it is for...
2018-05-04 Brad Fitzpatricknet/http: ignore case of basic auth scheme in Request...
2018-05-04 Dmitri Shuralyovnet/http: write status code in Redirect when Content...
2018-05-04 Richard Musiolcmd/compile: add wasm architecture
2018-05-04 Yuval Pavel... runtime: fast clock_gettime on FreeBSD, always call...
2018-05-04 Richard Musiolvendor: update golang.org/x/net/internal/nettest from...
2018-05-04 Brad Fitzpatrickcmd/dist: fix computation of test timeout
2018-05-04 Elias Naurcmd/link/internal/ld: skip DWARF combining for iOS...
2018-05-04 Lynn Bogercmd/go, cmd/link: provide meaningful error msg with...
2018-05-04 Zhou Pengsrc/*.bash: remove some trailing whitespace
2018-05-04 Elias Naurcompress/gzip: skip builder-only test on iOS
2018-05-04 Elias Naurnet: skip unsupported tests on iOS
2018-05-04 Elias Naurmisc/ios: improve detection of missing developer image
2018-05-04 Martin Möhrmannstrings: fix encoding of \u0080 in map
2018-05-04 Daniel Martícmd/vet: better align print warnings with fmt
2018-05-04 Brad Fitzpatrickcmd/go, cmd/compile: use Windows response files to...
2018-05-04 Ian Lance Taylorcmd/go, go/build: add support for gccgo tooldir
2018-05-03 Marvin Stengercmd/go: update alldocs.go
2018-05-03 Sam Whitednet/http: don't write redirect body if content-type...
2018-05-03 Matthew Dempskycmd: re-generate SymKind.String for SDWARFMISC
2018-05-03 Josh Bleecher... cmd/compile: regenerate ssa ops
2018-05-03 Cherry Zhangruntime/internal/atomic: improve ARM atomics
2018-05-03 Cherry Zhangruntime: use native CAS and memory barrier on ARMv7
2018-05-03 Cherry Zhangsync/atomic: redirect many functions to runtime/interna...
2018-05-03 Josh Bleecher... cmd/compile: optimize a - b == 0 into a == b
2018-05-03 Ben Shicmd/internal/obj/arm64: add more atomic instructions
2018-05-03 Marvin Stengerstrconv: simplify and optimize Itoa(small)
2018-05-03 Richard Musiolcrypto/rand, crypto/x509: add js/wasm architecture
2018-05-03 Richard Musiolsyscall/js: add package
2018-05-03 Josh Bleecher... cmd/compile: shrink liveness maps
2018-05-03 Josh Bleecher... runtime: convert g.waitreason from string to uint8
2018-05-03 Elias Naurmisc/ios: retry lldb launch if the iOS app is busy
2018-05-03 Elias Naurmisc/ios: clean up debugger instance on failure
2018-05-03 Elias Naurmisc/ios: ensure deferred cleanup functions are run...
2018-05-03 Elias Naurmisc/ios: retry app install
2018-05-02 Antonin Amandarchive/zip: avoid data descriptor when writing directories
2018-05-02 Elias Naurmisc/ios: don't override TMPDIR on idevice
2018-05-02 Robert Griesemergo/types: add doc strings to various undocumented expor...
2018-05-02 Fangming.Fangruntime: enable memory sanitizer on arm64
2018-05-02 Anmol Sethitesting: fix racey access to t.failed
2018-05-02 Robert Griesemergo/types: fix internal documentation and strengthen...
2018-05-02 fanzha02cmd/asm/internal/asm: update the test cases in arm64enc...
2018-05-02 Wei Xiaocmd/compile: intrinsify runtime.getcallerpc on all...
2018-05-02 Alessandro... cmd/link: let writelines work when pcstmt symbol doesn...
2018-05-02 Tobias Klauseros: remove superfluous comments
2018-05-02 Alberto Donizetticmd/go: enable upx compression test on linux/386
2018-05-02 Martin Möhrmanncmd/compile: refactor memclrrange for arrays and slices
2018-05-01 Matthew Dempskycmd/compile: explicitly disallow mixing -iexport={false...
2018-05-01 Agniva De Sarkergo/ast: hide unexported fields in composite literals
2018-05-01 Josh Bleecher... cmd/compile: recognize some OpRsh64Ux64 Values as non...
next