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
...
*
Windows API callbacks cannot raise exceptions
Araq
2020-03-22
1
-3
/
+3
*
fix #13417 (#13712)
Arne Döring
2020-03-22
2
-11
/
+31
*
fixes #13715 (#13716)
Arne Döring
2020-03-22
3
-2
/
+11
*
typo
Araq
2020-03-22
1
-1
/
+1
*
fix #13720 (#13721)
Arne Döring
2020-03-22
2
-2
/
+4
*
Add EPOLLEXCLUSIVE (#13718)
Hiroki Noda
2020-03-21
1
-0
/
+1
*
fixes #13708 (#13711)
cooldome
2020-03-21
2
-10
/
+20
*
[ci skip] add back unintentionally removed line
narimiran
2020-03-20
1
-0
/
+1
*
SSL certificate verify GitHub action (#13697)
Federico Ceratto
2020-03-20
13
-12
/
+872
*
[RFC] 'walkDir' now has a new 'checkDir' flag, to mimic behaviour of other la...
Timothee Cour
2020-03-20
6
-31
/
+56
*
threadpool.nim: allow control over MaxThreadPoolSize and MaxDistinguishedThre...
Araq
2020-03-20
1
-3
/
+3
*
Revert #13658 for nim-gdb.bat. Fixes #13705 (#13707)
Joey
2020-03-20
1
-1
/
+3
*
fixes #13698 (#13706)
Andreas Rumpf
2020-03-20
2
-2
/
+9
*
Detect Ubuntu by checking release() and uname() (#13704)
Hayden
2020-03-20
1
-1
/
+3
*
fight the code bloat in base64.nim
Araq
2020-03-20
1
-7
/
+16
*
make 'nim check' more robust for illdefined constants
Araq
2020-03-20
1
-1
/
+1
*
Add Base64 safe (#13672)
Juan Carlos
2020-03-20
3
-9
/
+45
*
fix #13538 sigmatch errors are now sorted (#13701)
Timothee Cour
2020-03-20
6
-47
/
+54
*
Remove 2 old deprecated files (#13702)
Juan Carlos
2020-03-20
3
-23
/
+1
*
fix nimsuggest warning (#13699)
Jasper Jenkins
2020-03-20
3
-7
/
+4
*
fix nimpretty warning (#13700)
Jasper Jenkins
2020-03-20
1
-2
/
+1
*
cycle breaker (#13593)
Andreas Rumpf
2020-03-19
10
-41
/
+298
*
Clean 1 old deprecated empty file (#13696)
Juan Carlos
2020-03-19
1
-6
/
+0
*
Attempt to finish off araq cpp exceptions (#13695)
cooldome
2020-03-19
12
-74
/
+233
*
fixes #13691 (#13694)
Andreas Rumpf
2020-03-19
2
-2
/
+34
*
fix #13412 nim now recompiles for stdin input; SuccessX now configurable; can...
Timothee Cour
2020-03-19
2
-1
/
+11
*
fix #11458 oswalkdir (#13689)
Timothee Cour
2020-03-19
2
-27
/
+5
*
added a switch -d:nimEmulateOverflowChecks for broken or old GCC versions (#1...
Andreas Rumpf
2020-03-19
4
-5
/
+13
*
add `move` to `tables` to prevent warnings when compiled with `--gc:arc` (#13...
Miran
2020-03-19
1
-4
/
+4
*
httpcore: deprecate `==`(string, HttpCode) (#13682)
alaviss
2020-03-19
2
-1
/
+11
*
gc.rst that doesn't lie (#13686)
Andreas Rumpf
2020-03-19
1
-54
/
+34
*
enable --tlsEmulation:on for --gc:arc (#13685)
Andreas Rumpf
2020-03-18
4
-8
/
+5
*
Documentation GC (#13109)
Juan Carlos
2020-03-18
1
-76
/
+98
*
allow category nimble-packages to test a single package (#13576)
Arne Döring
2020-03-18
2
-3
/
+4
*
arc optimizations (#13325)
Andreas Rumpf
2020-03-18
11
-95
/
+312
*
removed .gitattributes as it only causes trouble for me
Araq
2020-03-18
1
-2
/
+0
*
new feature: --staticBoundChecks:on to enforce static array index checking (#...
Andreas Rumpf
2020-03-18
16
-50
/
+152
*
fix #13524 astToStr now works inside generics (#13681)
Timothee Cour
2020-03-18
2
-1
/
+7
*
fixes #13622 (#13679)
Andreas Rumpf
2020-03-18
2
-2
/
+24
*
fixes hash(HashSet) which was wrong as it didn't respect tombstones; refs #13649
Araq
2020-03-18
1
-1
/
+2
*
fixes #13671 [backport] (#13678)
Andreas Rumpf
2020-03-18
2
-1
/
+6
*
fix when statements in inheritable generic objects (#13667) [backport]
Jasper Jenkins
2020-03-17
2
-1
/
+12
*
add nnkMacroDef to RoutineNodes (#13676)
Jasper Jenkins
2020-03-17
1
-1
/
+1
*
rewritten goto based exception handling; much cleaner implementation;… (#13...
Andreas Rumpf
2020-03-17
4
-26
/
+79
*
fixes a bug for 'dup' and 'with'; they can now handle nested statement lists ...
Araq
2020-03-17
3
-25
/
+22
*
Fixes #13659 (#13674)
cooldome
2020-03-17
2
-3
/
+27
*
fix `nim doc subdir/foo` which was generating broken css; + other fixes (#13647)
Timothee Cour
2020-03-17
4
-14
/
+18
*
fix sets of scoped imported enums (#13666)
Jasper Jenkins
2020-03-17
3
-1
/
+14
*
updated builds.sr.ht script according to their email (#13669)
Andreas Rumpf
2020-03-17
1
-5
/
+1
*
workflows/ci: disable
Leorize
2020-03-17
1
-0
/
+0
[prev]
[next]