2021-03-23 |
Robert Griesemer | test: enable fixedbugs/bug193.go for -G compiler option |
commit | commitdiff | tree |
2021-03-23 |
Robert Griesemer | go/types: remove superfluous code for shift checking |
commit | commitdiff | tree |
2021-03-23 |
Robert Griesemer | go/types, types2: add a test case for shifts that used... |
commit | commitdiff | tree |
2021-03-23 |
Robert Griesemer | cmd/compile/internal/types2: refactor untyped conversions |
commit | commitdiff | tree |
2021-03-23 |
Dan Scales | cmd/compile: replace calls to typecheck with transform... |
commit | commitdiff | tree |
2021-03-23 |
Jason A. Donenfeld | runtime: support long paths without fixup on Windows... |
commit | commitdiff | tree |
2021-03-23 |
fanzha02 | cmd/compile: optimize codes with arm64 REV16 instruction |
commit | commitdiff | tree |
2021-03-23 |
eric fang | cmd/internal/obj/arm64: fix constant pool size calculat... |
commit | commitdiff | tree |
2021-03-23 |
Than McIntosh | cmd/{compile,link}: relocate generation of DWARF for... |
commit | commitdiff | tree |
2021-03-22 |
6543 | net: add IP.IsPrivate |
commit | commitdiff | tree |
2021-03-22 |
Than McIntosh | cmd/compile/internal/walk: relocate a stray comment |
commit | commitdiff | tree |
2021-03-22 |
David Chase | cmd/compile: remove now-redundant AuxCall.args |
commit | commitdiff | tree |
2021-03-22 |
David Chase | cmd/compile: fix WriteFuncMap for new ABI. |
commit | commitdiff | tree |
2021-03-22 |
Shuhei Takahashi | os/exec: avoid flaky Wait in TestContextCancel |
commit | commitdiff | tree |
2021-03-22 |
Jason A. Donenfeld | runtime: fix bogus NtCurrentTeb()->TlsSlots[n] calculat... |
commit | commitdiff | tree |
2021-03-22 |
Joel Sing | cmd/compile/internal/ssa: correct sign extension for... |
commit | commitdiff | tree |
2021-03-22 |
Daniel Martà | cmd/compile: disallow rewrite rules from declaring... |
commit | commitdiff | tree |
2021-03-22 |
Daniel Martà | cmd/compile: make no-op rewrite funcs smaller |
commit | commitdiff | tree |
2021-03-22 |
Bryan C. Mills | cmd/go/internal/modload: remove go116EnableNarrowAll... |
commit | commitdiff | tree |
2021-03-22 |
eric fang | cmd/internal/obj/arm64: mark functions with small stack... |
commit | commitdiff | tree |
2021-03-20 |
Youfu Zhang | runtime: fix stack alignment for Windows amd64 lib... |
commit | commitdiff | tree |
2021-03-19 |
Cherry Zhang | cmd/compile: add clobberdeadreg mode |
commit | commitdiff | tree |
2021-03-19 |
Dilyn Corner | make.bash: this change modifies Go to correctly select... |
commit | commitdiff | tree |
2021-03-19 |
Bryan C. Mills | cmd/go: assume Go 1.16 instead of Go 1.11 for dependenc... |
commit | commitdiff | tree |
2021-03-19 |
Bryan C. Mills | testing: allow parallel-subtest goroutines to exit... |
commit | commitdiff | tree |
2021-03-19 |
Antonio Garcia | syscall: fix typo in exec_windows_test.go |
commit | commitdiff | tree |
2021-03-19 |
Michael Anthony... | runtime: mark Windows' address-taken asm routines as... |
commit | commitdiff | tree |
2021-03-19 |
Michael Anthony... | runtime: call nanotimeQPC from nanotime1 without a... |
commit | commitdiff | tree |
2021-03-19 |
Emmanuel T... | net/http: make ExampleGet show StatusCode checks for... |
commit | commitdiff | tree |
2021-03-19 |
Emmanuel T... | net/http: mention NewRequestWithContext+Client.Do for... |
commit | commitdiff | tree |
2021-03-19 |
Paul E. Murphy | cmd/internal/obj/ppc64: consolidate memory classifications |
commit | commitdiff | tree |
2021-03-19 |
Agniva De Sarker | cmd/doc: properly display interface methods |
commit | commitdiff | tree |
2021-03-19 |
fanzha02 | cmd/asm: complete the support for VDUP on arm64 |
commit | commitdiff | tree |
2021-03-19 |
Tao Qingyun | testing: update helperNames just before checking it |
commit | commitdiff | tree |
2021-03-19 |
Ian Lance Taylor | io/ioutil: use correct Go version in redirection comments |
commit | commitdiff | tree |
2021-03-18 |
Dan Scales | cmd/compile: get untyped constants working in generic... |
commit | commitdiff | tree |
2021-03-18 |
Austin Clements | cmd/internal/objabi,runtime: simplify sys.GOEXPERIMENT... |
commit | commitdiff | tree |
2021-03-18 |
Austin Clements | cmd: move experiment flags into objabi.Experiment |
commit | commitdiff | tree |
2021-03-18 |
Austin Clements | test: switch fieldtrack test to use GOEXPERIMENT |
commit | commitdiff | tree |
2021-03-18 |
Michael Anthony... | reflect: add tests for reflect.Value.Call for the new ABI |
commit | commitdiff | tree |
2021-03-18 |
Elvina Yakubova | runtime/pprof: move common code to writeProfileInternal... |
commit | commitdiff | tree |
2021-03-18 |
Paul E. Murphy | cmd/link: Add section data slice to Archrelocvariant |
commit | commitdiff | tree |
2021-03-18 |
Robert Griesemer | go/types: minor simplification in assignableTo (cleanup) |
commit | commitdiff | tree |
2021-03-18 |
Dan Scales | cmd/compile: remove unneeded calls to typecheck in... |
commit | commitdiff | tree |
2021-03-18 |
Austin Clements | all: explode GOEXPERIMENT=regabi into 5 sub-experiments |
commit | commitdiff | tree |
2021-03-18 |
Austin Clements | test: make nosplit test invariant to ABI wrappers |
commit | commitdiff | tree |
2021-03-18 |
Austin Clements | cmd/internal/objabi: support boolean GOEXPERIMENTs |
commit | commitdiff | tree |
2021-03-18 |
Austin Clements | cmd/dist: build bootstrap without GOEXPERIMENT |
commit | commitdiff | tree |
2021-03-18 |
Austin Clements | cmd/internal/objabi: centralize GOEXPERIMENT parsing |
commit | commitdiff | tree |
2021-03-18 |
Michael Matloob | cmd/go: remove renameio package and its last usage |
commit | commitdiff | tree |
2021-03-18 |
Bryan C. Mills | cmd/go: suppress errors for 'go get' of module paths... |
commit | commitdiff | tree |
2021-03-18 |
Andy Pan | cmd/go: use the global rooted path name |
commit | commitdiff | tree |
2021-03-18 |
Cherry Zhang | cmd/link: print symbol versions in stack bound check |
commit | commitdiff | tree |
2021-03-18 |
Richard Pickering | crypto/rsa: correct EncryptOAEP doc comment |
commit | commitdiff | tree |
2021-03-18 |
Rabin Gaire | sort: add example tests for SearchFloat64s and SearchInts |
commit | commitdiff | tree |
2021-03-18 |
Joel Sing | cmd/compile,cmd/internal/obj/riscv: load >32-bit consta... |
commit | commitdiff | tree |
2021-03-18 |
Joel Sing | cmd/compile: actually intrinsify runtime/internal/atomi... |
commit | commitdiff | tree |
2021-03-18 |
Joel Sing | cmd/compile: use a single const MOV operand for riscv64 |
commit | commitdiff | tree |
2021-03-18 |
fanzha02 | cmd/compile: add rewrite rules for conditional instruct... |
commit | commitdiff | tree |
2021-03-18 |
Robert Griesemer | cmd/compile/internal/types2: delay recording types... |
commit | commitdiff | tree |
2021-03-18 |
Robert Griesemer | go/types: add test case for issue #45096 |
commit | commitdiff | tree |
2021-03-17 |
Tobias Klauser | crypto/rand, internal/syscall/unix: add support for... |
commit | commitdiff | tree |
2021-03-17 |
Ian Lance Taylor | cmd/link: improve nonexistent package error message |
commit | commitdiff | tree |
2021-03-17 |
Bryan C. Mills | cmd/go: only add a 'go' directive to the main module... |
commit | commitdiff | tree |
2021-03-17 |
Andrey Bokhanko | cmd/cgo: check whether C compiler exists |
commit | commitdiff | tree |
2021-03-17 |
Andy Pan | time: check int64 overflow in Time.addSec |
commit | commitdiff | tree |
2021-03-17 |
Ian Lance Taylor | test: add bug that failed when run with gccgo |
commit | commitdiff | tree |
2021-03-17 |
Cherry Zhang | cmd/compile: resurrect clobberdead mode |
commit | commitdiff | tree |
2021-03-17 |
Rob Findley | go/parser: avoid formatting a panic message if an asser... |
commit | commitdiff | tree |
2021-03-17 |
Dan Scales | cmd/compile: getting more built-ins to work with generics |
commit | commitdiff | tree |
2021-03-17 |
Johan Brandhorst | crypto/tls: remove flaky cancellation test |
commit | commitdiff | tree |
2021-03-17 |
Agniva De Sarker | compress/lzw: add Reset method to Reader and Writer |
commit | commitdiff | tree |
2021-03-17 |
Meng Zhuo | math/bits: folded reverse tables by using const string |
commit | commitdiff | tree |
2021-03-17 |
Andrey Bokhanko | os/user: make user.LookupGroupId function work for... |
commit | commitdiff | tree |
2021-03-17 |
Ian Lance Taylor | debug/dwarf: support DW_FORM_rnglistx aka formRnglistx |
commit | commitdiff | tree |
2021-03-17 |
Robert Griesemer | spec: fix rendering of >= |
commit | commitdiff | tree |
2021-03-17 |
Robert Griesemer | cmd/compile/internal/types2: review of call.go |
commit | commitdiff | tree |
2021-03-16 |
Cherry Zhang | cmd/compile, cmd/link: dynamically export writable... |
commit | commitdiff | tree |
2021-03-16 |
Cherry Zhang | cmd/compile: update some comments |
commit | commitdiff | tree |
2021-03-16 |
Keith Randall | cmd/asm: when dynamic linking, reject code that uses... |
commit | commitdiff | tree |
2021-03-16 |
Bryan C. Mills | cmd/go: bail out from script tests earlier when a timeo... |
commit | commitdiff | tree |
2021-03-16 |
cui | cmd/compile/internal/ssa: delete unused files |
commit | commitdiff | tree |
2021-03-16 |
nobishino | spec: clarify that signed integers>=0 are permitted... |
commit | commitdiff | tree |
2021-03-16 |
David Chase | cmd/compile: fix open defer of method call |
commit | commitdiff | tree |
2021-03-16 |
David Chase | cmd/compile: (fixed) spill output parameters passed... |
commit | commitdiff | tree |
2021-03-16 |
Dan Scales | cmd/compile: deal with comparable embedded in a constraint |
commit | commitdiff | tree |
2021-03-16 |
Meng Zhuo | cmd/asm: add rotr/drotr for mips64 |
commit | commitdiff | tree |
2021-03-16 |
Paul E. Murphy | cmd/link: preserve elf phdr flags when loading external... |
commit | commitdiff | tree |
2021-03-16 |
Johan Brandhorst | crypto/tls: add HandshakeContext method to Conn |
commit | commitdiff | tree |
2021-03-16 |
Bryan C. Mills | cmd/go: test that 'go mod tidy' retains upgraded indire... |
commit | commitdiff | tree |
2021-03-16 |
Bryan C. Mills | cmd/go/internal/modload: in readonly mode, do not read... |
commit | commitdiff | tree |
2021-03-16 |
Bryan C. Mills | cmd/go/internal/modcmd: in 'go mod tidy', suspend go... |
commit | commitdiff | tree |
2021-03-16 |
Meng Zhuo | cmd/compile: loads from readonly globals into const... |
commit | commitdiff | tree |
2021-03-16 |
erifan01 | cmd/compile: use depth first topological sort algorithm... |
commit | commitdiff | tree |
2021-03-16 |
eric fang | cmd/compile/internal/ssa: handle more cases in fuse... |
commit | commitdiff | tree |
2021-03-16 |
Andy Pan | internal/poll: eliminate the redundant type conversions... |
commit | commitdiff | tree |
2021-03-16 |
Meng Zhuo | runtime: using wyhash for memhashFallback on 32bit... |
commit | commitdiff | tree |
2021-03-16 |
Emmanuel T... | time: support "," as separator for fractional seconds |
commit | commitdiff | tree |
2021-03-15 |
Joel Courtney | time: add Time.IsDST() to check if its Location is... |
commit | commitdiff | tree |
2021-03-15 |
Paschalis Tsilias | reflect: panic if ArrayOf is called with negative length |
commit | commitdiff | tree |
next |