]> Cypherpunks.ru repositories - gostls13.git/history - test/fixedbugs
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / test / fixedbugs /
2023-11-07 Jorropocmd/compile: fix findIndVar so it does not match disjoi...
2023-10-31 Keith Randallcmd/compile: ensure pointer arithmetic happens after...
2023-10-20 Ian Lance Taylortest: add tests that gofrontend failed
2023-10-19 Dmitri Shuralyovtest: migrate remaining files to go:build syntax
2023-10-19 Cuong Manh Lecmd/compile: report mismatched version set by //go...
2023-10-18 Cuong Manh Lecmd/compile: fix funcdata encode for functions with...
2023-10-12 David Chasecmd/compiler: make decompose shortcuts apply for PtrSha...
2023-10-10 David Chasecmd/compile: get rid of zero-sized values in call expansion
2023-10-09 Cuong Manh Lecmd/compile: fix wrong argument of OpSelectN during...
2023-10-08 Cuong Manh Lecmd/compile: fix ICE with parenthesized builtin calls
2023-10-05 Cuong Manh Lecmd/compile: do not fatal when typechecking conversion...
2023-09-14 Than McIntoshcmd/compile/internal/inl: inline based on scoring when...
2023-09-11 Matthew Dempskycmd/compile/internal/noder: handle unsafe.Sizeof, etc...
2023-09-11 Matthew Dempskycmd/compile/internal/staticinit: make staticopy safe
2023-09-11 Matthew Dempskycmd/compile/internal/typecheck: fix closure field naming
2023-09-08 Matthew Dempskycmd/compile/internal/noder: stop preserving original...
2023-09-07 Keith Randallcmd/compile: absorb InvertFlags into Noov comparisons
2023-08-30 Keith RandallRevert "cmd/compile: use shorter ANDL/TESTL if upper...
2023-08-28 Matthew Dempskycmd/compile/internal/ir: set Addrtaken on Canonical...
2023-08-25 Keith Randallruntime: fix maps.Clone bug when cloning a map mid...
2023-08-24 Bryan C. Millscmd/internal/testdir: parse past gofmt'd //go:build...
2023-08-24 Bryan C. Millstest/fixedbugs: require cgo for issue10607.go
2023-08-17 Matthew Dempskycmd/compile/internal/typecheck: push ONEW into go/defer...
2023-08-17 Matthew Dempskycmd/compile/internal/typecheck: normalize go/defer...
2023-08-16 David Chasecmd/compile: in expandCalls, move all arg marshalling...
2023-08-09 Cuong Manh Lecmd/compile: make backingArrayPtrLen to return typechec...
2023-08-09 Matthew Dempskycmd/compile: keep all open-coded defer slots as used
2023-08-07 Cuong Manh Lecmd/compile: fix missing init nodes for len(string...
2023-07-20 Cherry Muicmd/internal/obj: print relocation type by name in...
2023-07-10 Cuong Manh Lecmd/compile: fix clear on slice with zero size elem
2023-07-10 Keith Randallcmd/compile: don't ICE on unaligned offsets for pointer...
2023-06-28 Matthew Dempskycmd/compile/internal/ssagen: fix min/max codegen, again
2023-06-27 Cuong Manh Lecmd/compile: fix bad order of evaluation for min/max...
2023-06-26 Cuong Manh Letypes2, go/types: record final type for min/max arguments
2023-06-24 Keith Randallcmd/compile: fix min/max builtin code generation
2023-06-23 Cuong Manh Lecmd/compile: scanning closures body when visiting wrapp...
2023-06-21 Ian Lance Taylortest: add test that caused a gofrontend crash
2023-06-15 Cuong Manh Lecmd/compile: do not report division by error during...
2023-06-05 Cuong Manh Lecmd/compile: allow ir.OMIN/ir.OMAX in mayCall
2023-06-01 Cherry Muicmd/internal/obj/arm: handle HAUTO etc. in addpool
2023-06-01 Austin Clementscmd/internal/testdir: pass if GOEXPERIMENT=cgocheck2...
2023-05-25 Robert Griesemergo/types, types2: don't infer type argument for unused...
2023-05-24 Derek Parkercmd/compile: prioritize non-CALL struct member comparisons
2023-05-18 Robert Griesemercmd/compile: enable more lenient type inference for...
2023-05-05 Than McIntoshcmd/compile: un-hide closure func if parent expr moved...
2023-05-05 Than McIntoshcmd/compile: rework marking of dead hidden closure...
2023-05-03 Matthew Dempskycmd/compile: fix compilation of inferred type arguments
2023-05-03 Robert Griesemercmd/compile: enable reverse type inference
2023-04-19 Robert Griesemercmd/compile/internal/types2: only mark variables as...
2023-04-18 Than McIntoshRevert "cmd/compile: rework marking of dead hidden...
2023-04-17 Than McIntoshcmd/compile: rework marking of dead hidden closure...
2023-04-14 Cuong Manh Lecmd/compile: reenable inline static init
2023-04-14 Cuong Manh Lecmd/compile: handle string concatenation in static...
2023-04-14 Keith Randallcmd/link: establish dependable package initialization...
2023-04-12 Junwei Zuocmd/compile: fix ir.StaticValue for ORANGE
2023-04-11 Johan Brandhorst... all: add wasip1 support
2023-04-08 Cuong Manh Leruntime: mark map bucket slots as empty during map...
2023-04-07 Keith Randallcmd/compile: use correct type for byteswaps on multi...
2023-04-07 Than McIntoshcmd/compile: deadcode unreferenced hidden closures...
2023-04-05 Cuong Manh Lecmd/compile: don't set range expr key/value type if...
2023-03-31 Keith Randallcrypto/subtle: don't cast to *uintptr when word size...
2023-03-28 Robert Griesemergo/types, types2: don't report assignment mismatch...
2023-03-28 Ian Lance Taylortest: add test that caused a gofrontend crash
2023-03-28 Keith Randallcmd/compile: don't assume pointer of a slice is non-nil
2023-03-28 Robert Griesemergo/types, types2: refactor initVars
2023-03-28 Robert Griesemergo/types, types2: more systematic use of Checker.use...
2023-03-27 Robert Griesemergo/types, types2: better error message for some invalid...
2023-03-27 Robert Griesemercmd/compile: don't panic if unsafe.Sizeof/Offsetof...
2023-03-22 Ian Lance Taylortest: add test that caused gofrontend crash
2023-03-22 Cuong Manh Lecmd/compile: mark negative size memclr non-inlineable
2023-03-09 Keith RandallRevert "cmd/link: establish dependable package initiali...
2023-03-07 Cherry Muicmd/compile: enable address folding for globals on...
2023-03-06 David Chasecmd/compile: experimental loop iterator capture semanti...
2023-03-03 Keith Randallcmd/link: establish dependable package initialization...
2023-03-03 Keith Randallcmd/compile: ensure FuncForPC works on closures that...
2023-03-01 Matthew Dempskycmd/compile: relax overly strict assertion
2023-02-17 Matthew Dempskytest: add regress test for #58572
2023-02-13 Cuong Manh Lecmd/compile: fix wrong escape analysis for go/defer...
2023-02-09 Cuong Manh Lecmd/compile: disable inline static init optimization
2023-02-09 Sung Yoon Whangcmd/compile/internal/staticinit: fix panic in interface...
2023-02-09 Cuong Manh Lecmd/compile: remove constant arithmetic overflows durin...
2023-02-08 Jorropocmd/compile: use MakeResult in empty MakeSlice elimination
2023-02-08 Cuong Manh Lecmd/compile: fix inline static init arguments substitue...
2023-02-07 Cuong Manh Letest: add test for issue 58345
2023-02-06 Keith Randallcmd/compile: ensure first instruction in a function...
2023-01-28 Keith Randallcmd/compile: fix -m=2 output for recursive function...
2023-01-25 Matthew Dempskycmd: remove GOEXPERIMENT=nounified knob
2023-01-24 Matthew Dempskytest: remove TODO in issue20250.go
2023-01-19 Russ Coxruntime: replace panic(nil) with panic(new(runtime...
2023-01-18 Cuong Manh Lecmd/compile: fix unsafe.{SliceData,StringData} escape...
2023-01-17 Matthew Dempskycmd/compile: fix static init inlining for hidden node...
2023-01-17 Keith Randallcmd/compile: ensure temp register mask isn't empty
2023-01-11 Robert Findleygo/types, types2: don't look up fields or methods when...
2023-01-09 Marcel Meyerall: fix typos in go file comments
2022-12-14 Matthew Dempskycmd/compile: desugar OCALLMETH->OCALLFUNC within devirt...
2022-12-09 Keith Randallcmd/compile: fix conditional select rule
2022-11-30 Cuong Manh Lecmd/compile: fix inline static init with derived types
2022-11-30 Keith Randallcmd/compile: disallow CMOV optimization with ptr arithm...
2022-11-23 Russ Coxcmd/compile: reenable inlstaticinit
2022-11-22 Matthew Dempskycmd/compile: add -d=inlstaticinit debug flag
next