]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2022-03-25 Russ Coxnet/mail: improve detection of charset errors
2022-03-25 Cuong Manh Lecmd/compile/internal/ir: remove NewClosureExpr
2022-03-25 Maisem Alinet/http/httptest: fix race in Server.Close
2022-03-25 Cuong Manh Lecmd/compile: handle sole component for 1-byte type...
2022-03-25 fanzha02cmd/compile: merge ANDconst and UBFX into UBFX on arm64
2022-03-24 Damien Neilnet/http/httputil: ignore CloseNotify when a non-backgr...
2022-03-24 Robert Findleygo/types, types2: clean up a few typos, and an unused...
2022-03-24 Matthew Dempskytest: compile source files as if from "test" module
2022-03-24 Romanos Skiadasruntime: update framepointer_enabled doc
2022-03-24 Cherry Muicmd/link: do not add label symbols for DWARF on Windows...
2022-03-24 Daniel Martícmd/gofmt: return a proper error for empty Go files
2022-03-24 Robert Griesemercmd/compile: clarify help message for -L flag
2022-03-24 Cuong Manh Lecmd/compile: refactor walkIndexMap
2022-03-24 Matthew Dempskytest: remove unused oldescape_linkname.dir directory
2022-03-24 Matthew Dempskytest: remove obsolete test case that misuses -p
2022-03-24 Matthew Dempskytest: use dot-relative imports where appropriate
2022-03-24 Meng Zhuocmd/compile: update riscv64 CALL* ops
2022-03-23 Cuong Manh Lecmd/compile/internal/types: simplify AllowsGoVersion
2022-03-23 Cuong Manh Lecmd/compile: remove types.Field.{Broken,SetBroken}
2022-03-23 Cuong Manh Lecmd/compile/internal/types: remove anyBroke
2022-03-23 Cuong Manh Lecmd/compile: remove AllowsGoVersion checks in old typec...
2022-03-23 Cuong Manh Lecmd/compile: remove typecheck.FuncBody
2022-03-23 Cuong Manh Lecmd/compile: remove ir.Node.SetDiag
2022-03-23 Cuong Manh Lecmd/compile: remove types.Type.SetBroken
2022-03-23 Cuong Manh Lecmd/compile: remove reportTypeLoop
2022-03-23 Robert Griesemergo/types, types2: report struct type for literals with...
2022-03-23 Cherry Muidebug/gosym: skip non-real functions in LineToPC lookup
2022-03-23 Cherry Muicmd/compile: don't mark non-generic defined type symbol...
2022-03-23 Cherry Muicmd/compile: default to -p=main for main package
2022-03-22 Robert Griesemergo/types, types2: remove uses of "type list" and "opera...
2022-03-22 Robert Findleycmd/compile/internal/importer: key tparams by Package...
2022-03-22 Rhys Hiltnerruntime/pprof: rerun magnitude test on failure
2022-03-22 Cherry Muicmd/link: write output in temp dir in TestUnlinkableObj
2022-03-22 Paul E. Murphyruntime: make static/dynamic startup detection work...
2022-03-22 eric fangruntime: delete useless TPIDR macro on arm64
2022-03-22 Cherry Muicmd/link: simplify content hashed symbol handling
2022-03-22 Cherry Muicmd/compile, cmd/link: produce unlinkable object when...
2022-03-22 Austin Clementscmd/compile: add short self-link to ABI spec
2022-03-22 Ben ShiA+C: change email of Ben Shi (individual CLA)
2022-03-22 hopehooknet/http: fix nil body causing ParseMultipartForm to...
2022-03-22 Ian Lance Tayloros: skip TestOpenFileLimit on openbsd/mips64
2022-03-22 Cherry Muicmd/link: delete oReader.flags
2022-03-22 Robert Findleygo/types, types: add additional generic cases for the...
2022-03-22 Byoungchan Leecmd/link: add DT_NEEDED for all 64-bit ELF dynimplib
2022-03-21 Jakub Ciolekruntime: combine wbuf checks in tryGetFast and putFast
2022-03-21 Robert Griesemercmd/gofmt: don't descend into /testdata directories...
2022-03-21 Robert Findleygo/types, types2: add an assertion that named type...
2022-03-21 Matthew Dempskycmd/compile: replace Type.OrigSym with Type.OrigType
2022-03-21 Robert Griesemergo/types, types2: remove predecl. test functions from...
2022-03-21 Robert Griesemergo/types, types2: rename testfile suffixes from .src...
2022-03-21 Robert Griesemergo/types, types2: rename testfile suffixes from .go2...
2022-03-21 Robert Griesemergo/types, types2: use new flag mechanims to handle...
2022-03-21 Robert Griesemergo/types, types2: implement flexible flag-setting mecha...
2022-03-21 Robert Griesemergo/types, types2: remove mechanism to exclude tests...
2022-03-21 Robert Griesemergo/types, types2: improved tracing output throughout...
2022-03-21 Robert Griesemergo/types, types2: ensure we have a fully resolved type...
2022-03-21 Robert Griesemergo/types, types2: better error msg when using fallthrou...
2022-03-21 Robert Griesemergo/types, types2: re-enable panic if unification stack...
2022-03-21 Robert Griesemergo/types, types2: alias type declarations may refer...
2022-03-21 Robert Griesemergo/types, types2: factor out isInterface(x) && !isTypeP...
2022-03-21 Matthew Dempskycmd/compile/internal/types: remove Sym.Block and Sym...
2022-03-21 Dmitri Shuralyovbuild: force GOWORK=off in make.{bash,bat,rc}
2022-03-21 Meng Zhuocmd/link: set alignment of compressed section based...
2022-03-21 Cherry Muiinternal/abi, internal/buildcfg: always enable register...
2022-03-21 Cherry Muicmd/vendor: update golang.org/x/tools to c717623e3197
2022-03-21 Cuong Manh Lecmd/compile: fix panic with nested dead hidden closures
2022-03-21 Than McIntoshdebug/dwarf: better error detection in parseUnits
2022-03-21 Cherry Muicmd/compile: remove regabi magic names
2022-03-20 Brad Fitzpatricknet/http: flesh out Request.SetBasicAuth docs a bit
2022-03-20 Jero BadoREADME.md: update links to go.dev
2022-03-20 zhouguangyuaninternal/reflectlite: fix name of type parameter
2022-03-20 Meng Zhuocmd/compile/internal/riscv64: add initial spill support
2022-03-19 cuiweixiecmd/compile: pre init shapeMap
2022-03-19 Meng Zhuocmd/compile/internal: add ABI register info for riscv64
2022-03-18 Cuong Manh Lecmd/compile: remove n.Diag() deadcode paths
2022-03-18 Cuong Manh Lecmd/compile: remove t.Broke() deadcode paths
2022-03-18 Bryan C. Millscmd/go: diagnose unset GOROOT when built with -trimpath
2022-03-18 Bryan C. Millscmd/go: include the "-trimpath" flag in the stamped...
2022-03-18 Bryan C. Millscmd/go: stamp build settings for binaries in cmd
2022-03-18 Bryan C. Millscmd/go/internal/test: ensure that build.ToolDir is...
2022-03-18 Bryan C. Millsgo/build: avoid setting Default.GOROOT when runtime...
2022-03-18 Bryan C. Millsinternal/testenv: add GOROOT and use it to fix tests...
2022-03-18 Bryan C. Millscmd/link: avoid stamping runtime.defaultGOROOT when...
2022-03-18 Bryan C. Millsinternal/buildcfg: initialize GOROOT to runtime.GOROOT
2022-03-18 Bryan C. Millscmd/go: avoid stamping VCS metadata in test binaries
2022-03-18 Bryan C. Millstime: fix zoneinfo.zip locating logic when built with...
2022-03-18 Ian Lance Taylorsort: generate generic variants with E rather than...
2022-03-18 Keith Randallcmd/compile: pointers to notinheap types need their...
2022-03-18 Heschi Kreinickcmd: update vendored pprof
2022-03-18 Cherry Muiall: delete ARM64 non-register ABI fallback path
2022-03-18 Russ Coxcmd/go: run 'go help documentation' through gofmt in...
2022-03-18 Russ Coxinternal/diff: add, replacing cmd/internal/diff
2022-03-18 Cherry Muiinternal/abi, internal/buildcfg: always enable register...
2022-03-18 Bryan C. Millsinternal/buildcfg: extract logic specific to cmd/go
2022-03-18 Cherry Muireflect, runtime: drop RegabiArgs conditions
2022-03-18 Cherry Muiall: delete regabireflect goexperiment
2022-03-18 Tobias Klausersyscall: use bytealg.IndexByte in clen
2022-03-18 Changkun OuA+C: update Changkun Ou's email
2022-03-18 Nuno Crucesruntime: allow TestCtrlHandler to run in ConPTY
2022-03-18 Tobias Klausersyscall: unskip TestDirentRepeat on freebsd
next