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
/
pure
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move lib/pure/nodejs to compiler/nodejs. Ref #2017.
Dominik Picheta
2015-01-28
1
-6
/
+0
*
Merge pull request #2017 from reactormonk/nodejs-binary
Andreas Rumpf
2015-01-28
1
-0
/
+6
|
\
|
*
added suggested fixes
Simon Hafner
2015-01-27
1
-0
/
+6
*
|
documented new C++ support
Araq
2015-01-28
5
-10
/
+11
*
|
Update sets.nim
dumndummer
2015-01-27
1
-1
/
+1
*
|
nimsuggest: first version
Araq
2015-01-27
1
-1
/
+1
*
|
bugfix: don't overwrite the number value in case of a parsing error
Araq
2015-01-27
1
-2
/
+3
*
|
Logging module is now thread-safe.
Dominik Picheta
2015-01-25
1
-9
/
+27
*
|
Merge pull request #2009 from gmpreussner/devel
Dominik Picheta
2015-01-25
1
-27
/
+33
|
\
\
|
|
/
|
/
|
|
*
Added complex conjugate
gmpreussner
2015-01-24
1
-27
/
+33
*
|
Merge pull request #1998 from Varriount/fix-1962
Dominik Picheta
2015-01-24
1
-14
/
+35
|
\
\
|
*
|
Added documentation for the new http request procedures.
Varriount
2015-01-23
1
-1
/
+13
|
*
|
Fixes #1962
Varriount
2015-01-22
1
-24
/
+33
*
|
|
Fix #1906
Varriount
2015-01-22
1
-3
/
+5
|
/
/
*
/
Handle EPOLLHUP to avoid chaos/runaways when using certain file descriptors.
Elie Zedeck
2015-01-21
1
-1
/
+1
|
/
*
Merge pull request #1842 from def-/unicode-reversed
Varriount
2015-01-17
1
-0
/
+50
|
\
|
*
Optimize unicode.reversed
def
2015-01-15
1
-19
/
+31
|
*
Add reversed proc to unicode module
def
2015-01-02
1
-0
/
+38
*
|
Merge pull request #1967 from def-/more-renames
Varriount
2015-01-16
2
-2
/
+2
|
\
\
|
*
|
Get rid of deprecation warnings in pegs
def
2015-01-16
2
-2
/
+2
*
|
|
Fix named argument handling
Flaviu Tamas
2015-01-16
1
-2
/
+11
|
/
/
*
|
GitHub link fixes: nim-code -> nim-lang
def
2015-01-15
1
-4
/
+4
*
|
fixes the integer conversion regressions
Araq
2015-01-13
2
-4
/
+4
*
|
Fix body in httpclient
def
2015-01-13
1
-2
/
+2
*
|
Merge branch 'devel' of https://github.com/Araq/Nim into devel
Araq
2015-01-13
1
-2
/
+0
|
\
\
|
*
|
Fix: Only handle EPOLLERR as an error event
def
2015-01-13
1
-2
/
+0
*
|
|
make net.nim compile again (quick workaround for a regression)
Araq
2015-01-13
1
-3
/
+3
|
/
/
*
|
Remove unnecessary check in list comprehensions
def
2015-01-10
1
-1
/
+0
*
|
Merge pull request #1876 from flaviut/unittest-stacktrace
Andreas Rumpf
2015-01-07
1
-0
/
+1
|
\
\
|
*
|
Make unittest.nim print stack trace
Flaviu Tamas
2015-01-05
1
-0
/
+1
*
|
|
Merge pull request #1889 from ramnes/devel
Andreas Rumpf
2015-01-07
31
-31
/
+31
|
\
\
\
|
*
|
|
Happy new year!
Guillaume Gelin
2015-01-06
31
-31
/
+31
*
|
|
|
Merge branch 'devel' of https://github.com/Araq/Nim into devel
Araq
2015-01-07
7
-194
/
+356
|
\
|
|
|
|
*
|
|
Merge pull request #1883 from flaviut/add-unittest-docs
Varriount
2015-01-05
1
-6
/
+21
|
|
\
\
\
|
|
*
|
|
Add an example and remove future claims
Flaviu Tamas
2015-01-05
1
-6
/
+21
|
|
|
/
/
|
*
/
/
Properly use the terminal module
Flaviu Tamas
2015-01-05
1
-0
/
+2
|
|
/
/
|
*
|
Merge pull request #1867 from def-/httpclient-multipart
Dominik Picheta
2015-01-05
1
-35
/
+142
|
|
\
\
|
|
*
|
Rename newData() to newMultipartData()
def
2015-01-05
1
-5
/
+5
|
|
*
|
A few more fixes to httpclient multipart
def
2015-01-05
1
-4
/
+9
|
|
*
|
post should work when extra headers don't have trailing newline
def
2015-01-05
1
-2
/
+11
|
|
*
|
Check that p is not nil in format
def
2015-01-05
1
-1
/
+1
|
|
*
|
Add multipart parameter to httpclient's post and postContent
def
2015-01-05
1
-35
/
+128
|
*
|
|
Handle interrupt on epoll_wait graciously (allows strace to work)
def
2015-01-04
1
-1
/
+5
|
*
|
|
Close async socket on error (instead of looping on epoll_wait with 100% CPU)
def
2015-01-04
2
-1
/
+8
|
|
/
/
|
*
|
Merge pull request #1852 from def-/fix-uri
reactormonk
2015-01-04
1
-2
/
+0
|
|
\
\
|
|
*
|
Remove debug messages
def
2015-01-03
1
-2
/
+0
|
*
|
|
Merge pull request #1848 from def-/fix-uri
Dominik Picheta
2015-01-03
2
-16
/
+43
|
|
\
|
|
|
|
*
|
Apply #1824 to fix #1823
def
2015-01-03
1
-2
/
+4
|
|
*
|
Minor cleanup
def
2015-01-03
1
-3
/
+2
|
|
*
|
Fix (u: Uri), add test cases and make it work for opaque URIs
def
2015-01-03
1
-14
/
+35
[next]