tinygo/compiler
Ayke van Laethem 1db9a162da
all: go fmt
The import path changes changed the order of imports, but no `go fmt`
was run before the commit. Oops...
2019-01-31 16:22:05 +01:00
..
calls.go all: go fmt 2019-01-31 16:22:05 +01:00
channel.go all: go fmt 2019-01-31 16:22:05 +01:00
compiler.go all: go fmt 2019-01-31 16:22:05 +01:00
defer.go all: go fmt 2019-01-31 16:22:05 +01:00
errors.go compiler: return error messages with source location 2018-12-01 17:41:15 +01:00
goroutine-lowering.go all: rename go-llvm to new import path 2019-01-27 19:26:16 +01:00
interface-lowering.go all: rename go-llvm to new import path 2019-01-27 19:26:16 +01:00
interface.go all: go fmt 2019-01-31 16:22:05 +01:00
llvm.go all: rename go-llvm to new import path 2019-01-27 19:26:16 +01:00
map.go all: rename go-llvm to new import path 2019-01-27 19:26:16 +01:00
optimizer.go all: rename go-llvm to new import path 2019-01-27 19:26:16 +01:00
sizes.go compiler: refactor compiler into separate package 2018-09-22 20:32:28 +02:00