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
*
Improve Markdown code blocks & start moving docs to Markdown style (#19954)
Andrey Makarov
2022-07-15
47
-126
/
+341
*
fix #20002 (#20004)
metagn
2022-07-15
2
-1
/
+9
*
[Orc] fixes "streams.readDataStr segafaults" when accepting a string literal...
flywind
2022-07-15
2
-0
/
+15
*
Change `styleCheck` to ignore foreign packages (#19822)
quantimnot
2022-07-14
16
-108
/
+120
*
fixes #20015; document `shallowCopy` does a deep copy with ARC/ORC (#20025)
flywind
2022-07-14
1
-0
/
+2
*
Add sink and lent annotations to the critbits module (#20021)
silent-observer
2022-07-14
1
-8
/
+8
*
use pull_request_target (#20020)
flywind
2022-07-13
1
-1
/
+1
*
fix #20012 (#20013)
Daniel Clarke
2022-07-13
2
-1
/
+16
*
Add #19406 changes to changelog (#20011)
metagn
2022-07-12
1
-2
/
+6
*
fix #18735; genDepend broken for duplicate module names in separate folders (...
flywind
2022-07-12
2
-8
/
+52
*
allow dots in defined() (#20010)
metagn
2022-07-12
3
-3
/
+33
*
try to optimize hot spots for orc-booting compiler (#20001)
flywind
2022-07-12
1
-5
/
+13
*
fix github script failure (#20006)
flywind
2022-07-12
1
-3
/
+3
*
tracking the memory usage of orc-booting compiler for each commit (#19941)
flywind
2022-07-11
2
-0
/
+118
*
Fix nested finally handling in closureiters [backport] (#19933)
Tanguy
2022-07-11
2
-6
/
+100
*
Fixes Compilation error with --app:lib (#19965)
Juan M Gómez
2022-07-10
1
-1
/
+1
*
remove `when declared(cache)`; cache is always there (#19991)
flywind
2022-07-10
1
-9
/
+6
*
update section regarding `std/assertions` in changelog (#19992)
flywind
2022-07-09
1
-1
/
+1
*
removed caching logic; saves 400MB for an ORC booting compiler (#19989)
Andreas Rumpf
2022-07-09
1
-8
/
+1
*
sysrand: fix syscall signature [backport] (#19982)
Jacek Sieka
2022-07-07
1
-4
/
+3
*
cache rope when threads are enabled (#19981)
flywind
2022-07-07
1
-6
/
+5
*
default threads on (#19368)
flywind
2022-07-06
10
-9
/
+17
*
Fixes return values of execCmd on macos (#19963)
Daniel Clarke
2022-07-05
2
-1
/
+14
*
rename gc to mm (#19971)
flywind
2022-07-05
1
-1
/
+1
*
Fixing `nimRawSetJmp` for vcc and clangcl on Windows (#19959)
rockcavera
2022-07-04
2
-24
/
+33
*
closes #15897; add testcase (#19961)
flywind
2022-07-02
1
-0
/
+11
*
Allow recursive closure iterators (#19939)
Tanguy
2022-06-30
3
-5
/
+16
*
jsffi add missing braces (#19948)
Juan Carlos
2022-06-30
1
-10
/
+10
*
Enable nim-lang to build correctly on illumos-based systems (#19952)
Sam Zaydel
2022-06-30
1
-1
/
+1
*
once C++, always C++ [backport] (#19938)
Jacek Sieka
2022-06-30
1
-10
/
+16
*
dec inLoop after exiting the while scope in computeLiveRanges [backport] (#19...
flywind
2022-06-29
2
-1
/
+46
*
closes #11042; add testcase (#19935)
flywind
2022-06-28
1
-0
/
+55
*
Fix jsre (#19917)
Juan Carlos
2022-06-28
1
-3
/
+5
*
ref #19830; multiple definition of in Nim generated static libraries (#19934)
flywind
2022-06-27
1
-18
/
+18
*
Fix distinct requiresInit test and manual (#19901)
Khaled Hammouda
2022-06-22
2
-7
/
+10
*
[vm]fixes #15974 #12551 #19464 #16020 #16780 #16613 #14553 #19909 #18641 (#19...
flywind
2022-06-22
4
-14
/
+263
*
[Tiny] correct comment opcDeref => opcLdDeref (#19908)
flywind
2022-06-21
1
-1
/
+1
*
fix typo in nre.nim (#19915)
flintforge
2022-06-21
1
-2
/
+1
*
Fix nimRawSetjmp for VCC [backport: 1.2] (#19899)
Tanguy
2022-06-20
1
-1
/
+1
*
Recommend gcc 5.x or newer (#19910)
tersec
2022-06-20
1
-2
/
+2
*
Fixes #19900 (#19906)
Jake Leahy
2022-06-19
5
-6
/
+6
*
[vm] refactor `stdlib.marshal.load` (#19905)
flywind
2022-06-19
1
-17
/
+1
*
document nimTestsNimdocFixup for rsttester (#19894)
flywind
2022-06-16
1
-1
/
+6
*
Better range error messages (#19867)
Tanguy
2022-06-15
2
-3
/
+6
*
Keep the doc sidebar on the screen while scrolling (#19851)
JJ
2022-06-15
9
-1671
/
+1462
*
Fixes #19883 so genscript works with vcc (#19893)
Don-Duong Quach
2022-06-15
1
-2
/
+8
*
Windows: enable nimRawSetjmp by default [backport] (#19891)
Tanguy
2022-06-14
2
-0
/
+12
*
Initial implementation of nimsuggest v3 (#19826)
Ivan Yonchovski
2022-06-13
7
-36
/
+348
*
Correctly import libcrypto functions using dynlib (#19881)
Ardek Romak
2022-06-13
1
-35
/
+37
*
[semfold] fix #19199; properly fold uint to float conversion (#19890) [backport]
flywind
2022-06-13
2
-1
/
+7
[next]