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
*
No implicit quit for Genode (#6515)
Emery Hemingway
2017-10-25
1
-2
/
+1
*
added broken tbintree test
Andreas Rumpf
2017-10-19
1
-4
/
+3
*
allow 'block' and 'nkState' after return for easier state machine generation
Andreas Rumpf
2017-10-19
1
-1
/
+2
*
fixes c2nim regression; do not produce more newlines
Andreas Rumpf
2017-10-19
1
-18
/
+21
*
make nested custom seqs work
Andreas Rumpf
2017-10-19
2
-3
/
+8
*
bugfix: propagate the tfHasAsgn flag properly
Andreas Rumpf
2017-10-19
1
-1
/
+1
*
preparations for another bugfix
Andreas Rumpf
2017-10-19
2
-1
/
+16
*
make destructors more robust against unchecked arrays
Andreas Rumpf
2017-10-19
1
-1
/
+1
*
destructors: irresponsibly simple tcustomseq test works
Andreas Rumpf
2017-10-17
2
-11
/
+7
*
added typetraits.supportsCopyMem
Andreas Rumpf
2017-10-17
1
-1
/
+6
*
destructors: lift type bound ops to objects and arrays etc
Andreas Rumpf
2017-10-17
3
-31
/
+67
*
destructors: bugfix: lhs of assignment is irrelevant
Andreas Rumpf
2017-10-17
1
-2
/
+1
*
destructors: preparations for upcoming changes
Araq
2017-10-17
7
-8
/
+20
*
make tests green again
Andreas Rumpf
2017-10-16
1
-3
/
+6
*
fixes #1137
Andreas Rumpf
2017-10-16
1
-12
/
+16
*
fixes #5007
Araq
2017-10-16
1
-5
/
+19
*
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
[next]