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
*
clean up and clarify changelog [skip ci] (#20093)
metagn
2022-07-26
1
-26
/
+27
*
.forbids pragma: defining forbidden tags (#20050)
Lancer11211
2022-07-26
24
-71
/
+405
*
Markdown code blocks part 2; migrate Nim Manual (#20080)
Andrey Makarov
2022-07-25
7
-670
/
+881
*
fix #20067, fix #18976 [backport] (#20069)
metagn
2022-07-22
2
-1
/
+31
*
Use `passc` and `passl` consistently with compiler checking (#20068)
tersec
2022-07-21
1
-7
/
+7
*
Correctly detect major version of GCC (#20059)
kraptor
2022-07-18
1
-20
/
+6
*
replace shallowcopy with move in ARC/ORC (#20061)
flywind
2022-07-18
1
-6
/
+6
*
niminst: support DESTDIR and quote variables (#20051)
Anna
2022-07-18
1
-42
/
+45
*
Improve rand(bool) (#20045)
Antonis Geralis
2022-07-18
1
-2
/
+4
*
epoll: correct mapping [backport] (#20058)
Jacek Sieka
2022-07-18
1
-5
/
+14
*
Fixed typo in std/os doc (#20054)
LetThereBeLemons
2022-07-18
1
-1
/
+1
*
fix `pthread_mutex_t` size (#20055)
Jacek Sieka
2022-07-18
1
-1
/
+1
*
Fixed errors in Nim Backend integration docs. (#20046)
Don-Duong Quach
2022-07-17
1
-2
/
+3
*
defines the `gcRefc` symbol which allows writing specific code for refc (#20009)
flywind
2022-07-17
3
-1
/
+9
*
Fix typo in line 456 (#20047)
Peter Guld Leth
2022-07-17
1
-1
/
+1
*
Display protocol name in exceptions raised by getProtoByName() (#19808)
kraptor
2022-07-16
1
-1
/
+1
*
Make imports/exports not be a dropdown in sidebar (#19907)
Jake Leahy
2022-07-16
3
-9
/
+23
*
testament: use full test name in skips [backport] (#19937)
Jacek Sieka
2022-07-16
1
-7
/
+13
*
Make `random.rand` work with `Ordinal` (#20043)
Amjad Ben Hedhili
2022-07-16
2
-6
/
+10
*
make AsyncSocket.getPeerAddr work ; fix #15022 (#20038)
David Krause
2022-07-16
1
-0
/
+2
*
Use module actual file instead of PSym.info (#19956)
Ivan Yonchovski
2022-07-15
2
-12
/
+25
*
Implement type command (#19944)
Ivan Yonchovski
2022-07-15
4
-3
/
+47
*
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
[next]