]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2021-09-20 Jay Conrodcmd/go: write go.mod requirements more consistently...
2021-09-20 Alessandro... cmd/link: generate DIE for types referenced only throug...
2021-09-20 Dan Scalescmd/compile: delay all transforms for generic funcs...
2021-09-20 Robert Findleygo/types: export Named._Orig as Named.Origin
2021-09-20 Dan Scalescmd/compile: fix transform.AssignOp to deal with tricky...
2021-09-20 Lynn Bogercmd/compile: document register-based ABI for ppc64
2021-09-20 Keith Randallcmd/compile: fix simplification rules on arm/arm64
2021-09-20 Keith Randallcmd/compile: ensure constant shift amounts are in range...
2021-09-20 Dan Scalesgo/test: add a test for issue 48344
2021-09-20 Keith Randallcmd/compile: allow rotates to be merged with logical...
2021-09-20 Dan Scalescmd/compile: update doc at top of iexport.go on the...
2021-09-20 Dan Scalescmd/compile: rename instType -> instanceType
2021-09-20 jochen webercmd/cgo: remove hardcoded '-pie' ldflag for linux/arm
2021-09-20 Dan Scalescmd/compile: fix export/import of range loop.
2021-09-19 Keith Randallcmd/compile: fold double negate on arm64
2021-09-19 Keith Randallcmd/compile: implement constant rotates on arm64
2021-09-19 Cuong Manh Lecmd/compile: fix missing markHiddenClosureDead in deadc...
2021-09-18 Eli Benderskynet/rpc: remove warnings on incompatible methods at...
2021-09-17 Cherry Muicmd/compile: SSA ".this" variable
2021-09-17 Cherry Muicmd/compile: remove self copies in tail-call wrappers
2021-09-17 Riley Avrontime: re-add space-padded day of year to docs
2021-09-17 HowJMaytime: support fractional timezone minutes in MarshalBinary
2021-09-17 Dan Scalescmd/compile: delay transformAssign if lhs/rhs have...
2021-09-17 Cherry Muicmd/compile: restore tail call for method wrappers
2021-09-17 Dan Scalescmd/compile: fix import/export of Init and Def fields.
2021-09-17 Robert Findleygo/types: ensure that we always get a new signature...
2021-09-17 Tobias Klausercmd/go: fix GOARCH value in GOAMD64 docs
2021-09-17 Tobias Klausersyscall: implement Pipe using pipe2 syscall on all...
2021-09-17 Tobias Klausersyscall: remove //sysnb comment generating Setreuid...
2021-09-17 Dan Scalescmd/compile: fix generic type handling in crawler
2021-09-17 Andy Paninternal/poll: inject a hook into the runtime finalizer...
2021-09-17 Ian Lance Taylorlog: don't format if writing to io.Discard
2021-09-17 Matthew Dempskycmd/compile/internal/noder: hide TestUnifiedCompare...
2021-09-17 Joel Singruntime/cgo: save and restore X3 (aka GP) for crosscall...
2021-09-17 Alessandro... runtime: fix prettyprinting of parametric types in gdb
2021-09-17 Joel Singcmd/internal/obj/riscv: improve instruction validation
2021-09-17 Jason A. Donenfeldsyscall: do not use handle lists on windows when NoInhe...
2021-09-16 Dan Kortschakall: remove incorrectly repeated words in comments
2021-09-16 ian woolfA+C: update name to real name and add to AUTHORS
2021-09-16 Ian Lance Taylorcmd/cgo: for godefs, don't let field prefix removal...
2021-09-16 Caleb Sparetesting: skip panics when picking the line number for...
2021-09-16 Robert Griesemergo/types, types2: add an additional shift test case
2021-09-16 Robert Griesemerspec: fix incorrect type in a shift example
2021-09-16 wdvxdrcmd/compile: fixing writebarrier.go for -G=3
2021-09-16 David Chasecmd/compile: preserve statements better in expandCalls
2021-09-16 Cherry Muicmd/compile: fix LocResults formatting
2021-09-16 nimelehincmd/go: add GOAMD64 environment variable
2021-09-16 gerrardcmd/go: clean paths before checking same directory
2021-09-16 Leonard Wangcmd/cgo: add missing tab in exports for a result of...
2021-09-15 Dan Scalescmd/compile: remove unneeded early transforms, with...
2021-09-15 Dan Scalescmd/compile: switch to computing dict format on instant...
2021-09-15 Lynn Bogercmd/internal/obj/ppc64: generate prologue code compatib...
2021-09-15 nimelehinruntime: fix setting of cpu features for amd64
2021-09-15 Jay Conrodcmd/go/internal/modload: prevent tidy downgrading disam...
2021-09-15 Alessandro... cmd/compile: emit DWARF info about dictionary entries
2021-09-15 Alessandro... cmd/compile: mark wrapper functions with DW_AT_trampoline
2021-09-15 Robert Findleygo/internal/gcimporter,cmd/compile: minor clean-up...
2021-09-15 Robert Griesemercmd/compile/internal/types2: eliminate Named.instPos
2021-09-15 Robert Griesemercmd/compile/internal/types2: merge Named type loading...
2021-09-15 Robert Griesemercmd/compile/internal/types2: implement Identical for...
2021-09-15 Robert Griesemercmd/compile/internal/types2: remove some unnecessary...
2021-09-15 Robert Griesemercmd/compile/internal/types2: export TypeHash, return...
2021-09-15 Ian Lance Taylorruntime: in adjustTimers back up as far as necessary
2021-09-15 Jay Conrodcmd/go: remove subcommand prefix from error messages
2021-09-15 Robert Findleygo/types: implement Identical for *Union types
2021-09-15 Robert Findleygo/types: minor cleanup of instantiation
2021-09-15 Robert Findleygo/types: instantiate methods when instantiating Named...
2021-09-14 Robert Findleygo/types: eliminate Named.instPos
2021-09-14 Robert Findleygo/types: merge Named type loading and expansion
2021-09-14 Dan Scalescmd/compile: set IsShape based on type being in the...
2021-09-14 wdvxdrcmd/compile: fix test/typeparam/mdempsky/4.go for -G=3
2021-09-14 Michael Prattruntime: avoid loop variable capture in test
2021-09-14 Cuong Manh Lego/internal/gcimporter: remove outdated comment
2021-09-14 Tobias Klausersyscall: remove use of IN_KUBERNETES in test
2021-09-14 Paul E. Murphycmd/internal/obj/ppc64: allow VR register arguments...
2021-09-14 Cuong Manh Lecmd/compile: prevent typecheck importer reading type...
2021-09-14 Cuong Manh Lego/internal/gcimporter: prevent importReader reading...
2021-09-14 Cuong Manh Lecmd/compile: prevent importReader reading type paramete...
2021-09-14 Alexander Melentyevall: remove some unused code
2021-09-14 Ian Lance Taylorruntime: change time.now to ABIInternal
2021-09-14 Nevkontaktereflect: use Value.Len instead of conversion to slice...
2021-09-13 Robert Griesemerspec: fix prose about terminating statements
2021-09-13 korzhaocmd/compile: save the note of fields when translating...
2021-09-13 Hossein Zolficmd/go: add missing parenthesis in a call to "PrintVersion"
2021-09-13 Tobias Klausercmd/link/internal/ld: re-enable DWARF tests on solaris...
2021-09-13 Josh Bleecher... reflect: add a floating point section to DeepEqual...
2021-09-13 Josh Bleecher... reflect: add fast paths for common, simple Kinds to...
2021-09-13 Keith Randallreflect: fix _faststr optimization
2021-09-13 Michael Matloobcmd/go: add test to check for a potential workspace...
2021-09-13 Martin Möhrmannstrings: add Clone function
2021-09-13 Than McIntoshcmd/link: minor code cleanup in dwarf gen
2021-09-13 Jay Conrodcmd/go: document 'go install cmd@version' ignores vendo...
2021-09-12 Robert Findleygo/types: remove some unnecessary loading/expansion...
2021-09-12 Joe Tsaibufio: add Writer.AvailableBuffer
2021-09-11 Joe Tsaireflect: optimize for maps with string keys
2021-09-11 Joe Tsaibufio: make Reader.Reset and Writer.Reset work on the...
2021-09-10 WANG Xueruidoc/asm: fix HTML markup
2021-09-10 Florin Papadebug/elf: retain original error message when getSymbol...
2021-09-10 Josh Bleecher... time: reference -tags=timetzdata in testing panic
2021-09-10 Ethan Reesortesting: increase alternation precedence
next