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
...
*
added nkError to the AST (#17567)
Andreas Rumpf
2021-03-29
1
-1
/
+1
*
Add `hasClosure` to `std/typetraits` (#17501)
flywind
2021-03-29
1
-0
/
+92
*
fixes #17437 - crash where error reporting > 1 (#17547)
Saem Ghani
2021-03-29
1
-0
/
+22
*
fix #14010(fix std/registry + arc) (#17551)
flywind
2021-03-29
1
-0
/
+15
*
close #9622 add testcase (#17557)
flywind
2021-03-29
1
-0
/
+30
*
Add a getter for all defined Sections in parsecfg (#15450)
Ardek Romak
2021-03-28
1
-14
/
+9
*
add testcase for #9466 (#17538)
flywind
2021-03-28
1
-0
/
+28
*
followup custom literals (#17500)
Timothee Cour
2021-03-27
3
-18
/
+80
*
close #5792 with testcase (#17536)
flywind
2021-03-27
1
-0
/
+17
*
close #7012 add testcase (#17537)
flywind
2021-03-27
1
-0
/
+7
*
nnkArglist => nnkArgList + special case stylecheck:error (#17529)
Timothee Cour
2021-03-27
3
-4
/
+4
*
fix flaky tnetconnect which sometimes failed with: No route to host [OSError]...
Timothee Cour
2021-03-27
1
-2
/
+3
*
close #17157 add testcase (#17531)
flywind
2021-03-27
1
-0
/
+6
*
Fix #17199 (#17348)
Clyybber
2021-03-26
2
-15
/
+59
*
added a 'koch ic' command for easier adhoc testing of IC (#17508)
Andreas Rumpf
2021-03-26
1
-1
/
+0
*
close #15696 (#17518)
flywind
2021-03-25
1
-0
/
+25
*
fix RST parsing after option lists (#17442)
Andrey Makarov
2021-03-25
1
-0
/
+49
*
custom integer literals bugfixes (#17499)
Andreas Rumpf
2021-03-24
1
-0
/
+3
*
custom integer literals (#17489)
Andreas Rumpf
2021-03-24
4
-26
/
+160
*
fix #17260 render `\` properly in nim doc, rst2html (#17315)
Timothee Cour
2021-03-24
1
-2
/
+20
*
fix #17325 linux 32bit CI; fix #17085 flaky test (#17469)
Timothee Cour
2021-03-24
2
-2
/
+13
*
make unary minus part of number literals, refs #17020 (#17488)
Andreas Rumpf
2021-03-24
1
-0
/
+76
*
[isolation]fix empty ref object bug (#17471)
flywind
2021-03-24
1
-0
/
+8
*
follow up #17486 (#17492)
flywind
2021-03-24
1
-0
/
+45
*
fix #17490 (#17491)
flywind
2021-03-24
1
-0
/
+11
*
Fixes #17450 (#17477)
Clyybber
2021-03-23
2
-1
/
+26
*
Revert "Fixes #17450 (#17474)" (#17476)
Clyybber
2021-03-23
2
-26
/
+1
*
Fixes #17450 (#17474)
Clyybber
2021-03-23
2
-1
/
+26
*
add algorithm.merge (#16182)
flywind
2021-03-23
1
-1
/
+158
*
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
[prev]
[next]