- 25da594 cmd/{5,6,8,9}g, cmd/internal/gc: use bools for is* and okfor* by Josh Bleecher Snyder · 10 years ago
- 85c6f71 cmd/internal/gc: clean up switch code by Josh Bleecher Snyder · 10 years ago
- 40ff393 cmd/internal/obj: delete Rconv from LinkArch by Rob Pike · 10 years ago
- 8974fb9 cmd/internal/obj: move the "unary destination" tables from asm to obj/* by Rob Pike · 10 years ago
- 8012a2e cmd/go: avoid creating new empty environment variables by Russ Cox · 10 years ago
- 79f727a cmd/5g etc: mechanical cleanup by Russ Cox · 10 years ago
- 190357d cmd/dist, cmd/go: move textdata.h, funcdata.h from pkg/GOOS_GOARCH to pkg/include by Russ Cox · 10 years ago
- ea7be51 cmd/internal/ld, cmd/internal/obj: delete Ctxt.Endian by Russ Cox · 10 years ago
- b38fa89 cmd/go: force default env vars onto tool subprocesses by Russ Cox · 10 years ago
- 86a7c85 cmd/dist: fix default GOOS/GOARCH for cross-compile by Russ Cox · 10 years ago
- e15221a cmd/9l: fix ppc64le build by Russ Cox · 10 years ago
- 2fb88ec cmd/9l: fix bogus C conversion by Russ Cox · 10 years ago
- 621d759 all: mv 5a old5a and so on by Russ Cox · 10 years ago
- e6248c9 cmd/pack: skip fork test on darwin/arm by David Crawshaw · 10 years ago
- 184eb0a cmd/cc: delete lexbody, macbody by Russ Cox · 10 years ago
- 3317e7f all: delete C libraries and cmd/dist code that builds them by Russ Cox · 10 years ago
- dca5f2e cmd/5l etc: replace C code with Go code by Russ Cox · 10 years ago
- 100d64b cmd/go: use Go linker instead of C linker by Russ Cox · 10 years ago
- 41f5baf cmd/dist: build linkers written in Go by Russ Cox · 10 years ago
- 1f9dbb6 cmd/new5l etc: convert from C to Go by Russ Cox · 10 years ago
- 30e3698 cmd/go: install new5l etc to tool dir by Russ Cox · 10 years ago
- 7934199 cmd/dist: record default GO_EXTLINK_ENABLED in Go by Russ Cox · 10 years ago
- d7b1006 cmd/ld: clean for c2go by Russ Cox · 10 years ago
- 05ca0f3 cmd/internal/gc, cmd/internal/obj: remove pointless fmt.Sprintf calls by Josh Bleecher Snyder · 10 years ago
- 0eeb5cf cmd/internal/obj: clean up handling of register list operand on ARM by Rob Pike · 10 years ago
- 5f55011 cmd/internal/gc, cmd/internal/obj: clean up string returns by Josh Bleecher Snyder · 10 years ago
- 2b417dc cmd/internal/obj: make ppc64's CR subregisters print as CRn rather than Cn by Rob Pike · 10 years ago
- d24e62f cmd/internal/gc: add missing verb to Yyerror by Sebastien Binet · 10 years ago
- 5028f8c cmd/objdump: skip fork test on darwin/arm by David Crawshaw · 10 years ago
- d68f52a cmd/internal/gc: restore mkbuiltin by Matthew Dempsky · 10 years ago
- daddeb2 cmd/internal/obj: make Rconv a global function by Rob Pike · 10 years ago
- b015cf7 cmd/nm: exclude Go tool test on darwin/arm by David Crawshaw · 10 years ago
- d0bcdd3 cmd/addr2line: exclude Go tool test on darwin/arm by David Crawshaw · 10 years ago
- 940f22e cmd/internal/obj: implement Dconv for TYPE_INDIR by Rob Pike · 10 years ago
- 26438d4 liblink: delete unused code by Russ Cox · 10 years ago
- 77ccb16 cmd/internal/gc: transitive inlining by Russ Cox · 10 years ago
- 5d18282 cmd/internal/gc: factor bottom-up visiting out of escape analysis by Russ Cox · 10 years ago
- f716c5c cmd/internal/gc: restore detail in plain syntax errors by Russ Cox · 10 years ago
- 9f4c25e cmd/gc: reduce lexer allocs when parsing numeric constants by Josh Bleecher Snyder · 10 years ago
- 1d4bfb3 cmd/gc: don't call memequal twice in generated type.eq routines by Josh Bleecher Snyder · 10 years ago
- 59e5466 os: Use GetComputerNameEx to get Hostname on win32 by Carlos Castillo · 10 years ago
- 29421cb cmd/internal/obj: make Dconv a portable top-level function by Rob Pike · 10 years ago
- 77d7771 cmd/internal/gc: omit non-explicit capacity in errors with map/chan make by Chris Manghane · 10 years ago
- c7e1453 cmd/internal/gc: do not show computed value in type error by Chris Manghane · 10 years ago
- b59dd94 cmd/internal/gc: method selector should not auto-deref named pointer type by Chris Manghane · 10 years ago
- 28c66484 cmd/internal/obj: fix index panic on invalid instruction by Russ Cox · 10 years ago
- 6eaa095 cmd/internal/gc: expand DBG macro in lex.go by Russ Cox · 10 years ago
- 4100f7d cmd/go: make asm the first assembler by Rob Pike · 10 years ago
- df5cfe7 cmd/asm: add end to end test for 386 by Rob Pike · 10 years ago
- 4241b75 cmd/asm: add a couple of operand parses discovered by end-to-end test by Rob Pike · 10 years ago
- 7ce0261 cmd/dist: respect runtime.NumCPU when bootstrapping arm hosts by Dave Cheney · 10 years ago
- aff84b1 cmd/asm: fix build for new aliases by Rob Pike · 10 years ago
- 90590a0 cmd/asm: add alias for MOVOA=MOVO on amd64 by Rob Pike · 10 years ago
- 291bf1f cmd/go: limit default darwin/arm parallelism by David Crawshaw · 10 years ago
- a91c2e0 [dev.cc] cmd/internal/obj: set ctxt.Windows != 0 on windows by Russ Cox · 10 years ago dev.cc
- 382b44e [dev.cc] cmd/5g etc: code cleanup: delay var decls and eliminate dead code by Russ Cox · 10 years ago
- 3af0d79 [dev.cc] cmd/6a, cmd/6g etc: replace C implementations with Go implementations by Russ Cox · 10 years ago
- d10ede5 [dev.cc] cmd/dist, cmd/go: stop building C implementations of compilers, assemblers by Russ Cox · 10 years ago
- 9c8c0e7 [dev.cc] cmd/internal/gc: reconvert to pick up bug fixes by Russ Cox · 10 years ago
- 9d6ed4a [dev.cc] cmd/asm: add end to end test for amd64 by Rob Pike · 10 years ago
- 264c099 [dev.cc] cmd/go: do not install tools while executing them by Russ Cox · 10 years ago
- e8d9c8d [dev.cc] all: merge master (6a10f72) into dev.cc by Russ Cox · 10 years ago
- 2f9c9e5 cmd/go: link cgo into tests on darwin/arm by David Crawshaw · 10 years ago
- 53d4123 [dev.cc] cmd/new6g, etc: reconvert to add profiling by Russ Cox · 10 years ago
- de50bad [dev.cc] all: merge master (48469a2) into dev.cc by Russ Cox · 10 years ago
- 7cec215 [dev.cc] cmd/go: fix expansion of cmd by Russ Cox · 10 years ago
- 096b294 [dev.cc] cmd/go: fix expansion of 'std', add 'cmd' by Russ Cox · 10 years ago
- 48469a2 cmd/ld: fix warning on Plan 9 by David du Colombier · 10 years ago
- 6406acf [dev.cc] cmd/asm/internal/asm: fix test on windows by Russ Cox · 10 years ago
- c80ff3c [dev.cc] cmd/go: reenable verifyCompiler by Russ Cox · 10 years ago
- f6791da [dev.cc] cmd/new6g etc: reconvert from C by Russ Cox · 10 years ago
- 1996f27 [dev.cc] cmd/asm: fix build: broken end to end test by Rob Pike · 10 years ago
- 7ed429d [dev.cc] cmd/asm: fix build by Rob Pike · 10 years ago
- 634049d [dev.cc] cmd/asm: add end-to-end test by Rob Pike · 10 years ago
- 5d111b8 [dev.cc] cm/asm: fix up arm after cross-check with 5a by Rob Pike · 10 years ago
- 9c0c050 [dev.cc] cmd/asm: add ppc64le support by Russ Cox · 10 years ago
- cf6a77b [dev.cc] cmd/go: install cmd/asm as a tool by Russ Cox · 10 years ago
- edadffa cmd/trace: add new command by Dmitry Vyukov · 10 years ago
- adff896 [dev.cc] cmd/asm: implement FMADD for ppc64 by Rob Pike · 10 years ago
- b4a7806 [dev.cc] all: merge master (5868ce3) into dev.cc by Russ Cox · 10 years ago
- d90bbf9 [dev.cc] cmd/go: disable verifyCompiler by Russ Cox · 10 years ago
- 668762c cmd/go: simplify/fix handling private github repos by Ingo Oeser · 10 years ago
- 5b9429d [dev.cc] cmd/asm: bring asm on ppc64 in sync with 9a by Rob Pike · 10 years ago
- dc7b54b [dev.cc] cmd/internal/obj, cmd/internal/gc, new6g: reconvert by Russ Cox · 10 years ago
- 786825c [dev.cc] cmd/gc: tweak default fatal in ordersafeexpr for c2go by Russ Cox · 10 years ago
- 5f84238 cmd/dist: show friendlier error message when building outside a Git repo by Andrew Gerrand · 10 years ago
- caf2bf2 [dev.cc] cmd/go: enable verifyAsm for all architectures by Rob Pike · 10 years ago
- f60fb5c [dev.cc] cmd/asm: accept #define A /* nothing */ by Rob Pike · 10 years ago
- d384545 cmd/pprof: add -runtime flag by Dmitry Vyukov · 10 years ago
- e559c5c [dev.cc] cmd/asm: add ppc64 by Rob Pike · 10 years ago
- 43a01db [dev.cc] cmd/9a,new9a: set v=1 on static names by Rob Pike · 10 years ago
- d0c21af [dev.cc] cmd/9a, cmd/new9a: fix line numbers by Russ Cox · 10 years ago
- 09d7db3 [dev.cc] cmd/dist, cmd/go: build new6g etc and verify against 6g by Russ Cox · 10 years ago
- 2bcfe8b cmd/gc: replace NULL by nil by David du Colombier · 10 years ago
- 3a0fbfa cmd/gc: generate simpler names for closures by Dmitry Vyukov · 10 years ago
- 575bdd6 [dev.cc] cmd/internal/obj/ppc64: set Ctxt when allocating Progs by Rob Pike · 10 years ago
- 345350b [dev.cc] cmd/asm: make 4(SP) illegal except on 386 by Rob Pike · 10 years ago
- c7fa3c6 [dev.cc] cmd/yacc: introduce yyParser to expose parser state by Russ Cox · 10 years ago
- 2633f2a [dev.cc] cmd/asm/internal/asm: add operand parsing tests for 386 and arm by Rob Pike · 10 years ago
- 8c195bd [dev.cc] cmd/internal/gc, cmd/new6g etc: convert from cmd/gc, cmd/6g etc by Russ Cox · 10 years ago