]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2018-09-11 Brian Kesslermath/bits: add extended precision Add, Sub, Mul, Div
2018-09-11 Yury Smolskycmd/compile: use yyerrorl(n.Pos, ...) in typecheckdef
2018-09-11 Lynn Bogercmd/link,compress/zip,image/png: use binary.{Big,Little...
2018-09-11 Ben Shicmd/compile: optimize arm's bit operation
2018-09-11 Ian Davisnet/url: remove an allocation for short strings in...
2018-09-10 Alan Donovango/token: add (*File).LineStart, which returns Pos...
2018-09-10 Dominik Honnefgo/types: fix swapped use of "uses" and "defines" in...
2018-09-09 Kevin Burkeos/user: retrieve Current username from /etc/passwd...
2018-09-09 Alex Brainmaninternal/poll: handle zero-byte write in FD.WriteTo
2018-09-09 Alex Brainmaninternal/poll: cap reads and writes to 1GB on windows
2018-09-08 Ben Shicmd/compile/internal/amd64: simplify assembly generator
2018-09-08 Ian Davisdoc: make golang-nuts discussion list more prominent
2018-09-08 Josh Bleecher... cmd/compile: move v.Pos.line check to warnRule
2018-09-07 Michael Prattruntime: use tgkill for raise
2018-09-07 Ian Lance Taylorcmd/go: add -Wl,--export-dynamic to linker flag whitelist
2018-09-07 Iskander Sharipovtest: extend noescape bytes.Buffer test suite
2018-09-07 Filippo Valsordacrypto/x509: allow ":" in Common Name hostnames
2018-09-07 Keith Randallruntime: in semasleep, subtract time spent so far from...
2018-09-07 erifan01cmd/compile: implement non-constant rotates using ROR...
2018-09-07 Tobias Klausercmd/dist, go/types: add support for GOARCH=sparc64
2018-09-07 Thanabodee... fmt: add example for Sprint
2018-09-07 Thanabodee... fmt: add example for Print
2018-09-07 Thanabodee... fmt: add example for Fprint
2018-09-07 Tobias Klauserdebug/elf: add R_RISCV_32_PCREL relocation
2018-09-07 Marko Kevacruntime/pprof: remove "deleted" suffix while parsing...
2018-09-07 Ben Shicmd/compile: optimize 386's comparison
2018-09-06 fanzha02cmd/compile: optimize math.Copysign on arm64
2018-09-06 fanzha02cmd/internal/obj/arm64: add CONSTRAINED UNPREDICTABLE...
2018-09-06 Iskander Sharipovbytes: remove bootstrap array from Buffer
2018-09-06 Jake Bnet: ensure WriteTo on Windows sends even zero-byte...
2018-09-06 Ian Davisencoding/json: recover saved error context when unmarsh...
2018-09-06 Warren Fernandesexpvar: fix name of Var interface
2018-09-06 Warren Fernandesfmt: add example for GoStringer interface
2018-09-06 taylorzacmd/compile: don't crash reporting misuse of shadowed...
2018-09-05 Daniel Martítext/template: simplify line tracking in the lexer
2018-09-05 Michael Mundaycmd/compile: regenerate known formats for TestFormats
2018-09-05 Robert Griesemergo/types: fix internal comments and add additional...
2018-09-05 Michael Mundaycmd/compile: fix store-to-load forwarding of 32-bit...
2018-09-05 Ben Shicmd/compile: optimize ARM's comparision
2018-09-05 fanzha02cmd/internal/obj/arm64: encode float constants into...
2018-09-05 Brad Fitzpatricknet: don't block forever in splice test cleanup on...
2018-09-05 Tobias Klausernet: skip splice unix-to-tcp tests on android
2018-09-05 Iskander Sharipovcmd/compile/internal/gc: fix mayAffectMemory in esc.go
2018-09-05 Alessandro... misc/cgo/testplugin: disable DWARF tests on darwin
2018-09-05 Iskander Sharipovtest: remove go:noinline from escape_because.go
2018-09-05 Milan Knezevicdoc: add GOMIPS64 to source installation docs
2018-09-05 Tobias Klausersyscall: correct argument order for SyncFileRange sysca...
2018-09-05 Tobias Klausertest: fix nilptr3 check for wasm
2018-09-05 Ben Burkertnet: use splice(2) on Linux when reading from UnixConn...
2018-09-05 Michael Mundaycmd/compile: make math/bits.RotateLeft{32,64} intrinsic...
2018-09-05 Ben Shicmd/compile: optimize arm64's comparison
2018-09-04 Ben Shicmd/compile: optimize ARM64's code with MADD/MSUB
2018-09-04 Ben Shicmd/internal/obj/arm64: support more atomic instructions
2018-09-04 Agniva De Sarkercmd/go/internal/modcmd: remove non-existent -dir flag
2018-09-04 Matthew Dempskycmd/compile: use "N variables but M values" error for OAS
2018-09-04 Alessandro... cmd/link: move dwarf part of DWARF generation before...
2018-09-04 Alexey Naidonovcmd/compile: remove unnecessary nil-check
2018-09-04 Josh Bleecher... cmd/compile: prefer rematerializeable arg0 for HMUL
2018-09-04 Josh Bleecher... encoding/binary: simplify Read and Write
2018-09-04 Agniva De Sarkermisc/wasm: handle error during instantiateStreaming
2018-09-04 Leigh McCullochgo/types: correct misspelling in function doc
2018-09-03 Iskander Sharipovcmd/compile/internal/gc: fix invalid positions for...
2018-09-03 Alexey Palazhchenkodatabase/sql: fix Rows.Columns() documentation
2018-09-03 Ivan Kutuzovencoding/pem: fix for TestFuzz, PEM type should not...
2018-09-03 Michael Mundaycmd/compile: implement OnesCount{8,16,32,64} intrinsics...
2018-09-03 Iskander Sharipovcmd/compile/internal/gc: better handling of self-assign...
2018-09-03 Charles Kenneyruntime/trace: fix syntax errors in NewTask doc example
2018-09-03 Ankit Goyalstrconv: add example for IsGraphic
2018-09-02 Phil Pearlstrings: simplify Join using Builder
2018-09-02 Giovanni Bajocmd/compile: add testcase for #24876
2018-09-02 Giovanni Bajotest: relax whitespaces matching in codegen tests
2018-09-01 Leigh McCullochcrypto/x509: revert change of article in SystemCertPool...
2018-09-01 Giovanni Bajoos/exec: document how to do special args quoting on...
2018-08-31 Muhammad Falak... fmt: add example for Fscanln
2018-08-31 Venil Noronhafmt: add example for Fscanf
2018-08-31 Than McIntoshtest: improve runtime/pprof tests for gccgo
2018-08-31 Carlos Eduardo Seoruntime: add support for VDSO on ppc64x for use in...
2018-08-31 Alex Brainmaninternal/poll: advance file position in windows sendfile
2018-08-31 Giovanni Bajocmd/compile: in prove, fix fence-post implications...
2018-08-31 Dina Garmashdoc: fix os.Pipe() call in the example.
2018-08-31 Drew Flowerfmt: add an example for Sprintln
2018-08-31 Rhys Hiltnerdoc: recommend benchstat for performance commits
2018-08-31 Venil NoronhaA+C: add VMware as author, Venil Noronha as contributor
2018-08-31 Rodolfo Rodriguezfmt: add Println example
2018-08-30 Robert Griesemergo/types: better names for internal helper functions...
2018-08-30 Robert Griesemergo/types: remove explicit path parameter from most...
2018-08-30 Robert Griesemergo/types: track local cycles using same mechanism as...
2018-08-30 Andrew Bonventrecmd/compile: make math/bits.RotateLeft* an intrinsic...
2018-08-30 Leigh McCullochcrypto/x509: clarify docs for SystemCertPool
2018-08-30 Kevin Burkefmt: remove spelling mistake in example
2018-08-30 Agniva De Sarkercmd/dist: wait for run jobs to finish in case of a...
2018-08-30 Rebecca Stamblergo/types: fix crash following misuse of [...]T in compo...
2018-08-30 Andrei Tudor... net: refactor readerAtEOF splice test
2018-08-30 Dylan Waitsfmt: add example for Fprintln
2018-08-30 ianzapolskyfmt: add an example for Errorf
2018-08-30 Venil Noronhatime: add example for LoadLocation
2018-08-30 Dmitry Neverovhtml/template: add an example for the Delims method
2018-08-30 Erin Masatsugubytes: add example for Buffer.Len
2018-08-30 David Timmnet/http: add example for http.HandleFunc
2018-08-30 Venil Noronhafmt: add an example for Sprintf
next