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 #1718
Araq
2014-12-10
1
-0
/
+2
*
fixes #1692
Araq
2014-12-10
1
-3
/
+5
*
further website improvements
Araq
2014-12-10
1
-1
/
+3
*
destuctors are experimental; 'func' is now a keyword
Araq
2014-12-10
3
-6
/
+9
*
minor improvement to the barrier implementation
Araq
2014-12-09
1
-1
/
+1
*
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-12-08
1
-1
/
+1
|
\
|
*
Fixing extraneous semicolon in jsgen output
juxiliary
2014-12-06
1
-1
/
+1
*
|
implemented arrow like operators
Araq
2014-12-08
1
-23
/
+22
*
|
implemented 'experimental' switch
Araq
2014-12-05
8
-6
/
+23
*
|
implements 'defer'
Araq
2014-12-04
5
-13
/
+31
|
/
*
fixes regression due to object assignment fixes
Araq
2014-12-01
1
-7
/
+9
*
fixes #1687
Araq
2014-11-30
1
-1
/
+1
*
fixes #1684
Araq
2014-11-30
1
-0
/
+4
*
fixes regression that caused pegs to not compile
Araq
2014-11-29
1
-0
/
+1
*
fixes #1489, fixes #1490
Araq
2014-11-28
1
-13
/
+10
*
fixes #1039
Araq
2014-11-28
1
-1
/
+1
*
implemented procCall builtin
Araq
2014-11-28
6
-16
/
+19
*
fixes #1539
Araq
2014-11-27
2
-9
/
+18
*
fixes #1657
Araq
2014-11-27
1
-2
/
+6
*
fixes #1547
Araq
2014-11-27
2
-2
/
+4
*
fixes #1337
Araq
2014-11-23
1
-13
/
+22
*
more robust against unknown line info
Araq
2014-11-22
1
-1
/
+1
*
fixes #1669
Araq
2014-11-22
1
-2
/
+3
*
fixes #837
Araq
2014-11-21
2
-9
/
+25
*
fixes #939
Araq
2014-11-20
1
-4
/
+16
*
fixes #916
Araq
2014-11-20
2
-3
/
+3
*
fixes #1562, fixes #1543
Araq
2014-11-20
3
-4
/
+14
*
fixes #836
Araq
2014-11-19
1
-0
/
+3
*
fixes #1053, fixes #924
Araq
2014-11-19
1
-7
/
+9
*
fixes #1274
Araq
2014-11-18
1
-1
/
+1
*
fixes #1548
Araq
2014-11-17
4
-44
/
+26
*
fixes #940
Araq
2014-11-17
4
-5
/
+13
*
fixes #206
Araq
2014-11-16
1
-1
/
+1
*
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-11-16
1
-1
/
+2
|
\
|
*
Fix issue #1660
Simon Krauter
2014-11-15
1
-1
/
+2
*
|
fixes #1055
Araq
2014-11-16
2
-4
/
+7
|
/
*
astToStr is a special magic
Araq
2014-11-14
1
-1
/
+1
*
fixes #1181
Araq
2014-11-13
3
-30
/
+43
*
fixes error propagation for macros.parseExpr
Araq
2014-11-13
1
-0
/
+1
*
fixes #1127
Araq
2014-11-12
1
-1
/
+1
*
fixes a regression that made 'system.compiles' output the produced error mess...
Araq
2014-11-12
1
-1
/
+1
*
fixes #1473
Araq
2014-11-12
7
-21
/
+66
*
fixes #1593
Araq
2014-11-12
1
-2
/
+12
*
proper fix for stack initialization and threadvar emulation
Araq
2014-11-11
1
-2
/
+7
*
renamed CondVar to Semaphore
Araq
2014-11-10
1
-1
/
+1
*
Merge pull request #1636 from rbehrends/fix-thread-issues
Andreas Rumpf
2014-11-08
1
-2
/
+1
|
\
|
*
Properly initialize the stack with emulated thread variables.
Reimer Behrends
2014-11-06
1
-2
/
+1
*
|
the codegen doesn't emit deepCopy for parallel statements
Araq
2014-11-08
2
-13
/
+22
*
|
fixes exhaustion bug and missing GC_ref code generation
Araq
2014-11-07
1
-0
/
+6
*
|
fixes #1612
Araq
2014-11-06
1
-2
/
+1
|
/
[next]