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
...
*
fixes #21280; Enum with int64.high() value crashes compiler (#21285)
ringabout
2023-05-06
2
-1
/
+14
*
implement `=dup` hook eliminating `wasMoved` and `=copy` pairs (#21586)
ringabout
2023-05-06
12
-17
/
+170
*
some Token refactors (#21762)
metagn
2023-05-06
5
-33
/
+28
*
fixes #21753 [backport] (#21802)
Andreas Rumpf
2023-05-06
1
-3
/
+6
*
Fix some `styleCheck` bugs (#20095)
quantimnot
2023-05-06
6
-6
/
+73
*
fixes #21704; remove nfIsRef for genLit in VM (#21765)
ringabout
2023-05-06
2
-0
/
+70
*
ORC: make rootsThreshold thread local [backport] (#21799)
Andreas Rumpf
2023-05-06
3
-7
/
+7
*
Document about size pragma (#21794)
Tomohiro
2023-05-06
1
-0
/
+31
*
Update the Nim Manual compile pragma with the second tuple form (#21773)
Daniel Belmes
2023-05-05
1
-0
/
+6
*
fixes #21792; enable checks for sum, prod, cumsummed and cumsum (#21793)
ringabout
2023-05-05
2
-61
/
+78
*
adds `koch --skipIntegrityCheck boot` support (#21795)
ringabout
2023-05-05
2
-4
/
+12
*
consistent use of scForceOpen for generic dot field symbols (#21738)
metagn
2023-05-05
4
-12
/
+73
*
build documentation for `checksums/md5` and `checksums/sha1` (#21791)
ringabout
2023-05-04
4
-4
/
+8
*
fixes #21780 [backport:1.6] (#21785)
Andreas Rumpf
2023-05-04
1
-4
/
+4
*
Benchmark CI: drop id (#21787)
Federico Ceratto
2023-05-04
1
-2
/
+0
*
amends #21690 to fix broken Nim to C++ source line mappings (#21784)
heterodoxic
2023-05-04
4
-124
/
+125
*
minor cleanup vmprofiler (#21783)
ringabout
2023-05-04
1
-1
/
+1
*
adds checksums to important packages (#21782)
ringabout
2023-05-04
2
-1
/
+2
*
error on user pragma args (#21776)
metagn
2023-05-03
2
-1
/
+10
*
closes #21778; document `threading/channels` (#21779)
ringabout
2023-05-03
1
-1
/
+1
*
closes #21771; fixes the link (#21777)
ringabout
2023-05-03
1
-1
/
+1
*
closes #10108; add a test case (#21770)
ringabout
2023-05-03
1
-10
/
+22
*
line info for strformat + fix issue with typed templates (#21761)
metagn
2023-05-02
3
-8
/
+40
*
underscore as special word (#21766)
metagn
2023-05-02
6
-9
/
+10
*
cheap fix for #10853 + better tuple subscript error message (#21767)
metagn
2023-05-02
5
-3
/
+11
*
fixes #19863; move sha1, md5 to nimble packages for 2.0 (#21702)
ringabout
2023-05-02
33
-91
/
+80
*
Ignore pkgs folder (#21755)
Amjad Ben Hedhili
2023-05-02
1
-0
/
+1
*
implements #21747 (#21748)
Juan M Gómez
2023-05-02
2
-28
/
+34
*
fixes #20144; fixes asyncnet ssl on bsds (#21763)
ringabout
2023-05-01
1
-2
/
+5
*
fixes #21483; fixes nim doc skips documentation of annotated elements of obje...
ringabout
2023-04-29
5
-1
/
+48
*
fix build on haiku (#21752)
Al Hoang
2023-04-29
2
-2
/
+2
*
Save and restore ci_bench cache (#21750)
Federico Ceratto
2023-04-29
1
-10
/
+10
*
closes #21745 (#21746)
ringabout
2023-04-28
1
-1
/
+0
*
improve C/C++ debug output readability (1/N) (#21690)
heterodoxic
2023-04-28
4
-129
/
+159
*
handle quoted routine symbols and non symbols expressions as before (#21740)
ringabout
2023-04-28
2
-2
/
+14
*
fixes #21245; warn about destructors that can raise (#21726)
Andreas Rumpf
2023-04-26
4
-7
/
+26
*
fixes broken CI (#21732)
ringabout
2023-04-26
1
-1
/
+1
*
fixes #21731; fixes #21537; disable `warnBareExcept` by default [backport] (#...
ringabout
2023-04-26
2
-2
/
+2
*
fix #21727 (#21729)
metagn
2023-04-26
3
-12
/
+28
*
Add benchmarking based on Minimize (#21566)
Federico Ceratto
2023-04-25
1
-0
/
+117
*
documents #21628 (#21723)
Juan M Gómez
2023-04-24
1
-0
/
+29
*
Pragma to force the exportc of a type. #21645 (#21648)
Juan M Gómez
2023-04-24
1
-3
/
+12
*
fixes #21703; moveOrCopy should consider when vm (#21721)
ringabout
2023-04-24
1
-1
/
+2
*
refactoring in preparation for better, simpler name mangling that wor… (#21...
Andreas Rumpf
2023-04-24
45
-202
/
+216
*
fix iterator equality + add test for proc equality + fix sameType (#21707)
metagn
2023-04-23
7
-5
/
+73
*
fixes booting warnings (#21711)
ringabout
2023-04-23
1
-1
/
+1
*
temporarily disable badssl tests (#21710)
metagn
2023-04-23
1
-65
/
+77
*
alias syntax fixes, improvements and tests (#21671)
metagn
2023-04-22
11
-148
/
+226
*
implements #21620: allowing to import multiple modules with shared names (#21...
Juan M Gómez
2023-04-21
4
-9
/
+21
*
stdlib tests now check refc too (#21664)
ringabout
2023-04-21
140
-39
/
+256
[prev]
[next]