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
*
added tests for strutils.split
Magnus Jöud
2015-10-14
1
-0
/
+6
*
added maxsplit argument to strutils.split
Magnus Jöud
2015-10-14
1
-10
/
+25
*
fixes regression: tobjconstr2 test works again
Araq
2015-10-14
2
-2
/
+2
*
updated httpclient to use tables.getOrDefault
Araq
2015-10-14
1
-7
/
+7
*
fixes tunittest crash
Araq
2015-10-13
1
-1
/
+3
*
Merge branch 'devel' of https://github.com/nim-lang/Nim into devel
Araq
2015-10-13
3
-4
/
+106
|
\
|
*
Merge pull request #3438 from nanoant/patch/readme-link-to-builders
Dominik Picheta
2015-10-13
1
-3
/
+11
|
|
\
|
|
*
readme.md: Open builder page from its status icon
Adam Strzelecki
2015-10-13
1
-3
/
+11
|
*
|
Merge pull request #3440 from rbmz/sequtils
Dominik Picheta
2015-10-13
1
-0
/
+93
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
added all/any/allIt/anyIt with tests and inline documentation
rbmz
2015-10-13
1
-0
/
+93
|
|
/
|
*
Merge pull request #3335 from SSPkrolik/teardown-move
Andreas Rumpf
2015-10-12
1
-1
/
+2
|
|
\
|
|
*
Moved teardown call to try block for namespace access reasons
Rostyslav Dzinko
2015-09-17
1
-1
/
+2
*
|
|
udpated the compiler and tester to use getOrDefault
Araq
2015-10-13
19
-59
/
+82
*
|
|
added getOrDefault; bootstrapping works again
Araq
2015-10-13
9
-40
/
+52
*
|
|
Merge branch 'mget' of https://github.com/def-/Nim into def--mget
Araq
2015-10-13
12
-66
/
+279
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Don't use deprecated intsets.empty
def
2015-03-31
1
-2
/
+2
|
*
|
Rename mget to `[]`
def
2015-03-31
12
-122
/
+322
*
|
|
improves new tests
Araq
2015-10-12
2
-3
/
+12
*
|
|
logging.nim: expose underlying 'file' object; errors and fatals flush the buf...
Araq
2015-10-12
1
-10
/
+13
*
|
|
docs now build again
Araq
2015-10-12
3
-7
/
+6
*
|
|
Merge pull request #3432 from FedericoCeratto/patch-4
Andreas Rumpf
2015-10-12
1
-1
/
+3
|
\
\
\
|
*
|
|
Add substituteLog docs
Federico Ceratto
2015-10-09
1
-0
/
+2
|
*
|
|
Export substituteLog
Federico Ceratto
2015-10-09
1
-1
/
+1
*
|
|
|
Merge pull request #3423 from petermora/breakSequtils
Andreas Rumpf
2015-10-12
13
-89
/
+218
|
\
\
\
\
|
*
|
|
|
updated news.txt with backward compatibility breaks of sequtils
Peter Mora
2015-10-06
1
-1
/
+7
|
*
|
|
|
fixing unittest
Peter Mora
2015-10-06
1
-1
/
+1
|
*
|
|
|
restore {.immediate.} to toSeq
Peter Mora
2015-10-06
1
-1
/
+1
|
*
|
|
|
sequtils related changes
Peter Mora
2015-10-05
11
-88
/
+211
*
|
|
|
|
Merge branch 'rbehrends-gc-fixes' into devel
Araq
2015-10-12
4
-45
/
+86
|
\
\
\
\
\
|
*
|
|
|
|
disable new BoehmGC tests on Windows
Araq
2015-10-12
1
-4
/
+7
|
*
|
|
|
|
Merge branch 'gc-fixes' of https://github.com/rbehrends/Nim into rbehrends-gc...
Araq
2015-10-12
4
-45
/
+83
|
/
|
|
|
|
|
|
*
|
|
|
|
Remove spurious unsigned operations from system/threads.nim.
Reimer Behrends
2015-09-08
1
-3
/
+0
|
*
|
|
|
|
Include Boehm GC in garbage collection tests.
Reimer Behrends
2015-09-08
1
-3
/
+9
|
*
|
|
|
|
Properly register threads with the Boehm GC.
Reimer Behrends
2015-09-08
3
-38
/
+73
|
*
|
|
|
|
Properly initialize the Boehm GC on all platforms.
Reimer Behrends
2015-09-06
1
-1
/
+1
*
|
|
|
|
|
nimsuggest: added 'dus' command that combines 'def' and 'use'
Araq
2015-10-12
2
-2
/
+8
*
|
|
|
|
|
cleaned up ospaths module
Araq
2015-10-12
2
-19
/
+30
*
|
|
|
|
|
added setResult that simply takes a node
Araq
2015-10-12
1
-0
/
+8
*
|
|
|
|
|
Merge pull request #3433 from jyapayne/devel
Dominik Picheta
2015-10-10
1
-0
/
+178
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Made strutils string test procs less redundant.
Joey Payne
2015-10-10
1
-49
/
+49
|
*
|
|
|
|
|
Added tests for string test procs.
Joey Payne
2015-10-10
1
-0
/
+52
|
*
|
|
|
|
|
Changed alphanumeric check to "or" instead of "and".
Joey Payne
2015-10-10
1
-1
/
+1
|
*
|
|
|
|
|
Added useful procs to strutils for string testing.
Joey Payne
2015-10-09
1
-0
/
+126
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Update readme.md
Varriount
2015-10-10
1
-5
/
+5
*
|
|
|
|
|
Update readme.md
Varriount
2015-10-10
1
-1
/
+0
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #3425 from jlp765/hashes1
Dominik Picheta
2015-10-08
1
-4
/
+70
|
\
\
\
\
\
|
*
|
|
|
|
added hash procs for handling portions of strings/arrays/seqs.
JamesP
2015-10-07
1
-4
/
+70
*
|
|
|
|
|
fixes #635
Araq
2015-10-07
1
-8
/
+20
*
|
|
|
|
|
osproc: fixes a long standing buffering bug on Windows
Araq
2015-10-07
1
-1
/
+1
*
|
|
|
|
|
fixes regression
Araq
2015-10-07
1
-3
/
+3
[next]