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
...
*
memory tracker is aware of threads (still not threadsafe though)
Andreas Rumpf
2017-01-26
2
-12
/
+45
*
finish tool: untested improvements to the GCC detection logic
Andreas Rumpf
2017-01-26
1
-2
/
+2
*
added default param to strtabs.getOrDefault (#5280)
David Krause
2017-01-26
1
-2
/
+2
*
Fix compilation for 16 bit targets (#5286)
Jeff Ciesielski
2017-01-26
5
-6
/
+6
*
Implement RFC #4873 improvements to JavaScript FFI (#5213)
Michael Jendrusch
2017-01-26
4
-1
/
+707
*
Add volatile load/store (#5263)
Jeff Ciesielski
2017-01-25
1
-0
/
+30
*
bugfix: inline iterator do not mess up line information anymore
Andreas Rumpf
2017-01-25
2
-3
/
+29
*
fix genderef of jsgen (#5274)
shsnow23
2017-01-24
2
-1
/
+21
*
Fix a typo in system's staticExec procedure description (#5276)
Gangsta Cat
2017-01-24
1
-1
/
+1
*
onThreadDestruction feature added to Nim's threading model
Andreas Rumpf
2017-01-24
2
-12
/
+38
*
Fixes #5271 (#5273)
Yuriy Glukhov
2017-01-24
1
-1
/
+2
*
Use onThreadCreation to set default SSL context for each thread (#5265)
Ruslan Mustakov
2017-01-23
2
-6
/
+9
*
Fixup #5240 (#5270)
Yuriy Glukhov
2017-01-23
1
-2
/
+2
*
Fix declaration of inet_ntop to be GCSafe. (#5266)
Eugene Kabanov
2017-01-23
1
-1
/
+1
*
template+emit supports volatileRead and volatileWrite ops
Andreas Rumpf
2017-01-23
3
-4
/
+26
*
avoid some compiler crashes in debug mode
Andreas Rumpf
2017-01-23
2
-3
/
+8
*
downloader: unzip to dist/ directory
Araq
2017-01-23
1
-2
/
+7
*
downloader tool works
Araq
2017-01-23
2
-9
/
+26
*
work in progress: new downloader tool for the Windows installer
Andreas Rumpf
2017-01-22
1
-0
/
+105
*
finally todo.txt reflects reality again
Andreas Rumpf
2017-01-22
1
-10
/
+7
*
Merge pull request #5262 from AvdN/patch-2
Dominik Picheta
2017-01-21
1
-1
/
+1
|
\
|
*
inconsistent insertion of space after colon
Anthon van der Neut
2017-01-21
1
-1
/
+1
*
|
Merge pull request #5261 from AvdN/patch-1
Dominik Picheta
2017-01-21
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
failing trailing underscore, caused no hyperlink
Anthon van der Neut
2017-01-21
1
-1
/
+1
|
/
*
Merge pull request #5250 from yglukhov/http-redirect
Dominik Picheta
2017-01-21
3
-18
/
+60
|
\
|
*
Added news
Yuriy Glukhov
2017-01-20
2
-0
/
+30
|
*
Fixed query and anchor during relative redirection
Yuriy Glukhov
2017-01-20
1
-0
/
+2
|
*
Redirects support in request proc
Yuriy Glukhov
2017-01-19
1
-18
/
+28
*
|
Merge pull request #5255 from enthus1ast/devel
Dominik Picheta
2017-01-21
1
-0
/
+45
|
\
\
|
*
|
more isAbsolute tests for uri.nim
enthus1ast
2017-01-21
1
-4
/
+32
|
*
|
added protocol-relative test to uri.nim
enthus1ast
2017-01-21
1
-1
/
+3
|
*
|
added isAbsolute to uri.nim
enthus1ast
2017-01-20
1
-0
/
+15
*
|
|
documented the new .gcsafe override pragma
Araq
2017-01-20
2
-2
/
+16
*
|
|
added system.runOnThreadCreationHandlers for initialization of thread local s...
Araq
2017-01-20
1
-0
/
+9
*
|
|
fixed bug when the first random(max: float) call is the same value, regardles...
Vladar4
2017-01-20
1
-0
/
+1
*
|
|
new segfaults.nim stdlib module works on Windows
Araq
2017-01-20
3
-5
/
+48
*
|
|
ansi_c.nim: avoid deprecated 'expr' type
Araq
2017-01-20
1
-1
/
+1
*
|
|
some progress on #5228
Araq
2017-01-20
1
-3
/
+3
*
|
|
first implementation of segfaults stdlib module
Andreas Rumpf
2017-01-20
2
-0
/
+79
*
|
|
posix.nim: make new sigaction wrapper compatible with C++
Andreas Rumpf
2017-01-20
1
-1
/
+1
*
|
|
fixes #5234 (#5240)
Michael Jendrusch
2017-01-20
2
-7
/
+52
|
/
/
*
|
fix seq add for nim node in VM (#5253)
Arne Döring
2017-01-19
2
-3
/
+8
*
|
posix.nim add 'sigaction' with 3rd nil parameter
Andreas Rumpf
2017-01-19
1
-0
/
+4
*
|
make quote ast a ref type (#5246)
Arne Döring
2017-01-19
2
-0
/
+75
|
/
*
fixes #5237
Andreas Rumpf
2017-01-19
2
-2
/
+16
*
Remove Build status waterfall, all links 502 (#5249)
timothy eichler
2017-01-19
1
-30
/
+0
*
fixes #3434
Andreas Rumpf
2017-01-19
1
-1
/
+1
*
Fixes #5225 (#5243)
Lolo Iccl
2017-01-18
2
-1
/
+19
*
Import ospaths instead of include (#5233)
Yuriy Glukhov
2017-01-18
2
-12
/
+14
*
Fixes #5244 (#5245)
Yuriy Glukhov
2017-01-18
2
-0
/
+11
[prev]
[next]