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
/
tests
/
stdlib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
fix string slice & splice (#5311)
Parashurama
2017-02-01
1
-0
/
+55
*
Use onThreadCreation to set default SSL context for each thread (#5265)
Ruslan Mustakov
2017-01-23
1
-1
/
+1
*
new segfaults.nim stdlib module works on Windows
Araq
2017-01-20
1
-0
/
+4
*
first implementation of segfaults stdlib module
Andreas Rumpf
2017-01-20
1
-0
/
+25
*
Improve & optimize strutils 'find' procs (#5196)
Parashurama
2017-01-11
1
-0
/
+27
*
add copyDir stdlib test
Andreas Rumpf
2017-01-10
1
-0
/
+18
*
Update unit test to handle AssertionError instead of ValueError for #5119
Chris Heller
2016-12-21
1
-1
/
+1
*
Guard against calling split with an empty string as a separator. Fixes #5119
Chris Heller
2016-12-21
1
-0
/
+19
*
make tos.nim green on Windows
Araq
2016-12-13
1
-4
/
+7
*
Merge pull request #5080 from FedericoCeratto/httpheaders
Dominik Picheta
2016-12-01
1
-0
/
+28
|
\
|
*
Add HTTP header deletion, improve tests
Federico Ceratto
2016-12-01
1
-0
/
+28
*
|
Rewrite xmltools.innerText
Dmitry Polienko
2016-11-30
1
-2
/
+16
|
/
*
Added deques module, deprecating queues
Ruslan Mustakov
2016-11-24
1
-5
/
+5
*
Parse 'Z' as valid timezone if offset is expected
Felix Krause
2016-11-14
1
-0
/
+4
*
Improved `-`; fixed tests
Felix Krause
2016-11-14
1
-2
/
+2
*
Fixed daylight saving time
Felix Krause
2016-11-14
1
-1
/
+22
*
Fixed timezone rendering, added test
Felix Krause
2016-11-10
1
-0
/
+12
*
Merge pull request #5002 from goldenreign/time-compare-nosideeffect
Andreas Rumpf
2016-11-07
1
-0
/
+11
|
\
|
*
Add 'noSideEffect' pragma for Time type's operators
goldenreign
2016-11-07
1
-0
/
+11
*
|
Use ISO 8601 format for times.`$`. Fixed tests.
Felix Krause
2016-11-01
1
-51
/
+66
*
|
Removed tzname because it's broken
Felix Krause
2016-11-01
1
-12
/
+12
|
/
*
add test: echo a seq with a nil value
jlp765
2016-11-01
1
-0
/
+2
*
Merge pull request #4924 from nigredo-tori/fix-4917
Andreas Rumpf
2016-10-24
1
-0
/
+22
|
\
|
*
Improve as previously discussed
Dmitry Polienko
2016-10-22
1
-0
/
+10
|
*
Revert createDir signature, expose rawCreateDir
Dmitry Polienko
2016-10-22
1
-7
/
+0
|
*
Make createDir return discardable bool
Dmitry Polienko
2016-10-22
1
-0
/
+19
*
|
make tgetfileinfo work on Windows
Araq
2016-10-24
1
-8
/
+16
*
|
Merge branch 'devel' of https://github.com/rudis/Nim into rudis-devel
Araq
2016-10-24
1
-1
/
+31
|
\
\
|
*
|
tests: add more tests for getFileInfo()
Simon Ruderich
2016-09-17
1
-1
/
+31
*
|
|
Fix #4922, bug in times.parse, mishandling DST.
Jonathan Bernard
2016-10-21
1
-0
/
+16
|
|
/
|
/
|
*
|
Bugfix for times.initInterval (issue #4889)
Jonathan Bernard
2016-10-12
1
-1
/
+8
*
|
Implements onProgressChanged callback for httpclient.
Dominik Picheta
2016-09-24
1
-3
/
+22
*
|
Implements getContent and postContent for (Async)HttpClient.
Dominik Picheta
2016-09-24
1
-0
/
+19
*
|
Handle redirects in HttpClient's post procs & post test.
Dominik Picheta
2016-09-24
1
-18
/
+17
*
|
Fixes #4797.
Dominik Picheta
2016-09-19
1
-0
/
+4
*
|
Implements proxy support for (Async)HttpClient. Ref #4423.
Dominik Picheta
2016-09-18
1
-0
/
+6
*
|
Implements timeouts for synchronous HttpClient.
Dominik Picheta
2016-09-18
1
-0
/
+13
*
|
Improvements to httpclient. Refs #4423.
Dominik Picheta
2016-09-18
1
-0
/
+53
|
/
*
Use array encoding for non-UTF-8 strings in marshal. Fixes #4779.
Ruslan Mustakov
2016-09-16
1
-2
/
+10
*
Merge pull request #4629 from flyx/times-parse-yearday
Andreas Rumpf
2016-08-25
1
-38
/
+32
|
\
|
*
Improved times tests
Felix Krause
2016-08-21
1
-38
/
+32
*
|
Fixed tests to expect [Suite] output from unittest
Felix Krause
2016-08-24
2
-0
/
+5
|
/
*
make tests green again
Andreas Rumpf
2016-07-29
1
-1
/
+3
*
Update htmlparser test ``output`` variable
Stephane Fontaine
2016-07-28
1
-2
/
+8
*
htmlparser: Add test for paragraph inside <dd,li>
Stephane Fontaine
2016-07-27
1
-0
/
+38
*
fixes #4494
Andreas Rumpf
2016-07-22
1
-0
/
+6
*
Fix split stdlib test
Joey Payne
2016-07-01
1
-1
/
+1
*
Add os tests for directory creation, iteration and deletion
Joey Payne
2016-06-20
1
-8
/
+84
*
moved random procs from math to its own module (breaking change)
Andreas Rumpf
2016-05-30
2
-2
/
+2
*
Merge pull request #4130 from lihf8515/devel
Andreas Rumpf
2016-05-26
1
-23
/
+35
|
\
[prev]
[next]