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
*
name mangling bugfixes; ndi file generation for debugger support
Andreas Rumpf
2017-02-03
6
-65
/
+71
*
Merge branch 'devel' into new-name-mangling
Araq
2017-02-02
1
-1
/
+4
|
\
|
*
fixes #4992
Parashurama
2017-02-02
1
-1
/
+4
*
|
new name mangling rules for easier debugging
Andreas Rumpf
2017-02-02
8
-51
/
+69
*
|
attempt to make nimble work again
Andreas Rumpf
2017-02-02
1
-1
/
+4
*
|
new name mangling scheme implemented
Andreas Rumpf
2017-02-02
4
-17
/
+54
|
/
*
tiny progress on the name mangling
Andreas Rumpf
2017-02-01
2
-2
/
+9
*
refactoring: explict config state instead of globals
Andreas Rumpf
2017-02-01
10
-73
/
+99
*
fixes #4973
Andreas Rumpf
2017-02-01
1
-1
/
+12
*
fixes compiler ignoring passC/passL args when setting --cc:compiler. (#5310)
Parashurama
2017-02-01
2
-3
/
+15
*
fix confusing line information for macros that produce errors
Araq
2017-02-01
1
-0
/
+1
*
niminst updates
Araq
2017-01-30
1
-0
/
+2
*
made nodecl implicit for vars in the js backend. (#5297)
Michael Jendrusch
2017-01-29
1
-1
/
+1
*
with dir with space regression again
Araq
2017-01-29
1
-1
/
+1
*
fixes serious regression that was introduced in the handling of .compile pragma
Araq
2017-01-28
2
-10
/
+12
*
make tests green again
Andreas Rumpf
2017-01-28
1
-1
/
+1
*
.compile pragma supports patterns and actions
Araq
2017-01-28
4
-103
/
+142
*
fixes #5216
Araq
2017-01-27
1
-5
/
+5
*
.compile pragma supports wildcards
Araq
2017-01-27
1
-4
/
+16
*
fixes nimsuggest issue #44
Andreas Rumpf
2017-01-26
1
-3
/
+5
*
bugfix: inline iterator do not mess up line information anymore
Andreas Rumpf
2017-01-25
1
-3
/
+7
*
fix genderef of jsgen (#5274)
shsnow23
2017-01-24
1
-1
/
+1
*
Fixes #5271 (#5273)
Yuriy Glukhov
2017-01-24
1
-1
/
+2
*
Fixup #5240 (#5270)
Yuriy Glukhov
2017-01-23
1
-2
/
+2
*
template+emit supports volatileRead and volatileWrite ops
Andreas Rumpf
2017-01-23
2
-1
/
+5
*
avoid some compiler crashes in debug mode
Andreas Rumpf
2017-01-23
2
-3
/
+8
*
some progress on #5228
Araq
2017-01-20
1
-3
/
+3
*
fixes #5234 (#5240)
Michael Jendrusch
2017-01-20
1
-7
/
+29
*
fix seq add for nim node in VM (#5253)
Arne Döring
2017-01-19
1
-1
/
+1
*
make quote ast a ref type (#5246)
Arne Döring
2017-01-19
1
-0
/
+6
*
fixes #5237
Andreas Rumpf
2017-01-19
1
-2
/
+3
*
fixes #3434
Andreas Rumpf
2017-01-19
1
-1
/
+1
*
Fixes #5225 (#5243)
Lolo Iccl
2017-01-18
1
-1
/
+8
*
Fixes #5244 (#5245)
Yuriy Glukhov
2017-01-18
1
-0
/
+1
*
implements {.gcsafe.} enforcement as a pragma block
Andreas Rumpf
2017-01-18
3
-16
/
+27
*
Fixes #5112 (Fix error messages raised when multiple modules have the same or...
Lolo Iccl
2017-01-17
1
-3
/
+4
*
Removed mangling of object fields for the js target only. (#5226)
Michael Jendrusch
2017-01-17
1
-8
/
+7
*
fixes #5218
Andreas Rumpf
2017-01-16
1
-1
/
+1
*
Create temp var in deepcopy if needed (#5205)
Brandon Pickering
2017-01-15
1
-2
/
+11
*
default GC can do a sort of heap dump via -d:nimTypeNames and dumpNumberOfIns...
Andreas Rumpf
2017-01-14
1
-1
/
+4
*
memory allocator hotfix: do not allocate tremendous amounts of memory
Andreas Rumpf
2017-01-13
1
-1
/
+5
*
Correct the spelling of the word 'overridden'. (#5212)
mfxmfx
2017-01-11
1
-1
/
+1
*
Reset exprs before return by arg. Fixes #5098 (#5191)
Brandon Pickering
2017-01-11
1
-2
/
+2
*
alternative fix for #4884; fixes tlateboundstatic
Zahary Karadjov
2017-01-11
1
-1
/
+1
*
bugfix: abs(0.0) should be +0.0
Andreas Rumpf
2017-01-10
1
-1
/
+1
*
fix #4884
Zahary Karadjov
2017-01-08
1
-3
/
+4
*
Remove colon when unpacking yielded tuples. Fixes #5173 (#5190)
Brandon Pickering
2017-01-08
1
-1
/
+3
*
happy new year
Araq
2017-01-07
9
-12
/
+12
*
make Nim compiler compile with 0.15.2
Araq
2017-01-07
2
-6
/
+22
*
added system.gorgeEx that includes the exitCode; refs #4874; fixes #1994
Araq
2017-01-07
4
-14
/
+22
[next]