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
/
parallel
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replacement PR for https://github.com/nim-lang/Nim/pull/23779 that (#23793)
c-blake
2024-07-07
1
-14
/
+7
*
fixes #22790; use cast suppress AnyEnumConv warnings for enums withou… (#22...
ringabout
2023-10-11
1
-0
/
+1
*
clean up SOME pending/xxx/issue link comments (#21826)
metagn
2023-05-11
1
-2
/
+2
*
stdlib tests now check refc too (#21664)
ringabout
2023-04-21
3
-3
/
+3
*
fix #12122 (#21096)
Bung
2022-12-16
1
-1
/
+1
*
fixes #20958; fixes the return type of slice function [backport] (#20959)
ringabout
2022-11-29
1
-0
/
+12
*
fixes #13781; fixes #14901; add acyclic pragmas to FlowVar (#20804)
ringabout
2022-11-10
1
-1
/
+10
*
defaults to ORC (#19972)
ringabout
2022-09-23
14
-5
/
+17
*
add colon (#17834)
flywind
2021-04-24
1
-1
/
+1
*
fix #7535(Poor error message for spawn when a procedure (without calling it))...
flywind
2021-04-21
1
-0
/
+11
*
close #9691 and close #10913('spawn'ed function cannot have a 'typed' or 'unt...
flywind
2021-04-20
2
-0
/
+29
*
close #17636 (#17643)
flywind
2021-04-06
1
-4
/
+3
*
IC: green tests (#17311)
Andreas Rumpf
2021-03-19
1
-2
/
+0
*
workaround #15725 disable freebsd tblocking_channel.nim (#15726)
Timothee Cour
2020-10-26
1
-0
/
+2
*
#12103 - CI for OpenBSD (#12105)
Euan
2020-04-21
2
-0
/
+2
*
Fixes #14014 (#14029)
cooldome
2020-04-20
1
-1
/
+34
*
faster CIs (#13803)
Miran
2020-03-30
9
-87
/
+111
*
new feature: --staticBoundChecks:on to enforce static array index checking (#...
Andreas Rumpf
2020-03-18
2
-2
/
+3
*
remove deprecated procs (#12535)
Andreas Rumpf
2019-11-05
3
-60
/
+4
*
hashes: implement murmur3 (#12022)
Miran
2019-09-01
1
-3
/
+4
*
fixes #11832 (#12049)
Palash Nigam
2019-08-26
1
-2
/
+2
*
make tests green
narimiran
2019-05-28
1
-1
/
+1
*
tsendtwice test: make it arch-independent
narimiran
2019-05-27
1
-13
/
+13
*
fixes #11275 (#11276)
Ștefan Talpalaru
2019-05-20
1
-0
/
+2
*
make tests green again
Andreas Rumpf
2019-03-07
1
-1
/
+1
*
remove `tdont_be_stupid`, fixes #10386
narimiran
2019-01-23
1
-23
/
+0
*
fix twrong_refcounts in nim cpp mode (#10313)
Timothee Cour
2019-01-15
1
-0
/
+3
*
lots of small changes
Arne Döring
2018-12-11
6
-6
/
+6
*
require errormsg to be specified before file.
Arne Döring
2018-12-11
2
-2
/
+2
*
eyewash
Arne Döring
2018-11-23
1
-5
/
+5
*
updated tests to be executed
Arne Döring
2018-11-23
2
-7
/
+8
*
make run the default action of a test in tester
Arne Döring
2018-11-23
6
-0
/
+51
*
make some tests faster (#9413)
Miran
2018-10-17
2
-12
/
+8
*
make tests green again
Andreas Rumpf
2018-08-18
1
-6
/
+6
*
renames threadpool.await to blockUntil; refs #7853
Araq
2018-08-14
1
-2
/
+2
*
deprecated regionized pointers
Araq
2018-08-10
1
-2
/
+2
*
.experimental can now be used to enable specific features
Andreas Rumpf
2018-04-24
1
-1
/
+1
*
fixes #7638; awaitAny blocks if the flow vars all have been complete already
Andreas Rumpf
2018-04-19
1
-0
/
+35
*
GC test workaround: use a lock for 'echo' for Windows
Araq
2017-12-07
1
-3
/
+10
*
Channels can now block depending on maxItems (#6153)
Yuriy Glukhov
2017-07-31
1
-0
/
+37
*
Remove expr/stmt (#5857)
Arne Döring
2017-07-25
4
-5
/
+5
*
Make tgc_unsafe2 green again
Zahary Karadjov
2017-03-24
1
-3
/
+3
*
fixes #4776
Andreas Rumpf
2016-09-24
1
-0
/
+71
*
moved random procs from math to its own module (breaking change)
Andreas Rumpf
2016-05-30
1
-1
/
+1
*
Consistently use Channel instead of TChannel
def
2016-02-25
3
-3
/
+3
*
Fix a few deprecation warnings
def
2016-01-25
1
-1
/
+1
*
disjoint checker is smarter (and slower)
Araq
2015-09-23
1
-0
/
+28
*
tests: Trim .nim files trailing whitespace
Adam Strzelecki
2015-09-04
2
-3
/
+3
*
'parallel' now requires --experimental mode
Araq
2015-08-14
1
-0
/
+1
*
better test program
Araq
2015-06-14
1
-4
/
+49
[next]