]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2020-03-05 Michael Prattruntime/pprof: expand final stack frame to avoid truncation
2020-03-05 Bryan C. Millscmd/go/internal/renameio: skip test affected by kernel...
2020-03-05 Robert Griesemercmd/compile/internal/scanner: report correct directive...
2020-03-05 Diogo Pinelaruntime: use staticuint64s instead of staticbytes for...
2020-03-05 Robert Griesemercmd/compile/internal/syntax: faster and simpler source...
2020-03-05 Joel Singcmd/compile: add zero store operations for riscv64
2020-03-05 Ivan Trubachcmd/doc: fix merging comments in -src mode
2020-03-05 Robert Griesemercmd/compile/internal/syntax: better scanner error messages
2020-03-04 Robert Griesemercmd/compile/internal/syntax: improved scanner tests
2020-03-04 Diogo Pinelacmd/compile: use staticuint64s instead of staticbytes
2020-03-04 Bryan C. Millscmd/go: invalidate cached test results when the -timeou...
2020-03-04 Meng Zhuocmd/asm: add MIPS MSA LD/ST/LDI support for mips64x
2020-03-04 Cherry Zhangruntime: don't save/restore FP registers in softfloat...
2020-03-04 erifan01bytes, strings: moves indexRabinKarp function to intern...
2020-03-04 Clément Chigotmisc/cgo/test: fix sigaltstack test on AIX
2020-03-04 Keith Randallcmd/compile: don't allow NaNs in floating-point constan...
2020-03-03 Michael Mundaycmd/compile: remove walkinrange optimization
2020-03-03 Josh Bleecher... cmd/compile: simplify converted SSA form for 'if false'
2020-03-03 Josh Bleecher... all: fix two minor typos in comments
2020-03-03 Russ Coxnet/http: fix handling of HTTP/2 upgrade failures
2020-03-03 Tim Cooperencoding/hex: remove unused variable from BenchmarkDump
2020-03-03 Michael Mundaycmd/compile: optimize integer-in-range checks
2020-03-03 Joel Singcmd/compile: absorb SNEZ into branch on riscv64
2020-03-03 Joel Singcmd/compile: optimize subtraction of zero on riscv64
2020-03-03 Joel Singcmd/compile: improve subtraction of constants on riscv64
2020-03-03 Xiangdong Jiruntime: use CBZ/CBNZ in linux/arm64 assembly code
2020-03-03 Jingweidoc/mem: remove unnecessary pre tags within same snippet
2020-03-03 Joel Singcmd/compile/internal/riscv64: correct ssa.BlockRetJmp
2020-03-03 yuzflag: changed flag variable name in package doc, for...
2020-03-03 Emmanuel T... runtime: during panic, print value instead of address...
2020-03-03 Robert Griesemercmd/compile/internal/syntax: add -skip flag to exclude...
2020-03-02 Josh Bleecher... runtime: prevent allocation when converting small ints...
2020-03-02 Josh Bleecher... cmd/compile: regenerate rules
2020-03-02 Robert Griesemergo/types: simplify method set computation
2020-03-02 Robert Griesemergo/types: fix method set computation
2020-03-02 Josh Bleecher... cmd/compile: add -d=ssa/check/seed=SEED
2020-03-02 Josh Bleecher... cmd/compile: remove duplicate ppc64 rules
2020-03-02 Keith Randallruntime: print instruction bytes when reporting a SIGILL
2020-03-02 Josh Bleecher... cmd/compile: make pre-elimination of rulegen bounds...
2020-03-02 Josh Bleecher... cmd/compile: add streamlined Block Reset+AddControl...
2020-03-02 Keith Randallruntime: use quiet NaNs in softfloat implementation
2020-03-02 Keith Randallhash/maphash: add more tests for seed generation
2020-03-02 Josh Bleecher... cmd/compile: add specialized Value reset for OpCopy
2020-03-02 Meng Zhuocmd/compile: add intrinsics for runtime/internal/math...
2020-03-02 Bryan C. Millsnet/http: verify RoundTripper invariants in the send...
2020-03-02 Changkun Oudoc: race condition in unsynchronized send/close
2020-03-02 Tobias Klauserinternal/cpu: use anonymous struct for CPU feature...
2020-03-02 Keith Randallos: plan9 seek() should invalidate cached directory...
2020-03-02 Jean de Klerktime: use values larger than 24 for day for time.Format...
2020-03-01 Keith Randallos: seek should invalidate any cached directory reads
2020-03-01 Torben Schinkesyscall/js: improve documentation of js.FuncOf
2020-03-01 Richard Musiolsyscall: fix Fchdir on js/wasm
2020-03-01 Josh Bleecher... cmd/compile: add specialized AddArgN functions for...
2020-03-01 Mark Pulfordruntime: deflake CGO traceback tests
2020-03-01 Bradford Lamson... cmd/compile: add a dark mode to ssa html generation...
2020-03-01 Alex Brainmancmd/go, cmd/link: implement -buildmode=pie on windows
2020-03-01 Shuotime: optimize Time.ISOWeek
2020-03-01 Ian Lance Taylorruntime/pprof/internal/profile: make error message...
2020-03-01 Emmanuel T... runtime: don't invoke t.Fatal* in goroutine in TestLibr...
2020-03-01 Ian Lance Taylornet/textproto: pass missing argument to fmt.Sprintf
2020-02-29 Ruixin(Peter... cmd/compile: lower float to uint conversions on s390x
2020-02-29 Josh Bleecher... cmd/compile: add more amd64 constant simplifications
2020-02-29 Josh Bleecher... cmd/compile: constant fold SSA bool to int conversions
2020-02-29 Josh Bleecher... cmd/compile: use correct types in phiopt
2020-02-29 martinruntime: do not exit(2) if a Go built DLL receives...
2020-02-28 Meng Zhuointernal/cpu: add MIPS64x feature detection
2020-02-28 Bryan C. Millscmd/go: avoid matching wildcards rooted outside of...
2020-02-28 Felix Corneliusdoc: update Effective Go with 1.14 language changes
2020-02-28 Bryan C. Millscmd/go: rationalize errors in internal/load and interna...
2020-02-28 Bryan C. Millscmd/go/internal/search: consolidate package-pattern...
2020-02-28 Bryan C. Millscmd/go/internal/search: record errors in the Match...
2020-02-28 Michael Matloobcmd/go/internal/modload: make AmbiguousImportError...
2020-02-28 Ian Lance Taylornet: report port number correctly in Plan 9 error
2020-02-28 Josh Bleecher... cmd/compile: add dedicated ARM64BitField aux type
2020-02-28 Joel Singcmd/compile: improve SignExt32to64 on riscv64
2020-02-28 Dmitri Shuralyovcmd/gofmt, go/format: sync internal.go
2020-02-28 Josh Bleecher... cmd/compile: add ellipsis rule diagnostics to rulegen
2020-02-28 Daniel Martícmd/go: version command should error when given bad...
2020-02-28 Josh Bleecher... cmd/compile: optimize unsigned comparisons to 0/1 on...
2020-02-27 Ian Lance Taylorflag: update comment to refer to Output, not out
2020-02-27 Tim Coopernet/textproto: close channel to signal pipeline event...
2020-02-27 Michael Matloobcmd/go/testdata/script: fix path separator in test...
2020-02-27 Michael Matloobcmd/go: roll forward "convert TestShadowingLogic to...
2020-02-27 Michael Matloobcmd/go: convert testCDAndGOPATHAreDifferent to the...
2020-02-27 Michael Matloobcmd/go: convert TestLegacyModGet to the script framework
2020-02-27 Michael Matloobcmd/go: convert TestLinkXImportPathEscape to the script...
2020-02-27 Michael Matloobcmd/go: convert some tests in vendor_test to the script...
2020-02-27 Michael Matloobcmd/go: convert TestGoBuildGOPATHOrder to the script...
2020-02-27 Michael Matloobcmd/go: convert more tests to the script framework
2020-02-27 Michael Matloobcmd/go: convert TestGoTestRaceInstallsCgo to script...
2020-02-27 Michael Matloobcmd/go: convert TestGoBuildARM to the script framework
2020-02-27 Michael Matloobcmd/go: convert TestGoTestBuildsAnXtestContainingOnly...
2020-02-27 Michael Matloobcmd/go: convert TestPackageNotStaleWithTrailingSlash...
2020-02-27 Josh Bleecher... cmd/compile: ignore div/mod in prove on non-x86 archite...
2020-02-27 Josh Bleecher... cmd/compile: document Move's type
2020-02-27 Bryan C. Millscmd/go/internal/modload: make PackageNotInModuleError...
2020-02-27 Josh Bleecher... cmd/compile: make inlining intrinsics cost one
2020-02-27 Ian Lance Taylorcmd/compile: check rune type bounds as int32, not uint32
2020-02-27 Ziheng Liuall: fix incorrect channel and API usage in some unit...
2020-02-27 Josh Bleecher... cmd/compile: handle more cases in isNonNegative
next