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 (
Collapse
)
Author
Age
Files
Lines
*
fixes #6422
Andreas Rumpf
2017-10-26
1
-4
/
+31
|
*
make tests green again
Araq
2017-10-26
1
-3
/
+6
|
*
destructors: supportsCopyMem finally works for recursive types
Araq
2017-10-26
5
-15
/
+44
|
*
topttree destructor finally works
Araq
2017-10-26
3
-53
/
+7
|
*
destructors: work in progress
Araq
2017-10-26
6
-19
/
+100
|
*
ast.nim: spacing
Araq
2017-10-25
1
-3
/
+3
|
*
concepts: make codegen aware of 'tyInferred'
Araq
2017-10-25
2
-2
/
+2
|
*
default '=sink' and '=destroy' cannot be templates
Araq
2017-10-25
1
-3
/
+4
|
*
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 ↵
Andreas Rumpf
2017-10-10
4
-17
/
+16
|
|
|
|
char does
*
Merge branch 'stringify-array' of https://github.com/krux02/Nim into ↵
Andreas Rumpf
2017-10-09
1
-4
/
+3
|
\
|
|
|
|
|
|
krux02-stringify-array
|
*
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
|
|
[next]