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
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix #17458 tnetconnect.nim flaky (#17459)
Timothee Cour
2021-03-23
1
-12
/
+16
*
refs #17292 fix `repr` with `do:` (#17449)
Timothee Cour
2021-03-23
1
-0
/
+80
*
fix #17454 (#17461)
Timothee Cour
2021-03-23
1
-1
/
+4
*
refs #16338 make thttpclient_ssl_remotenetwork.nim less flaky (#17457)
Timothee Cour
2021-03-23
1
-3
/
+14
*
semTemplateDef and t17433 clean-ups (#17448)
Saem Ghani
2021-03-22
1
-3
/
+3
*
Fixes #17433; gensym callDef return in templ body (#17445)
Saem Ghani
2021-03-22
1
-0
/
+16
*
Close #8545 by add a test case (#17432)
konsumlamm
2021-03-20
1
-0
/
+23
*
IC: green tests (#17311)
Andreas Rumpf
2021-03-19
3
-4
/
+1
*
follow up #17391 add testcase (#17404)
flywind
2021-03-19
1
-0
/
+33
*
adjust spellSuggestSecretSauce logic to avoid too many matches for small symb...
Timothee Cour
2021-03-18
2
-2
/
+2
*
followup #17398: `getTempDir`, `getConfigDir` now do not have trailing DirSep...
Timothee Cour
2021-03-18
1
-3
/
+3
*
Rst test check messages (fix #17280) (#17338)
Andrey Makarov
2021-03-17
1
-75
/
+125
*
semLambda removed, semProcAux reworked (#17379)
Saem Ghani
2021-03-17
5
-1
/
+62
*
allow short-style rst references with symbols (#17372)
Andrey Makarov
2021-03-17
1
-0
/
+25
*
[std/channels]fix recv leaks(Part One) (#17394)
flywind
2021-03-17
2
-3
/
+3
*
followup #16067 --spellSuggest (#17401)
Timothee Cour
2021-03-17
1
-0
/
+1
*
fix #17383: json.%,to and jsonutils.formJson,toJson now works with uint|uint6...
Timothee Cour
2021-03-16
2
-1
/
+35
*
fix #2844 #3911; add --spellsuggest to suggest symbols in scope with similar ...
Timothee Cour
2021-03-16
3
-0
/
+97
*
fix #17385, `len` must be declared before `items` (#17386)
Miran
2021-03-15
2
-0
/
+15
*
Revert "make system random work in VM" (#17378)
flywind
2021-03-15
1
-2
/
+0
*
New channels implementation for ORC (#17305)
flywind
2021-03-12
2
-0
/
+389
*
fix RST parsing when no indent after enum.item (fix #17249) (#17257)
Andrey Makarov
2021-03-12
1
-0
/
+9
*
Revert "Revert "close #16607 add testcase (#17317)" (#17336)" (#17347)
Clyybber
2021-03-12
1
-0
/
+24
*
refs #4347, add `ZZZ` and `ZZZZ` patterns for timezone offsets without colons...
Miran
2021-03-11
1
-0
/
+4
*
Fix #14325 (#17308)
Clyybber
2021-03-11
1
-0
/
+17
*
Revert "close #16607 add testcase (#17317)" (#17336)
Clyybber
2021-03-11
1
-24
/
+0
*
disable most flaky test in CI (refs #16338) (#17113)
Timothee Cour
2021-03-10
1
-17
/
+16
*
add typetraits.OrdinalEnum, enumutils.symbolName (#17281)
Timothee Cour
2021-03-10
1
-0
/
+21
*
close #9440 add testcase (#17316)
flywind
2021-03-09
1
-0
/
+52
*
close #16607 add testcase (#17317)
flywind
2021-03-09
1
-0
/
+24
*
fixes #11225; generic sandwich problems; [backport:1.2] (#17255)
Andreas Rumpf
2021-03-09
4
-0
/
+30
*
fix #17275 (#17276)
flywind
2021-03-09
1
-4
/
+1
*
fix #13491 #17279 runnableExamples now don't get lost in translation (#17282)
Timothee Cour
2021-03-09
1
-0
/
+25
*
improve test coverage for isolation (#17297)
flywind
2021-03-08
2
-16
/
+115
*
add testcase for #12005 (#17278)
flywind
2021-03-08
1
-0
/
+14
*
add setutils.[]= (#17272)
Timothee Cour
2021-03-08
1
-0
/
+11
*
stdlib/os: add isAdmin (#17012)
Roman Inflianskas
2021-03-07
1
-0
/
+7
*
fix #17267 (#17273)
flywind
2021-03-07
1
-0
/
+6
*
use lowercase --define switches (#17283)
flywind
2021-03-07
6
-10
/
+10
*
Fix #16437 (#17277)
Clyybber
2021-03-06
4
-16
/
+53
*
fix #17264 [backport:1.4] (#17266)
flywind
2021-03-05
1
-0
/
+16
*
Remove support for named procs with sugar.=> (#17220)
konsumlamm
2021-03-05
1
-8
/
+2
*
follow up #17165 (#17262)
flywind
2021-03-04
3
-54
/
+40
*
reuse jsffi in json module (#17165)
flywind
2021-03-04
3
-3
/
+10
*
deprecate newruntime (#17245)
flywind
2021-03-04
12
-12
/
+12
*
followup #16871 asyncjs.then: allow pipelining procs returning futures (#17189)
Timothee Cour
2021-03-04
3
-0
/
+22
*
Added math.clamp for slice clamping (#17246)
Jason Beetham
2021-03-03
1
-0
/
+11
*
fix #16384 and #17144 (#17126) [backport]
flywind
2021-03-03
1
-218
/
+223
*
https://github.com/nim-lang/Nim/pull/15826/files#r585368355 (#17233)
Juan Carlos
2021-03-03
1
-1
/
+5
*
fix #17177 (#17243)
flywind
2021-03-03
1
-0
/
+10
[next]