]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2018-09-24 Keith Randallcmd/compile: document regalloc fields
2018-09-24 Katie Hockmancompress: reduce copies of new text for compression...
2018-09-24 Brad Fitzpatricknet: don't reject domain names with only numbers and...
2018-09-24 Ian Davisimage: add benchmarks for At and Set methods
2018-09-24 Keith Randallcmd/compile: fix precedence order bug
2018-09-24 Andrei Tudor... net: don't use splice for unix{packet,gram} connections
2018-09-24 Jongmin Kimtest/bench/garbage: update Benchmarks Game URL to new...
2018-09-24 Elias Naursyscall: replace lstat, lchown, stat to please Android O
2018-09-24 Alberto Donizettitest: fix bcecheck test on noopt builder
2018-09-24 Eugene Kalininmime: derestrict value backslash unescaping for all...
2018-09-23 Johan Brandhorstnet/http: ensure null body in Fetch response is not...
2018-09-23 Vladimir Varankinnet/http: use Header.clone rather then duplicating...
2018-09-20 Robert Griesemercmd/compile/internal/gc: fix Node.copy and introduce...
2018-09-20 Iskander Sharipovcmd/compile/internal/gc: unify self-assignment checks...
2018-09-20 Ben Shicmd/compile: optimize 386's assembly generator
2018-09-20 Robert Griesemercmd/compile/internal/gc: minor code reorg (cleanup)
2018-09-20 Robert Griesemercmd/compile: fix error message for &T{} literal mismatch
2018-09-20 Robert Griesemercmd/compile/internal/gc: better names for (b|c|f)conf...
2018-09-20 Robert Griesemercmd/compiler/internal/gc: remove flag from bconv (cleanup)
2018-09-20 Robert Griesemercmd/compiler/internal/gc: remove flag argument from...
2018-09-19 Joe Tsaifmt: fix usage of sync.Pool
2018-09-19 Bryan C. Millscmd/go: write an hgrc file in TestMoveHG
2018-09-19 Tim Xuclean: clean mod cache should respect "-n" option.
2018-09-19 Iskander Sharipovcmd/compile/internal/gc: remove redundant for label
2018-09-19 Iskander Sharipovcmd/compile/internal/gc: handle arith ops in samesafeexpr
2018-09-19 Iskander Sharipovcmd/compile/internal/ssa: fix `a == a` to `a == b`
2018-09-19 Ben Shicmd/compile: optimize AMD64's bit wise operation
2018-09-19 Iskander Sharipovcmd/compile/internal/gc: simplify `x = x <op> y` to...
2018-09-19 Ben Shicmd/compile: simplify AMD64's assembly generator
2018-09-18 Jordan Rheeruntime: support windows/arm
2018-09-18 Rob Pikebuiltin: document when len and cap are constant
2018-09-18 Keith Randallcmd/compile: don't do floating point optimization x...
2018-09-18 Keith Randallruntime: ignore races between close and len/cap
2018-09-18 Tobias Klauserruntime: use MADV_FREE on Linux if available
2018-09-18 Alessandro... cmd/link: fix DWARF refs so that they always point...
2018-09-18 Ian Lance Taylorruntime: ignore EAGAIN from exec in TestCgoExecSignalMask
2018-09-18 Mark Rushakoffcmd/go: don't mention -mod=release
2018-09-18 Lynn Bogercmd/compile: use bounded shift information on ppc64x
2018-09-18 Ivy Evansnet/http: fix minor typos in Request godoc
2018-09-18 Iskander Sharipovcmd/compile/internal/gc: simplify bool expression
2018-09-18 Ben Shicmd/compile: fix wrong comment message in AMD64Ops.go
2018-09-17 Robert Griesemergo/types: don't report cycle error if clearer error...
2018-09-17 Robert Griesemergo/types: simplify some internal code
2018-09-17 Eric Poncecmd/go: display correct options in "go help get" using...
2018-09-17 fanzha02cmd/compile: optimize math.Float64(32)bits and math...
2018-09-17 Hana Kimcmd/trace: don't drop sweep slice details
2018-09-17 Robert Griesemergo/types: fix a couple of internal comments
2018-09-17 Tobias Klausersyscall: enable TestSyscallNoError on all Linux 32...
2018-09-17 Keith Randallcmd/compile: fix CMPconstload rule
2018-09-17 Bryan C. Millscmd/go/testdata/script/mod_test: add missing test invoc...
2018-09-17 Michael Mundaycmd/compile: avoid more float32 <-> float64 conversions...
2018-09-17 Iskander Sharipovcmd/compile/internal/gc: handle array slice self-assign...
2018-09-17 Iskander Sharipovcmd/compile/internal/gc: treat cap/len as safe in mayAf...
2018-09-16 Ian Davisimage/png: minor cleanup of a few tests
2018-09-16 Rob Pikedoc: add a go/golang entry to the FAQ
2018-09-16 Andrei Tudor... internal/poll: improve Splice comments
2018-09-15 Ian Lance Taylortime: return ENOENT from androidLoadTzinfoFromTzdata...
2018-09-15 Koichi Shiraishiruntime: fix TODO comment filepath
2018-09-15 Ben Burkertinternal/poll: fall back on unsupported splice from...
2018-09-14 Dmitri Shuralyovdoc/go1.11, cmd/go: elaborate on new GOFLAGS environmen...
2018-09-14 Agniva De Sarkertime: improve error message for LoadLocation
2018-09-14 Ian Lance Taylorruntime: use CleanCmdEnv in TestRuntimePanic
2018-09-14 Keith Randallcmd/compile: fold address calculations into CMPload...
2018-09-14 Ian Lance Taylorcmd/go: correct gccgo buildid file on ARM
2018-09-14 Michael Mundaycmd/compile: skip float32 constant folding test on...
2018-09-13 Ian Lance Taylorpath/filepath: correct symlink eval for symlink at...
2018-09-13 David du Colombierruntime: don't build semasleep_test on Plan 9
2018-09-13 Roberto Selbachcmd/go/internal/modfetch: stop cutting the last charact...
2018-09-13 Lynn Bogercmd/compile: improve rules for PPC64.rules
2018-09-13 Robert Griesemergo/types: be more precise in API comment
2018-09-13 Robert Griesemergo/types: fix scope printing (debugging support)
2018-09-13 erifan01runtime: skip TestGcSys on arm64
2018-09-13 Ian Lance Taylorpath/filepath: rewrite walkSymlinks
2018-09-13 Alan Donovanregexp: fix incorrect name in Match doc comment
2018-09-13 erifan01strings, bytes: optimize function Index
2018-09-13 Robert Griesemercmd/vet: avoid internal error for implicitly declared...
2018-09-13 erifan01cmd/compile: intrinsify math.RoundToEven and math.Abs...
2018-09-13 Tobias Klauseros: add ModeCharDevice to ModeType
2018-09-13 Emmanuel T... runtime: regression test for semasleep indefinite hang
2018-09-12 erifan01internal/bytealg: optimize Equal on arm64
2018-09-12 Bryan C. Millscmd/go: avoid type names in __debug__modinfo__ variable...
2018-09-12 Tobias Klauserruntime: use functions from mem_bsd.go on Darwin
2018-09-12 Tobias Klausercmd/dist: make raceDetectorSupported an exact copy...
2018-09-12 Emmanuel T... runtime: convert initial timediv quotient increments...
2018-09-12 Lynn Bogerinternal/bytealg: implement bytes.Count in asm for...
2018-09-12 fanzha02cmd/internal/obj/arm64: add error report for invalid...
2018-09-12 fanzha02test: fix the wrong test of math.Copysign(c, -1) for...
2018-09-12 Daniel Martíencoding/json: use panics for phase errors
2018-09-12 Daniel Martíencoding/json: more tests to cover decoding edge cases
2018-09-11 Ian Lance Taylorcmd/link: don't pass all linker args when testing flag
2018-09-11 Bryan C. Millscmd/go/testdata/script: fix typos in test comments
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
next