index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler
/
ccgstmts.nim
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
C++ support: codegen generates C++'s references and avoids copies
Araq
2015-02-04
1
-1
/
+12
*
nimsuggest improvements
Araq
2015-01-30
1
-0
/
+1
*
asm stmt: don't quote what is already quoted
Araq
2015-01-29
1
-1
/
+1
*
fixes yet another GAS parsing bug
Araq
2015-01-29
1
-2
/
+2
*
fixes #1907
Araq
2015-01-11
1
-2
/
+2
*
Happy new year!
Guillaume Gelin
2015-01-06
1
-1
/
+1
*
fixes #1742
Araq
2014-12-24
1
-3
/
+5
*
fixes #1181
Araq
2014-11-13
1
-0
/
+11
*
Merge branch 'devel' into bigbreak
Araq
2014-10-25
1
-0
/
+1
|
\
|
*
'.emit' pragma produces a trailing newline
Araq
2014-10-25
1
-0
/
+1
*
|
Merge branch 'devel' of https://github.com/Araq/Nimrod into bigbreak
Araq
2014-10-04
1
-1
/
+12
|
\
|
|
*
Improve setjmp()/longjmp() performance.
Reimer Behrends
2014-09-25
1
-1
/
+8
|
*
Avoid unnecessary #include triggered by importc vars.
Reimer Behrends
2014-09-19
1
-0
/
+4
|
*
fixes #1067
Araq
2014-09-11
1
-0
/
+10
*
|
implemented mixed mode codegen
Araq
2014-10-03
1
-6
/
+5
*
|
implemented 'guard' annotation
Araq
2014-09-21
1
-2
/
+2
*
|
fixes #1067
Araq
2014-08-30
1
-0
/
+9
*
|
Nimrod renamed to Nim
Araq
2014-08-28
1
-2
/
+2
*
|
the big renamefest: first steps
Araq
2014-08-22
1
-2
/
+10
|
/
*
fixes newly introduced bugs
Araq
2014-08-14
1
-5
/
+4
*
fixes #1434
Araq
2014-08-14
1
-3
/
+13
*
compiler prepared for the new comment handling
Araq
2014-04-30
1
-0
/
+1
*
gensym'edass="w">
${
CFLAGS
}
$<
${OBJ}
:
config
.
h
config
.
mk
config.h
:
@echo
creating
$@
from
config.def.h
@cp
config.def.h
$@
dwm
:
${
OBJ
}
@echo
CC
-o
$@
@
${
CC
}
-o
$@
${
OBJ
}
${
LDFLAGS
}
clean
:
@echo
cleaning
@rm
-f
dwm
${
OBJ
}
dwm-
${
VERSION
}
.tar.gz
dist
:
clean
@echo
creating
dist
tarball
@mkdir
-p
dwm-
${
VERSION
}
@cp
-R
LICENSE
Makefile
README
config.def.h
config.mk
\
dwm.1
${
SRC
}
dwm-
${
VERSION
}
@tar
-cf
dwm-
${
VERSION
}
.tar
dwm-
${
VERSION
}
@gzip
dwm-
${
VERSION
}
.tar
@rm
-rf
dwm-
${
VERSION
}
install
:
all
@echo
installing
executable
file
to
${
DESTDIR
}${
PREFIX
}
/bin
@mkdir
-p
${
DESTDIR
}${
PREFIX
}
/bin
@cp
-f
dwm
${
DESTDIR
}${
PREFIX
}
/bin
@chmod
755
${
DESTDIR
}${
PREFIX
}
/bin/dwm
@echo
installing
manual
page
to
${
DESTDIR
}${
MANPREFIX
}
/man1
@mkdir
-p
${
DESTDIR
}${
MANPREFIX
}
/man1
@sed
"s/VERSION/
${
VERSION
}
/g"
<
dwm.1
>
${
DESTDIR
}${
MANPREFIX
}
/man1/dwm.1
@chmod
644
${
DESTDIR
}${
MANPREFIX
}
/man1/dwm.1
uninstall
:
@echo
removing
executable
file
from
${
DESTDIR
}${
PREFIX
}
/bin
@rm
-f
${
DESTDIR
}${
PREFIX
}
/bin/dwm
@echo
removing
manual
page
from
${
DESTDIR
}${
MANPREFIX
}
/man1
@rm
-f
${
DESTDIR
}${
MANPREFIX
}
/man1/dwm.1
.PHONY
:
all
options
clean
dist
install
uninstall
ommit/compiler/ccgstmts.nim?h=devel&id=d53f313599111576c9eb290d679d6ed518582530'>implemented computed goto support
Araq
2013-08-13
1
-1
/
+60
*
fixes #532
Araq
2013-08-01
1
-0
/
+1
*
fixes #501
Araq
2013-07-01
1
-1
/
+1
*
fixed: typo
Araq
2013-05-03
1
-1
/
+1
*
completed expr/stmt unification
Araq
2013-05-03
1
-122
/
+76
*
revert new scope for 'if'
Araq
2013-05-02
1
-1
/
+2
*
tester should work again; documented (;)
Araq
2013-04-30
1
-5
/
+7
*
first steps to the expr/stmt unification
Araq
2013-04-30
1
-3
/
+2
*
Removes executable bit for text files.
Grzegorz Adam Hankiewicz
2013-03-16
1
-0
/
+0
*
documented object constrs; endb works again
Araq
2013-03-09
1
-17
/
+21
*
preparations for a generational GC
Araq
2013-02-16
1
-1
/
+2
[prev]
[next]