2020-10-27 |
Robert Griesemer | [dev.typeparams] cmd/compile/internal/types: review... |
commit | commitdiff | tree |
2020-10-27 |
Robert Griesemer | [dev.typeparams] cmd/compile/internal/types2: review... |
commit | commitdiff | tree |
2020-10-27 |
Robert Griesemer | [dev.typeparams] cmd/compile/internal/types2: review... |
commit | commitdiff | tree |
2020-10-27 |
Robert Griesemer | [dev.typeparams] cmd/compile/internal/types2: review... |
commit | commitdiff | tree |
2020-10-27 |
Robert Griesemer | [dev.typeparams] cmd/compile: enable type-checking... |
commit | commitdiff | tree |
2020-10-23 |
Rob Findley | [dev.typeparams] merge master into dev.typeparams |
commit | commitdiff | tree |
2020-10-22 |
Rob Findley | go/ast: import AST changes supporting typeparams from... |
commit | commitdiff | tree |
2020-10-22 |
Elias Naur | all: add GOOS=ios GOARCH=amd64 target for the ios simulator |
commit | commitdiff | tree |
2020-10-22 |
Martin Möhrmann | runtime: move s390x HWCap CPU feature detection to... |
commit | commitdiff | tree |
2020-10-22 |
Cherry Zhang | cmd/compile: remove go115flagallocdeadcode |
commit | commitdiff | tree |
2020-10-22 |
Cherry Zhang | cmd/compile: remove go115shortcircuitPhis |
commit | commitdiff | tree |
2020-10-22 |
Cherry Zhang | cmd/compile: remove go115makeslicecopy |
commit | commitdiff | tree |
2020-10-22 |
Michael Anthony... | runtime: define the AddrRange used for testing in terms... |
commit | commitdiff | tree |
2020-10-22 |
Daniel Martí | cmd/go: set TOOLEXEC_IMPORTPATH for -toolexec tools |
commit | commitdiff | tree |
2020-10-22 |
Xiangdong Ji | cmd/go: use the last -linkmode flag to determine extern... |
commit | commitdiff | tree |
2020-10-22 |
Lynn Boger | cmd,cmd/vendor: pick up updates for golang.org/x/arch... |
commit | commitdiff | tree |
2020-10-22 |
Keyuan | imports: make ScanDir ignore go files start with dot |
commit | commitdiff | tree |
2020-10-22 |
hitzhangjie | cmd/go: when module enabled, `go clean` removes built... |
commit | commitdiff | tree |
2020-10-22 |
Alberto Donizetti | cmd/compile: make gc debug flags collector a struct |
commit | commitdiff | tree |
2020-10-22 |
Russ Cox | go/build: recognize and report //go:embed lines |
commit | commitdiff | tree |
2020-10-21 |
Kevin Burke | net: add Example for Unix dialer with context |
commit | commitdiff | tree |
2020-10-21 |
Ian Lance Taylor | encoding/xml: fix reserved namespace check to be case... |
commit | commitdiff | tree |
2020-10-21 |
Keith Randall | runtime/race: update race .syso files |
commit | commitdiff | tree |
2020-10-21 |
Emmanuel T... | net/http: test that ParseMultipartForm catches overflows |
commit | commitdiff | tree |
2020-10-21 |
eric fang | cmd/compile: use desired info when allocating registers... |
commit | commitdiff | tree |
2020-10-21 |
erifan01 | cmd/compile: optimize regalloc for phi value |
commit | commitdiff | tree |
2020-10-21 |
Kevin Burke | encoding/json: add "json: " prefix to SyntaxError messages |
commit | commitdiff | tree |
2020-10-21 |
hk | cmd/compile/internal/gc: fix comments |
commit | commitdiff | tree |
2020-10-21 |
Roland Shoemaker | crypto/x509: bypass signature verification in CreateCer... |
commit | commitdiff | tree |
2020-10-21 |
Joel Sing | cmd/compile,cmd/internal/obj/riscv: move g register... |
commit | commitdiff | tree |
2020-10-21 |
Bryan C. Mills | cmd/go/internal/fsys: use a root other than "." in... |
commit | commitdiff | tree |
2020-10-21 |
Obeyda Djeffal | cmd/go: ignore GOFLAGS values without name in go env/bug |
commit | commitdiff | tree |
2020-10-21 |
Paul E. Murphy | cmd/compiler,cmd/go,sync: add internal {LoadAcq,StoreRe... |
commit | commitdiff | tree |
2020-10-21 |
Richard Musiol | misc/wasm: improve error message if javascript polyfill... |
commit | commitdiff | tree |
2020-10-21 |
Richard Musiol | misc/wasm: make sure sp is unsigned |
commit | commitdiff | tree |
2020-10-21 |
Tobias Klauser | cmd/go: enable link syso test on linux/riscv64 |
commit | commitdiff | tree |
2020-10-21 |
Robert Griesemer | [dev.typeparams] cmd/compile/internal/types2: add ... |
commit | commitdiff | tree |
2020-10-21 |
Cuong Manh Le | doc/go1.16: document net TCP listener's backlog size... |
commit | commitdiff | tree |
2020-10-21 |
Robert Griesemer | [dev.typeparams] cmd/compile/internal/types2: add some... |
commit | commitdiff | tree |
2020-10-21 |
Robert Griesemer | [dev.typeparams] cmd/compile/internal/types2: adjust... |
commit | commitdiff | tree |
2020-10-21 |
Robert Griesemer | [dev.typeparams] cmd/compile/internal/types2: add testd... |
commit | commitdiff | tree |
2020-10-21 |
Robert Griesemer | [dev.typeparams] cmd/compile/internal/importer, types2... |
commit | commitdiff | tree |
2020-10-21 |
Jay Conrod | cmd/go: fix TestScript/test_cache_inputs |
commit | commitdiff | tree |
2020-10-20 |
Dan Scales | cmd/compile: fix nodedump output for types of nodes |
commit | commitdiff | tree |
2020-10-20 |
Constantin... | cmd/compile: enforce strongly typed rules for ARM ... |
commit | commitdiff | tree |
2020-10-20 |
Martin Möhrmann | testing: print cpu type as label for benchmarks |
commit | commitdiff | tree |
2020-10-20 |
Russ Cox | go/build: refactor per-file info & reader |
commit | commitdiff | tree |
2020-10-20 |
Ian Lance Taylor | runtime: use GOTRACEBACK=system for TestCgoExecSignalMask |
commit | commitdiff | tree |
2020-10-20 |
Michael Matloob | cmd/go: support overlays for synthesized packages. |
commit | commitdiff | tree |
2020-10-20 |
Cherry Zhang | cmd/internal/obj: reject too large symbols |
commit | commitdiff | tree |
2020-10-20 |
Jay Conrod | cmd/go/internal/modload: remove printStackInDie functio... |
commit | commitdiff | tree |
2020-10-20 |
Russ Cox | all: update references to symbols moved from io/ioutil... |
commit | commitdiff | tree |
2020-10-20 |
Russ Cox | io: adopt Discard, NopCloser, ReadAll from io/ioutil |
commit | commitdiff | tree |
2020-10-20 |
Russ Cox | net/http: add FS to convert fs.FS to FileSystem |
commit | commitdiff | tree |
2020-10-20 |
Russ Cox | html/template, text/template: add ParseFS |
commit | commitdiff | tree |
2020-10-20 |
Russ Cox | archive/zip: make Reader implement fs.FS |
commit | commitdiff | tree |
2020-10-20 |
Russ Cox | io/fs: add Glob and GlobFS |
commit | commitdiff | tree |
2020-10-20 |
Russ Cox | io/fs: add ReadDir and ReadDirFS |
commit | commitdiff | tree |
2020-10-20 |
Russ Cox | io/fs: add Stat and StatFS |
commit | commitdiff | tree |
2020-10-20 |
Russ Cox | io/fs: add ReadFile and ReadFileFS |
commit | commitdiff | tree |
2020-10-20 |
Russ Cox | os: add DirFS |
commit | commitdiff | tree |
2020-10-20 |
Russ Cox | testing/fstest: new package for testing file system... |
commit | commitdiff | tree |
2020-10-20 |
Than McIntosh | cmd/asm: rename "compiling runtime" flag |
commit | commitdiff | tree |
2020-10-20 |
Bryan C. Mills | cmd/go/internal/renameio: include ios in the darwin... |
commit | commitdiff | tree |
2020-10-20 |
Michael Anthony... | runtime: fix scavenging tests for pallocChunkBytes... |
commit | commitdiff | tree |
2020-10-20 |
Daniel Martí | cmd/go: add BuildID to list -json -export |
commit | commitdiff | tree |
2020-10-20 |
Tobias Klauser | net/http/cgi: preserve env vars on illumos |
commit | commitdiff | tree |
2020-10-20 |
Martin Möhrmann | internal/cpu: make architectures without initialization... |
commit | commitdiff | tree |
2020-10-20 |
Martin Möhrmann | internal/cpu: consolidate arm64 feature detection |
commit | commitdiff | tree |
2020-10-20 |
Nikhil Benesch | net/http/cgi: preserve LD_LIBRARY_PATH on NetBSD, too |
commit | commitdiff | tree |
2020-10-20 |
Tobias Klauser | syscall, cmd/go/internal/modload: add and use Access... |
commit | commitdiff | tree |
2020-10-20 |
Russ Cox | io/fs: add FS, File, ReadDirFile; move DirEntry from os |
commit | commitdiff | tree |
2020-10-20 |
Russ Cox | testing/iotest: add TestReader to test readers |
commit | commitdiff | tree |
2020-10-20 |
Russ Cox | all: update references to symbols moved from os to... |
commit | commitdiff | tree |
2020-10-20 |
Russ Cox | io/fs: move FileInfo, FileMode, PathError, ErrInvalid... |
commit | commitdiff | tree |
2020-10-20 |
Cherry Zhang | cmd/link: support cgo internal/linking on darwin/arm64 |
commit | commitdiff | tree |
2020-10-20 |
Cuong Manh Le | cmd/compile: use type position for error message in... |
commit | commitdiff | tree |
2020-10-20 |
Russ Cox | api: update next.txt |
commit | commitdiff | tree |
2020-10-20 |
Russ Cox | os: use keyed literals for PathError |
commit | commitdiff | tree |
2020-10-20 |
Russ Cox | os: add File.ReadDir method and DirEntry type |
commit | commitdiff | tree |
2020-10-20 |
Robert Griesemer | [dev.typeparams] cmd/compile/internal/syntax: add utili... |
commit | commitdiff | tree |
2020-10-20 |
Dan Scales | cmd/compile: allowing inlining of functions with OCALLPART |
commit | commitdiff | tree |
2020-10-19 |
Michael Anthony... | runtime: add lock rank partial-order edge between fin... |
commit | commitdiff | tree |
2020-10-19 |
Robert Griesemer | [dev.typeparams] cmd/compile/internal/syntax: add Pos... |
commit | commitdiff | tree |
2020-10-19 |
hk | cmd/compile/internal/gc: use plural nouns in comments |
commit | commitdiff | tree |
2020-10-19 |
Matthew Dempsky | cmd/compile: fix ICE in reporting of invalid recursive... |
commit | commitdiff | tree |
2020-10-19 |
Bryan C. Mills | Revert "net/http: test that ParseMultipartForm returns... |
commit | commitdiff | tree |
2020-10-19 |
Than McIntosh | cmd/dist,cmd/go: broaden use of asm macro GOEXPERIMENT_... |
commit | commitdiff | tree |
2020-10-19 |
Klaus Post | compress/flate: fix corrupted output |
commit | commitdiff | tree |
2020-10-19 |
Cherry Zhang | cmd/link: run generator functions along with symbol... |
commit | commitdiff | tree |
2020-10-19 |
Cherry Zhang | cmd/link: fix TestDWARFiOS |
commit | commitdiff | tree |
2020-10-19 |
Cherry Zhang | runtime: define ios/arm64 entry points |
commit | commitdiff | tree |
2020-10-19 |
Cherry Zhang | Revert "cmd/link: put C static symbols in the symbol... |
commit | commitdiff | tree |
2020-10-19 |
hk | cmd/compile/internal/gc: remove an unused method |
commit | commitdiff | tree |
2020-10-19 |
avivklas | net/http: test that ParseMultipartForm returns an error... |
commit | commitdiff | tree |
2020-10-19 |
Aofei Sheng | net/http/httputil: copy response header back to http... |
commit | commitdiff | tree |
2020-10-19 |
Katie Hockman | crypto/hmac: panic if reusing hash.Hash values |
commit | commitdiff | tree |
2020-10-19 |
Tobias Klauser | internal/bytealg: add assembly implementation of Count... |
commit | commitdiff | tree |
2020-10-19 |
Cherry Zhang | cmd/link: put C static symbols in the symbol table |
commit | commitdiff | tree |
2020-10-19 |
Alberto Donizetti | Revert "test: add regression test from #41474" |
commit | commitdiff | tree |
next |