]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2019-03-14 Andrew Bonventredoc: document Go 1.11.6
2019-03-14 Brad Fitzpatrickcmd/compile/internal/ssa: re-run generator
2019-03-14 Richard Musiolmisc/wasm: add workaround for missed timeout events
2019-03-14 Patrick Barkerprinter: check if specs exist before accessing them...
2019-03-14 Carlos Eduardo Seocmd/compile: make math/bits.RotateLeft{32,64} intrinsic...
2019-03-14 Bryan C. Millscmd/go: change the default value of GO111MODULE to...
2019-03-14 Carlos Eduardo Seocmd/internal/obj/ppc64: fix wrong register encoding...
2019-03-14 Marcel van... fmt: make type of fmt.Errorf the same as that of errors.New
2019-03-14 Marcel van... errors: improve performance of New
2019-03-14 Marcel van... errors: record only single frame
2019-03-14 Marcel van... fmt: refined tests for non-string error verbs
2019-03-14 Russ Coxcrypto/x509: move debug prints to standard error
2019-03-14 Robert Griesemerspec: clarify wording on passing slice arguments to...
2019-03-14 Josh Bleecher... runtime: simplify constant strings in asm
2019-03-14 Russ Coxfmt: put back named results in ss.scanBasePrefix
2019-03-14 Josh Bleecher... cmd/compile: int64(uint64 >> x) >= 0 if x > 0
2019-03-14 Josh Bleecher... cmd/compile: don't generate panicshift for masked int...
2019-03-13 Matthew Dempskycmd/compile: cleanup OREAL/OIMAG constant folding
2019-03-13 Josh Bleecher... test/codegen: gofmt
2019-03-13 Bryan C. Millscmd/dist: add a test in misc/reboot to verify that...
2019-03-13 Daniel Martíbuiltin: make len's godoc less ambiguous
2019-03-13 Brad Fitzpatrickcmd/go/internal/work: remove commented-out import
2019-03-13 Hana Kimcmd/go: fix the default build output name for versioned...
2019-03-13 Matthew Dempskycmd/compile: restore constant folding optimization...
2019-03-13 Matthew Dempskycmd/compile: simplify isGoConst
2019-03-13 Matthew Dempskycmd/compile: move all constant folding logic into evconst
2019-03-13 Ilya Tocarruntime: simplify readUnaligned
2019-03-13 Clément Chigotsyscall: add Chroot and Dup2 for aix/ppc64
2019-03-13 Michael Mundaycmd/compile: try and access last argument first in...
2019-03-13 Bryan C. Millscmd/go/internal/modload: remove unused InitGoMod function
2019-03-13 Carlos Eduardo Seocmd/compile: add processor level selection support...
2019-03-13 David Chasecmd/compile: move statement marks from jumps to targets
2019-03-13 Bryan C. Millscmd/go/internal/{modconv,modfetch,modload}: set modfetc...
2019-03-13 Daniel Martícmd/go/internal/base: remove MergeEnvLists
2019-03-13 Daniel Martíencoding/base64: speed up the decoder
2019-03-13 Mikio Hararuntime, internal/poll, net: report event scanning...
2019-03-13 Clément Chigotcmd: always allow bigtoc generation with gcc on aix...
2019-03-13 Agniva De Sarkertesting/cover: improve message when a package has no...
2019-03-13 Clément Chigotcmd: disable DWARF with old ld on aix/ppc64
2019-03-12 Robert Griesemercmd/compile: don't report redundant error for invalid...
2019-03-12 Robert Griesemercmd/compile: remove work-arounds for handling underscor...
2019-03-12 Robert Griesemermath/big: add support for underscores '_' in numbers
2019-03-12 Daniel Martítext/tabwriter: use a single defer per Write call
2019-03-12 Bryan C. Millscmd/go: fix typo in GoGetInsecure to actually set GOPROXY
2019-03-12 Bryan C. Mills../test: set GOPATH in nosplit.go
2019-03-12 Josh Bleecher... cmd/compile: make rulegen magic variable prediction...
2019-03-12 Bryan C. Millscmd/go/internal/modload: treat a 'std' module outside...
2019-03-12 Bryan C. Millscmd/go/internal/cfg: remove unused Gopath variable
2019-03-12 Shubham Sharmacmd/go: document GOGCCFLAGS
2019-03-12 Bryan C. Millscmd: ensure that GOPATH is always valid in subprocesses...
2019-03-12 Bryan C. Millscmd/internal/obj/x86: avoid os.Chdir in issue19518_test.go
2019-03-12 Robert Griesemerspec: document new Go2 number literals
2019-03-12 Ben Hoytbytes, strings: speed up TrimSpace 4-5x for common...
2019-03-12 Elias Naurmisc/android: fix detection of GOROOT tests
2019-03-12 Bryan C. Millscmd/go: search the target for patterns when -mod=vendor...
2019-03-12 Bryan C. Millscmd/dist: write and use a go.mod file in the bootstrap...
2019-03-12 Bryan C. Millscmd/dist: revert mod=vendor change accidentally include...
2019-03-12 fanzha02cmd/compile: add handling for new floating-point compar...
2019-03-12 Brian Kesslermath/big: implement Int.TrailingZeroBits
2019-03-12 Tobias Klauserinternal/bytealg: share code for equal functions on arm
2019-03-12 Tobias Klauseros: drop special case for FreeBSD 10.4 in newFile
2019-03-12 Bryan C. Millsgo/build: bypass importGo if srcDir is in GOROOT/src
2019-03-12 Bryan C. MillsRevert "cmd/go: change the default value of GO111MODULE...
2019-03-12 Michael Stapelbergsyscall: correctly set up uid/gid mappings in user...
2019-03-12 Than McIntoshtest: add new test for gccgo compilation problem
2019-03-11 Leon Klingelenet/http: add missing error checks in tests
2019-03-11 Josh Bleecher... cmd/compile: make deadcode pass cheaper
2019-03-11 Elias Naurmisc/android: copy less from GOROOT to the device
2019-03-11 Bryan C. Millscmd/go: change the default value of GO111MODULE to...
2019-03-11 Bryan C. Millsall: move internal/x to vendor/golang.org/x and revendo...
2019-03-11 Bryan C. Millscmd,std: add go.mod files
2019-03-11 Bryan C. Millscmd: refresh cmd/vendor to match 'go mod vendor'
2019-03-11 Keith Randalltest: fix memcombine tests
2019-03-11 Emmanuel T... testing: enable examples on js/wasm with non os.Pipe...
2019-03-11 Josh Bleecher... cmd/compile: teach rulegen to |-expand multiple |s...
2019-03-11 Josh Bleecher... cmd/compile: add scale field to SSA Ops
2019-03-11 Josh Bleecher... cmd/compile: normalize more whitespace in rewrite rules
2019-03-11 Bryan C. Millscmd/go: set GO111MODULE=off explicitly in TestScript...
2019-03-11 Bryan C. Millscmd/go: resolve non-standard imports from within GOROOT...
2019-03-10 Alberto Donizettisyscall: skip non-root user namespace test if kernel...
2019-03-10 Tobias Klauserstrings: remove unnecessary strings.s
2019-03-10 Jason A. Donenfeldruntime: safely load DLLs
2019-03-09 Josh Bleecher... cmd/compile: add pure Go math/big functions to TestInte...
2019-03-09 Josh Bleecher... math/big: add fast path for amd64 addVW for large z
2019-03-09 Josh Bleecher... math/big: add fast path for pure Go addVW for large z
2019-03-09 Josh Bleecher... math/big: remove bounds checks in pure Go implementations
2019-03-09 Daniel Martíreflect: make all flag.mustBe* methods inlinable
2019-03-09 Daniel Martícmd/compile: update TestIntendedInlining
2019-03-09 Carlo Alberto... sync: allow inlining the RWMutex.RUnlock fast path
2019-03-09 Tobias Klauserbytes: return early in Repeat if count is 0
2019-03-09 Carlo Alberto... sync: allow inlining the Once.Do fast path
2019-03-09 Carlo Alberto... sync: allow inlining the Mutex.Lock fast path
2019-03-09 Keith Randallcmd/compile: reverse order of slice bounds checks
2019-03-09 Clément Chigotcmd/link: enable DWARF with external linker on aix...
2019-03-09 LE Manh Cuongdebug/gosym: simplify parsing symbol name rule
2019-03-08 Jay Conrodcmd/go: improve wording of 'go mod init' error
2019-03-08 Bryan C. Millsinternal/testenv: remove SetModVendor
2019-03-08 Elias Naurmisc/android: enable many more tests on GOOS=android
2019-03-08 karthik nayakgosym/pclntab: mark LineTable.LineToPC and LineTable...
2019-03-08 Iskander Sharipovcrypto/cipher: fix duplicated arguments to bytes.Equal...
next