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
Commit message (
Expand
)
Author
Age
Files
Lines
*
some progress on the nimpretty tool; still not ready
Araq
2017-10-16
3
-15
/
+76
*
fixes an off-by-one error for nimpretty
Araq
2017-10-16
1
-1
/
+1
*
closes #5070
Andreas Rumpf
2017-10-15
3
-23
/
+14
*
make tests green again
Andreas Rumpf
2017-10-15
1
-0
/
+1
*
make nnkGotoState and labels more flexible
Andreas Rumpf
2017-10-15
1
-5
/
+11
*
make httpclient compile again via a workaround
Araq
2017-10-15
1
-2
/
+5
*
fixes #4910
Araq
2017-10-14
1
-4
/
+7
*
fixes #5620
Araq
2017-10-14
1
-12
/
+3
*
minor refactorings for better destructors
Andreas Rumpf
2017-10-14
7
-17
/
+51
*
improve code generation for custom strings/seqs
Andreas Rumpf
2017-10-14
2
-4
/
+4
*
new destroyer pass works with procs too
Andreas Rumpf
2017-10-13
3
-6
/
+9
*
introduce --newruntime switch for the upcoming destructors and move semantics
Andreas Rumpf
2017-10-13
6
-11
/
+19
*
simple programs now work with the new destroyer pass
Andreas Rumpf
2017-10-12
4
-56
/
+60
*
code cleanups for the upcoming reworked destructors
Andreas Rumpf
2017-10-12
3
-64
/
+6
*
initial version of the new untested destructor pass
Andreas Rumpf
2017-10-12
8
-121
/
+178
*
do not produce the annoying small 'l' warning
Andreas Rumpf
2017-10-10
1
-7
/
+1
*
fixes #6474
Andreas Rumpf
2017-10-10
1
-1
/
+1
*
some progress on destroyer.nim
Andreas Rumpf
2017-10-10
1
-1
/
+58
*
added a minor note to destroyer.nim
Andreas Rumpf
2017-10-10
1
-0
/
+3
*
fixes a renderer regression that affects c2nim
Andreas Rumpf
2017-10-10
1
-1
/
+4
*
breaking change: arrays of char do not convert to cstring; ptr to array of ch...
Andreas Rumpf
2017-10-10
4
-17
/
+16
*
Merge branch 'stringify-array' of https://github.com/krux02/Nim into krux02-s...
Andreas Rumpf
2017-10-09
1
-4
/
+3
|
\
|
*
reverted genEcho
Arne Döring
2017-08-08
1
-24
/
+7
|
*
don't filter '\0' characters in string generation
Arne Döring
2017-08-07
1
-1
/
+1
|
*
improved genEcho
Arne Döring
2017-08-07
1
-7
/
+24
|
*
removed newString proc again, reverted some unnecesary changes
Arne Döring
2017-07-24
1
-3
/
+3
|
*
remove $ for ptr/ref, prefer using string over array of char
Arne Döring
2017-07-24
1
-4
/
+4
|
*
arrays can now be printed
Arne Döring
2017-07-24
1
-2
/
+1
*
|
allow macros to produce nnkGotoState and nkState
Andreas Rumpf
2017-10-09
3
-2
/
+9
*
|
preparations for a new AST transformation pass with the aim of giving us reli...
Andreas Rumpf
2017-10-09
2
-22
/
+232
*
|
further preparations for 'opt' builtin type
Andreas Rumpf
2017-10-09
1
-2
/
+2
*
|
fixes a codegen bug: in 'result = f(result)' the default initialization for '...
Andreas Rumpf
2017-10-09
1
-1
/
+8
*
|
disable the new DFA
Andreas Rumpf
2017-10-09
2
-26
/
+38
*
|
work in progress: a dataflow architecture for Nim
Andreas Rumpf
2017-10-09
2
-2
/
+416
*
|
Add missing nilChecks compiling option (#6480)
Eduardo Bart
2017-10-09
1
-0
/
+2
*
|
nimpretty bugfix
Andreas Rumpf
2017-10-06
1
-1
/
+3
*
|
beginnings of the new nimpretty tool; still unusable
Andreas Rumpf
2017-10-05
5
-186
/
+217
*
|
direct `nim --version` to stdout rather than stderr (#6460)
Bo Lingen
2017-10-02
1
-3
/
+5
*
|
implemented new experimental scriptable import mechanism
Andreas Rumpf
2017-10-01
6
-64
/
+136
*
|
the parser finally parses 'echo {1,2}' as it should
Andreas Rumpf
2017-09-30
1
-13
/
+1
*
|
the 'using construct is not .experimental anymore
Araq
2017-09-30
1
-2
/
+0
*
|
'with' and 'without' are not keywords anymore
Araq
2017-09-30
5
-12
/
+23
*
|
fixes #6452
Araq
2017-09-30
1
-2
/
+3
*
|
GC v2 works sometimes
Andreas Rumpf
2017-09-28
1
-0
/
+2
*
|
workaround a GC/codegen issue that proves nasty to fix
Andreas Rumpf
2017-09-26
1
-1
/
+4
*
|
breaking change: getAst strips away pointless nnkStmtList nodes; node renderi...
Andreas Rumpf
2017-09-26
3
-5
/
+13
*
|
fixes #6435
Andreas Rumpf
2017-09-25
1
-1
/
+1
*
|
first steps of making 'opt' a first class type for Nim
Andreas Rumpf
2017-09-25
11
-17
/
+147
*
|
some work to make 'opt' a first class type
Andreas Rumpf
2017-09-24
12
-70
/
+51
*
|
write tracking for funcs implemented
Andreas Rumpf
2017-09-23
2
-1
/
+5
[next]