]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2021-03-24 Damien Neilnet/http: fix request cancellation race
2021-03-24 Cherry Zhangmath/big: don't require runtime.(*Frame).Next symbol...
2021-03-24 Paul E. Murphycmd/link: separate elf addend size from reloc size
2021-03-24 Cherry Zhangcmd/compile, cmd/link: use weak reference in itab
2021-03-24 Paul E. Murphycmd/internal/obj: remove bogus load/store optab entries...
2021-03-24 Jay Conrodcmd/go: move psuedo-version and version sorting to...
2021-03-24 Tobias Klauseros/exec: use testenv.SkipFlaky in TestExtraFilesFDShuffle
2021-03-24 David Chasecmd/compile: remove more dead code and data structures
2021-03-24 David Chasecmd/compile: fix array case in types-for-register parameter
2021-03-23 Ian Lance Taylorcmd/compile: don't let -race override explicit -d=check...
2021-03-23 Than McIntoshcmd/compile: wrap/desugar defer calls for register abi
2021-03-23 Shuhei Takahashios/exec: simplify TestContextCancel
2021-03-23 Simão Gomes... io: fix spelling in documentation for io.Discard
2021-03-23 Than McIntoshcmd/compile/internal/test: update abi tests for recent...
2021-03-23 Daniel Martícmd/go: make -coverpkg=all skip test-only packages
2021-03-23 Artur M. Wolffnet/http: treat MaxBytesReader's negative limits as...
2021-03-23 David Chasecmd/compile: remove AuxCall.results, cleanup ssagen...
2021-03-23 Zhang Boyangnet: make go resolver aware of network parameter
2021-03-23 Robert Griesemertest: enable fixedbugs/bug193.go for -G compiler option
2021-03-23 Robert Griesemergo/types: remove superfluous code for shift checking
2021-03-23 Robert Griesemergo/types, types2: add a test case for shifts that used...
2021-03-23 Robert Griesemercmd/compile/internal/types2: refactor untyped conversions
2021-03-23 Dan Scalescmd/compile: replace calls to typecheck with transform...
2021-03-23 Jason A. Donenfeldruntime: support long paths without fixup on Windows...
2021-03-23 fanzha02cmd/compile: optimize codes with arm64 REV16 instruction
2021-03-23 eric fangcmd/internal/obj/arm64: fix constant pool size calculat...
2021-03-23 Than McIntoshcmd/{compile,link}: relocate generation of DWARF for...
2021-03-22 6543net: add IP.IsPrivate
2021-03-22 Than McIntoshcmd/compile/internal/walk: relocate a stray comment
2021-03-22 David Chasecmd/compile: remove now-redundant AuxCall.args
2021-03-22 David Chasecmd/compile: fix WriteFuncMap for new ABI.
2021-03-22 Shuhei Takahashios/exec: avoid flaky Wait in TestContextCancel
2021-03-22 Jason A. Donenfeldruntime: fix bogus NtCurrentTeb()->TlsSlots[n] calculat...
2021-03-22 Joel Singcmd/compile/internal/ssa: correct sign extension for...
2021-03-22 Daniel Martícmd/compile: disallow rewrite rules from declaring...
2021-03-22 Daniel Martícmd/compile: make no-op rewrite funcs smaller
2021-03-22 Bryan C. Millscmd/go/internal/modload: remove go116EnableNarrowAll...
2021-03-22 eric fangcmd/internal/obj/arm64: mark functions with small stack...
2021-03-20 Youfu Zhangruntime: fix stack alignment for Windows amd64 lib...
2021-03-19 Cherry Zhangcmd/compile: add clobberdeadreg mode
2021-03-19 Dilyn Cornermake.bash: this change modifies Go to correctly select...
2021-03-19 Bryan C. Millscmd/go: assume Go 1.16 instead of Go 1.11 for dependenc...
2021-03-19 Bryan C. Millstesting: allow parallel-subtest goroutines to exit...
2021-03-19 Antonio Garciasyscall: fix typo in exec_windows_test.go
2021-03-19 Michael Anthony... runtime: mark Windows' address-taken asm routines as...
2021-03-19 Michael Anthony... runtime: call nanotimeQPC from nanotime1 without a...
2021-03-19 Emmanuel T... net/http: make ExampleGet show StatusCode checks for...
2021-03-19 Emmanuel T... net/http: mention NewRequestWithContext+Client.Do for...
2021-03-19 Paul E. Murphycmd/internal/obj/ppc64: consolidate memory classifications
2021-03-19 Agniva De Sarkercmd/doc: properly display interface methods
2021-03-19 fanzha02cmd/asm: complete the support for VDUP on arm64
2021-03-19 Tao Qingyuntesting: update helperNames just before checking it
2021-03-19 Ian Lance Taylorio/ioutil: use correct Go version in redirection comments
2021-03-18 Dan Scalescmd/compile: get untyped constants working in generic...
2021-03-18 Austin Clementscmd/internal/objabi,runtime: simplify sys.GOEXPERIMENT...
2021-03-18 Austin Clementscmd: move experiment flags into objabi.Experiment
2021-03-18 Austin Clementstest: switch fieldtrack test to use GOEXPERIMENT
2021-03-18 Michael Anthony... reflect: add tests for reflect.Value.Call for the new ABI
2021-03-18 Elvina Yakubovaruntime/pprof: move common code to writeProfileInternal...
2021-03-18 Paul E. Murphycmd/link: Add section data slice to Archrelocvariant
2021-03-18 Robert Griesemergo/types: minor simplification in assignableTo (cleanup)
2021-03-18 Dan Scalescmd/compile: remove unneeded calls to typecheck in...
2021-03-18 Austin Clementsall: explode GOEXPERIMENT=regabi into 5 sub-experiments
2021-03-18 Austin Clementstest: make nosplit test invariant to ABI wrappers
2021-03-18 Austin Clementscmd/internal/objabi: support boolean GOEXPERIMENTs
2021-03-18 Austin Clementscmd/dist: build bootstrap without GOEXPERIMENT
2021-03-18 Austin Clementscmd/internal/objabi: centralize GOEXPERIMENT parsing
2021-03-18 Michael Matloobcmd/go: remove renameio package and its last usage
2021-03-18 Bryan C. Millscmd/go: suppress errors for 'go get' of module paths...
2021-03-18 Andy Pancmd/go: use the global rooted path name
2021-03-18 Cherry Zhangcmd/link: print symbol versions in stack bound check
2021-03-18 Richard Pickeringcrypto/rsa: correct EncryptOAEP doc comment
2021-03-18 Rabin Gairesort: add example tests for SearchFloat64s and SearchInts
2021-03-18 Joel Singcmd/compile,cmd/internal/obj/riscv: load >32-bit consta...
2021-03-18 Joel Singcmd/compile: actually intrinsify runtime/internal/atomi...
2021-03-18 Joel Singcmd/compile: use a single const MOV operand for riscv64
2021-03-18 fanzha02cmd/compile: add rewrite rules for conditional instruct...
2021-03-18 Robert Griesemercmd/compile/internal/types2: delay recording types...
2021-03-18 Robert Griesemergo/types: add test case for issue #45096
2021-03-17 Tobias Klausercrypto/rand, internal/syscall/unix: add support for...
2021-03-17 Ian Lance Taylorcmd/link: improve nonexistent package error message
2021-03-17 Bryan C. Millscmd/go: only add a 'go' directive to the main module...
2021-03-17 Andrey Bokhankocmd/cgo: check whether C compiler exists
2021-03-17 Andy Pantime: check int64 overflow in Time.addSec
2021-03-17 Ian Lance Taylortest: add bug that failed when run with gccgo
2021-03-17 Cherry Zhangcmd/compile: resurrect clobberdead mode
2021-03-17 Rob Findleygo/parser: avoid formatting a panic message if an asser...
2021-03-17 Dan Scalescmd/compile: getting more built-ins to work with generics
2021-03-17 Johan Brandhorstcrypto/tls: remove flaky cancellation test
2021-03-17 Agniva De Sarkercompress/lzw: add Reset method to Reader and Writer
2021-03-17 Meng Zhuomath/bits: folded reverse tables by using const string
2021-03-17 Andrey Bokhankoos/user: make user.LookupGroupId function work for...
2021-03-17 Ian Lance Taylordebug/dwarf: support DW_FORM_rnglistx aka formRnglistx
2021-03-17 Robert Griesemerspec: fix rendering of >=
2021-03-17 Robert Griesemercmd/compile/internal/types2: review of call.go
2021-03-16 Cherry Zhangcmd/compile, cmd/link: dynamically export writable...
2021-03-16 Cherry Zhangcmd/compile: update some comments
2021-03-16 Keith Randallcmd/asm: when dynamic linking, reject code that uses...
2021-03-16 Bryan C. Millscmd/go: bail out from script tests earlier when a timeo...
2021-03-16 cuicmd/compile/internal/ssa: delete unused files
next