]> Cypherpunks.ru repositories - gostls13.git/history - src/cmd/compile/internal/noder/writer.go
cmd/compile: fix ICE with parenthesized builtin calls
[gostls13.git] / src / cmd / compile / internal / noder / writer.go
2023-10-08 Cuong Manh Lecmd/compile: fix ICE with parenthesized builtin calls
2023-09-20 Russ Coxcmd/compile: implement range over func
2023-09-20 Russ Coxcmd/compile: implement range over integer
2023-09-14 Matthew Dempskycmd/compile/internal/ir: add Func.DeclareParams
2023-09-12 Matthew Dempskycmd/compile/internal/ir: add NewZero
2023-09-11 Matthew Dempskycmd/compile/internal/noder: handle unsafe.Sizeof, etc...
2023-09-08 Matthew Dempskycmd/compile/internal/noder: stop preserving original...
2023-08-24 Matthew Dempskycmd/compile: create "init" function during noding
2023-08-24 Matthew Dempskycmd/compile/internal/syntax: add Unparen and UnpackList...
2023-08-24 cui flitercmd/compile/internal: fix receiver names are different
2023-08-23 Matthew Dempskycmd/compile/internal/noder: elide statically known...
2023-08-11 Matthew Dempskycmd/compile: move early deadcode into unified writer
2023-08-11 Matthew Dempskycmd/compile: make use of types2.InitOrder
2023-08-08 David Chasecmd/compile: use new for loop semantics for Go 1.22...
2023-07-21 Cuong Manh Lecmd/compile: use "pw" as receiver name consistently
2023-05-03 Matthew Dempskycmd/compile: fix compilation of inferred type arguments
2023-03-10 Robert Griesemercmd/compile: pass type checker error codes in the compiler
2023-03-06 David Chasecmd/compile: add flag to FOR/RANGE to preserve loop...
2023-03-02 Evan Phoenixall: implement wasmimport directive
2022-12-07 Matthew Dempskycmd/compile: restore test/nested.go test cases
2022-11-03 Matthew Dempskycmd/compile: allow ineffectual //go:linkname in -lang...
2022-09-29 Keith Randallcmd/compile: keep typecheck results in syntax tree
2022-09-27 Keith Randallcmd/compile: abstract type type+value obtained from...
2022-09-07 Matthew Dempskycmd/compile/internal/noder: fix type switch case vars...
2022-09-03 Matthew Dempskycmd/compile/internal/noder: optimize itabs section...
2022-09-02 Matthew Dempskycmd/compile/internal/noder: allow OCONVNOP for identica...
2022-09-02 Matthew Dempskycmd/compile/internal/noder: refactor exprConvert code
2022-09-02 Cuong Manh Lecmd/compile: remove go:notinheap pragma
2022-08-25 Matthew Dempskycmd/compile/internal/noder: fix inlined function litera...
2022-08-23 Matthew DempskyRevert "cmd/compile: restore test/nested.go test cases"
2022-08-23 Matthew Dempskycmd/compile: fix unified IR's pointer-shaping
2022-08-23 Matthew Dempskycmd/compile: fix reflect naming of local generic types
2022-08-23 Matthew Dempskycmd/compile: restore test/nested.go test cases
2022-08-18 Matthew Dempskycmd/compile/internal/noder: set ir.Name.DictIndex for...
2022-08-18 Matthew Dempskycmd/compile/internal/noder: pointer shaping for unified IR
2022-08-18 Matthew Dempskycmd/compile/internal/noder: shape-based stenciling...
2022-08-11 Matthew Dempskycmd/compile/internal/noder: fix implicit conversion...
2022-08-10 Matthew Dempskycmd/compile/internal/noder: explicit receiver expressio...
2022-08-10 Matthew Dempskycmd/compile/internal/noder: prune unified IR's dictiona...
2022-08-10 Matthew Dempskycmd/compile/internal/noder: explicitly handle separate...
2022-08-10 Matthew Dempskycmd/compile/internal/noder: explicitly handle function...
2022-08-09 Matthew Dempskycmd/compile/internal/noder: shuffle defined type handli...
2022-08-08 Cuong Manh Lecmd/compile: treat constants to type parameter conversi...
2022-08-04 Matthew Dempskyall: REVERSE MERGE dev.unified (d558507) into master
2022-08-04 Matthew Dempsky[dev.unified] all: merge master (85d87b9) into dev...
2022-08-03 Matthew Dempsky[dev.unified] cmd/compile: start using runtime dictionaries
2022-07-28 Matthew Dempsky[dev.unified] all: merge master (462b78f) into dev...
2022-07-28 Matthew Dempsky[dev.unified] cmd/compile: extract nil handling from...
2022-07-28 Matthew Dempsky[dev.unified] cmd/compile: write iface conversion RTTI...
2022-07-28 Matthew Dempsky[dev.unified] cmd/compile: write RTTI into unified...
2022-07-25 Matthew Dempsky[dev.unified] cmd/compile: add method expressions to...
2022-07-22 Cuong Manh Le[dev.unified] cmd/compile: make Unified IR always write...
2022-07-20 Gerrit Code ReviewMerge "[dev.unified] all: merge master (8e1e64c) into...
2022-07-19 Matthew Dempsky[dev.unified] cmd/compile/internal/noder: better switch...
2022-07-19 Matthew Dempsky[dev.unified] cmd/compile/internal/noder: explicit...
2022-07-19 Matthew Dempsky[dev.unified] cmd/compile/internal/noder: wire RTTI...
2022-07-19 Matthew Dempsky[dev.unified] cmd/compile/internal/noder: implicit...
2022-07-19 David Chase[dev.unified] all: merge master (8e1e64c) into dev...
2022-07-12 Matthew Dempskyinternal/pkgbits: change EnableSync into a dynamic...
2022-06-30 Matthew Dempsky[dev.unified] all: merge master (993c387) into dev...
2022-06-30 Matthew Dempsky[dev.unified] cmd/compile/internal/noder: implicit...
2022-06-30 Matthew Dempsky[dev.unified] cmd/compile/internal/noder: refactor...
2022-06-27 Cuong Manh Le[dev.unified] cmd/compile: drop package height from...
2022-06-24 Matthew Dempsky[dev.unified] all: merge master (5a1c5b8) into dev...
2022-06-23 Matthew Dempsky[dev.unified] cmd/compile: rename haveRType and implici...
2022-06-23 Matthew Dempsky[dev.unified] cmd/compile: implicit conversions for...
2022-06-23 Matthew Dempsky[dev.unified] cmd/compile/internal/noder: implicit...
2022-06-23 Matthew Dempsky[dev.unified] cmd/compile/internal/noder: refactor...
2022-06-23 Matthew Dempsky[dev.unified] cmd/compile/internal/noder: implicit...
2022-06-23 Matthew Dempsky[dev.unified] cmd/compile/internal/noder: remove needTy...
2022-06-23 Matthew Dempsky[dev.unified] cmd/compile/internal/noder: implicit...
2022-06-23 Matthew Dempsky[dev.unified] cmd/compile/internal/noder: start writing...
2022-06-23 Matthew Dempsky[dev.unified] cmd/compile/internal/noder: add pkgWriter...
2022-06-23 Matthew Dempsky[dev.unified] cmd/compile: special case f(g()) calls...
2022-06-16 Matthew Dempsky[dev.unified] all: merge master (635b124) into dev...
2022-06-14 Matthew Dempsky[dev.unified] cmd/compile: more Unified IR docs and...
2022-06-09 Matthew Dempsky[dev.unified] cmd/compile/internal/noder: stop handling...
2022-06-08 Cuong Manh Le[dev.unified] cmd/compile: restore Unified IR linkname...
2022-06-07 Cuong Manh Le[dev.unified] cmd/compile: visit LHS before RHS/X in...
2022-06-06 Cuong Manh Le[dev.unified] cmd/compile: remove package height
2022-06-06 Matthew Dempsky[dev.unified] cmd/compile/internal/noder: push exprBlan...
2022-06-06 Matthew Dempsky[dev.unified] cmd/compile/internal/noder: add optExpr...
2022-06-06 Matthew Dempsky[dev.unified] cmd/compile/internal/noder: rename exprNa...
2022-05-25 Matthew Dempskyinternal/pkgbits: add Index type
2022-05-20 Matthew Dempskyinternal/pkgbits: better documentation
2022-05-16 Matthew Dempskycmd/compile: set LocalPkg.Path to -p flag
2022-05-03 Russ Coxall: REVERSE MERGE dev.boringcrypto (cdcb4b6) into...
2022-04-29 Matthew Dempskycmd/compile: consistent unified IR handling of package...
2022-04-27 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-21 Michael Prattcmd/compile: add //go:uintptrkeepalive
2022-03-29 Nicolas Hillegeer[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-03-07 David Chase[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-03-07 Matthew Dempskycmd/compile: add itabs to unified IR dictionaries
2022-03-07 Matthew Dempskycmd/compile: represent derived types with ir.DynamicTyp...
2022-03-07 Matthew Dempskycmd/compile: remove unneeded type alias code in unified IR
2022-03-01 Matthew Dempskycmd/compile: unified IR support for implicit interfaces
2022-03-01 Matthew Dempskyinternal/pkgbits: extract unified IR coding-level logic
2022-03-01 Matthew Dempskycmd/compile: remove unified IR quirks mode
2022-02-09 Robert Griesemergo/types, types2: rename structuralType/String to coreT...
2022-02-03 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
next