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
*
fixes 10697 [backport]
Araq
2019-02-19
1
-2
/
+3
*
fixes #10702 (#10705)
Andreas Rumpf
2019-02-18
6
-47
/
+65
*
Prevent crash on pragma templates w/ generics (#10685)
LemonBoy
2019-02-18
1
-10
/
+18
*
fixes #10651
Araq
2019-02-14
1
-4
/
+3
*
fix typo in codeReordering error msg (#10667)
Timothee Cour
2019-02-14
2
-2
/
+2
*
compiler/types: correctly generates signature for non-proc types (#10658)
alaviss
2019-02-13
1
-1
/
+9
*
32 bit fixes (#10608)
Arne Döring
2019-02-12
7
-14
/
+40
*
reduce debug output (#10638)
Arne Döring
2019-02-12
1
-58
/
+63
*
Fix codegen problem with strict C++ compilers (#10639)
LemonBoy
2019-02-12
1
-1
/
+1
*
Propagate tfGcSafe flag to generic instantiations (#10620)
LemonBoy
2019-02-10
1
-3
/
+2
*
revive #10228 (fix #9880) (#10610)
Timothee Cour
2019-02-10
2
-13
/
+13
*
fixes #10547
Andreas Rumpf
2019-02-10
1
-5
/
+6
*
Do not walk into type sub-nodes for cast/conv expr (#10616)
LemonBoy
2019-02-09
1
-0
/
+6
*
fixes #6955
Andreas Rumpf
2019-02-09
1
-3
/
+7
*
fixes #10606
Andreas Rumpf
2019-02-09
1
-2
/
+4
*
Print missing case labels (#10600)
Arne Döring
2019-02-09
2
-1
/
+26
*
make tests green again
Andreas Rumpf
2019-02-08
1
-2
/
+2
*
Fix wrong result in tuple assignment (#9340)
LemonBoy
2019-02-08
1
-0
/
+34
*
error messages can have spaces, don't be dyslexic
Araq
2019-02-08
1
-1
/
+1
*
Rework exception handling in the VM (#10544)
LemonBoy
2019-02-08
2
-110
/
+171
*
Fix edge case in type hashing (#10601) [backport]
LemonBoy
2019-02-08
2
-13
/
+17
*
Stop useless suggestion of unsafeAddr (#10598)
LemonBoy
2019-02-08
2
-2
/
+7
*
compiler/[msgs, suggest]: improve highlighter accuracy (#10496)
alaviss
2019-02-07
2
-3
/
+42
*
Fix codegen when debugger is enabled (#10595)
LemonBoy
2019-02-07
1
-4
/
+5
*
Fix handling of reraise in effect tracking (#10582)
LemonBoy
2019-02-07
1
-5
/
+11
*
fixes #10585
Araq
2019-02-07
1
-2
/
+5
*
helpers2 now has a real name
Araq
2019-02-07
2
-2
/
+2
*
ignore nkCommentStmt in lambda lifting
Andreas Rumpf
2019-02-06
1
-1
/
+1
*
fixes some bug
Andreas Rumpf
2019-02-06
1
-0
/
+1
*
Reject assignments with nkEmpty RHS (#9000)
LemonBoy
2019-02-06
1
-7
/
+9
*
Merge pull request #10577 from zielmicha/fix-10568
LemonBoy
2019-02-06
1
-1
/
+1
|
\
|
*
Fixes #10568: Fix null pointer dereference in address computation.
Michał Zieliński
2019-02-06
1
-1
/
+1
*
|
Avoid evaluating macros twice in type sections (#10550)
LemonBoy
2019-02-06
1
-0
/
+5
*
|
Do not raise ProveInit/WanrUninit for .noinit. var (#10566)
LemonBoy
2019-02-06
1
-1
/
+4
|
/
*
fixes a lexer regression for 'nimble check'
Araq
2019-02-05
1
-3
/
+4
*
Vm bitops fixes (#10520)
Arne Döring
2019-02-05
3
-1
/
+14
*
compiler: don't use 2 spaces in an error message
Araq
2019-02-04
1
-1
/
+1
*
make the lexer more forgiving so that nim-regex compiles again
Araq
2019-02-04
1
-11
/
+17
*
Implement {.booldefine.} (#10533)
Oscar Nihlgård
2019-02-03
6
-14
/
+22
*
devel docs should point to devel src (#10529)
Miran
2019-02-02
1
-1
/
+2
*
Fix vm signed xor (#10519)
Arne Döring
2019-02-01
1
-2
/
+5
*
vm fix for bitwise signed ints (#10507)
cooldome
2019-01-31
1
-4
/
+4
*
fixes #10042 (allow spaces in import) (#10504)
Miran
2019-01-31
1
-1
/
+0
*
fixes silly typo causing tons of async regressions
Araq
2019-01-30
1
-1
/
+1
*
destructors: do not produce strong backrefs in closure environments so that r...
Araq
2019-01-30
1
-4
/
+17
*
The `file` directive is relative to the file it is in
LemonBoy
2019-01-30
1
-1
/
+1
*
Make sure the test snippet directory exists
LemonBoy
2019-01-30
1
-5
/
+7
*
gc: destructors is beginning to work (#10483)
Andreas Rumpf
2019-01-29
10
-53
/
+89
*
Fixes https://github.com/nim-lang/Nim/issues/8484 (#10470) [backport]
Neelesh Chandola
2019-01-28
1
-1
/
+2
*
Fixes #10352 (#10416)
slangmgh
2019-01-28
1
-10
/
+14
[next]