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
*
Markdown code blocks part 6 (#20292)
Andrey Makarov
2022-08-31
6
-356
/
+364
*
Change nim's nimble files to make it installable (#20179)
Ivan Yonchovski
2022-08-31
3
-17
/
+14
*
update changelog for #20242, #20091, #20087 (#20288)
metagn
2022-08-31
1
-1
/
+9
*
fixes the regressions caused by the fix for #20107 [backport] (#20287)
Andreas Rumpf
2022-08-31
4
-1
/
+4
*
[nimsuggest] fix def call on identifier 2 times on the line (#20228)
Ivan Yonchovski
2022-08-30
5
-48
/
+76
*
fix #19600 No error checking on fclose (#19836)
Bung
2022-08-29
2
-2
/
+13
*
Implement complex sgn (#20087)
Dan Rose
2022-08-28
1
-0
/
+7
*
fixes #17658; add cert dir for ssl ctx (#19920)
ringabout
2022-08-28
2
-1
/
+11
*
fix `nim md2tex` and `koch pdf` commands (#20280)
Andrey Makarov
2022-08-28
2
-12
/
+13
*
minor updates on manual (#20258)
Judd
2022-08-27
1
-11
/
+12
*
Fix auto links to subheader when TOC is present (#20279)
Andrey Makarov
2022-08-27
6
-104
/
+165
*
Update manual.md (#20277)
Clay Sweetser
2022-08-26
1
-3
/
+2
*
Add missing rand(var Rand, Ordinal) overload (#20124)
Antonis Geralis
2022-08-26
1
-14
/
+32
*
remove `var` for ref parameters in `std/tables` (#20175)
ringabout
2022-08-25
1
-2
/
+2
*
std/options enables stricteffects (#19441)
ringabout
2022-08-25
1
-4
/
+8
*
provide better error messages for large set (#20207)
ringabout
2022-08-25
2
-4
/
+8
*
remove unused sfProcvar, "procvar" mentions (#20204)
metagn
2022-08-24
5
-8
/
+8
*
move formatfloat out of system (#20195)
ringabout
2022-08-24
23
-176
/
+201
*
fixes nimPreviewSlimSystem; register echoBinSafe for nimPreviewSlimSystem (#2...
ringabout
2022-08-24
2
-0
/
+8
*
fixes #20227; skip distinct types for genObjConstr [JS backend] (#20229)
ringabout
2022-08-24
2
-1
/
+19
*
test removing dollar for objects out of system (#20242)
metagn
2022-08-24
9
-40
/
+84
*
fixes #20219; ignore comment/empty node in stmtListExpr (#20249)
ringabout
2022-08-24
1
-0
/
+4
*
top-down type inference, implements rfc 149 (#20091)
metagn
2022-08-24
17
-199
/
+599
*
Add OpenSSL 3 support (#19814)
Federico Ceratto
2022-08-23
5
-140
/
+118
*
new .redefine pragma for templates, warn on redefinition without it (#20211)
metagn
2022-08-23
19
-25
/
+85
*
Add `doctype: RST|Markdown|RstMarkdown` pragma (#20252)
Andrey Makarov
2022-08-23
7
-4
/
+158
*
remove some deprecated pre-1.0 stdlib modules (#20202)
metagn
2022-08-23
13
-980
/
+18
*
fixes #18983 #5282 #13008; recursive types casue infinite type (#20172)
ringabout
2022-08-23
3
-2
/
+39
*
remove {.this.} pragma, deprecated since 0.19 (#20201)
metagn
2022-08-23
13
-158
/
+28
*
remove echo statements in tests (part 1) (#20178)
ringabout
2022-08-23
9
-47
/
+7
*
remove a special case in sigmatch; distinct pointer types no longer match `ni...
ringabout
2022-08-23
4
-15
/
+30
*
remove unused nimfind defines (#20250)
ringabout
2022-08-23
1
-23
/
+8
*
fixes #19973; switch to poll on posix (#20212)
ringabout
2022-08-23
1
-11
/
+28
*
remove `shallow` usages for ORC (#20109)
ringabout
2022-08-23
3
-4
/
+8
*
fixes #19967; reset does not work on set [backport: 1.2] (#19968)
ringabout
2022-08-23
2
-1
/
+41
*
fixes doc building regression; trigger builds on markdown files (#20260)
ringabout
2022-08-23
1
-2
/
+4
*
fixes manual regression (#20259)
ringabout
2022-08-23
1
-0
/
+2
*
fixes #20162; locals doesn't work with ORC [backport] (#20163)
ringabout
2022-08-23
2
-1
/
+2
*
document compiler procs regarding `&` (#20257)
ringabout
2022-08-22
3
-2
/
+8
*
add comments back (#20256)
ringabout
2022-08-21
1
-0
/
+3
*
remove the merge pragma and obsolete comments (#20254)
ringabout
2022-08-21
1
-7
/
+4
*
Docs auto dark mode (#20188)
Amjad Ben Hedhili
2022-08-21
8
-174
/
+136
*
fixes #11953; jsondoc creates no files unless the htmldocs dir is created (#2...
ringabout
2022-08-20
2
-0
/
+18
*
Remove string == nil/nil == string error (#20222)
metagn
2022-08-20
1
-23
/
+0
*
Add use of Windows Wide CRT API for env. vars (#20084)
havardjohn
2022-08-20
6
-45
/
+263
*
fixes #20149; fixes #16762; hintAsError and warningAsError now ignore foreign...
ringabout
2022-08-19
4
-8
/
+14
*
make sure tools/heapdumprepl.nim continues to compile (#20146)
ringabout
2022-08-19
1
-4
/
+2
*
make implicit cstring conversions explicit (#19488)
ee7
2022-08-19
14
-63
/
+63
*
Adds missing SEEK_ POSIX constants for FreeRTOS (#20241)
jgirvin-venturi
2022-08-19
1
-0
/
+4
*
fixes #20107 (#20246) [backport]
Andreas Rumpf
2022-08-19
2
-0
/
+38
[next]