aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/gc
AgeCommit message (Expand)Author
2014-05-28cmd/gc: fix x=x crashRuss Cox
2014-05-27cmd/gc: fix race compilation failure 'non-orig name'Russ Cox
2014-05-27cmd/gc: fix defer copy(x, <-c)Russ Cox
2014-05-27cmd/gc: fix infinite loop in nil check removalRuss Cox
2014-05-27cmd/gc: fix method value closures on nacl amd64p32Russ Cox
2014-05-27cmd/gc: fix conversion of runtime constantRuss Cox
2014-05-21cmd/gc: fix floating point rounding againRuss Cox
2014-05-19cmd/gc: fix float32 const conversion and printing of big float constsRuss Cox
2014-05-19cmd/gc: fix <-<-exprRuss Cox
2014-05-15cmd/gc: fix two select temporary bugsRuss Cox
2014-05-15runtime: make scan of pointer-in-interface same as scan of pointerRuss Cox
2014-05-15cmd/gc: fix duplicate map key checkRuss Cox
2014-05-14cmd/gc: fix out of bounds accessDmitriy Vyukov
2014-05-12cmd/gc: alias more variables during register allocationJosh Bleecher Snyder
2014-05-12cmd/gc: fix escape analysis for slice of arrayRuss Cox
2014-05-12cmd/gc: record line number for auto-generated wrappers as <autogenerated>:1Russ Cox
2014-05-09cmd/gc: disable link-time copying of un-Go-initialized globalsRuss Cox
2014-05-09cmd/gc: fix ... escape analysis bugRuss Cox
2014-04-20cmd/gc: avoid %L in error messageJan Ziak
2014-04-16cmd/gc: fix segfault in isgoconst.Shenghou Ma
2014-04-16cmd/gc: fewer errors for wrong argument countJan Ziak
2014-04-16liblink, cmd/gc, cmd/{5,6,8}{a,c}: rename linkwriteobj to writeobjIan Lance Taylor
2014-04-15build: remove tmp dir names from objects, support GOROOT_FINAL againRuss Cox
2014-04-14undo CL 66510044 / 6c0339d94123Russ Cox
2014-04-11cmd/gc: increase specificity of errors in function call contextJan Ziak
2014-04-11cmd/gc: fix typo in ordermapassignJan Ziak
2014-04-09cmd/gc: drop { } around single-line if-statement bodyJan Ziak
2014-04-09cmd/gc: avoid confusing error message "ovf in mpaddxx"Jan Ziak
2014-04-09cmd/gc: ignore blank (_) labels in label declarationsJan Ziak
2014-04-06cmd/8g: fix liveness for 387 build (including plan9)Russ Cox
2014-04-04cmd/gc: compute size of keys & values before making map bucketKeith Randall
2014-04-04cmd/gc: check duplicate keys in maps with interface{} key typeJan Ziak
2014-04-04cmd/gc: fix buildMikio Hara
2014-04-03cmd/gc, runtime: make GODEBUG=gcdead=1 mode work with livenessRuss Cox
2014-04-03cmd/gc, runtime: optimize map[string] lookup from []byte keyRuss Cox
2014-04-03cmd/gc: reject builtin function calls in len(fixed array) constantsRuss Cox
2014-04-03cmd/gc: fix buildDave Cheney
2014-04-02cmd/gc, cmd/ld, runtime: compact liveness bitmapsRuss Cox
2014-04-02cmd/8g, cmd/gc: fix warnings on Plan 9David du Colombier
2014-04-02cmd/gc: shorten even more temporary lifetimesRuss Cox
2014-04-01cmd/gc: shorten more temporary lifetimesRuss Cox
2014-04-01cmd/gc: shorten temporary lifetimes when possibleRuss Cox
2014-04-01cmd/gc: fix spurious "bad negated constant" for complex constants.Shenghou Ma
2014-03-29cmd/gc: suppress array index error caused by a previously reported errorJan Ziak
2014-03-28cmd/gc: never pass ptr to uninit temp to runtimeRuss Cox
2014-03-27cmd/gc: liveness-related bug fixesRuss Cox
2014-03-27cmd/gc: fix spurious 'use of untyped nil' errorJan Ziak
2014-03-25cmd/gc: add missing entries to lexn and yytfix.Shenghou Ma
2014-03-25runtime: redo stack map entries to avoid false retentionKeith Randall
2014-03-24cmd/gc: fix spurious 'const initializer is not a constant' errorJan Ziak