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
*
make deprecated statement a no-op (#21836)
metagn
2023-05-12
8
-56
/
+48
*
fixes nightlies regressions; disable `build-id=none` on macos (#21839)
ringabout
2023-05-12
1
-2
/
+4
*
Add `minmax` to comparisons (#21820)
Matt Wilson
2023-05-12
3
-0
/
+18
*
just set CallNodes = nnkCallKinds, follows up #21829 (#21833)
metagn
2023-05-11
1
-2
/
+1
*
cursor fields cannot form reference cycles (#21832)
ringabout
2023-05-11
2
-13
/
+28
*
Bootstrap: Allow to override number of CPUs (#21823)
Tanguy
2023-05-11
1
-1
/
+5
*
switch to the official URL of loop-fusion in the impoerant packages (#21830)
ringabout
2023-05-11
1
-1
/
+1
*
Add nnkHiddenCallConv to nnkCallKinds (#21781) (#21829)
Matt Wilson
2023-05-11
1
-1
/
+3
*
adds documentation for `=wasMoved` and `=dup` hooks and small fixes (#21827)
ringabout
2023-05-11
7
-7
/
+44
*
Improve nimsuggest (#21825)
Juan Carlos
2023-05-11
1
-1
/
+1
*
bring #21802 back; fixes #21753 [backport] (#21815)
ringabout
2023-05-11
7
-26
/
+174
*
clean up SOME pending/xxx/issue link comments (#21826)
metagn
2023-05-11
35
-178
/
+111
*
Remove LineTooLong (#21819)
Juan Carlos
2023-05-11
7
-19
/
+13
*
make `reset` use the `=destroy` and `wasMoved` pair (#21821)
ringabout
2023-05-11
1
-1
/
+9
*
fixes links of generic `define` pragma (#21828)
ringabout
2023-05-11
2
-2
/
+2
*
make ORC threadlocal, take two (#21818)
Andreas Rumpf
2023-05-10
3
-8
/
+8
*
fix #9423 followup #17594: distinct generics now work in VM (#21816)
ringabout
2023-05-10
5
-19
/
+40
*
ignore inline hint for dynlib procs in codegen [backport] (#21817)
metagn
2023-05-09
1
-14
/
+14
*
fix nimrtl and nimhcr on arc/orc (#21814)
metagn
2023-05-09
5
-22
/
+23
*
Improve and refactor cellseqs_v2 in Nim standard library (#21796)
Jordan Gillard
2023-05-09
1
-13
/
+10
*
re-enable badssl test (#21775)
metagn
2023-05-09
1
-4
/
+4
*
Add build-id=none for GCC when build for Release (#21808)
Juan Carlos
2023-05-08
2
-0
/
+7
*
Windows: use __declspec(thread) TLS implementation, it is MUCH faster… (#21...
Andreas Rumpf
2023-05-08
1
-1
/
+7
*
documents codegendecl for object types (#21811)
Juan M Gómez
2023-05-08
1
-2
/
+25
*
adds an experimental `mm:atomicArc` switch (#21798)
ringabout
2023-05-08
19
-53
/
+71
*
fixes #21801; object field initialization with overloaded functions (#21805)
ringabout
2023-05-08
2
-1
/
+24
*
🚀 Enhancing CellSeq for Better Readability and Maintainability (#21797)
Jordan Gillard
2023-05-07
1
-8
/
+11
*
revert #21799 and #21802 which don't pass the tests (#21804)
ringabout
2023-05-07
4
-13
/
+10
*
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
[next]