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
Commit message (
Expand
)
Author
Age
Files
Lines
*
implements #?braces syntax
Araq
2016-10-16
4
-15
/
+2207
*
adapting the lexer for curlysyn
Araq
2016-10-12
1
-2
/
+2
*
zip files for Windows
Araq
2016-10-09
4
-40
/
+31
*
better error checking for install_tools.nims script
Andreas Rumpf
2016-10-09
1
-8
/
+11
*
added registry.nim to the stdlib
Araq
2016-10-09
1
-0
/
+11
*
koch supports the finish command for smooth installations on Windows
Araq
2016-10-09
3
-74
/
+224
*
document 'nim e' mode
Araq
2016-10-08
1
-0
/
+1
*
remove outdated warning about the Nimble installation process
Araq
2016-10-08
1
-6
/
+0
*
develop version is 0.15.1
Araq
2016-10-08
3
-3
/
+3
*
install_tools is not for building by source
Araq
2016-10-08
1
-7
/
+0
*
fixes #4845
Araq
2016-10-08
1
-1
/
+3
*
failed attempt to fix a 'void' inference bug
Araq
2016-10-08
1
-1
/
+6
*
fixes #4844
Araq
2016-10-08
1
-1
/
+5
*
Updated sponsors CSV files.
Dominik Picheta
2016-10-06
2
-37
/
+41
*
Merge pull request #4848 from flyx/fix-debugdlopen
Andreas Rumpf
2016-10-06
1
-1
/
+4
|
\
|
*
Display hint for -d:nimDebugDlOpen on load failure
Felix Krause
2016-10-03
1
-0
/
+2
|
*
Fixed compilation error with -d:nimDebugDlOpen
Felix Krause
2016-10-03
1
-1
/
+2
*
|
Merge pull request #4857 from yglukhov/gcv2-threads
Andreas Rumpf
2016-10-06
2
-4
/
+10
|
\
\
|
*
|
Make gc v2 compile with --threads:on
Yuriy Glukhov
2016-10-05
2
-4
/
+10
*
|
|
Merge pull request #4853 from GaveUp/devel
Andreas Rumpf
2016-10-06
1
-2
/
+0
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Revert change to osalloc.nim from commit 8d7a45f.
GaveUp
2016-10-04
1
-2
/
+0
*
|
|
Merge pull request #4855 from ftsf/fix-foreignthreads
Andreas Rumpf
2016-10-05
1
-0
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
call initAllocator in foreign thread
Jez Kabanov
2016-10-05
1
-0
/
+1
|
/
/
*
|
Merge pull request #4850 from jangko/win_nimmain_export
Andreas Rumpf
2016-10-03
1
-4
/
+7
|
\
\
|
|
/
|
/
|
|
*
fixes #4840
andri lim
2016-10-03
1
-4
/
+7
|
/
*
Improve downloads page.
Dominik Picheta
2016-10-01
1
-7
/
+7
*
disable warnUninit for --verbosity:2
Andreas Rumpf
2016-10-01
1
-1
/
+1
*
downloads have SHA checksums
Araq
2016-10-01
1
-3
/
+3
*
website updated
Araq
2016-10-01
3
-2
/
+5
*
NSIS won't force admin privileges.
Dominik Picheta
2016-10-01
1
-2
/
+2
*
Fixes pesky hint in asyncfutures.
Dominik Picheta
2016-10-01
1
-0
/
+2
*
version changed to 0.15.0
Araq
2016-10-01
6
-16
/
+17
*
minor CSS improvement
Araq
2016-10-01
1
-1
/
+1
*
Small improvements to download page.
Dominik Picheta
2016-09-30
1
-4
/
+3
*
Finishes news article for 0.15.0 release.
Dominik Picheta
2016-09-30
3
-3
/
+90
*
CI: Fixes PATH handling in NSIS installers.
Dominik Picheta
2016-09-30
1
-12
/
+199
*
made test green for Windows
Araq
2016-09-30
1
-2
/
+4
*
made test green for 32bit system
Araq
2016-09-30
1
-12
/
+14
*
made test green for 32bit system
Araq
2016-09-30
1
-1
/
+1
*
Works around a niminst bug. Related to commit 3813af63f5 and #4831.
Dominik Picheta
2016-09-29
2
-1
/
+3
*
Merge pull request #4837 from FedericoCeratto/patch-16
Dominik Picheta
2016-09-29
1
-0
/
+2
|
\
|
*
Add few JSON examples
Federico Ceratto
2016-09-29
1
-0
/
+2
|
/
*
Merge pull request #4831 from miqlas/Haiku
Andreas Rumpf
2016-09-29
1
-1
/
+9
|
\
|
*
Haiku supporting code in nim.cfg. We don't have -ldl.
Zoltán Mizsei
2016-09-25
1
-1
/
+9
*
|
Merge pull request #4833 from FedericoCeratto/patch-15
Andreas Rumpf
2016-09-29
1
-0
/
+3
|
\
\
|
*
|
Add description to arch.nim
Federico Ceratto
2016-09-28
1
-0
/
+3
*
|
|
Merge pull request #4836 from cheatfate/upcoming_tpolltimeouts
Andreas Rumpf
2016-09-29
1
-31
/
+32
|
\
\
\
|
*
|
|
Fix upcoming to pass tpolltimeouts.nim test
cheatfate
2016-09-29
1
-31
/
+32
|
/
/
/
*
|
|
CI: NSIS fixes and temporary removal of Linux builds.
Dominik Picheta
2016-09-29
2
-41
/
+9
*
|
|
more documentation knows about the new install_tools.nims script
Araq
2016-09-28
2
-0
/
+17
[next]