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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
implements 'defer'
Araq
2014-12-04
2
-3
/
+4
|
/
*
fixes regression that caused pegs to not compile
Araq
2014-11-29
1
-1
/
+1
*
smileys configurable; safer image attribute handling
Araq
2014-11-29
2
-21
/
+27
*
pegs module compiles again
Araq
2014-11-28
1
-1
/
+1
*
implemented procCall builtin
Araq
2014-11-28
1
-22
/
+26
*
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-11-27
1
-1
/
+5
|
\
|
*
fixes #642
Araq
2014-11-23
1
-1
/
+5
*
|
doc improvements
Araq
2014-11-27
1
-2
/
+2
*
|
fixes #1672
Araq
2014-11-25
1
-10
/
+7
|
/
*
fixes #1562, fixes #1543
Araq
2014-11-20
1
-1
/
+5
*
fixes #1666
Araq
2014-11-20
1
-3
/
+3
*
fixes #1053, fixes #924
Araq
2014-11-19
1
-4
/
+8
*
Ensure Request.body is initialised.
Dominik Picheta
2014-11-17
1
-0
/
+2
*
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-11-16
1
-1
/
+5
|
\
|
*
Uses execve() in osproc on OpenWrt and uClibc-based platforms.
Elie Zedeck
2014-11-16
1
-1
/
+5
*
|
fixes #1055
Araq
2014-11-16
1
-4
/
+4
*
|
fixes #619
Araq
2014-11-15
3
-4
/
+7
|
/
*
fixes #693
Araq
2014-11-14
1
-3
/
+0
*
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-11-14
12
-236
/
+237
|
\
|
*
Fix some deprecation warnings caused by renames
def
2014-11-13
12
-236
/
+237
*
|
fixes #1181
Araq
2014-11-13
1
-3
/
+3
|
/
*
Merge pull request #1643 from def-/fix-locks-case
Andreas Rumpf
2014-11-12
1
-106
/
+2
|
\
|
*
Remove runtime deadlock prevention as deadlock detection at compile-time is a...
def
2014-11-11
1
-106
/
+2
|
*
Fix compile because of case sensitivity
def
2014-11-08
1
-1
/
+1
*
|
fixes #1473
Araq
2014-11-12
1
-4
/
+20
*
|
proper fix for stack initialization and threadvar emulation
Araq
2014-11-11
1
-11
/
+27
*
|
renamed CondVar to Semaphore
Araq
2014-11-10
1
-26
/
+26
*
|
Merge pull request #1636 from rbehrends/fix-thread-issues
Andreas Rumpf
2014-11-08
1
-10
/
+0
|
\
\
|
*
|
Remove references to pthread_mutex_timedlock().
Reimer Behrends
2014-11-06
1
-10
/
+0
*
|
|
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-11-08
4
-46
/
+64
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Implement SO_REUSEADDR for asyncnet and asynchttpserver.
Dominik Picheta
2014-11-07
3
-2
/
+20
|
*
|
Merge pull request #1639 from onionhammer/devel
Dominik Picheta
2014-11-07
1
-44
/
+44
|
|
\
\
|
|
*
|
Made 'headers' public
Erik O'Leary
2014-11-06
1
-44
/
+44
*
|
|
|
TAtomType includes 'bool'
Araq
2014-11-08
1
-5
/
+5
*
|
|
|
fixed the deadlock that happens when stress testing ToFreeQueue
Araq
2014-11-08
1
-25
/
+30
|
/
/
/
*
/
/
fixes exhaustion bug and missing GC_ref code generation
Araq
2014-11-07
1
-5
/
+4
|
/
/
*
/
broken attempt to fix queue exhaustion
Araq
2014-11-07
1
-21
/
+29
|
/
*
Merge pull request #1623 from gradha/pr_bigbreak_adds_code_directive_to_rst
Andreas Rumpf
2014-11-05
3
-46
/
+206
|
\
|
*
Merge branch 'pr_adds_code_directive_to_rst' into pr_bigbreak_adds_code_direc...
Grzegorz Adam Hankiewicz
2014-11-03
3
-46
/
+206
|
|
\
|
|
*
Fixes line numbering.
Grzegorz Adam Hankiewicz
2014-10-02
1
-1
/
+1
|
|
*
Handles :file: option for code blocks to avoid warnings.
Grzegorz Adam Hankiewicz
2014-07-26
2
-0
/
+11
|
|
*
Hyperlinks slurp related docstrings in system module.
Grzegorz Adam Hankiewicz
2014-07-19
1
-10
/
+14
|
|
*
Hyperlinks quit related docstrings in system module.
Grzegorz Adam Hankiewicz
2014-07-19
1
-12
/
+15
|
|
*
Adds support for the ``.. code::`` rst directive.
Grzegorz Adam Hankiewicz
2014-07-19
2
-25
/
+167
*
|
|
added module fenv's docs
Araq
2014-11-04
1
-0
/
+0
*
|
|
Merge branch 'devel' into bigbreak
Araq
2014-11-03
1
-10
/
+22
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Merge pull request #1620 from trustable-code/PR6
Andreas Rumpf
2014-11-03
1
-7
/
+15
|
|
\
\
|
|
*
|
Fix terminate() and add kill()
Simon Krauter
2014-11-02
1
-7
/
+15
*
|
|
|
Merge branch 'bigbreak' of https://github.com/Araq/Nimrod into bigbreak
Araq
2014-11-03
2
-4
/
+14
|
\
\
\
\
|
*
\
\
\
Merge pull request #1569 from idlewan/prettyCC
Andreas Rumpf
2014-11-03
1
-3
/
+13
|
|
\
\
\
\
[prev]
[next]