2020-12-09 |
Matthew Dempsky | [dev.regabi] cmd/compile: iexport debug crumbs for... |
commit | commitdiff | tree |
2020-12-09 |
Russ Cox | [dev.regabi] cmd/compile: adjust IR representations |
commit | commitdiff | tree |
2020-12-09 |
Russ Cox | [dev.regabi] cmd/compile: arrange for walkstmt, walkexp... |
commit | commitdiff | tree |
2020-12-09 |
Russ Cox | [dev.regabi] cmd/compile: use reflection in ir.Dump |
commit | commitdiff | tree |
2020-12-09 |
Russ Cox | [dev.regabi] cmd/compile: two small fixes |
commit | commitdiff | tree |
2020-12-08 |
Matthew Dempsky | [dev.regabi] cmd/compile: replace many uses of ir.Node... |
commit | commitdiff | tree |
2020-12-08 |
Matthew Dempsky | [dev.regabi] cmd/compile: ir.Node is no longer an ssa.Aux |
commit | commitdiff | tree |
2020-12-08 |
Matthew Dempsky | [dev.regabi] cmd/compile: rewrite Aux uses of ir.Node... |
commit | commitdiff | tree |
2020-12-08 |
Matthew Dempsky | [dev.regabi] cmd/compile: introduce FwdRefAux for wrapp... |
commit | commitdiff | tree |
2020-12-08 |
Matthew Dempsky | [dev.regabi] cmd/compile: change LocalSlot.N to *ir... |
commit | commitdiff | tree |
2020-12-08 |
Matthew Dempsky | [dev.regabi] cmd/compile: add ssa.Aux tag interface... |
commit | commitdiff | tree |
2020-12-07 |
Keith Randall | [dev.regabi] cmd/compile: fix comment |
commit | commitdiff | tree |
2020-12-07 |
Russ Cox | [dev.regabi] cmd/compile: export all Node fields [gener... |
commit | commitdiff | tree |
2020-12-07 |
Russ Cox | [dev.regabi] cmd/compile: prepare mknode for rename... |
commit | commitdiff | tree |
2020-12-07 |
Russ Cox | [dev.regabi] cmd/compile: rewrite stale format strings |
commit | commitdiff | tree |
2020-12-07 |
Russ Cox | [dev.regabi] cmd/compile: simplify fmtmap |
commit | commitdiff | tree |
2020-12-07 |
Russ Cox | [dev.regabi] cmd/compile: clean up and document formatting |
commit | commitdiff | tree |
2020-12-07 |
Russ Cox | [dev.regabi] cmd/compile: move Type, Sym printing to... |
commit | commitdiff | tree |
2020-12-07 |
Russ Cox | [dev.regabi] cmd/compile: untangle FmtFlag, FmtMode |
commit | commitdiff | tree |
2020-12-07 |
Russ Cox | [dev.regabi] cmd/compile: remove mode.Sprintf etc in... |
commit | commitdiff | tree |
2020-12-07 |
Russ Cox | [dev.regabi] cmd/compile: narrow interface between... |
commit | commitdiff | tree |
2020-12-07 |
Russ Cox | [dev.regabi] cmd/compile: simplify Op, Node, Nodes... |
commit | commitdiff | tree |
2020-12-07 |
Russ Cox | [dev.regabi] cmd/compile: untangle ir.Dump printing |
commit | commitdiff | tree |
2020-12-07 |
Russ Cox | [dev.regabi] cmd/compile: reorganize ir/fmt.go |
commit | commitdiff | tree |
2020-12-07 |
Russ Cox | [dev.regabi] cmd/compile: remove "short" node header... |
commit | commitdiff | tree |
2020-12-07 |
Russ Cox | [dev.regabi] cmd/compile: arrange for typecheck1 to... |
commit | commitdiff | tree |
2020-12-07 |
Russ Cox | [dev.regabi] test: add exhaustive test of evaluated... |
commit | commitdiff | tree |
2020-12-07 |
Russ Cox | [dev.regabi] cmd/compile: generate Node methods using... |
commit | commitdiff | tree |
2020-12-07 |
Matthew Dempsky | [dev.regabi] cmd/compile: silence errors about missing... |
commit | commitdiff | tree |
2020-12-06 |
Matthew Dempsky | [dev.regabi] cmd/compile: change iexport to avoid map... |
commit | commitdiff | tree |
2020-12-06 |
Matthew Dempsky | [dev.regabi] cmd/compile: change nowritebarrierrec... |
commit | commitdiff | tree |
2020-12-06 |
Matthew Dempsky | [dev.regabi] cmd/compile: replace NodeQueue with NameQueue |
commit | commitdiff | tree |
2020-12-06 |
Matthew Dempsky | [dev.regabi] cmd/compile: change NodeSet to NameSet |
commit | commitdiff | tree |
2020-12-04 |
Cuong Manh Le | [dev.regabi] cmd/compile: replace ir.Node with *ir... |
commit | commitdiff | tree |
2020-12-04 |
Cuong Manh Le | [dev.regabi] cmd/compile: replace ir.Node with *ir... |
commit | commitdiff | tree |
2020-12-04 |
Matthew Dempsky | [dev.regabi] cmd/compile: rewrite code to use DeclaredBy |
commit | commitdiff | tree |
2020-12-04 |
Matthew Dempsky | [dev.regabi] cmd/compile: add SameSource, Uses, and... |
commit | commitdiff | tree |
2020-12-04 |
Russ Cox | [dev.regabi] cmd/compile: remove DeepCopyNode interface |
commit | commitdiff | tree |
2020-12-04 |
Russ Cox | [dev.regabi] cmd/compile: avoid general traversal in... |
commit | commitdiff | tree |
2020-12-04 |
Russ Cox | [dev.regabi] cmd/compile: implement editChildren for... |
commit | commitdiff | tree |
2020-12-04 |
Russ Cox | [dev.regabi] cmd/compile: implement doChildren for... |
commit | commitdiff | tree |
2020-12-04 |
Russ Cox | [dev.regabi] cmd/compile: implement copy for nodes |
commit | commitdiff | tree |
2020-12-04 |
Russ Cox | [dev.regabi] cmd/compile: use ir.EditChildren for inlin... |
commit | commitdiff | tree |
2020-12-04 |
Russ Cox | [dev.regabi] cmd/compile: use ir.Find for "search"... |
commit | commitdiff | tree |
2020-12-04 |
Russ Cox | [dev.regabi] cmd/compile: introduce IR visitors |
commit | commitdiff | tree |
2020-12-04 |
Russ Cox | [dev.regabi] cmd/compile: replace inlcopy with ir.DeepCopy |
commit | commitdiff | tree |
2020-12-04 |
Russ Cox | [dev.regabi] cmd/compile: adjustments to Copy and DeepCopy |
commit | commitdiff | tree |
2020-12-04 |
Russ Cox | [dev.regabi] cmd/compile: swap inlining order of if... |
commit | commitdiff | tree |
2020-12-04 |
Matthew Dempsky | [dev.regabi] cmd/compile: eliminate more SetOrig |
commit | commitdiff | tree |
2020-12-03 |
Matthew Dempsky | [dev.regabi] cmd/compile: store types.Field on {Selecto... |
commit | commitdiff | tree |
2020-12-03 |
Matthew Dempsky | [dev.regabi] cmd/compile: add ConstExpr |
commit | commitdiff | tree |
2020-12-03 |
Matthew Dempsky | [dev.regabi] cmd/compile: refactoring prep for ConstExpr |
commit | commitdiff | tree |
2020-12-03 |
Russ Cox | [dev.regabi] cmd/compile: rename addinit(n, init) to... |
commit | commitdiff | tree |
2020-12-03 |
Russ Cox | [dev.regabi] all: merge master (d0c0dc682c1f) into... |
commit | commitdiff | tree |
2020-12-03 |
Russ Cox | [dev.regabi] cmd/compile: handle OCONVNOP better in ssa |
commit | commitdiff | tree |
2020-12-03 |
Tobias Klauser | doc/go1.16: document os package changes |
commit | commitdiff | tree |
2020-12-03 |
Cuong Manh Le | [dev.regabi] cmd/compile: remove okAs |
commit | commitdiff | tree |
2020-12-03 |
Dan Scales | [dev.regabi] cmd/compile: remove extra typ field in... |
commit | commitdiff | tree |
2020-12-03 |
KimMachineGun | doc/go1.16: document new behavior of asn1.Unmarshal... |
commit | commitdiff | tree |
2020-12-03 |
Joe Tsai | doc/go1.16: add encoding/json note for tag change |
commit | commitdiff | tree |
2020-12-02 |
Roland Shoemaker | doc/go1.16: add crypto/tls Config.Clone note |
commit | commitdiff | tree |
2020-12-02 |
Russ Cox | [dev.regabi] cmd/compile: use explicit block statements... |
commit | commitdiff | tree |
2020-12-02 |
Carlos Alexandro... | go/parser: ignore subdirectories in ParseDir |
commit | commitdiff | tree |
2020-12-02 |
Filippo Valsorda | crypto/ed25519/internal/edwards25519: fix typo in comments |
commit | commitdiff | tree |
2020-12-02 |
Russ Cox | [dev.regabi] cmd/compile: delete OEMPTY |
commit | commitdiff | tree |
2020-12-02 |
Russ Cox | [dev.regabi] cmd/compile: merge OBLOCK and OEMPTY |
commit | commitdiff | tree |
2020-12-02 |
Russ Cox | cmd/go: fix TestNewReleaseRebuildsStalePackagesInGOPATH |
commit | commitdiff | tree |
2020-12-02 |
Russ Cox | cmd/go: stop tests from using network during -short |
commit | commitdiff | tree |
2020-12-02 |
Russ Cox | os: add ReadFile, WriteFile, CreateTemp (was TempFile... |
commit | commitdiff | tree |
2020-12-02 |
Cuong Manh Le | doc: update signal.Notify example to use buffered channel |
commit | commitdiff | tree |
2020-12-02 |
Cuong Manh Le | cmd/go: fix unbuffered channel passed to signal.Notify |
commit | commitdiff | tree |
2020-12-02 |
Russ Cox | all: update to use filepath.WalkDir instead of filepath... |
commit | commitdiff | tree |
2020-12-02 |
Quey-Liang Kao | cmd/asm, cmd/internal/obj/riscv: fix branch pseudo... |
commit | commitdiff | tree |
2020-12-02 |
Matthew Dempsky | [dev.regabi] cmd/compile: add ir.NewDeclNameAt |
commit | commitdiff | tree |
2020-12-02 |
Matthew Dempsky | [dev.regabi] cmd/compile: add Pkg parameter to type... |
commit | commitdiff | tree |
2020-12-02 |
Matthew Dempsky | [dev.regabi] cmd/compile: comment out //go:linkname... |
commit | commitdiff | tree |
2020-12-02 |
Matthew Dempsky | [dev.regabi] cmd/compile: add Interface, Signature... |
commit | commitdiff | tree |
2020-12-02 |
Matthew Dempsky | [dev.regabi] cmd/compile: tweak hash bucket type descriptor |
commit | commitdiff | tree |
2020-12-02 |
Ian Lance Taylor | test: match gofrontend error messages |
commit | commitdiff | tree |
2020-12-01 |
Cherry Zhang | cmd/link: invalidate kernel cache on darwin |
commit | commitdiff | tree |
2020-12-01 |
Cherry Zhang | cmd/internal/buildid: update Mach-O code signature... |
commit | commitdiff | tree |
2020-12-01 |
Cherry Zhang | cmd/link: code-sign on darwin/arm64 |
commit | commitdiff | tree |
2020-12-01 |
Jason A. Donenfeld | cmd/compile: do not assume TST and TEQ set V on arm |
commit | commitdiff | tree |
2020-12-01 |
Kevin Burke | encoding/json: revert "add "json: " prefix to SyntaxErr... |
commit | commitdiff | tree |
2020-12-01 |
Matthew Dempsky | [dev.regabi] cmd/compile: cleanup some leftover cruft |
commit | commitdiff | tree |
2020-12-01 |
Cherry Zhang | cmd/internal/buildid: exclude Mach-O code signature... |
commit | commitdiff | tree |
2020-12-01 |
Cherry Zhang | cmd/internal/codesign: new package |
commit | commitdiff | tree |
2020-12-01 |
Jay Conrod | cmd: update golang.org/x/mod to v0.4.0 |
commit | commitdiff | tree |
2020-12-01 |
Jay Conrod | cmd/go: don't print deprecation notice for 'go get... |
commit | commitdiff | tree |
2020-12-01 |
Anmol Sethi | net/http: allow upgrading non keepalive connections |
commit | commitdiff | tree |
2020-12-01 |
Michael Fraenkel | net/http: ignore connection closes once done with the... |
commit | commitdiff | tree |
2020-12-01 |
Alberto Donizetti | doc/go1.16: add runtime/debug changes to release notes |
commit | commitdiff | tree |
2020-12-01 |
Alberto Donizetti | doc/go1.16: add text/template changes to release notes |
commit | commitdiff | tree |
2020-12-01 |
Matthew Dempsky | [dev.regabi] cmd/compile: first pass at abstracting... |
commit | commitdiff | tree |
2020-12-01 |
Jay Conrod | doc/go1.16: add multiple release notes for the go command |
commit | commitdiff | tree |
2020-12-01 |
Matthew Dempsky | [dev.regabi] cmd/compile: only save ONAMEs on Curfn.Dcl |
commit | commitdiff | tree |
2020-12-01 |
Matthew Dempsky | [dev.regabi] cmd/compile: add NewBasic and cleanup... |
commit | commitdiff | tree |
2020-12-01 |
Matthew Dempsky | [dev.regabi] cmd/compile: add NewNamed |
commit | commitdiff | tree |
2020-12-01 |
Matthew Dempsky | [dev.regabi] cmd/compile: move setUnderlying to package... |
commit | commitdiff | tree |
2020-12-01 |
Matthew Dempsky | [dev.regabi] cmd/compile: cleanup type-checking of... |
commit | commitdiff | tree |
next |